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

Multi-Agent Loop Failures Are Org-Design Failures, Not Prompt Failures
Agent loops bouncing between peers aren't prompt bugs—they're org-chart problems. Treat agent networks as hierarchies with clear stop authority.

Open Source Book Genesis: 20 Claude Code Skills for Autonomous Book Writing
Book Genesis is an open-source system of 20 specialized Claude Code skills that takes a book idea and produces a complete, publish-ready manuscript through a 14-phase autonomous pipeline. It includes a 'Chaos Engine' to break AI predictability patterns and has generated a 68,000-word memoir scoring 9.0/10 on its Genesis Score.

Anchormd: A Tool for Managing Context Across Claude AI Sessions
Anchormd is an open-source tool that addresses context loss in Claude AI sessions by indexing curated markdown plans into a searchable knowledge graph. It allows agents to load project overviews at session start and query for specific details as needed.

Fixing OpenClaw Browser CAPTCHAs with Camoufox and CLI Wrapper
OpenClaw's built-in Chromium browser triggers bot detection through Chrome DevTools Protocol, JavaScript injection artifacts, and hardware fingerprinting inconsistencies. The solution uses Camoufox (a Firefox fork) modified at the C++ level and wrapped in a CLI that returns accessibility-tree snapshots to reduce token usage.