Our review
Creates or refactors a Claude Code skill following a defined template.
Strengths
- Automates the creation of new skills from a standardized skeleton.
- Allows refactoring existing skills to improve their structure.
- Integrates with Claude Code's reading, searching, and writing tools.
Limitations
- Requires prior understanding of Claude Code's skill system.
- Depends on another skill (create-skill) for full instruction execution.
When you need to create a new reusable skill or improve an existing skill in Claude Code.
For simple one-off tasks that do not justify creating a structured skill.
Security analysis
SafeThe skill only instructs to read and follow another skill file; it does not execute or instruct any destructive, exfiltrating, or privileged operations directly. The allowed tools (Read, Grep, Glob, Write, Task) are used within the context of skill creation, which is a legitimate development activity.
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.