Appendix B: Command & Skill Cheat Sheet
Trellis ships only a small session-boundary command surface. Everything else is an auto-trigger skill or a sub-agent. This is intentional: commands are for explicit user boundaries; the rest of the workflow runs itself.Slash Commands (per platform)
finish-work and continue are the normal user-invoked commands. start is only user-facing on platforms that do not auto-inject session context.
Auto-trigger Skills
These are matched by the platform based on user intent: no explicit invocation required. Trigger them manually with your platform’s skill invocation syntax if needed.Sub-agents
Spawned by the main session via the platform’s sub-agent / Task primitive.
Available as real sub-agents on Claude Code, Cursor, OpenCode, Codex, Kiro, Gemini CLI, Qoder, CodeBuddy, Copilot, Droid, and Pi Agent. Kilo, Antigravity, and Devin run the same work inline in the main session. Context is hook/extension-injected on Claude Code, Cursor, OpenCode, CodeBuddy, Droid, and Pi Agent; the other sub-agent platforms use a pull-based prelude.