# Cm Example

> A template demonstrating the universal format compatible with Antigravity, Claude, Cursor, and OpenClaw.

- Skill: `tody-agent/cm-example` (Agent Skill)
- Install (CLI): `npx skillmds@latest add tody-agent/cm-example`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tody-agent/cm-example/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tody-agent (https://skillmd.com/u/tody-agent)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tody-agent/cm-example

---


# 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).
1. Subagent A: Translate into French.
2. Subagent B: Translate into Spanish.
3. Subagent C: Translate into Japanese.

## Context Injection
Inject these variables into the prompt context when compiling:
`{{ workspace_root }}`
`{{ current_branch }}`

