Example Skill
This is a minimal custom skill intended to demonstrate the Context Engine skill format.
Triggers
- do something
- example task
Instructions
When the user asks to "do something" or triggers this skill, follow these steps:
- Acknowledge the skill was matched.
- Explain that this is a template skill.
- Point the user to the
skills/directory to create their own.
Notes
- Skills are discovered automatically by the server when placed in the
skills/directory. - Each skill must have a
SKILL.mdfile at its root. - YAML frontmatter (
name,description) is optional but recommended for better dashboard display.