setup
01Command Claude Code
Install claudefiles — copy skills, commands, sounds, hooks, and plugins into /.claude/.
A minimal catalog of my favourite skills for working with claude
Command Claude Code
Install claudefiles — copy skills, commands, sounds, hooks, and plugins into /.claude/.
Command
Create a git commit with conventional commit format.
Command
Configure git — SSH keys, aliases, templates, hooks, and ignore rules. Supports both per-repo (local) and global setup.
Command
Award, deduct, or inspect the session agent's trust ledger.
Command
Advisory gate for triage or plan decisions. Spawns a second-opinion agent that challenges assumptions, surfaces risks, and proposes alternatives before the decision commits. Based on Anthropic advisor tool pattern.
Command
Draft or post a GitHub issue/PR comment in stakeholder-readable voice, with proper GitHub autolinks and code permalinks. Default is draft-for-approval; posting is opt-in.
Command
Execute the active sprint wave-by-wave with parallel jira-executor instances per wave. Then jira-nyquist (test gates), then jira-verifier (goal-backward), then PR. Updates STATE.md throughout.
Command
Generate FLOW.md — human verification steps for the active sprint's acceptance predicates. Thinks like a tester; where to log in, what to click, which route to visit. Prioritizes predicates machines couldn't sense. Middleware between features/ and warden design.
Command
Bootstrap .jira/ in the current repo. Idempotent. Creates .jira/{.gitignore, README.md, STATE.md, sprints/, CURRENT}.
Command
Draft a GitHub issue from the active sprint's research, plan, or wave — following the evidence-grounded conventions in templates/issue/GUIDE.md. Saves a draft; push is opt-in.
Command
Write an evidence-disciplined engineering paper (innovation/discovery/finding) from a freeform description of what happened. Internally rigorous (evidence inventory, claim-strength discipline, adversarial review), lean single-file HTML house style for output. Publish is opt-in.
Command
Plan the active sprint. jira-planner produces 01-PLAN.md, 02-PLAN.md per wave plus CONTEXT.md; jira-plan-checker audits all plans. Stall detection on revision. Optionally pushes a GitHub issue.
Command
Start a sprint by researching it. Spawns parallel jira-researcher agents (codebase, patterns, external) and synthesizes findings into RESEARCH.md. Updates STATE.md.
Command
Generate a retrospective for the active sprint, a specific sprint, or a date range. Opt-in — never auto-fires.
Command
Review the diff for the active sprint or a given branch/range. Spawns jira-reviewer; reports findings by severity. Does not fix.
Command
Build a static HTML review site from all sprints in .jira/sprints/ and serve it on a local port. Default serves every markdown file in every sprint; filter with --only. Extra markdown dirs (RFCs, specs) can be appended as sections with --include.
Command
Triage the active sprint's plans into independently-grabbable GitHub issues using vertical slices. Adapted from mattpocock's to-issues pattern. Uses caveman lite.
Command
Adopt memory fragments from the studio workspace archive into local Claude memory. Opt-in, per-fragment confirmation via AskUserQuestion. Backs up local on overwrite. Never auto-triggers.
Command
Archive a completed project's workspace — git mv /.studio/ into /.studio/archive/, then clean up the project root (symlinks, .workspacerc, session hook) if a checkout is present. Never deletes workspace content.
Command
Migrate a legacy project into a studio workspace — untracks committed state, then performs standard setup.
Command
Re-sync a studio-initialized project. Re-reads studio.yaml, re-applies the managed .gitignore block, validates all symlinks resolve into the workspace slug, reports drift. Idempotent and non-destructive — never moves project state or modifies the workspace contents. (BASE behavior for P1; memory archival lands in P3.).
Command
Make interfaces production-ready: error handling, i18n, edge cases, performance optimization, responsive adaptation. Replaces harden + optimize + adapt.
Command
Final quality pass: alignment, spacing, consistency, design system adherence, typography, interaction states, and code cleanup. Replaces polish + normalize + distill.
Command
Improve UX details: copy clarity, onboarding flows, motion/animation, and moments of delight. Argument: copy (improve text), onboard (first-time UX), motion (animations), or delight (personality and joy). Replaces clarify + onboard + animate + delight.