What problem does it solve?
It helps you author or audit slash command definitions so they render correctly and behave consistently across CC, Codex, and Gemini while staying within strict formatting and safety constraints.
Core Features & Use Cases
- Cross-CLI command authoring: Defines the expected frontmatter shapes and emission paths for CC, Codex, and Gemini from a single source body.
- Command-body discipline: Enforces a maximum command-body length and neutral phrasing so commands don’t crowd out user intent or break downstream parsers.
- Variant overlays & exclusions: Supports slot-based variant overlays for per-CLI deltas and explains when to carve out native-primitive commands to avoid shadowing.
- Sync-manifest wiring: Ensures new commands are actually shipped by adding them to the correct tier and handling CLI emit exclusions.
Quick Start
Write a new command definition in the authoritative CC source path and keep the body neutral and under the line cap so it safely emits to Codex and Gemini.