conductor
49Plugin Claude Code
Conversational planning skill that produces self-contained implementation plans.
Plugin Claude Code
Conversational planning skill that produces self-contained implementation plans.
Skill Claude CodeCodex
Thorough planning for complex features via delegated subagents. Turn discussions into executable, self-contained implementation plans. USE for multi-file features, architectural changes, unfamiliar tech requiring research. SKIP for quick fixes or single-file changes.
Plugin Claude Code
Lifecycle of Claude Code instruction files: audit CLAUDE.md/AGENTS.md/.claude/rules instruction budget, capture session learnings, and resync docs with codebase evolution.
Skill Claude CodeCodex
Audit and improve CLAUDE.md, AGENTS.md and .claude/rules/ for instruction budget, anti-patterns and stale references, then apply approved REMOVE/MOVE/REWRITE/ADD fixes.
Skill Claude CodeCodex
Capture this session's learnings (commands, gotchas, patterns) into CLAUDE.md or .claude/rules/.
Skill Claude CodeCodex
Sync project CLAUDE.md with codebase evolution, using git history since the file last changed to motivate every proposed update.
Plugin Claude Code
Generate 5 unique website redesigns using Theo's pattern: one agent, sequential creation, natural differentiation.
Agent
Creates 5 unique design variants sequentially in a single context.
Plugin Claude Code
Interactive git branch and worktree cleanup: proves a branch is contained before proposing it, frees finished worktrees, and reports what it kept and why.
Skill Claude CodeCodex
Clean stale git branches and worktrees interactively. Audits local/remote branches, proves which ones the base already contains (including after a squash or rebase), frees finished worktrees, and confirms before deleting. Use when: "git sweep", "sweep branches", "branch cleanup", "prune stale branches", "clean up…
Plugin Claude Code
Interactive git commands with AI assistance for commit management, history rewriting, PR/issue triage, and repository cleanup.
Command
Wait for CI to pass, then merge PR and update local branch.
Command
Trigger Claude review on the PR for the current branch.
Command
Create a commit that closes a GitHub issue.
Command
Investigate a GitHub issue, fact-check it, and optionally execute.