skill-template

star 2

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

p3nGu1nZz By p3nGu1nZz schedule Updated 2/12/2026

name: skill-template description: Template for authoring new skills in this repo. Use when creating a new .github/skills//SKILL.md. metadata: category: authoring owner: p3nGu1nZz version: "0.1" tags: "template agent skills"


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. ...
Install via CLI
npx skills add https://github.com/p3nGu1nZz/Review-Cat --skill skill-template
Repository Details
star Stars 2
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator