- Home
- Skills
- Shunsukehayashi
- Miyabi
- Skill Creator
skill-creator_skill
- TypeScript
14
GitHub Stars
1
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill shunsukehayashi/miyabi --skill skill-creator- SKILL.md3.5 KB
Overview
This skill creates well-structured Claude Skills for the Miyabi project, producing a ready-to-use skill folder and manifest. It guides naming, triggers, inputs/outputs, and packaging so new skills follow project conventions and are automatable. Use it when you need a repeatable process to add or package capabilities for Claude agents.
How this skill works
The skill gathers requirements (purpose, triggers, input, output, tools), enforces naming rules, and generates a skill directory with a manifest, resources, and helper scripts. It validates frontmatter, trigger coverage (English + Japanese examples), and a clear step-by-step workflow so the skill activates reliably. It also provides a checklist for packaging and basic validation commands.
When to use it
- Creating a new custom Claude Skill from a feature idea
- Packaging an existing workflow into a reusable skill
- Automating repetitive agent tasks or developer workflows
- Onboarding contributors to ensure consistent skill structure
- Preparing skills for parallel execution or CI integration
Best practices
- Choose a kebab-case, descriptive name and avoid forbidden trademarks or protocol names
- Write a one-line description with an action verb plus trigger conditions
- Include clear triggers with both English and Japanese example phrases
- Keep workflow steps short, actionable, and tool-specific (Bash, Read, Write, etc.)
- Provide minimal example commands and a short checklist for validation
Example use cases
- Generate a code-review skill that runs linters and summarizes issues when someone says "create skill" or "code review"
- Package a deployment workflow into a skill that triggers on "package this workflow" and runs CI scripts
- Build a test-generator skill that accepts input spec and outputs test cases and commands
- Automate repo housekeeping tasks (branch cleanup, label management) as a reusable skill
- Create a documentation extractor skill that collects reference docs into resources/ for the agent
FAQ
Use kebab-case, lowercase, and descriptive names; avoid forbidden terms like company or protocol names.
What should the skill manifest include?
Include frontmatter with name, concise action-oriented description, allowed tools, and version plus a short purpose and triggers with examples.
How do I validate the skill?
Check the manifest frontmatter, confirm triggers cover English and Japanese examples, and run simple activation tests with a trigger phrase to ensure the skill activates.