claude-code-prompts
Installation
SKILL.md
Claude Code Prompts Skill
Skill by ara.so — Claude Code Skills collection.
Expert skill for using the claude-code-prompts repository — independently authored prompt templates for building AI coding agents with proper system prompts, tool routing, agent delegation, memory management, and multi-agent coordination patterns.
What This Project Does
claude-code-prompts provides production-ready prompt templates implementing the behavioral patterns observed in Claude Code:
- System prompts — agent identity, safety rules, tool routing, output format
- Tool prompts — shell, file operations, search, web, agent launcher, user interaction
- Agent prompts — specialized subagents (explorer, architect, verifier, docs)
- Memory prompts — conversation summarization, session notes, memory extraction/consolidation
- Coordinator prompt — multi-agent orchestration with delegation and synthesis
- Utility prompts — session titles, tool summaries, away recaps, next-action suggestions
- Pattern analyses — deep dives into each pattern with reusable templates
- Cursor skills — drop-in skills implementing key patterns