Interactive first-run wizard walking the user through 8 configuration prompts and optionally bootstrapping the project. Use on first launch or when reconfiguring archon-cli.
Meta-skill that helps users author new SKILL.md skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill for archon-cli.
Adjust behavioral rules for a custom agent or globally. Uses LLM-mediated merging with diff validation to prevent hallucinated rule changes.
Create a custom agent from a natural language description. Generates agent definition files (agent.md, context.md, tools.md, behavior.md, memory-keys.json, meta.json) in .claude/agents/custom/{name}/.
Review and apply evolution suggestions for a custom agent. Supports FIX (in-place repair), DERIVED (create variant), and CAPTURED (extract from success).
Rollback behavioral rules for an agent to a previous version. Creates a new version (never deletes history).
Invoke a custom agent with a task description. Assembles the Context Envelope from agent definition files, memory, and LEANN, then spawns a Task tool subagent.
Run scripts/ci-gate.sh, surface findings inline, and suggest /diagnose for any failing gate. Use when you want to check CI gate status or verify all dev-flow gates pass.