jh-create-skill

Installation
SKILL.md

Create Skill

Skill Anatomy

Frontmatter

Every SKILL.md file starts with YAML frontmatter:

---
name: your-skill-name
description: Brief high-level description of what this skill does.
disable-model-invocation: true
---
  • name: Kebab-case identifier for the skill
  • description: A single sentence giving a very high-level summary of what the skill does. Do not include specifics about how the skill works, when to invoke it, or trigger terms.
  • disable-model-invocation: Include disable-model-invocation: true by default so the skill only loads when explicitly named.
Installs
3
First Seen
Jun 22, 2026
jh-create-skill — jasonharmongit/jh-skills