What problem does it solve? When the same capability must exist across multiple AI hosts (Gemini, Qwen, Codex, Cursor) or packaging formats (skill, agent, hook, command, script, plugin), behavior often drifts during translation. This Skill keeps the capability stable while its renderings change, preventing silent contract loss. ## Core Features & Use Cases - Capability Matrix: Captures function, trigger, inputs, outputs, host renderings, parity tests, and drift risks in a canonical template. - Host Translation Rules: Defines what must stay stable (behavior contract, trigger meaning, I/O semantics) versus what may change (names, file shapes, packaging). - Parity Testing: Provides checklists and sample test prompts proving two renderings behave identically. - Use Case: Mirror an existing skill into ~/.gemini as a Gemini-native form, then run parity prompts to confirm the same trigger phrase and output contract hold in both hosts. ## Quick Start Map this workflow into a capability matrix and translate it into a Gemini skill without changing its trigger or output contract.