plan-with-wt
25Command
Approve plan mode with worktree isolation and PR creation.
Command
Approve plan mode with worktree isolation and PR creation.
Plugin Claude Code
Multi-agent plan review workflow requiring architect and simplifier approval before plan execution.
Agent
Reviews plans for architectural soundness, challenges decisions, verifies best practices.
Command
Install plan review hooks into project settings.
Skill Claude CodeCodex
Rigorous planning workflow with research validation, task breakdown, dependency mapping, and post-implementation verification. Use when: (1) planning complex features touching 5+ files, (2) architectural changes or major refactors, (3) unfamiliar tech requiring doc research, (4) user says "thorough plan", "rigorous…
Command
Guide for creating effective Claude skills.
Command
Review skills against official skill-creator guidelines using multi-agent consensus.
Skill Claude CodeCodex
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Plugin Claude Code
Prompt tooling for Claude Code: write and audit prompts (meta-prompt, prompt-coach, prompt-health) and introspect how the harness executes them (dump-system-prompt, explain-workflow).
Command
Extract Claude Code system prompts from cli.js using AST analysis.
Command
Trace and visualize the execution flow of a Claude Code command, skill, or agent workflow.
Command
Turn a rough request or the preceding conversation into a grounded, ready-to-run prompt for another agent. Use when the user asks to write a prompt, meta-prompt, or briefing for a separate agent session — "write a prompt for another instance", "brief another agent", "prepare a prompt I can copy-paste", "write this up…
Command
Rephrase rough ideas into clear, professional language - and name the weak patterns so you learn from them.
Command
Health check for a prompt, command, skill, or agent doc — deterministic Claude Code harness staleness checks, then the vendored prompt-audit methodology for dated patterns.
Plugin Claude Code
Manage Claude Code settings with JSONC support and schema extraction.
Command
Extract and analyze Claude Code settings schema.
Command
Set up JSONC workflow for Claude Code settings.
Plugin Claude Code
Audit and clean code comments: protects why/constraint comments, hunts comments that lie.
Agent
Comment slop hunter. Invoke manually with a batch of files listed in the prompt (absolute path + comment-line count + fate tag). Classifies every comment, cites file:line examples, flags stale suspects without ruling on them. Read-only. Do not auto-delegate to it for anything other than a comment hunt.
Skill Claude CodeCodex
Audit and clean code comments with four actions: REFACTOR (comment compensates for unclear code), KEEP (why / external constraint / trap), REMOVE (paraphrase, decorative banners), FIX-VERIFY (factual claim checked against the code). Protects why and constraint comments; hunts comments that lie — stale cited paths…
Plugin Claude Code
Code quality and cleanup commands for maintaining clean, maintainable code.
Command
Review PR comments - fix bad naming, preserve necessary context.
Command
Audit a Biome/ESLint lint rule - research best practices, analyze violations, generate fix strategy.
Skill Claude CodeCodex
Verify no behavioral regressions after implementation. Spawns parallel subagents for semantic diff review + test execution. Use when: user says "verify no regressions", "check for regressions", "make sure nothing broke".