Skill Claude CodeCodex
Create Claude Code sub-agents with optimal configuration. Use when users ask to create a new agent, custom agent, specialized assistant, or want to configure task-specific AI workflows.
Claude Code plugin — 33 agents + 16 skills. Planning, implementation, review, security. Listed in Anthropic's community plugin catalog.
Skill Claude CodeCodex
Create Claude Code sub-agents with optimal configuration. Use when users ask to create a new agent, custom agent, specialized assistant, or want to configure task-specific AI workflows.
Skill Claude CodeCodex
Large-scale parallel work guidance. Routes 10+ parallel independent tasks to native dynamic workflows (ultracode), with legacy experimental Agent Teams as fallback.
Skill Claude CodeCodex
Automated development pipeline. Runs a completed Planning Work through Development and Validation phases end-to-end.
Skill Claude CodeCodex
Design and spec before any planning or code. MUST USE before new features, creative work, or any implementation. Explores requirements, proposes approaches, gets design approval, then chains to plan-task.
Skill Claude CodeCodex
Analyze errors and apply fixes. Use when you have an error message, traceback, or failing log to diagnose.
Skill Claude CodeCodex
AI-assisted documentation authoring. Use when writing, reviewing, or updating technical documents and READMEs.
Skill Claude CodeCodex
Turn an observed agent defect into a machine-checkable eval scenario, generated and self-validated in one step. Use after a defect lands in the feedback ledger, or before changing an agent definition that has no eval coverage. Trigger with /eval-forge.
Skill Claude CodeCodex
Export the kit's host-neutral rules to AGENTS.md so non-Claude-Code harnesses (Codex, OpenCode, Copilot, Pi, Hermes) follow the same discipline. Use when a repo is worked by more than one agent harness, or after changing rules/. Trigger with /harness-export.
Skill Claude CodeCodex
Build and configure MCP servers. Use when scaffolding a new Model Context Protocol server or adding tools to an existing one.
Skill Claude CodeCodex
Multi-perspective collaborative review of plans or documents. Ten expert viewpoints deliberate in 3 rounds to reach consensus.
Skill Claude CodeCodex
Audit Claude Code native feature absorption. Use to compare the kit's components against the latest Claude Code releases and propose absorption-ledger updates. Trigger with /native-watch or on a schedule.
Skill Claude CodeCodex
Structured task planning using Work files. Use for any new feature, bug fix, or project that needs a task breakdown before implementation.
Skill Claude CodeCodex
Run a full code review on current changes or specified files. Runs ruff lint, review-code agent, and security scan in sequence.
Skill Claude CodeCodex
Propose improvements to agent/skill/rule definitions from accumulated feedback-ledger defects and eval reports. Proposal-only - applies changes exclusively after evals show no regression AND the user approves. Trigger with /self-improve.
Skill Claude CodeCodex
Create new Claude Code skills. Applies standard templates and best practices to scaffold a skill file automatically.
Skill Claude CodeCodex
Distill a hard problem you just solved into a reusable skill draft - proposal-only, behind a three-condition threshold. Use after finishing a non-trivial task whose procedure would otherwise die with the session. Trigger with /skill-forge.
Skill Claude CodeCodex
Run tests and auto-fix failures. Detects the test framework, executes tests, and iterates on fixes until all pass.
Skill Claude CodeCodex
Session-start meta-skill. claude-code-kit-specific workflow chain, agent map, and Work system rules (generic skill-invocation discipline is shared with superpowers when present).
Skill Claude CodeCodex
Research external information using MCP servers. Use when users need to find documentation, compare technologies, or research best practices.