Agent Skills
› KunAgent/Kun
› skill-creator
skill-creator
GitHub用于设计和编写可复用的KunAgent技能,确保包含有效触发器、真实工具和可验证的完成标准。
Trigger Scenarios
需要创建新的Agent技能
需要优化或重构现有技能结构
Install
npx skills add KunAgent/Kun --skill skill-creator -g -y
SKILL.md
Frontmatter
{
"name": "skill-creator",
"description": "Design and write concise reusable KunAgent skills with valid triggers, real tools, and testable completion criteria."
}
KunAgent Skill Creator
Copyright (c) 2026 KunAgent. Licensed under the MIT License.
Purpose
Design and write concise reusable KunAgent skills with valid triggers, real tools, and testable completion criteria.
Tool routing
| Tool or skill | Use |
|---|---|
read |
Inspect relevant existing conventions. |
write |
Create a new skill file. |
edit |
Refine an existing skill. |
load_skill |
Load a registered skill when its full guidance is required. |
load_skill_asset |
Load one declared reference or asset. |
Workflow
- Decide whether reusable procedural knowledge is actually needed.
- Write a trigger-rich description that says what and when.
- Keep the body focused on decisions, sequence, tool contracts, gates, and boundaries.
- Move deep detail to references and deterministic work to scripts.
- Validate metadata, references, tools, syntax, and license.
Completion gates
- Use relative paths inside the skill.
- Do not assume capabilities that are absent from the current tool catalog.
- Keep examples free of credentials and machine-specific paths.
Boundaries
- Do not create a skill as a substitute for a one-off answer.
- Do not include hidden prompts, proprietary text, or copied assets without rights.
Delivery
Lead with the outcome, name the evidence used for verification, and disclose any real limitation that remains.
Version History
- a984912 Current 2026-09-09 01:50


