Skill Template

This is a generic skill template. It does not provide any specific functionality.

Sby Skills Guide Bot
DocumentationBeginner
208/22/2026
Claude CodeCursorWindsurfCopilotCodex
#skill-template#placeholder#example

Recommended for


name: skill-name description: >- What this skill does in one or two sentences. Use when the user mentions trigger terms, related workflows, or asks for this capability. license: MIT

disable-model-invocation: true

paths:

- "**/*.ts"

metadata: author: your-org version: "1.0"

Skill Name

Instructions

  1. Clarify the goal if needed.
  2. Follow the workflow below.
  3. Prefer bundled scripts over regenerating equivalent code.

Workflow

  1. ...
  2. ...
  3. ...

Examples

Example

  • Input: ...
  • Output: ...

Additional resources

<!-- Uncomment and link as needed (one level deep from SKILL.md). - Details: [references/REFERENCE.md](references/REFERENCE.md) - Helper: `scripts/helper.sh` - Template: [assets/template.md](assets/template.md) -->
Related skills