agents/skills/skills-creator/SKILL.md
Template and notes when creating or updating SKILL.md files under skills/
npx skillsauth add nazozokc/dotfiles skills-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.
skills/*/SKILL.md---
name: <skill name (match directory name)>
description: <one-line summary of when and why to use it>
---
# <Title>
## When to Use
- ...
## Basic Rules
- ...
## Notes
- ...
description empty (skill will never be triggered)see ../other/SKILL.md instead)When performing Git commits and pushesWhen creating a PR with gh cliWhen generating Nix code, editing flakes, or operating home-managergit stuff (too abstract)information about commits (not a conditional statement)After creating a new skill, add an entry to ~/ghq/github.com/nazozokc/dotfiles/agents/CLAUDE.md:
## ./skills/<name>/SKILL.md
Always refer to this skill when <use case>.
skills/
└── <name>/
└── SKILL.md ← This is all you need (keep it simple)
development
Method and notes when performing web searches
development
Guidelines when working on TypeScript/JS projects
tools
When writing fish shell scripts, functions, abbreviations, or editing shell configuration
documentation
Guidelines when managing Nix configuration