Skip to main content
Skill Creator is the /comet-any system for building reusable Skills. It hides internal Bundle and Factory terms from normal users and exposes three starts.

Xiaoyu organizes create, upgrade, and compose starting points into one Workflow Contract template

Three starts

What Skill Creator produces

A generated package can include Skill text, references, workflow protocol, resolved source evidence, scripts, rules, hooks, eval manifest, and distribution metadata.

Guardrails

Skill Creator must resolve real local Skill content. It cannot compose based only on names. It must show a plan before writing state, bind eval evidence to the current draft hash, and require review/approval before publish.

Example: add grill-me requirement clarification to /comet

This plan.json uses a Required Skill Call on the open node so /comet must call grill-me before entering design. It does not replace the node implementation:
The key point: the open implementation Skill stays the same. Skill Creator only requires an extra Skill call inside that node and uses the Output Schema to collect clarification evidence.

Next steps

Last modified on July 15, 2026