Our review
Creates or refactors a Claude Code skill by following a structured template.
Strengths
- Automates the creation of reusable skills
- Leverages a base skill file for consistency
- Supports parameters like skill name and documentation path
Limitations
- Requires strict adherence to a reference skill file
- Limited to allowed tools (Read, Grep, Glob, Write, Task)
- May fail if the base skill is not loaded
Use this skill when you need to create a new skill or refactor an existing one in a structured way.
Avoid it if the skill is trivial or if you are working outside the Claude Code environment with unsupported tools.
Security analysis
SafeThe skill is a meta-skill that only instructs to read another skill and use safe tools (Read, Grep, Glob, Write, Task). There are no destructive or exfiltrating commands, no obfuscation, and no network access. The Write tool is used for its intended purpose.
No concerns found
Examples
/create-skill circuit-breaker docs/features/resilience/create-skill codex-brainstormdescription: Create or refactor a Claude Code skill argument-hint: <skill-name> [docs-path] allowed-tools: Read, Grep, Glob, Write, Task
⚠️ Must read and follow the skill below before executing this command:
@skills/create-skill/SKILL.md
Task
Create or refactor a skill.
Parameters
$ARGUMENTS
Examples
/create-skill circuit-breaker docs/features/resilience
/create-skill codex-brainstorm # Refactor existing skill
Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.