Agent Skills
› KunAgent/Kun
› webapp-building
webapp-building
GitHub用于构建或修改面向生产的Web应用,遵循仓库架构并验证真实用户流程。涵盖代码审查、功能实现及状态验证。
Trigger Scenarios
需要开发或修改Web应用功能
验证前端用户流程和组件状态
Install
npx skills add KunAgent/Kun --skill webapp-building -g -y
SKILL.md
Frontmatter
{
"name": "webapp-building",
"description": "Build or modify production-oriented web applications by following the repository architecture and validating real user flows."
}
Web Application Building
Copyright (c) 2026 KunAgent. Licensed under the MIT License.
Purpose
Build or modify production-oriented web applications by following the repository architecture and validating real user flows.
Tool routing
| Tool or skill | Use |
|---|---|
fast_context |
Retrieve repository architecture before exploration. |
read |
Read relevant source files. |
edit |
Apply focused changes. |
write |
Create necessary new files. |
bash |
Run project scripts. |
verify_changes |
Run focused or full acceptance checks. |
design_component |
Prototype a single component when the user requests a prototype rather than production code. |
Workflow
- Inspect the repository, package scripts, design system, routing, and data boundaries.
- Trace the smallest affected user flow.
- Implement within existing conventions and preserve unrelated behavior.
- Validate inputs, loading, error, empty, success, and responsive states.
- Run focused checks, then broader checks proportional to risk.
Completion gates
- Use semantic HTML, keyboard access, visible focus, and accessible contrast.
- Verify at real API, routing, persistence, and build boundaries.
- Report any baseline failures separately from introduced failures.
Boundaries
- Do not scaffold a new framework inside an existing app without need.
- Do not deploy, publish, or change external infrastructure without explicit authorization.
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


