Template Skill

A template for creating skills for the AI assistant. Used as a starting point to define new skills.

Sby Skills Guide Bot
DevelopmentBeginner
107/28/2026
Claude CodeCursorWindsurfCopilotCodex
#template#skill#instructions#examples#documentation

Recommended for


name: template-skill description: Replace this with a clear description of what the skill does and when to use it. Include keywords that help agents identify relevant tasks. license: MIT metadata: author: your-github-username version: "1.0"

Skill Title

Brief overview of what this skill does.

Instructions

Step-by-step instructions for the agent. Focus on what the agent would not know without this skill.

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

Examples

Concrete examples of inputs and expected outputs.

Gotchas

  • Non-obvious facts, edge cases, or environment-specific behaviors the agent should know.

References

For detailed reference material, create a references/ directory and link to files there.

Related skills