home / skills / ratacat / claude-skills / create-agent-skill
This skill helps you create or edit Claude Code skills with expert guidance on structure and best practices.
npx playbooks add skill ratacat/claude-skills --skill create-agent-skillReview the files below or copy the command above to add this skill to your agents.
---
name: create-agent-skill
description: Create or edit Claude Code skills with expert guidance on structure and best practices
---
## Arguments
skill description or requirements
## Allowed tools
- Skill(create-agent-skills)
Invoke the create-agent-skills skill for: $ARGUMENTS
This skill helps you create or edit Claude Code skills with expert guidance on structure, metadata, and best practices. It combines automated checks and human-readable recommendations to produce consistent, maintainable skill source. Use it to move from requirements or a draft to a polished skill implementation quickly.
Provide a skill description or requirements and the tool analyzes expected inputs, outputs, manifest fields, and supporting files. It synthesizes a recommended project layout, generates or updates code templates, and flags missing tests or metadata. The skill can call the create-agent-skills tool to perform automated scaffolding when you want output files created.
What input format does the skill accept?
Provide a plain-text description or bulleted requirements; you can also supply partial code snippets or manifest fragments.
Can this skill modify files directly?
Yes—when authorized, it can invoke the create-agent-skills tool to scaffold or update files. Otherwise it returns a patchable plan and code snippets.