cmd-agent-persona-set | Prime the agent with a behavioral persona for the conversation |
cmd-code-what | Catch the user up on session activity in 3-5 ultra-tight **label**: explanation bullets |
cmd-codex-review-plan | Get a second-opinion plan review from Codex (codex exec) before exiting plan mode |
cmd-codex-review-unstaged | Have Codex review the working-tree diff and synthesize a prioritized iteration plan |
cmd-docs-idiot-proof | Simplify documentation for clarity and scannability with approval-gated edits |
cmd-done-check | Ask the agent whether it finished everything — a lightweight completeness gate for any task |
cmd-email-md | Convert markdown to email-safe HTML with inline styles and cross-client compatibility |
cmd-gh-issue | Create structured GitHub issues from conversation context using gh CLI |
cmd-golden-tests | Set up or extend golden/snapshot tests: fixture design, Makefile targets, snapshot storage, diff workflow, and update protocol |
cmd-latest-msg | Store or retrieve the latest agent message to /tmp/agents/{agent}/ |
cmd-makefile | Create or improve Makefiles with templates (python-uv, fastapi, nodejs, go, flutter), generated ##@ section help, and generated TODO.md |
cmd-mermaid-render | Render and display Mermaid diagrams inline in iTerm2 or Ghostty |
cmd-olshanskify | Apply Olshansky's personal style to docs, code, blog posts, or presentations via templates |
cmd-plan-store | Capture conversation plans, decisions, and action items into structured markdown in plans/ |
cmd-pr-build-context | Build high-signal PR context with diff analysis, risk assessment, and discussion questions |
cmd-pr-conflict-resolver | Resolve merge conflicts with context-aware 3-tier classification and escalation |
cmd-pr-description | Generate concise PR descriptions by analyzing the diff against a base branch |
cmd-pr-edgecase | Review branch changes for test gaps, logic edge cases, and failure modes |
cmd-pr-follow-up | Post-implementation reflection — surface missed work, simplifications, and idiomatic fixes |
cmd-pr-gh-comments | Holistically triage PR comments with line-range context, adjacent sweeps, approval-gated resolution, and cmd-olshanskify updates for @olshansk feedback |
cmd-pr-review-prepare | Prepare branch for code review by building context and identifying issues |
cmd-pr-scope-sweep | Final pass to identify missed items, edge cases, and risks before closing scope |
cmd-pr-sculpt-code | Reshape code for readability, naming, structure, TODOs, and reduced surface area |
cmd-pr-test-plan | Generate manual test plans with verified commands and pass/fail criteria |
cmd-productionize | Transform apps into production-ready deployments with framework-specific optimization |
cmd-review-chain-halt | Review protocol code for chain halt risks, non-determinism, and onchain behavior bugs |
cmd-review-rfc | Review RFCs for problem clarity, compliance, security, and performance using SCQA |
cmd-session-commit | Capture session learnings and update AGENTS.md safely |
cmd-skills-dashboard | Scrape skills.sh and generate an interactive HTML dashboard of the ecosystem |
cmd-skills-local-repo | Scaffold cross-tool repo-local skills with canonical source in .agents/skills/ and symlinks |
cmd-skills-review | Audit personal skills for redundancy, verbosity, and weak triggers via a Claude→Codex loop with approval-gated edits |
cmd-write-proofread | Proofread posts for spelling, grammar, repetition, logic, weak arguments, and broken links |