π¦ ClawHub
Aliyun Skill Creator
by @cinience
Use when creating, migrating, or optimizing skills for this alicloud-skills repository. Use whenever users ask to add a new skill, import an external skill,...
TERMINAL
clawhub install aliyun-skill-creatorπ About This Skill
name: aliyun-skill-creator description: Use when creating, migrating, or optimizing skills for this alicloud-skills repository. Use whenever users ask to add a new skill, import an external skill, refactor skill structure, improve trigger descriptions, add smoke tests under tests/**, or benchmark skill quality before merge. version: 1.0.0
Category: tool
Alibaba Cloud Skill Creator
Repository-specific skill engineering workflow for alicloud-skills.
Use this skill when
skills/**.name and description in frontmatter).tests/**.Do not use this skill when
apps/ with no skill changes.Repository constraints (must enforce)
skills//// .alicloud-.SKILL.md frontmatter with name and description.skills/**/SKILL.md content must stay English-only.tests///-test/SKILL.md .output// only.scripts/update_skill_index.sh.Standard deliverable layout
skills////
βββ SKILL.md
βββ agents/openai.yaml
βββ references/
β βββ sources.md
βββ scripts/ (optional)tests///-test/
βββ SKILL.md
Workflow
1) Capture intent
2) Implement skill changes
SKILL.md + agents/openai.yaml.scripts/, references/, assets/).3) Add smoke test
tests/**/-test/SKILL.md .4) Validate locally
Run script compile validation for the skill:
python3 tests/common/compile_skill_scripts.py \
--skill-path skills/// \
--output output/-test/compile-check.json
Refresh skill index when inventory changed:
scripts/update_skill_index.sh
Confirm index presence:
rg -n "" README.md README.zh-CN.md README.zh-TW.md
Optional broader checks:
make test
make build-cli
5) Benchmark loop (optional, for major skills)
If the user asks for quantitative skill evaluation, reuse bundled tooling:
scripts/run_eval.pyscripts/aggregate_benchmark.pyeval-viewer/generate_review.pyPrefer placing benchmark artifacts in a sibling workspace directory and keep per-iteration outputs.
Definition of done
output/.References
references/schemas.mdreferences/sources.md