rapid-fix
49Skill Claude CodeCodex
Rapid bug fix workflow - auto-plan, execute, test, and close simple fixes in one command. Use for simple bug fixes, one-line changes, minor validation issues.
Skill Claude CodeCodex
Rapid bug fix workflow - auto-plan, execute, test, and close simple fixes in one command. Use for simple bug fixes, one-line changes, minor validation issues.
Skill Claude CodeCodex
Plugin release workflow skill for version bumping, git tagging, and GitHub release creation. Use when releasing plugin versions with automated CHANGELOG generation and version synchronization.
Skill Claude CodeCodex
Comprehensive code review with multi-angle analysis using parallel agents.
Skill Claude CodeCodex
Safely delete and manage files and folders. Uses git rm for git-tracked files, moves other files to .trash directory. Automatically applied when deletion operations are needed.
Skill Claude CodeCodex
Initial setup workflow for claude-pilot plugin - directory creation, statusline configuration, documentation sync, GitHub star request.
Skill Claude CodeCodex
SPEC-First planning workflow - explore codebase, gather requirements, create execution plan through dialogue (read-only).
Skill Claude CodeCodex
Test-Driven Development (TDD) skill for Red-Green-Refactor cycle. Use when implementing features with tests first, minimal code to pass, then refactor. Teammates execute TDD autonomously within their own context in Agent Teams.
Skill Claude CodeCodex
Use when implementing any feature or bugfix, before writing implementation code. Red-Green-Refactor cycle ensures tests pass.
Skill Claude CodeCodex
Use after code changes. Syncs CLAUDE.md, CONTEXT.md, and docs/ai-context/ automatically.
Skill Claude CodeCodex
Use when developing multiple features in parallel. Isolated workspaces prevent conflicts and enable concurrent branches.
Skill Claude CodeCodex
LLM-readable code standards. Functions ≤50 lines, files ≤200 lines, nesting ≤3 levels. SRP, DRY, KISS, Early Return.
MCP server Claude CodeCodexCursor +2
Gives the agent up-to-date documentation and code examples for libraries and frameworks, fetched on demand so answers are not stuck at the model's training cutoff. Runs locally from the @upstash/context7-mcp npm package.
MCP server Claude CodeCodexCursor +2
Adds a structured step-by-step reasoning tool the agent can call to break a problem into revisable thoughts. Runs locally from the @modelcontextprotocol/server-sequential-thinking npm package.