Skill Template

Template for authoring new skills in this repo. Use when creating a new .github/skills/<name>/SKILL.md. Use when this capability is needed.

tomevault-io Updated

File contents

Skill template

Copy this directory to a new skill folder and edit SKILL.md.

Checklist

  • Directory name is lowercase and uses hyphens
  • name matches the directory name
  • description says what it does and when to use it
  • Add metadata.category and useful keywords in metadata.tags
  • Keep SKILL.md concise; put long references in separate files

Example skeleton

---
name: my-skill
description: One sentence on what it does + when to use it.
metadata:
	category: docs
	tags: "keywords here"
---

# Skill: my-skill

## Steps

1. ...

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/p3ngu1nzz--review-cat--skill-template commit e37d761441

Frequently asked questions

npx skillmds@latest add tomevault-io/skill-template-4