create-skill
Create new skills for Claude Code. Use when users ask to create a skill, add a skill, make a new command, build a skill, add a slash command, create a plugin skill, or define a new automation. Trigger phrases include "create a skill", "new skill", "add a skill", "make a command", "build a skill", "I want a skill that", "add slash command", "create automation".
- Type
- skill
- GitHub stars
- ★ 979
- Repository
- moazbuilds/claudeclaw
- Category
- workflow
Install
1Quick install (skills CLI)
npx skills add moazbuilds/claudeclaw --skill create-skill-5 --agent claude-codeInstalls create-skill-5 into the current project's .claude/skills/ directory. Requires Node.js and the skills CLI.
2Manual install
Create ~/.claude/skills/<name>/ and copy the SKILL.md file from the repository into it. The directory name must match the skill name.
⚠️ Exact file layout and requirements vary by repository — always check the repo README first.
Prefer the full source? The repository README is the authoritative install reference.