
from profclaw11
End-to-end builder that scaffolds, implements, tests, and optionally deploys web and API applications from a natural-language specification.
Full Stack Builder turns a natural-language project brief into a working application. It guides planning (stack selection and file structure), scaffolds projects, installs dependencies, writes source files and tests, runs verification steps (typecheck, lint, test, build), and can prepare deployment instructions or perform deploys when requested. Outputs include a README, runnable dev commands, and optional deployable artifacts.
Use this skill when a user wants a functioning project scaffold or a full feature implementation from scratch ('Build me a todo app', 'Create an API that...', 'Add X feature to my site'). It's appropriate for creating prototypes, complete small apps, or adding substantial features. Ask clarifying questions when requirements are vague.
Designed for coding-capable assistant agents and CLIs (Copilot/Code assistants, Codex-style runtimes, Cursor/Gemma-like integrators) that can run exec/write_file/edit_file actions.
Full-stack project scaffolding skill with a clear 6-phase workflow from planning through deployment. No bundled scripts — all work is done via agent-executed shell commands and file writes. Clean SKILL.md with no security concerns, though template interpolation in bash commands lacks explicit quoting guidance.
Well-structured skill for a common use case. No scripts to test. The skill relies entirely on the agent interpreting instructions correctly — no executable validation. Stack selection guidance is helpful but could be more opinionated.