Create meta-skill for building new child skills #7
Labels
No labels
bug
community
distribution
documentation
enhancement
extensibility
infra
integration
orchestration
priority:critical
priority:high
priority:low
priority:medium
ux
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
frank/solo-dev-suite#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Meta-skill that scaffolds SKILL.md, scripts, JSON schema, and markdown template for new child skills. Validates conventions and registers in children.json.
Why
daymade's most popular skill is their skill-creator. Users will want to add domain-specific skills.
Implementation
Effort
Medium (1-3 days)
Implemented in
bce61f7. create_skill.py scaffolds SKILL.md, plugin.json, and tool script with auto-registration in children.json and marketplace.json. Validated with test-skill scaffold and cleanup.