Git
A Claude skill from vlting/claude-skills.
Worktree Manager
Git worktree management with safe defaults and flexible placement strategies. Use when users ask to: (1) create a new worktree or work on multiple branches in parallel, (2) list existing worktrees, (3) remove or clean up worktrees, (4) manage worktree placement (subfolder vs sibling directory), or any other git worktree operations.
Sim Source
Switch the iOS Simulator's Metro bundler between the main repo root and a git worktree. Use when the user wants the running playground-native app to load sources from a worktree (to preview in-progress work) or switch back to the main checkout.
Scope
Interactive planning + orchestration. Approval-gated workflow covering saga→epic→task hierarchy via progressive scoping.
Council
Multi-persona planning skill that analyzes tasks from different engineering/design angles, then reconciles into a consensus plan.
Refine
Iterative refinement loop for modules/components. Research best practices, council-deliberate a spec, collect issues, implement in worktree, review — one target at a time, approval-gated. Auto mode for fully autonomous operation.
Ui Brain
UI design knowledge base for building production-grade interfaces. Use when the user asks to build, design, or generate web UIs, pages, dashboards, forms, navigation, or any interface components — ensures modern, minimal, SaaS-quality output grounded in real design-system conventions rather than generic AI patterns.
Do
Run a task in an isolated worktree, present the diff for approval, then merge back. Lightweight alternative to /q for small, single-unit work.
State
Session state management. List active sessions, inspect checkpoints, abandon stale sessions, run garbage collection.
Audit
Run the repo's reviewer agent fan-out on a branch, worktree, or PR. Parses each reviewer's Output Contract JSON and aggregates into a single verdict.
Run
Ephemeral parallel executor. Spawns agents in worktrees, serializes merges. Used by /think or standalone.
Merge
List active do/* worktrees and merge the chosen one into its origin branch, gated by a user-supplied approval token.
Think
Lightweight plan-to-execution pipeline. Explores codebase, runs council deliberation, presents plan for approval, then executes via /run.
Affirmation
A Claude skill from vlting/claude-skills.
Q
Queue a task or drain the task queue.
Memory
User-facing memory management. Recall, save, forget, reinforce, cleanup, and stats for the JIT memory system.
Info
A Claude skill from vlting/claude-skills.
Ops
Delivery tracking, few-shot capture, and business insights for EaaS operations.
Kill Playground
Kill all running playground instances (web Vite dev server + React Native Metro/Expo bundler). Use when the user says "kill playground", "stop playground", or dev servers are stuck/zombied.