home-assistant
This skill should be used when helping with Home Assistant setup, including creating automations, modifying dashboards, checking entity states, debugging automations, and managing the smart home configuration. Use this for queries about HA entities, YAML automation/dashboard generation, or troubleshooting HA issues.
llm-orchestrator
Multi-LLM orchestration utilities for discovering available CLI tools, assessing change complexity, and building structured prompts. Used by reviewer sub-agents and multi-model commands.
claude-code-config
Use this skill when helping manage Claude Code configuration, including settings, MCP servers, LSP servers, skills, hooks, permissions, plugins, or per-device overrides. Also use when the user asks about Claude Code features, marketplace skills, or wants to modify their setup.
converge
Harden an already-decided plan into a self-terminating autonomous-goal spec — a checklist with machine-checkable exit criteria, a non-gameable Definition-of-Done "convergence gate", and a gate-first /goal (or /loop) driver prompt that memoryless, multi-session drivers converge on and HALT. Use when the user wants to hand an autonomous driver a "true definition of done" — e.g. "draft a goal I can run with /goal until it's done", "define exit criteria and stop when complete", "make it converge". NOT for deciding WHAT the work is (use /opsx or the spec skill for interactive, human-in-the-loop planning); this hardens a plan you already have into something a driver can finish on its own.
delegation
Tiered-model orchestration — a strong model plans, decomposes, and reviews while weak-model workers implement. Load before dispatching implementation work when acting as the orchestrator (see the "Orchestrate, Don't Implement" policy in global context).
spec
Spec-driven workflow wrapper — how planning, implementation, and verification compose on this system. Load when starting any non-trivial feature or change (multi-file, needs design decisions, or the user asks for a plan/proposal/spec). Routes planning to OpenSpec (/opsx), execution to the delegation skill, and quality gates to the discipline skills.