Skill system
What a Skill is
A Skill bundles prompts, tools, and workflows into a standardized unit so Agents can invoke domain expertise like calling a function.
One Skill ≈ best practices for one professional role
Examples:
document-editing— in-place binary Docx/Xlsx/Pptx editingcode-review— code review (built-in MISRA / ISO 26262 rules)patent-agent— patent drafting (claims / specification / figures)lark-im— Feishu IM operationsgraft— cross-session output references
Skill structure
SKILL.md front matter defines:
name— skill id;/slashcommand activationdescription— trigger phrases and scenariosexecution_mode— precise / balanced / creativetags— categories
Activation
Skills are activated on demand so they do not bloat the default Agent context:
Rendering diagram…
Source tiers
Rendering diagram…
- builtin — official platform Skills
- tenant — enterprise Skills (tenant-wide)
- user — personal Skills
SkillHub
Organizations and the community publish, subscribe, and update Skills to grow the ecosystem.
Building custom Skills
Meta-Skills like skill-architect and skill-maker help you author new Skills.