Skill Claude CodeCodex
A collaborative skill for exploring requirements and turning unclear ideas into a structured spec.md design document. It uses Socratic questioning, a method based on guided questions.
Skill Claude CodeCodex
A collaborative skill for exploring requirements and turning unclear ideas into a structured spec.md design document. It uses Socratic questioning, a method based on guided questions.
Skill Claude CodeCodex
A skill that generates a daily work report when the user explicitly runs /daily. It does not run automatically.
Skill Claude CodeCodex
A method for assigning separate, independent problem areas to multiple agents so they can work at the same time.
Skill Claude CodeCodex
A skill that creates a Chinese Markdown summary of the session and saves it locally. It runs only when you explicitly use /done.
Skill Claude CodeCodex
A skill for carrying out tasks listed in a plan.md file, a Markdown checklist of planned work. It tracks completed tasks with checkboxes and runs a compile check after each batch of changes.
Skill Claude CodeCodex
A decision guide for wrapping up a development branch, the separate line of code changes used for a task. It helps choose whether to merge it, open a pull request, keep it, or discard it.
Skill Claude CodeCodex
A workflow for handling feedback from a code review, which is a review of proposed code changes by another person or tool.
Skill Claude CodeCodex
A review command that sends the current code changes to a code-reviewer subagent for a thorough review.
Skill Claude CodeCodex
A development workflow that assigns each planned task to an independent subagent, another agent working on a smaller task. It performs separate checks for specification compliance and code quality.
Skill Claude CodeCodex
A four-stage debugging method that investigates a problem, looks for patterns, tests possible causes, and then fixes the confirmed cause. Debugging means finding and correcting faults in software.
Skill Claude CodeCodex
A test-first development method built around a repeated red, green, and refactor cycle. TDD means writing a failing test before the production code, making it pass, and then improving the design.
Skill Claude CodeCodex
A skill for creating isolated Git worktrees, which are separate working directories linked to one repository. They let different branches be worked on without changing the current directory's files.
Skill Claude CodeCodex
A completion rule requiring verification evidence before work can be declared finished.
Skill Claude CodeCodex
A skill that generates a work report for the current week.
Skill Claude CodeCodex
A method for turning design specifications into a detailed implementation plan called plan.md. It breaks the work into small tasks and follows principles that avoid repetition and unnecessary features.
Skill Claude CodeCodex
A skill for writing and improving Claude Code skill files, which are instruction files that guide coding-agent behaviour. It uses TDD, or test-driven development, where tests are written before implementation.