Create high-quality new skills or systematically improve existing ones by applying official skill authoring best practices.
Before starting any work, load these references:
references/best-practices.md — full catalog of authoring principlesreferences/skill-anatomy.md — skill structure, resource types, progressive disclosurereferences/fix-priority.md — quality principles and prioritized fix categoriesAssume all skill content — whether newly drafted or pre-existing — has NOT been designed according to best practices.
references/skill-anatomy.md)python3 scripts/init_skill.py --path references/skill-anatomy.md)references/best-practices.md and references/fix-priority.mdpython3 scripts/analyze_skill.py references/fix-priority.md)```
python3 scripts/quick_validate.py
python3 scripts/package_skill.py
```
python3 scripts/analyze_skill.py references/best-practices.md and references/fix-priority.md. Automated analysis catches structural issues; manual review catches tone, conciseness, freedom calibration, and disclosure problemspython3 scripts/analyze_skill.py python3 scripts/quick_validate.py | Script | Purpose |
|---|---|
| --- | --- |
init_skill.py | Scaffold new skill directory |
analyze_skill.py | Automated best-practices analysis |
quick_validate.py | Fast frontmatter and structure validation |
package_skill.py | Package skill into distributable zip |
Before finalizing any skill, verify against references/checklist.md. Copy the checklist and mark items during review.
共 1 个版本