Command
Arm the hook-skip-blocker to permit the next N git commands with --no-verify / --no-gpg-sign / -c commit.gpgsign=false / -c core.hooksPath=. Default N = 1.
My personal setup for working with AI; what I learned from existing plugins, plus a bunch of my own, built the way I like to work.
Command
Arm the hook-skip-blocker to permit the next N git commands with --no-verify / --no-gpg-sign / -c commit.gpgsign=false / -c core.hooksPath=. Default N = 1.
Command
Set or show the goal-directed autonomy contract (effort / stopping / ask) that the workflow organs read at their decision points — how hard to push, when to stop, when to ask. Propose-confirm, never auto-fires.
Command
Author a concrete blueprint for a slug — what we wanted (intent) + what we're building now (classes, interfaces, dependencies, module relationships, build order) with Mermaid UML. Optional, after /draft-plan. Presents the draft for accept/edit/reject, then writes to .claude/docs/ /v .md and the Obsidian vault.
Command
Ideation organ upstream of /envision — talk a half-formed idea into shape, or crystallize a blurry one into a name, one-line description, edges (in/out), and end-goal. Converges (doesn't just chat); writes a light .claude/ideas/ .md note that /envision picks up.
Command
Capture a memory (lesson / decision / rule / preference) with propose-confirm-commit flow.
Command
Scope-dialed fit-and-intent checkpoint — "does this serve the point + cohere + what did I learn?" at diff / module / corpus zoom. Auto-detects scope (+ --scope override); diff scope composes /code-review + a fit-pass; batches findings and routes them.
Command
Close out the scope chain on a shipped slug — reconcile shipped reality into the canonical spec, retire spent plan/blueprint artefacts to a dated archive folder, record one ship line. The terminus after /execute meets done-criteria.
Command
Keep multiple live Claude sessions aligned via a shared, gitignored session board (.claude/sessions-active.md) — register what this session owns, see what others own, leave hand-off notes, detect file/slug collisions. A session can claim coordinator to assign work to others. No daemon/polling.
Command
Load relevant stored memories and codemap entries for the current task.
Command
Produce a versioned plan under .claude/plans/ /v .md from the active spec for that slug. Each step has a goal, files, expected outcome, and verification criteria. Plans pin to a specific spec version. The drafted plan is presented for review (accept / edit / reject) before it is written to disk.
Command
Interview the user on a project's top-level vision — intent, UX shape, module partition, boundaries, and relations — and write a versioned vision under .claude/visions/ /. Visions are the load-bearing artefact upstream of /spec; each module the vision names becomes a candidate slug for its own /spec run. One vision…
Command
Execute the active plan for a slug under .claude/plans/ /, one step at a time, with verification after each. Prompts on failure; never advances silently.
Command
Observe a scope's dominant code conventions and write a project-tier conventions.md that overrides universal defaults for that scope — hybrid deterministic+model detection, per-category propose-confirm, language-pro-delegated authoring.
Command
Extract a project's ubiquitous language (domain term → definition → code symbol) into a project-tier glossary.md the rule-prime hook primes and /review cites — the meaning leg beside codemap's structure and extract-conventions' style. Per-group propose-confirm.
Command
Project an LLM-optimized planning artefact (plan / blueprint / spec / vision) into a human-readable approval view — the goal + the concrete decisions in plain prose, with an alignment check, so you can approve it and confirm the discussions were pointing at the right thing.
Command
Detect, score, and rewrite AI-generated texture in user-facing prose (tech docs / email & messaging / PR-proposal-issue). Density-not-instance, advisory likelihood not a verdict, voice-calibrated rewrite. Refuses the terse model corpus.
Command
Improve any prompt — for LLMs/chat/agents or generative image/video/audio models. Model-agnostic; interviews to fill real gaps, then returns a rewritten prompt plus a short rationale.
Command
Audit the project's memory tree for drift — orphans, duplicates, broken relations, stale references, schema gaps. Read-only by default; proposes fixes via propose-confirm-commit. Sibling of /review for memory rather than code.
Command
Scaffold a new Claude Code subagent under agents/ — interview-driven, forces job-to-be-done, pre-flight questions, anti-patterns, and debugging workflow. Writes one .md file with full structure and a settings/MEMORY.md side-effect-free preview.
Command
Generate a vendor-neutral AGENTS.md by projecting this Claude-Code instruction corpus — CLAUDE.md tree, architectural rules, warning/feedback landmines, canonical commands — into a flat file other coding agents (Codex, Cursor, Aider, …) can read, then interviewing only for the gaps the corpus can't know.
Command
Scaffold a new Claude Code hook end-to-end — recipe-driven hook file, payload fixtures, runner, and settings.json registration with diff preview.
Command
Scaffold a new MCP server project under mcps/ — interview-driven, supports TypeScript and Python, simple tool servers and API wrappers. Writes project files, installs dependencies, builds, and registers in /.claude.json with diff preview.
Command
Goal-directed orchestration & convergence for concurrent work — decompose one goal into interdependent units, place each (shared tree / worktree / serialize), fan out via dispatch, keep on track at dispatch, then verify-and-converge into one coherent result.
Command
Draft a PR title + body to a clean contract (Summary + Test plan + Closes-line over any existing template) and hand you a ready-to-run gh pr create command — never opens the PR itself.