Open Source AI Agent Prompt Library Reaches 100 GitHub Stars

An open source repository called ai-setup has been created to address the common problem of developers writing the same system prompts and configurations from scratch when building local AI agent setups. The repository serves as a community-driven library where developers can share what actually works.
What's in the Repository
The repository contains several types of resources for AI agent development:
- Agent prompts
- Cursor rules
- Claude configurations
- Local model workflow setups
Users can either contribute their own configurations or use what others have shared. The project has gained traction with 100 GitHub stars and 90 merged pull requests, indicating active community participation.
Community and Contribution
The maintainers have expressed interest in receiving more local model setups from contributors. For developers working with local AI models, this type of shared knowledge base can help avoid redundant work and provide tested configurations.
There's also a Discord server available for those who want to discuss local AI development with others: https://discord.gg/u3dBECnHYs
📖 Read the full source: r/LocalLLaMA
👀 See Also

Efficient Token Management with Open-Source MCP Servers: Pare
Pare MCP servers reduce token waste and enhance efficiency when AI coding agents use developer tools by providing structured output.

Meta Ads MCP OAuth Works But Most Ad Accounts Not Enabled Yet
Meta Ads MCP OAuth flow works and loads 29 tools, but ads_get_ad_accounts returns is_ads_mcp_enabled: false with a message that the feature is gradually rolling out.

10.33 t/s on Qwen 3.5 35B with a $300 Laptop: Full Optimization Breakdown
A developer achieves 10.33 t/s on Qwen 3.5 35B Q4_K_S on a Lenovo Ideapad Slim 3i ($300) using ik_llama.cpp, core pinning, MTP speculative decoding, and BIOS performance tuning.

Smriti: A Git-like system for managing LLM reasoning state to prevent conversation drift
Smriti is an open-source tool that lets developers save, restore, branch, and compare reasoning states in LLM conversations to prevent drift. It treats interactions as state rather than chat history, allowing clean rollbacks and alternative exploration without contamination.