Claude Code Prompts
FreeIndependently authored prompt templates for AI coding agents — system prompts, tool prompts, agent delegation, memory management, and multi-agent coordination. Informed by studying Claude Code.
About Claude Code Prompts
Claude Code Prompts is an independently authored collection of prompt templates for building AI coding agents, inspired by patterns observed in the Claude Code codebase. The repository includes system prompts (agent identity, safety rules, code style, tool routing), 11 tool-specific prompts (shell, file read/edit/write, grep, glob, web search/fetch, agent launcher, ask user, plan mode), 5 agent prompts (general purpose, code explorer, solution architect, verification specialist, documentation guide), 4 memory management prompts (conversation summarization, session notes, memory extraction, consolidation), a coordinator prompt for multi-worker orchestration with synthesis and verification, 4 utility prompts (session titles, tool summaries, away recaps, next-action suggestions), 9 pattern analyses with reusable templates, and 3 drop-in Cursor skills for coding standards, verification, and prompt design. Every prompt is written from scratch implementing patterns observed in production use, with placeholders for customization. The collection is open-source and free to use, with quick-start guidance for Cursor IDE integration.
Key Features
Pros & Cons
- Independently authored collection based on real-world patterns from Claude Code
- Comprehensive coverage: system, tools, agents, memory, coordination, utilities, and pattern analysis
- Open-source and completely free to use
- Includes Cursor IDE integration for instant setup
- Placeholder system makes customization straightforward
- Accompanied by detailed pattern analyses and reusable templates
- Actively maintained with changelog and disclaimer
- Requires manual setup and integration into an AI agent system
- Prompts are primarily designed for AI coding agents and may need adaptation for non-Claude models
- Does not include the AI model itself; only provides prompt templates