@@ -13,16 +13,17 @@ Production-ready system prompts for Claude AI and coding agents. Built on the **
1313| ** Project Workflow** | Full lifecycle management | ~ 2.5K | [ View] ( prompts/english/agents/project-workflow-prompt.md ) |
1414| ** Quick Reference** | Cheat sheet (minimal) | ~ 0.8K | [ View] ( prompts/english/agents/agent-quick-reference.md ) |
1515| ** Code Review** | Systematic PR review | ~ 2K | [ View] ( prompts/english/agents/code-review-prompt.md ) |
16- | ** Security Audit** | Vulnerability detection | ~ 2 .5K | [ View] ( prompts/english/agents/security-audit-prompt.md ) |
16+ | ** Security Audit** | Vulnerability detection + cloud security | ~ 3 .5K | [ View] ( prompts/english/agents/security-audit-prompt.md ) |
1717| ** Refactoring** | Code improvement | ~ 2.5K | [ View] ( prompts/english/agents/refactoring-prompt.md ) |
18- | ** Testing** | Test design & TDD | ~ 3K | [ View] ( prompts/english/agents/testing-strategies-prompt.md ) |
18+ | ** Testing** | Test design, TDD, chaos & contract testing | ~ 4K | [ View] ( prompts/english/agents/testing-strategies-prompt.md ) |
1919| ** Documentation** | Technical writing | ~ 2.5K | [ View] ( prompts/english/agents/documentation-prompt.md ) |
20- | ** Performance** | Optimization & profiling | ~ 3K | [ View] ( prompts/english/agents/performance-optimization-prompt.md ) |
20+ | ** Performance** | Optimization, profiling, CDN & edge | ~ 3.5K | [ View] ( prompts/english/agents/performance-optimization-prompt.md ) |
2121| ** Git & VCS** | Branching & commits | ~ 2.5K | [ View] ( prompts/english/agents/git-version-control-prompt.md ) |
2222| ** Integration Guardian** | System integrity | ~ 3.5K | [ View] ( prompts/english/agents/integration-guardian-prompt.md ) |
2323| ** Accessibility Audit** | WCAG 2.2 compliance | ~ 3K | [ View] ( prompts/english/agents/accessibility-audit-prompt.md ) |
2424| ** Migration & Upgrade** | Framework & DB migrations | ~ 2.5K | [ View] ( prompts/english/agents/migration-upgrade-prompt.md ) |
2525| ** Monitoring & Observability** | Logs, metrics, traces | ~ 3K | [ View] ( prompts/english/agents/monitoring-observability-prompt.md ) |
26+ | ** Debugging & Troubleshooting** | Production debugging & incident response | ~ 3.5K | [ View] ( prompts/english/agents/debugging-troubleshooting-prompt.md ) |
2627
2728### 🎯 Claude Code-Specific Prompts
2829
@@ -37,25 +38,31 @@ Production-ready system prompts for Claude AI and coding agents. Built on the **
3738| Prompt | Purpose | Tokens | File |
3839| --------| ---------| --------| ------|
3940| ** Technology Stack** ⭐ | Library discovery, modern tools, hidden gems | ~ 4K | [ View] ( prompts/english/agents/technology-stack-prompt.md ) |
40- | ** Architecture Patterns** | System design, microservices, DDD, CQRS | ~ 3 .5K | [ View] ( prompts/english/agents/architecture-patterns-prompt.md ) |
41- | ** Full-Stack Development** | Next.js/Nuxt/SvelteKit, end-to-end type safety | ~ 3 .5K | [ View] ( prompts/english/agents/fullstack-development-prompt.md ) |
41+ | ** Architecture Patterns** | System design, event sourcing, saga, serverless | ~ 4 .5K | [ View] ( prompts/english/agents/architecture-patterns-prompt.md ) |
42+ | ** Full-Stack Development** | Next.js/Nuxt/SvelteKit, WebSocket, background jobs | ~ 4 .5K | [ View] ( prompts/english/agents/fullstack-development-prompt.md ) |
4243| ** Prompt Chaining** | Multi-step workflows, context management | ~ 3K | [ View] ( prompts/english/agents/prompt-chaining-prompt.md ) |
4344| ** AI & LLM Integration** | RAG, vector DBs, AI agents, safety | ~ 3.5K | [ View] ( prompts/english/agents/ai-llm-integration-prompt.md ) |
45+ | ** API Design & GraphQL** | Schema-first, DataLoader, caching, contracts | ~ 4K | [ View] ( prompts/english/agents/api-design-graphql-prompt.md ) |
46+ | ** Cloud & Infrastructure** | IaC, multi-region, K8s, cost optimization | ~ 4K | [ View] ( prompts/english/agents/cloud-infrastructure-prompt.md ) |
47+ | ** Data Engineering** | Pipelines, dbt, streaming, data quality | ~ 4K | [ View] ( prompts/english/agents/data-engineering-prompt.md ) |
48+ | ** Compliance & Governance** | GDPR, HIPAA, SOC 2, threat modeling | ~ 3.5K | [ View] ( prompts/english/agents/compliance-governance-prompt.md ) |
4449
4550### 📋 Foundation & Project Prompts (Interactive Sessions)
4651
4752| Prompt | Purpose | Technologies | File |
4853| --------| ---------| -------------| ------|
4954| ** Foundation** ⭐ | Universal best practices | Any | [ View] ( prompts/english/base/claude-foundation-prompt.md ) |
50- | ** Web Development** | Frontend apps | React, Vue, Angular, CSS | [ View] ( prompts/english/project-types/web-development-prompt.md ) |
51- | ** API Development** | Backend services | REST, GraphQL, Node, Go | [ View] ( prompts/english/project-types/api-development-prompt.md ) |
52- | ** Data Science & ML** | ML pipelines | Python, pandas, PyTorch | [ View] ( prompts/english/project-types/data-science-ml-prompt.md ) |
55+ | ** Web Development** | Frontend apps + SEO + a11y | React, Vue, Angular, CSS | [ View] ( prompts/english/project-types/web-development-prompt.md ) |
56+ | ** API Development** | Backend services + idempotency | REST, GraphQL, Node, Go | [ View] ( prompts/english/project-types/api-development-prompt.md ) |
57+ | ** Data Science & ML** | ML pipelines + MLOps | Python, pandas, PyTorch | [ View] ( prompts/english/project-types/data-science-ml-prompt.md ) |
5358| ** Mobile** | Mobile apps | iOS, Android, Flutter, RN | [ View] ( prompts/english/project-types/mobile-development-prompt.md ) |
5459| ** DevOps & CI/CD** | Infrastructure | K8s, Docker, Terraform | [ View] ( prompts/english/project-types/devops-cicd-prompt.md ) |
5560| ** Database & SQL** | Data layer | PostgreSQL, MySQL, Redis | [ View] ( prompts/english/project-types/database-sql-prompt.md ) |
5661| ** General Software** | Cross-language | Python, JS, Go, Java, C# | [ View] ( prompts/english/project-types/general-software-development-prompt.md ) |
5762| ** Game Development** | Game engines | Unity, Unreal, Godot | [ View] ( prompts/english/project-types/game-development-prompt.md ) |
5863| ** Embedded & IoT** | Hardware/firmware | C, C++, Rust, FreeRTOS | [ View] ( prompts/english/project-types/embedded-iot-prompt.md ) |
64+ | ** Blockchain & Web3** | Smart contracts & dApps | Solidity, Rust, Foundry | [ View] ( prompts/english/project-types/blockchain-web3-prompt.md ) |
65+ | ** Desktop Apps** | Cross-platform desktop | Tauri, Electron, Qt | [ View] ( prompts/english/project-types/desktop-development-prompt.md ) |
5966
6067---
6168
@@ -95,21 +102,26 @@ Production-ready system prompts for Claude AI and coding agents. Built on the **
95102| Claude Code Setup | Agent System + Workflow & Config |
96103| Claude Code Planning | Agent System + Mode Transitions |
97104| Token-Efficient Session | Agent System + Token Optimization |
98- | Debug / Fix Bugs | Agent System + Error Analysis |
105+ | Debug / Fix Bugs | Agent System + Debugging & Troubleshooting |
106+ | Production Incident | Agent System + Debugging + Monitoring |
99107| New Project | Agent System + Project Workflow |
100108| Choose Best Tools | Agent System + Technology Stack |
101109| System Architecture | Agent System + Architecture Patterns |
102110| Full-Stack App (modern) | Agent System + Full-Stack Development |
111+ | API Design (GraphQL) | Agent System + API Design & GraphQL |
103112| Complex Multi-Step Task | Agent System + Prompt Chaining |
104113| Add AI/LLM Features | Agent System + AI & LLM Integration |
105114| Code Review | Agent System + Code Review |
106115| Security Check | Agent System + Security Audit |
116+ | Compliance Audit | Agent System + Compliance & Governance |
107117| Accessibility Check | Agent System + Accessibility Audit |
108118| Reduce Tech Debt | Agent System + Refactoring |
109119| Framework/DB Migration | Agent System + Migration & Upgrade |
110120| Write Tests | Agent System + Testing |
111121| Write Docs | Agent System + Documentation |
112122| Optimize Speed | Agent System + Performance |
123+ | Cloud Deployment | Agent System + Cloud & Infrastructure |
124+ | Data Pipelines | Agent System + Data Engineering |
113125| Set Up Monitoring | Agent System + Monitoring & Observability |
114126| Git Workflow | Agent System + Git & VCS |
115127| Cross-Cutting Integrity | Agent System + Integration Guardian |
@@ -122,6 +134,8 @@ Production-ready system prompts for Claude AI and coding agents. Built on the **
122134| General Software | Foundation + General Software |
123135| Game Development | Foundation + Game Development |
124136| Embedded / IoT | Foundation + Embedded & IoT |
137+ | Smart Contracts | Foundation + Blockchain & Web3 |
138+ | Desktop App | Foundation + Desktop Apps |
125139
126140---
127141
@@ -130,11 +144,11 @@ Production-ready system prompts for Claude AI and coding agents. Built on the **
130144```
131145prompts/
132146└── english/
133- ├── agents/ # Agent-optimized prompts (23 files)
147+ ├── agents/ # Agent-optimized prompts (28 files)
134148 ├── base/ # Foundation prompt
135- ├── project-types/ # Domain-specific prompts (9 files)
136- ├── examples/ # Real-world usage examples (5 files)
137- └── workflows/ # APEI methodology & prompt selection guides
149+ ├── project-types/ # Domain-specific prompts (11 files)
150+ ├── examples/ # Real-world usage examples (7 files)
151+ └── workflows/ # APEI methodology, prompt selection & troubleshooting guides
138152```
139153
140154## Resources
@@ -150,6 +164,7 @@ prompts/
150164| [ Prompt Index] ( prompts/english/INDEX.md ) | All prompts organized by category |
151165| [ Prompt Selector] ( prompts/english/workflows/prompt-selector-guide.md ) | Decision tree for choosing prompts |
152166| [ Workflow Guide] ( prompts/english/workflows/iterative-development-guide.md ) | APEI methodology deep-dive |
167+ | [ Troubleshooting Guide] ( prompts/english/workflows/troubleshooting-guide.md ) | Issue diagnosis & resolution flowchart |
153168
154169## Customization
155170
0 commit comments