By RNobre1
Complete XP/Akita methodology stack for Claude Code. Absolute TDD, pair programming, formal research with triangulation, rigorous task decomposition, conventional commits, multi-agent orchestration via native Agent View (Sonnet+caveman+worktree pattern). Includes agents (researcher, research-critic, tdd, reviewer), skills (bootstrap, akita-xp-rules, tdd-conventions, task-decomposition, research-cycle, optimizing-github-actions, paperclip-orchestrator, local-waves [legacy], debugging-discipline [opt-in]), project templates with AGENTS.md symlink convention.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Adversarial auditor of research drafts produced by the researcher agent. Use after a draft exists and before writing it to the project's research directory. Never agrees "to be polite" — assumes the draft has flaws until proven otherwise.
Deep research orchestrator. Use when a non-trivial architectural decision, library comparison, complex incident analysis, or product hypothesis validation requires rigorous investigation with triangulated sources and audit trail. Produces structured report following the project's research template.
Review code changes for correctness, security, project conventions, and test coverage. Use after implementing changes or before committing.
Write test scenarios following TDD before any production code. Use when starting a new feature, adding test coverage, or creating test files for existing code.
Strict operating rules for AI-assisted development based on Extreme Programming (XP), software craftsmanship, and anti-vibe coding. Enforces TDD, pair programming discipline, incremental development, and rigorous planning. Apply these rules in every interaction.
Scaffold a new project with the XP stack — creates CLAUDE.md, docs/tasks/_template/, docs/pesquisas/_template/, .claude/settings.json without overwriting existing files. Also creates AGENTS.md symlink to CLAUDE.md (for Antigravity/Codex/Cursor compatibility) and adds 3 reserved paths to .gitignore (idempotent, preserves existing entries). Asks before touching an existing CLAUDE.md. Invoke explicitly with /xp-stack:bootstrap.
Le a codebase do projeto (package.json, README, src/, supabase/, docs/, scripts CI) e preenche CLAUDE.md a partir do template em branco que vem com o xp-stack. Use quando o usuario pedir pra "preencher CLAUDE.md", "popular CLAUDE.md", "documentar o projeto pra IA", ou quando o CLAUDE.md atual ainda esta com placeholders genericos do template (ex: "[Project Name]", "TODO: fill in"). NAO use pra editar CLAUDE.md ja preenchido — pra isso use claude-md-management:claude-md-improver.
[LEGACY — pré-Agent View 2026-05-11] Set up a local parallel-wave orchestrator in this project — copies orchestrate-wave.sh and README to scripts/orchestrate/. The orchestrator dispatches N headless workers (claude -p Sonnet) in isolated git worktrees per task, blocks on BLOCKERS.md discipline, and aggregates a summary. Alternative to remote orchestrators like Paperclip when you want sync local execution without infrastructure. Invoke explicitly via /xp-stack:local-waves-setup. Opt-in.
Reviews and optimizes GitHub Actions workflows for performance (cache layering, matrix sharding with Vitest 2.x+/Playwright blob+merge), quality (gate separation, observability via STEP_SUMMARY), security (SHA pinning of third-party actions, OIDC instead of long-lived secrets, pull_request_target hardening, persist-credentials hardening), and avoids documented anti-patterns (parallel cache corruption, eval gates without baseline, duplicate CI runs on same SHA). Use when editing any file under .github/workflows/, when adding or removing CI jobs, when triaging slow CI, when reviewing third-party action updates, or when discussing supply chain security of GitHub Actions (SHA pinning, OIDC, third-party action updates).
Stack metodológico XP/Akita para agentes de IA — TDD absoluto, pair programming, pesquisa formal triangulada, task decomposition rigorosa, conventional commits e orquestração multi-agent nativa via Agent View (Claude Code) com fallbacks opt-in.
Versão atual: v2.0.0 (2026-05-13). Status: estável, pronto pra adoção em qualquer stack (TypeScript, Python, Go, bash, etc.). Veja CHANGELOG.md pro migration guide v1.x → v2.0.
Breaking release. Parallelization pattern shifts from manual
TERMINAL-PROMPTS.md(N terminals + copy-paste) to Claude Code Agent View native. Mais detalhes em CHANGELOG.md.
TEMPLATE-orchestrator-prompt.md (substitui TEMPLATE-terminal-prompts.md removido)debugging-discipline — instala PR template + PreToolUse hook + settings deep-merge pra forçar disciplina em commits fix:akita-xp-rules, task-decomposition atualizadas pra refletir Agent Viewlocal-waves marcada como [LEGACY] (segue funcional como fallback)npx xp-stack init
Detecta engines disponíveis (Claude Code, Antigravity, Cursor, Codex, etc.), instala dual mirror em .claude/skills/ + .agents/skills/, cria manifest SHA-256, scaffolda CLAUDE.md, AGENTS.md (symlink), docs/tasks/_template/, docs/pesquisas/_template/, .claude/settings.json e .gitignore atualizado. Nunca sobrescreve nada que já exista.
/plugin marketplace add RNobre1/xp-stack
/plugin install xp-stack@xp-stack
/xp-stack:bootstrap
Recomendação: prefira a forma npm. O plugin marketplace está sujeito ao issue #35989 do claude-code — skills somem do cache de plugins em algumas versões do CLI.
cd meu-projeto
npx xp-stack init # scaffold + dual mirror
npx xp-stack status # estado atual (engines, features ativas, drift)
npx xp-stack add-skill db-archaeologist # agent opt-in pra análise de DB
npx xp-stack add-skill debugging-discipline # gates de fix-workflow (PR template + hook)
| Comando | O que faz |
|---|---|
xp-stack init | Scaffold inicial: manifest, dual mirror, templates, AGENTS.md symlink |
xp-stack update | Diff manifest SHA-256, prompt por arquivo (keep/take/merge/abort) |
xp-stack status | Estado atual: engines, features, drift |
xp-stack add-engine <name> | Instala dual mirror em path adicional |
xp-stack add-skill <name> | Habilita skill opt-in (debugging-discipline, paperclip, local-waves, db-archaeologist, etc.) |
xp-stack config get [key] | Lê config (doc_level, etc.) |
xp-stack config doc-level <essencial|completo> | Define nível de documentação por feature |
xp-stack uninstall | Remove arquivos do manifest, preserva user-modified, prompt antes de cada delete |
xp-stack resume [feature] | Lê index + state.json, resume sessão de uma feature |
xp-stack hook-stop | Executado pelo hook Stop — atualiza index.json + regenera RESUME.md |
xp-stack regenerate-resume [feature] | Regenera RESUME.md manualmente |
xp-stack reconcile [feature] | Reconcilia JSON↔markdown quando divergem (JSON wins, dry-run default) |
xp-stack --version | Mostra versão instalada |
npx xp-stack update
# ou plugin marketplace:
/plugin marketplace update RNobre1/xp-stack
/plugin install xp-stack@xp-stack
npx claudepluginhub rnobre1/xp-stack --plugin xp-stackComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Complete developer toolkit for Claude Code