Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Canonical template for authoring a Trilogy AI CoE skill. Use as the starting point when creating a new skill for the aicoe-skills marketplace — copy this folder, rename it, rewrite the frontmatter description, and replace the body with your skill's instructions.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 16% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 3% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -5% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -34% | 0% |
| case-13 | ✗→✓ | ▲ Improved | -45% | 0% |
This skill is the canonical example for the Trilogy AI CoE skill marketplace. It does two jobs: it installs cleanly so the marketplace is never empty, and it shows contributors the exact structure a real skill should follow.
When authoring a real skill, delete everything below and write task instructions in the imperative ("Do X", "When the user asks for Y, gather Z first"). Keep the body focused on what the agent should do, not prose about the skill.
A skill is a folder with a SKILL.md file. Required frontmatter is name and description. The description is the single most important field: it is what every runtime uses to decide whether to load the skill, so make it specific and include the trigger phrases a user would actually say.
plugins/<skill-name>/
├── .claude-plugin/
│ └── plugin.json # plugin manifest (name, description, version)
└── skills/
└── <skill-name>/
└── SKILL.md # frontmatter + instructions (this file)Optional supporting files live alongside SKILL.md and are loaded on demand:
reference/ — longer docs the agent reads only when neededscripts/ — executable helpers the agent can runassets/ — templates, images, or sample dataThis skill ships as a plugin in the aicoe-skills marketplace. Once the marketplace is added, a user installs it with:
/plugin install coe-skill-template@aicoe-skillsBecause SKILL.md is the open Agent Skills standard, the same folder also works in Codex CLI, opencode/OpenClaw, and other compatible runtimes by placing it in their skills directory. See the repo README for per-runtime install paths.
Other measured skills in the registry, with their headline benchmark lift.