skill-create
Create new Agent Skills from templates with best-practice structure, pre-populated SKILL.md, and optional scripts/assets directories.
By skillscatalog · 590 installs
npx skills add skillscatalog/registry --skill skill-create
Source repository · Upstream listing
Instructions
Use this skill to create new Agent Skills from templates. It generates a properly structured skill directory with a valid SKILL.md file and optional scripts/assets folders.
When to Use
Starting a new skill from scratch
Ensuring proper skill structure and naming
Quickly prototyping new skill ideas
Teaching others how to structure skills
How to Use
Create a new skill with a name:
Create a skill with a specific template:
Available templates:
basic Just SKILL.md (default)
with scripts SKILL.md + scripts directory
with assets SKILL.md + scripts + assets directories
Output
Creates a complete skill directory:
Basic template:
With scripts template:
With assets template:
Examples
Basic skill:
Interactive mode:
With metadata:
Limitations
Skill names must be lowercase with hyphens only (1 64 chars)
Names must start with a letter
Will not overwrite existing directories
Templates are minimal intended as starting points
Dependencies
Python 3.9+
No external dependencies (uses Python stdlib)