# Webapp Building

> Build or modify production-oriented web applications by following the repository architecture and validating real user flows.

- Skill: `kunagent/webapp-building` (Agent Skill)
- Install (CLI): `npx skillmds@latest add kunagent/webapp-building`
- Raw SKILL.md: https://api.skillmd.com/api/skills/kunagent/webapp-building/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: KunAgent (https://skillmd.com/u/kunagent)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/kunagent/webapp-building

---


# 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
1. Inspect the repository, package scripts, design system, routing, and data boundaries.
2. Trace the smallest affected user flow.
3. Implement within existing conventions and preserve unrelated behavior.
4. Validate inputs, loading, error, empty, success, and responsive states.
5. 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.

