#417 · Primary category: AI Coding Assistants
claude-code-prompts
Independently authored prompt templates for AI coding agents — system prompts, tool prompts, agent delegation, memory management, and multi-agent coordination. Informed by studying Claude Code.
Project last updated:05/11/26
GitHub Stars
1.2K
Forks
395
Contributors
2
License
MIT
Why we included this project
Building your own coding agent instead of adopting a turnkey assistant involves plenty of trial and error, and this collection removes some of that guesswork. It studies how Claude Code structures its behavior, then offers independently written templates for the pieces: identity and safety rules, per-tool routing for shell, file edits, and web access, delegation to specialized subagents, and memory for long sessions. You can take a complete system prompt or coordinator prompt, adjust it for your stack and risk policy, and assemble a working agent fairly quickly. The pattern analyses explain why each structure exists, which helps when your agent misbehaves and you are trying to figure out why. There are also ready-to-use Cursor skills if you want integration without wiring everything together yourself.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.