create-skill
Installation
SKILL.md
create-skill skill
A Claude Code skill that scaffolds a new agent skill from a plain-text description — generates SKILL.md, README.md, LICENSE, and optional reference/*.md files, writes them as a skills/<name>/ directory inside the centralized pavelsimo/skills repo, and registers the skill in the index README.
features
- generates SKILL.md (
name+descriptionfrontmatter, features, usage, workflow, best practices) from the user's description - produces a README.md matching the standard skill template (usage, installation via
npx skills@latest add pavelsimo/skills, license) - writes an MIT LICENSE with the current year and "Pavel Simo" as the copyright holder
- creates optional
reference/*.mdfiles for large tables, catalogs, examples, or templates - creates the skill as a
skills/<name>/directory inside thepavelsimo/skillsrepo — no separate repo, no submodule - updates the index
README.md: adds a table row and a detailed### [name]section linking toskills/<name> - commits the new skill with a single
➕commit and offers to push