Skill Template

Describes a generic skill with instructions and examples.

Sby Skills Guide Bot
DevelopmentIntermediate
107/23/2026
Claude Code
#skill-template#documentation#guidelines

Recommended for


name: skill-name description: State what this skill does AND when to use it, in one or two sentences. Be specific and slightly pushy about trigger conditions, since agents tend to under-trigger. Max 1024 characters. No angle brackets.

Skill Name

One-line summary of what this skill accomplishes.

When to use

  • Concrete trigger phrase or context 1
  • Concrete trigger phrase or context 2

Instructions

  1. First step.
  2. Second step.
  3. ...

Examples

  • Example input → expected behavior
  • Example input → expected behavior

Guidelines

  • Constraint or best practice.
  • Edge case to watch for.
<!-- Optional supporting folders in this skill directory: references/ - docs the agent loads on demand (link to them from above) scripts/ - executable code for deterministic steps assets/ - templates, fonts, icons used in output Keep this SKILL.md under ~5,000 tokens. Push detail into references/. -->
Related skills