بنقرة واحدة
claude-code-toolkit
يحتوي claude-code-toolkit على 3 من skills المجمعة من apoorva-01، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.
Skills في هذا المستودع
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.