Agent Skills
› KunAgent/Kun
› canvas
canvas
GitHub用于在 Kun Design 画布上创建和编辑屏幕、形状、图表、设计系统及布局,支持运动效果应用与设计验证。
Trigger Scenarios
需要创建新的设计界面或画布
修改现有设计中的形状或布局
生成或更新复杂图表
应用设计系统规范
添加或调整动画效果
Install
npx skills add KunAgent/Kun --skill canvas -g -y
SKILL.md
Frontmatter
{
"name": "canvas",
"description": "Create and edit Kun Design screens, editable shapes, diagrams, design systems, layouts, and motion."
}
Kun Canvas
Copyright (c) 2026 KunAgent. Licensed under the MIT License.
Purpose
Create and edit Kun Design screens, editable shapes, diagrams, design systems, layouts, and motion.
Tool routing
| Tool or skill | Use |
|---|---|
design_create_screen |
Create frames or screens. |
design_update_shapes |
Add or update editable shapes. |
design_arrange |
Align, distribute, grid, stack, or reflow. |
design_create_diagram |
Create an HTML-first complex diagram on Design canvas. |
design_system |
Create, apply, or validate DESIGN.md. |
design_validate |
Run design validation. |
design_motion_apply_preset |
Apply editable motion presets. |
Workflow
- Inspect the active canvas snapshot and occupied bounds.
- Choose editable shapes for structure and HTML-first diagrams for complex explanatory layouts.
- Use existing ids for updates and preserve unrelated content.
- Apply arrangement or responsive reflow deliberately.
- Validate the resulting design.
Completion gates
- Never place new content over unrelated objects.
- Use full fill and stroke objects for vector styling.
- Use current frame and shape ids for motion.
Boundaries
- Do not use canvas tools outside a canvas turn.
- Do not replace editable architecture diagrams with raster image generation.
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:49


