tencentcloudbase/skill-authoring
Design, improve, and evaluate reusable agent skills with high-quality SKILL.md files, precise trigger descriptions, progressive disclosure, and testable behavior. This skill should be used when users ask to create a new skill, rewrite or review an existing skill, audit a skill collection such as `config/source/skills` for redundancy or overlap, improve skill trigger quality, organize skill references, or evaluate whether a skill should trigger and behave correctly.
npx skills add https://github.com/TencentCloudBase/CloudBase-AI-Toolkit --skill skill-authoring
Create and refine reusable agent skills with better trigger quality, cleaner structure, stronger behavioral guidance, and more reliable evaluation.
Use this skill when you need to:
SKILL.mdname or descriptionconfig/source/skills for redundancy, trigger overlap, or weak boundariesSKILL.md plus references/, assets/, or scripts/When the task targets config/source/skills, apply these guardrails in addition to the normal skill-authoring workflow:
This section is the repo-managed CloudBase skill review baseline for this repository.
versionDo NOT use for:
SKILL.mdname and especially description before expanding the bodydescription, not only into the bodySKILL.md tell the agent what to do after the skill triggersconfig/source/skills, check overlap, duplication, trigger boundaries, and progressive disclosure across neighboring skills| Task | Read |
| --- | --- |
| Write or improve name and description | references/frontmatter-patterns.md |
| Design skill anatomy and progressive disclosure | references/structure-patterns.md |
| Draft a new skill or review an existing one | references/templates.md |
| Audit config/source/skills for quality, redundancy, and overlap | references/repo-skill-review.md |
| Review repo-managed CloudBase source skills | references/cloudbase-skill-review.md |
| Build evaluation prompts and review outcomes | references/evaluation.md |
| Compare good examples, weak examples, and rewrites | references/examples.md |
name and description with realistic trigger language.config/source/skills, read references/repo-skill-review.md, then load references/cloudbase-skill-review.md for CloudBase-specific standards before proposing rewrites.SKILL.md so it changes agent behavior after trigger.references/, assets/, or scripts/ as needed.name short, intentional, and stable?description explain both capability and trigger conditions?SKILL.md change agent behavior after trigger?Take tencentcloudbase/skill-authoring from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.