Loading...
Loading...
Found 54 Skills
Collaborative coding with enforced micro-steps: announce, show diff, wait for confirmation, apply, verify. User controls pace with commands. Works with any domain agent as the executor. Use when: "pair program", "pair with me", "let's code together", "step by step coding", "walk me through implementing", "code with me"
Run the full spec-driven workflow automatically. Proposes, implements, verifies, reviews, and archives a change with one mandatory proposal checkpoint plus any extra confirmations required by blocking conditions.
Creates or updates TODO_LIST.md by reading all .md files in the project using sub-agents, then verifies which TODOs are already done by checking the actual code. Use when the user wants to build a comprehensive TODO list from existing documentation, verify TODO status against code, or says "build TODO list".
Executes implementation plans with smart task grouping. Groups related tasks to share context, parallelizes across independent subsystems.
Test-driven development workflow with philosophy guide - plan → write tests → implement → validate
Fixes blocking IO, unnecessary allocations, sync-in-async with keep/discard verification
unity-cli 共通ルール。全スキルの前提条件。
Verify review or audit findings and fix confirmed issues
Request coding agents to review code, verify review results and fix confirmed issues
Use this skill when you need to QA audit and fix a plugin skill file. Provides a methodology for verifying skill content against official documentation, fixing issues in-place, and producing verification reports.
Use when you have a written implementation plan to execute with review checkpoints
Implement approved technical plans phase-by-phase, including code changes, verification, and progress updates directly in the plan file. Use this whenever the user asks to execute a plan, implement from a plan document, continue plan-based work, resume from checked/unchecked tasks, or "do phase 1/2/3" from an implementation plan in `rpi/plans/`, even if they do not explicitly name this skill.