Stack Recipes
For each stack, the commands / agents / skills / rules of the foundation that activate, plus 1-2 external links for generic best practices.
The foundation does not reinvent REST conventions or Flutter Clean Architecture — it applies them automatically via its path-specific rules and specialized agents. This page is an orientation map, not a manual.
Web (React, Next.js, Vue, Svelte, Astro)
From the foundation
| Type | Element | Activation |
|---|---|---|
| Command | /dev:dev-component | Complete UI component creation (tests + stories) |
| Command | /dev:dev-react-perf | Rendering optimization (Core Web Vitals, memoization) |
| Command | /dev:dev-hook | Custom React/Vue hooks creation |
| Command | /dev:dev-design-system | Tokens, shared components |
| Command | /qa:qa-design, /qa:qa-responsive, /qa:qa-chrome | UI/UX, mobile-first, Chrome visual audits |
| Command | /qa:wcag-audit | WCAG 2.1 AA accessibility |
| Skill auto | dev-shadcn, dev-nextjs, dev-frontend-design | Activated on keywords (shadcn, App Router, landing page) |
| Rules auto | react.md, nextjs.md, vue.md, svelte.md, astro.md, accessibility.md, performance.md, design-style.md | Based on **/*.tsx, **/components/**, **/app/** |
External best practices
Mobile (Flutter)
From the foundation
| Type | Element | Activation |
|---|---|---|
| Command | /dev:dev-flutter | Widgets, screens, BLoC, Clean Architecture |
| Command | /qa:qa-mobile | Mobile app quality audit |
| Command | /ops:ops-mobile-release | App Store + Play Store publishing via Fastlane |
| Skill auto | dev-flutter | Activated on Flutter, widget, BLoC |
| Rule auto | flutter.md | **/*.dart, **/lib/**, **/test/** |
External best practices
API (REST, GraphQL, tRPC)
From the foundation
| Type | Element | Activation |
|---|---|---|
| Command | /dev:dev-api | REST endpoints, controllers, services |
| Command | /dev:dev-api-versioning | Versioning strategies |
| Command | /dev:dev-graphql | GraphQL schema, resolvers |
| Command | /dev:dev-trpc | Type-safe TypeScript APIs |
| Command | /qa:qa-security | OWASP Top 10 audit |
| Command | /doc:doc-api-spec | OpenAPI/Swagger spec |
| Rule auto | api.md, security.md | **/api/**, **/routes/**, **/auth/** |
External best practices
Auth (better-auth, Lucia, NextAuth, Clerk, Supabase Auth)
From the foundation
| Type | Element | Activation |
|---|---|---|
| Skill auto | dev-auth | Activated on auth, login, OAuth, 2FA, better-auth, NextAuth, Lucia |
| Command | /dev:dev-supabase | Supabase Auth + Row Level Security |
| Command | /qa:qa-security | Sessions, tokens, OWASP audit |
| Command | /legal:legal-rgpd | GDPR compliance |
| Rule auto | security.md | **/auth/**, **/api/**, **/middleware/** |
External best practices
Database (Prisma, PostgreSQL, MongoDB)
From the foundation
| Type | Element | Activation |
|---|---|---|
| Command | /ops:ops-database | Schema, migrations, indexes |
| Skill auto | dev-prisma | Activated on Prisma, schema.prisma, migrate, Accelerate |
External best practices
Infrastructure (Docker, K8s, VPS, Vercel, Serverless, Proxmox, OPNsense)
From the foundation
| Type | Element | Activation |
|---|---|---|
| Command | /ops:ops-docker | Dockerization, multi-stage builds |
| Command | /ops:ops-k8s | Manifests, Helm |
| Command | /ops:ops-vps, /ops:ops-vercel, /ops:ops-serverless | Deployment targets |
| Command | /ops:ops-infra-code | Terraform / OpenTofu (modules, state, backends) |
| Command | /ops:ops-proxmox, /ops:ops-opnsense | Homelab / personal infra |
| Command | /ops:ops-deploy, /ops:ops-rollback | Safe deployment + rollback |
| Skill auto | ops-infra-code, ops-proxmox, ops-opnsense | Activated on keywords |
| Rule auto | deploy-safety.md | Dockerfile, docker-compose, .env, middleware |
External best practices
Observability (logs, metrics, traces)
From the foundation
| Type | Element | Activation |
|---|---|---|
| Command | /ops:ops-monitoring | Logs, metrics, alerts |
| Command | /ops:ops-observability-stack | Prometheus + Grafana + Loki |
| Command | /ops:ops-grafana-dashboard | Grafana dashboards |
| Command | /ops:ops-load-testing | Load tests |
| Command | /ops:ops-health | Health checks |
External best practices
Testing (TDD, unit, integration, E2E)
From the foundation
| Type | Element | Activation |
|---|---|---|
| Command | /dev:dev-tdd | Red-Green-Refactor cycle (mandatory workflow) |
| Command | /dev:dev-test | Test generation |
| Command | /dev:dev-testing-setup | Test infrastructure configuration |
| Command | /qa:qa-e2e | E2E tests (Playwright, Cypress) |
| Command | /qa:qa-automation, /qa:qa-coverage | Automation, coverage |
| Skill auto | qa-e2e, api-mocking | Activated on keywords (E2E, MSW, mock API) |
| Rule auto | tdd-enforcement.md, testing.md | All TS/Py/Go/Dart code, tests/, .test. |
External best practices
Backend languages (Go, Python, Rust, Ruby, Java, C#, PHP)
From the foundation
| Type | Element | Activation |
|---|---|---|
| Command | /dev:dev-debug, /dev:dev-refactor | Investigation and refactoring |
| Skill auto | dev-i18n | Localization (next-intl, react-i18next, vue-i18n, flutter_localizations) |
| Rules auto | go.md, python.md, rust.md, ruby.md, java.md, csharp.md, php.md | Activated by file extension |
External best practices
Data (ETL, analytics, modeling)
From the foundation
| Type | Element | Activation |
|---|---|---|
| Command | /data:data-pipeline | ETL/ELT pipelines (Airflow, dbt) |
| Command | /data:data-modeling | Data warehouse modeling (star/snowflake) |
| Command | /data:data-analytics | Reports and KPIs |
| Skill auto | data-pipeline | Activated on ETL, Airflow, dbt |
External best practices
AI / LLM (RAG, prompt engineering, MCP)
From the foundation
| Type | Element | Activation |
|---|---|---|
| Command | /dev:dev-ai-integration | LLM integration (OpenAI, Claude) |
| Command | /dev:dev-prompt-engineering | Prompt optimization |
| Command | /dev:dev-rag | RAG systems (retrieval-augmented generation) |
| Command | /dev:dev-mcp | MCP server creation |
| Skill auto | dev-prompt-engineering | Activated on prompt, instruction, few-shot, LLM |
External best practices
Business & Growth
From the foundation
| Type | Element | Activation |
|---|---|---|
| Commands BIZ | /biz:biz-model, biz-market, biz-mvp, biz-pricing, biz-pitch, biz-roadmap, biz-launch, biz-competitor, biz-okr, biz-personas, biz-research | Product strategy |
| Commands GROWTH | /growth:growth-landing, growth-seo, growth-analytics, growth-ab-test, growth-cro, growth-funnel, growth-onboarding, growth-retention, growth-email, growth-localization, growth-app-store-analytics | Acquisition / activation / retention |
| Commands LEGAL | /legal:legal-rgpd, legal-payment, legal-terms-of-service, legal-privacy-policy | Compliance |
| Skill auto | growth-cro | Activated on conversion, signup flow, paywall |
External best practices
See also
- EXTENDING-GUIDE — How to add your own commands, skills, agents, rules
- TEAM-GUIDE — Team adoption, shared conventions
- PROMPTING-GUIDE — Claude Code prompting techniques
- TROUBLESHOOTING-GUIDE — Common problems
- Docusaurus site — Complete catalog (commands, agents, skills, rules)