Create meta-skill for building new child skills #7

Closed
opened 2026-04-24 02:59:23 +00:00 by frank · 1 comment
Owner

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

  • Scaffold full skill directory structure
  • Auto-register in children.json
  • Validate naming conventions
  • Generate smoke test script

Effort

Medium (1-3 days)

## 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 - Scaffold full skill directory structure - Auto-register in children.json - Validate naming conventions - Generate smoke test script ## Effort Medium (1-3 days)
frank closed this issue 2026-04-24 19:34:31 +00:00
Author
Owner

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.

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.
Sign in to join this conversation.
No description provided.