Skill Claude CodeCodex
Create new documentation based on the current conversation context.
Our agent harness: Skills, plugins, hooks, and utilities to improve the quality of your agent.
Skill Claude CodeCodex
Create new documentation based on the current conversation context.
Skill Claude CodeCodex
Create a git commit following the team's Conventional Commit conventions. Use when the user asks to commit changes or create a commit.
Skill Claude CodeCodex
Create a plan for the specified task and store it as GitHub issues in the repository of the current working directory. Given the URL of a GitHub issue, it turns that issue into the parent "plan" issue (Goal, Context and a checklist of phases) and creates one child issue per phase, linking every phase as a native…
Skill Claude CodeCodex
Create a plan for the specified task.
Skill Claude CodeCodex
Implement one phase of a plan stored as GitHub issues in the repository of the current working directory. Given the URL of a phase (child) issue it implements that phase; given the parent plan issue it finds and implements the current phase. Only implements a single phase per invocation, then stops for user review. It…
Skill Claude CodeCodex
Implement one phase of the plan specified by the user. Only implements a single phase per invocation, then stops for user review. Never commits automatically.