By blpsoares
PDD (Parity-Driven Development) — skill pack for auditing behavioral parity between a new system and a reference system during migrations, rewrites, and ports. Provides /audit-* commands for capturing, investigating, resolving, and handing off findings to QA.
Entrevista estruturada para preencher .audit/BOOTSTRAP.md — contexto operacional lido por TODA nova sessão Claude antes de qualquer trabalho de auditoria PDD. Roda uma vez no setup do projeto.
Investiga um finding existente — decide abordagem (estática/dinâmica/visual/combinada) em conversa com o dev, executa, e documenta descobertas em investigation.md. NÃO modifica código — só entende e diagnostica.
Captura um novo finding (divergência, bug ou comportamento incorreto vs sistema de referência) via entrevista estruturada mão-dupla dev + Claude. Gera .audit/findings/NNN-<slug>/README.md com disciplina forçada — respostas vagas não são aceitas.
Ponte entre findings resolvidos (git) e QA (Notion). Roda depois do PR do finding ser mergeado. Na primeira execução: cria página do finding + N cards de teste em linguagem leiga. Nas execuções seguintes: lê status do QA, trata aprovações e reprovações. NUNCA roda antes do PR mergear.
Implementa a correção de um finding já investigado, valida contra o sistema de referência, gera resolution.md e move a pasta para .audit/resolved/. NUNCA commita nem pusha — apenas sugere o comando ao dev.
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.
Conteúdo pessoal para o Claude Code — plugins instaláveis e skills avulsas.
my-claude/
├── plugins/ ← plugins instaláveis via /plugin install
│ └── pdd/ ← PDD: Parity-Driven Development
└── skills/ ← skills avulsas (copiar manualmente para .claude/skills/)
└── arch-docs.md
Plugins gerenciados pelo sistema de plugins do Claude Code. Instalar via /plugin.
/plugin marketplace add blpsoares/my-claude
| Plugin | Descrição | Instalar |
|---|---|---|
pdd | PDD — Parity-Driven Development. Skills /audit-* para auditar paridade em migrações e rewrites. | ver abaixo |
claude plugin install pdd@blpsoares-my-claude --scope project
Grava em .claude/settings.json do projeto. Quem clonar o repo herda o plugin automaticamente.
Ver plugins/pdd/README.md para documentação completa.
Skills em skills/ não são gerenciadas pelo sistema de plugins — copiar manualmente para .claude/skills/ do projeto quando precisar.
| Arquivo | Descrição |
|---|---|
arch-docs.md | — |
npx claudepluginhub blpsoares/my-claude --plugin pddComprehensive 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
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.