aiskillstore/create-skill
Guide for creating new Agent Skills. Use this skill when you need to create a new skill.
This is a copy. The original lives at comeonoliver/skillshub-create-skill.
npx skills add https://github.com/aiskillstore/marketplace --skill create-skill
skill-name/
├── SKILL.md # instructions + metadata
├── scripts/ # executable code (optional)
├── references/ # documentation (optional)
└── assets/ # templates/resources (optional)
name (lowercase-alphanumeric) and description.references/ and code to scripts/.mkdir <name>. Create scripts/, references/, or assets/ only if you actually have content for them.SKILL.md frontmatter first.SKILL.md body.Take aiskillstore/create-skill from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.