
# Enforce Skill Pre-loads constraints from CLAUDE.md into session context. Prevents common failure patterns before they start. ## Usage ```bash /enforce # Load constraints for current project /enforce --strict # Fail on any rule violation (CI mode) /enforce --list # Show all active constraints ``` ## What It Does 1. **Reads CLAUDE.md** from project root 2. **Extracts hard rules** (NEVER, ALWAYS, MUST, etc.) 3. **Injects into context** as system-level constraints 4. **Sets guar
Multi-agent orchestration mode. The orchestrator never reads, edits, runs, or tests directly — it scopes work, runs a re-implementation audit, presents a freeform method brief with grounded recommendations, then dispatches every step to sub-agents through shared context files at `docs/orchestrate/<topic>/`. Use when invoked via /delegate, when the user asks to orchestrate or coordinate multi-agent work, or when the task explicitly calls for delegation.
Create or switch to a git worktree for isolated feature/fix development
Prune context and memories — strip redundancy, preserve sharp rules, surface misplaced memories
Three-phase refactoring orchestrator. Dispatches an exploration agent to surface concrete smells and architectural problems, then an architecture agent to design better structure, then an implementation agent to apply the changes. The orchestrator never reads, edits, or runs builds itself — it scopes the target, holds the phase boundaries, and synthesizes between agents through shared-context files at `docs/orchestrate/refactor-<slug>/`. Use when invoked via /refactor, when the user asks to refactor a module/crate/package, or when the work explicitly calls for a structured smell-find-then-redesign-then-apply loop.
Extract research content from YouTube presentations, PDFs, or PPTX files into structured markdown. Dispatches each pass to a dedicated sub-agent (research-extractor / research-vision / research-refiner) so per-deck vision passes scale to hundreds of slides without bloating the parent context.
Merge current worktree branch into main, cleanup worktree
Build, run, and analyze Unity profiler data with perf-report-style call-stack attribution
Write a handoff prompt for a future session. A handoff is a continuation-link — minimal context plus a kickoff line the user can copy-paste. Never a diagnosis, never an investigation script, never a prescribed deliverable.
Preserve in-progress work and reset all p7 repos to latest master
Open rustrover in current worktree (nohup rustrover . > /dev/null &)
Scan all crates for SOLID/DRY/KISS violations, rank top 5 worst offenders, fix them
Find and delete dead code — zero callers means zero reasons to exist
Audit plan file for completeness before exiting plan mode — context is wiped on transition to work
This skill should be used when the user asks to "create a filter", "write a tokf filter", "add a filter for <tool>", "how do I filter output", or needs guidance on tokf filter step types, templates, pipes, or placement conventions.
Find and fix code smells — anonymous tuples, magic numbers, deep nesting, weak types
Audit all tracked files for leaked references to external proprietary code
# /docs Edit documentation only. Do not modify source code. ## Scope - Edit markdown files in `docs/` directory - Create new documentation files in `docs/` - Do NOT edit `.rs`, `.toml`, or other source files ## Style Guide **Headings:** - `#` for document title - `##` for major sections - `###` for subsections - Max 3 levels deep **Code Blocks:** - Always use language tags: `rust`, `wgsl`, `mermaid` - Fenced blocks for all code (not inline) **Tables:** - Pipe-delimited markdown tables - U
Scan docs, populate docs/todo with tasks
Launch a sub-agent to review the current branch diff against master
Open webstorm in current worktree (nohup webstorm . > /dev/null &)
Methodology for debugging confusing, intermittent, or "magical" bugs. Forces observation before action. Invoke when symptoms have multiple plausible causes, when one or more speculative fixes have failed, or when the user pushes back with "stop guessing."
Rebase current worktree branch onto latest main
Generates creative domain name ideas and checks availability across multiple TLDs (.com, .io, .dev, .ai, etc.). Saves hours of brainstorming and manual checking.
Interactive document refinement with Q&A - go file by file, ask questions, apply changes
# Session Status Skill Shows active Claude sessions across all projects with key metadata. ## Usage ```bash /claude-status # Show all active sessions /claude-status --here # Show only current project sessions /claude-status --clean # Identify stale/abandoned sessions ``` ## Output Format ``` Active Sessions (7 total) ═══════════════════════════════════════════════════════════ sim2d /home/midori/_dev/sim2d ├─ docs-modularity 2h ago 3 uncommitted [RES
Commit all changes including untracked files
Pick a todo task, create worktree if needed, and begin work
Open rider in current worktree (nohup rider . > /dev/null &)
RED/GREEN TDD — write a failing test first (Phase 1), then fix (Phase 2). Enforces strict phase separation.
Add tasks or ideas discovered during work to docs/todo