Skip to content
Development
Skill

/cm-example

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

From plugin
cm
5362 skills8 agents11 commands3 hooks
+1
Install
$ npx -y skills add tody-agent/codymaster --skill cm-example --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/cm-example

Context preview

The summary Claude sees to decide when to auto-load this skill.

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

SKILL.md

cm-example.SKILL.md
name: cm-example
description: A template demonstrating the universal format compatible with Antigravity, Claude, Cursor, and OpenClaw.
disable-model-invocation: true
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). 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 }}`

Ships withcm

"I can't write code. But in 6 months, I shipped 12 real products using AI. CodyMaster is everything I learned — so you don't have to repeat my mistakes." — Tody Le, Head of Product, Creator of CodyMaster 50+ skills. One install.

Get the whole plugin

Other skills on cm.