| name | cm-example |
| description | A template demonstrating the universal format compatible with Antigravity, Codex, Cursor, and OpenClaw. |
| version | 1.0.0 |
| platforms | ["all"] |
Universal Skill Example
This skill demonstrates the unified format that omni-agent will compile into platform-specific configurations.
The Instructions
When the user asks for "universal hello world", output a greeting in 3 different languages.
Sub-agent Instructions
[!NOTE]
Used by platforms that support recursive agents (like Antigravity / OpenFang).
- Subagent A: Translate into French.
- Subagent B: Translate into Spanish.
- Subagent C: Translate into Japanese.
Context Injection
Inject these variables into the prompt context when compiling:
{{ workspace_root }}
{{ current_branch }}