Agent Skills
› KunAgent/Kun
› skill-pack-builder
skill-pack-builder
GitHub用于创建、验证、打包和安装 KunAgent 技能包的工具。通过定义触发场景、生成元数据文件并执行完整性校验,确保技能包的规范性和可用性,支持用户按需安装。
Trigger Scenarios
需要创建新的 Agent Skill
需要打包或发布现有 Skill
需要验证 Skill 的完整性和合规性
Install
npx skills add KunAgent/Kun --skill skill-pack-builder -g -y
SKILL.md
Frontmatter
{
"name": "skill-pack-builder",
"description": "Create, validate, package, and optionally install original KunAgent skills."
}
KunAgent Skill Pack Builder
Copyright (c) 2026 KunAgent. Licensed under the MIT License.
Purpose
Create, validate, package, and optionally install original KunAgent skills.
Tool routing
| Tool or skill | Use |
|---|---|
read |
Inspect existing skill examples or source material. |
write |
Create new skill files. |
edit |
Apply focused changes to existing skill files. |
bash |
Run local validators and package archives. |
load_skill |
Load a registered skill by id when needed. |
Workflow
- Define the reusable job, triggers, real tool dependencies, boundaries, and verification gates.
- Create SKILL.md with concise YAML frontmatter and operational instructions.
- Create skill.json with stable id, version, entry, triggers, and priority.
- Add only necessary scripts, references, and assets.
- Validate links, metadata, tool names, syntax, license, and prohibited secrets before packaging.
Completion gates
- Every advertised tool must exist in the current Kun catalog or be discovered dynamically.
- Installation into ~/.kun/skills requires explicit user intent.
- Keep a root manifest and one license per independently distributable skill.
Boundaries
- Do not copy proprietary prompts, templates, assets, or licenses into a new copyright package.
- Do not claim compatibility with a service that has not been tested.
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


