skill-creatorlisted
Install: claude install-skill JasonxzWen/harness-hub
# Skill Creator
Use this skill to create or improve a standard skill folder with `SKILL.md` plus optional `references/`, `scripts/`, and `assets/`.
## Creation Workflow
1. Define the trigger contract: real user phrases, positive cases, negative cases, and forbidden loads.
2. Decide whether a skill is warranted. Prefer project docs or root instructions when the behavior is broad, obvious, or already covered.
3. Budget context load before choosing invocation. A model-routed description is present in the Host's initial Skill inventory, so each word and each new Skill must earn its recurring cost; side-effect-heavy or rarely used Skills stay explicit-only.
4. Write a concise `description` that front-loads a useful leading word, starts from user intent, includes the nearest dangerous overlap, and avoids workflow internals or duplicate synonyms.
5. Give every ordered step a checkable completion criterion. State the evidence that distinguishes complete from merely attempted, especially where premature completion would be costly.
6. Keep `SKILL.md` short. Move branch-specific examples, schemas, API tables, templates, or scripts behind precise context pointers in spokes.
7. Record source, license, and upstream commit when adapting third-party material.
8. Register the Skill in the install graph only after path, routing, overlap, and risk are clear.
9. Validate with the repository's nearest Skill validator, routing tests, install checks, and the declared completion criteria.
## Qua