skill-development-workflow
Installation
SKILL.md
Skill Development Workflow
This skill automates the initial setup of a new skill, including creating the directory structure and validating it.
Quick Start
To create a new skill called my-new-skill, run:
/home/ubuntu/skills/skill-development-workflow/scripts/run_workflow.sh my-new-skill
The Workflow
This skill performs the following steps in order:
-
Initialize: Uses the
skill-creatorskill to create the directory structure for the new skill. -
Validate: Uses the
skill-creatorskill to validate that the new skill's structure is correct.