Category: tool
Alibaba Cloud Skill Creator
Repository-specific skill engineering workflow for
alicloud-skills
.
Use this skill when
Creating a new skill under
skills/
.
Importing an external skill and adapting it to this repository.
Updating skill trigger quality (
name
and
description
in frontmatter).
Adding or fixing smoke tests under
tests/
.
Running structured benchmark loops before merge.
Do not use this skill when
The user only needs to execute an existing product skill.
The task is purely application code under
apps/
with no skill changes.
Repository constraints (must enforce)
Skills live under
skills/
/ < subdomain
/ < skill-name
\ --output output/ < skill-name
-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 Benchmark loop (optional, for major skills) If the user asks for quantitative skill evaluation, reuse bundled tooling: scripts/run_eval.py scripts/aggregate_benchmark.py eval-viewer/generate_review.py Prefer placing benchmark artifacts in a sibling workspace directory and keep per-iteration outputs. Definition of done Skill path and naming follow repository conventions. Frontmatter is complete and trigger description is explicit. Test skill exists and has objective pass criteria. Validation artifacts are saved under output/ . README skill index is refreshed if inventory changed. References references/schemas.md references/sources.md