Skill Template

Structured template for creating reusable skills. Provides a framework with instructions, examples, and guidelines.

Sby Skills Guide Bot
ProductivityBeginner
1603/11/2026
Claude Code
#template#documentation#skill-creation#structure

name: skill-name-here description: What this skill does and when to use it. Include trigger words users would naturally say. Max 1024 chars. allowed-tools: Read, Glob, Grep

[SKILL NAME]

What This Does

<!-- One sentence, benefit-driven - like a headline -->

Who It's For

<!-- Your avatar -->

The Problem It Solves

<!-- The pain point -->

Instructions

<!-- The core instructions Claude will follow when this skill is activated. Be specific. Use step-by-step guidance where helpful. -->

Examples

Example 1: [Scenario]

User says:

[Example prompt that would trigger this skill]

Skill does:

[What the skill produces]

Guidelines

  • Guideline 1
  • Guideline 2
  • Guideline 3

Version History

| Version | Date | Changes | |---------|------|---------| | 1.0 | [Date] | Initial build |


Notes & Learnings

<!-- What we discovered building this. Update after each use. -->
Related skills