Agent Skills: Example Skill

An example skill demonstrating the SKILL.md format

examplesID: codebuffai/codebuff/example-skill

Repository

CodebuffAILicense: Apache-2.0
4,407498

Install this agent skill to your local

pnpm dlx add-skill https://github.com/CodebuffAI/codebuff/tree/HEAD/common/src/templates/initial-agents-dir/skills/example-skill

Skill Files

Browse the full folder contents for example-skill.

Download Skill

Loading file tree…

common/src/templates/initial-agents-dir/skills/example-skill/SKILL.md

Skill Metadata

Name
example-skill
Description
An example skill demonstrating the SKILL.md format

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

  1. Skills are loaded on-demand via the skill tool
  2. The agent sees available skills listed in the tool description
  3. When needed, the agent calls skill({ name: "example-skill" }) to load the full content
  4. 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