Unabridged:prose
Banned prose patterns — hedging, "for brevity", offered continuations. Loaded when emitting natural-language output under the unabridged skill.
Unabridged:code
Banned code-block patterns and structural shortcuts. Loaded when emitting code under the unabridged skill.
Unabridged:continuation
Long-output continuation protocol — clean breakpoint markers and resume-without-recap rules. Loaded when output is approaching the token limit under the unabridged skill.
Unabridged
Force complete, unabridged output — no truncation, no placeholders, no "for brevity". Triggers on phrases like "full file", "complete implementation", "no placeholders", "don't truncate", "unabridged", "whole thing", "every component", "all N of them", "no //... stubs", "no TODO stubs", "write it all out", "no skeleton". Apply whenever the user asks for the *entire* deliverable, not a sketch.
Sutra
Orchestrator for the claude-skills-pack. Use when the user wants the pack's members to cooperate — a commit that also journals and captures a lesson, a review that recalls prior risks, a verify that feeds the memory loop. Sutra owns the unified /sutra:* command surface, the capability registry, the artifact interchange schema, cross-plugin recall, and the verify→lesson→recall feedback loop. It dr…
Sb
Second-brain skill — captures every Claude Code conversation into the ai-mind Obsidian vault, scoped by project (cwd). Use proactively when the user mentions 'lesson', 'topic note', 'kanban', 'tasks', 'second brain', 'remember this', or asks about past conversations / decisions / action items. Subcommands: /sb:status /sb:analyze /sb:lesson /sb:topic /sb:tasks /sb:task /sb:kanban /sb:connect /sb:t…
Code Assist
Self-contained developer-workflow powerhouse. Use whenever the user wants to: commit (atomic, conventional commits), review code (backend/frontend/tui/fullstack architectural review), write a phase journal, PLAN work (brainstorm/write/execute a design), DEBUG (scientific-method root-cause), record an ADR (architecture decision), VERIFY a change works, or run a cross-family FLOW (ship/start/fix).…