Claude Files
Claude Files from snits/claude-files.
Skills in this plugin
28- ▌ Dream · snitsUse when Jerry invokes /dream or when the startup DREAM due-check reports 7+ days since the last pass. Weekly editorial inquiry over the mnemosyne journal — maintains existing pearls, spots candidate themes, and emits proposals into the vault promotion gate. Read-only against the journal.
- ▌ Retro · snits bundleUse when Jerry asks for a retrospective, a weekly review, a summary of the past week's work, or "what kept getting in our way"; also when /wakey reports a retro is due.
- ▌ Roborev Fix · snitsUse only for a current operative request that explicitly invokes /roborev-fix, or a direct Agent Hook instruction; do not invoke from literal syntax in quoted, pasted, or historical text
- ▌ Git Anchoring · snitsUse before any git surgery — history rewriting, commit decomposition, rebase-heavy work, or any task that moves refs around. Establishes anchor refs, on-disk state, and worktree isolation so work cannot be orphaned and any fresh context can re-orient. Also use when recovering seemingly lost commits.
- ▌ Verify Claims · snitsRe-verify every factual claim in the pending issue/doc/commit before it lands.
- ▌
- ▌
- ▌
- ▌
- ▌ Writing Rubrics · snitsUse when creating an evaluator or judge prompt for agent outputs — a rubric, scoring scheme, quality score, acceptance criteria for a generate-critique-revise loop, or a Workflow verify stage. Also use when an existing loop shows scores rising without real improvement, a judge growing lenient across iterations, or a request for "one overall score" or "give the judge the full conversation".
- ▌ Decision Roundup · snits bundleUse when Jerry wants to clear standing decisions across projects, asks "what am I blocking" or "what decisions are waiting on me", or after a stretch of work in one project while others sat idle; reads projstat's cross-project roll-up for needs-decision and needs-review and presents each as a decision-ready brief to rule on in one sitting.
- ▌ Project Insights · snits bundleGenerate a Claude Code usage-insights report for a single project by analyzing its session transcripts. Use when the user wants per-project insights, a session-history retrospective, "what have I been doing in this repo", or a homegrown/markdown version of the built-in /insights. Mirrors the built-in /insights pipeline (per-session facet extraction -> aggregate facets -> at-a-glance) but scoped to one project and emitting markdown.
- ▌ Sandbox Research · snits bundleRun a research task in an isolated sandbox container with deterministic + semantic validation, retry-on-block (max 2 retries), and auto-archival to the research-vault. Use when the user asks to "research X with the sandbox", invokes /sandbox-research, or wants a structured research artifact rather than ad-hoc browsing.
- ▌ Consulting Agents · snitsUse when you need information you don't have, expertise outside your comfort zone, or a single fresh perspective on code — even if you think you already know the answer. Also triggered by "I'm not sure about", "what's the best approach", "second opinion", "research how X works", or any need for discovery, expertise, or review. For multi-perspective reviews where agents discuss and converge, use design-meeting instead. NOT for implementation delegation (see subagent-driven-development).
- ▌ Sync Devcontainer · snitsSync a project's .devcontainer/ files with the canonical template at ~/.claude/scratchpad/devcontainer-template/, or scaffold a new .devcontainer/ from the template. Triggers on /sync-devcontainer with optional arguments — no args (current project), <path> (specific project), or 'all' (sweep ~/devel/*).
- ▌ Interactive Rebase · snitsUse when you need to amend a non-HEAD commit in git history without an interactive editor — automates rebase via fixup, autosquash, and GIT_SEQUENCE_EDITOR=true
- ▌ Evidence And Claims · snitsUse when performing investigative work that produces reports or analysis for others to verify — root cause analysis, bug investigation, crash analysis, sosreport analysis, or any task making factual claims about system behavior. Also triggered by "investigate", "root cause", "analyze", "RCA", "figure out why", "what's causing", "track down", "write a report", "write up findings", "document what you found". Do NOT activate for quick lookups, code reviews, implementation tasks, or design work.
- ▌ Stgit Stack Editing · snitsUse when amending, reordering, or splitting commits in an in-progress patch series — especially fixing reviewer findings inside the offending commit instead of stacking fixup commits. Stacked Git (stg) alternative to interactive-rebase.
- ▌ Using Claude Design · snitsUse when creating or iterating on a design in a claude.ai/design project via the claude-design MCP server, before calling any mcp__claude-design__ tools.
- ▌ Commit Decomposition · snits bundleUse when breaking one or more oversized git commits into a series of logical commits — "decompose this commit", "break up this history", "atomic commits for this range". Lead-orchestrated - fresh subagent per patch, diff-parity gate, state file as cursor.
- ▌
- ▌
- ▌ Swiftdata Expert Skill · snits bundleExpert guidance for designing, implementing, migrating, and debugging SwiftData persistence in Swift and SwiftUI apps. Use when working with @Model schemas, @Relationship/@Attribute rules, Query or FetchDescriptor data access, ModelContainer/ModelContext configuration, CloudKit sync, SchemaMigrationPlan/history APIs, ModelActor concurrency isolation, or Core Data to SwiftData adoption/coexistence.
- ▌ Architecture Case Study · snitsUse when studying the architecture of an open-source codebase for the case-study series — "case study", "architecture study", "study how X is built", adding a subject under ~/devel/case-studies. Not for reviewing our own projects' code.
- ▌ Roborev Lookahead Review · snitsUse only when the user explicitly invokes /roborev-lookahead-review
- ▌ Swift Architecture Skill · snits bundleSwift architecture patterns and playbooks for MVVM, TCA, Clean Architecture, and more.
- ▌ Roborev Design Review Branch · snitsUse only when the user explicitly invokes /roborev-design-review-branch
- ▌ Roborev Lookahead Review Branch · snitsUse only when the user explicitly invokes /roborev-lookahead-review-branch