com um clique
claude-code-toolkit
claude-code-toolkit contém 3 skills coletadas de apoorva-01, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.
Skills neste repositório
Use when the user says 'council this' or '/my-council' followed by a decision/question. Spawns 5 advisor sub-agents (Contrarian, First Principles, Expansionist, Outsider, Executor) in parallel, runs an anonymous peer-review round, then synthesizes a chairman verdict with one concrete next step. Outputs HTML report + markdown transcript. Use for high-stakes decisions where being wrong is expensive.
Use when the user says '/my-ship-it' or 'ship it' or wants to gate a commit/merge. Pre-commit pipeline that runs the project's lint + tests, invokes the my-code-reviewer subagent on the diff, drafts a Conventional Commits message, and presents everything for the user to approve. Never commits or pushes — that stays a manual step.
Use when the user says '/my-tidy' or 'tidy [path]' or asks for a cleanup of dead code, unused imports, dead branches, or stale comments — without changing logic. Scoped to a single file or directory only. Always shows the diff and waits for approval before applying.