Agent Skill
2/7/2026example-skill
An example skill demonstrating the SKILL.md format
C
codebuffai
2778GitHub Stars
1Views
npx skills add CodebuffAI/codebuff
SKILL.md
| Name | example-skill |
| Description | An example skill demonstrating the SKILL.md format |
name: example-skill description: An example skill demonstrating the SKILL.md format license: MIT metadata: category: examples audience: developers
Example Skill
This is an example skill that demonstrates the SKILL.md format.
When to use this skill
Use this skill when you need an example of how skills work.
Instructions
- Skills are loaded on-demand via the
skilltool - The agent sees available skills listed in the tool description
- When needed, the agent calls
skill({ name: "example-skill" })to load the full content - The skill content is then available in the conversation context
Notes
- Skills should have clear, specific descriptions
- The name must be lowercase alphanumeric with hyphens
- The name must match the directory name
Skills Info
Original Name:example-skillAuthor:codebuffai
Download