web-project-builder
Installation
SKILL.md
Web Project Builder
Build full-stack web projects organized by four roles: Frontend, Backend, UI, Testing.
Quick Start
Scaffold a new project using the bundled script:
python3 scripts/scaffold.py <project-name> --dir <parent-directory>
This generates a ready-to-run project with Flask backend, Bootstrap/ECharts frontend, and pytest tests.