Rtur2003/Claude-Code-Promts-Skills
52 stars · Last commit 2026-09-04
Production-ready prompt library for Claude coding agents. APEI methodology, ~35 specialist prompts, current Claude Code coverage, plus a /find-prompt skill that routes any task to the right prompt.
README preview
# Claude Code Prompts Production-ready prompt library for Claude AI and coding agents, built on the **APEI cycle**: Analyze → Plan → Execute → Iterate. **Repository default is English-only and remains enforced to keep quality, tone, and contribution standards consistent across all prompts.** --- ## Start Here 0. In Claude Code, run **`/find-prompt <your task>`** — it routes any task to the exact prompt(s) to load. Or open **[REPOSITORY-MAP.md](REPOSITORY-MAP.md)** for manual navigation. 1. Use **Agent System** as the core prompt. 2. Add specialist prompts by tier — 1 for a single-domain task (the default), 2 only when the task spans two genuinely independent domains, Multi-Agent Orchestration when units of work need isolation. See [Composition Tiers](prompts/english/workflows/prompt-selector-guide.md#composition-tiers-source-of-truth). 3. Validate outputs against explicit success criteria. Five skills ship in `.claude/skills/` — they load automatically when you run Claude Code from this repo: | Skill | Use when | File | |---|---|---| | `/find-prompt` | Routing any task to the right prompt(s) — the main entry point | [View](.claude/skills/find-prompt/SKILL.md) |