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 + description frontmatter, 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/*.md files for large tables, catalogs, examples, or templates
  • creates the skill as a skills/<name>/ directory inside the pavelsimo/skills repo — no separate repo, no submodule
  • updates the index README.md: adds a table row and a detailed ### [name] section linking to skills/<name>
  • commits the new skill with a single commit and offers to push

usage

Installs
8
GitHub Stars
1
First Seen
May 16, 2026
create-skill — pavelsimo/skills