dot_config/ai_templates/skills/knowledge/single-skill-creator/SKILL.md
Explicitly triggered when the user mentions `single-skill-creator`. It scaffolds a new `SKILL.md`.
npx skillsauth add pascalandy/dotfiles single-skill-creatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
SKILL.md---
name: skill-name
description: What the skill does and when to use it. Be specific about trigger conditions.
---
# Skill Title
Core instructions go here. Keep under 500 lines / 5000 tokens.
Move detailed reference material to `references/` and tell the agent when to load it.
skill-name/
├── SKILL.md # Required: frontmatter + instructions
├── scripts/ # Optional: executable code
├── references/ # Optional: detailed docs loaded on demand
└── assets/ # Optional: templates, schemas, resources
| Field | Required | Notes |
|-------|----------|-------|
| name | Yes | Lowercase, hyphens only. Must match directory name. Max 64 chars. |
| description | Yes | Max 1024 chars. Describe what it does AND when to use it. |
| compatibility | No | Environment requirements (e.g., "Requires Python 3.14+ and uv") |
| metadata | No | Arbitrary key-value pairs (author, version) |
Read these references for depth:
development
Explicitly triggered when the user mentions `wiki-map`. It ingests, queries, lints, or compiles a markdown wiki.
testing
Explicitly triggered when the user mentions `qmd`. It searches local markdown or QMD collections.
development
Explicitly triggered when the user mentions `ontology-map`. It builds, refreshes, or checks an ontology.
testing
Explicitly triggered when the user mentions `obsidian`. It handles Obsidian vault operations.