| name | quick-setup |
| description | One-click local environment bootstrap for website-launchpad. Use when users (especially non-coders) ask to set up or fix local development environment, install missing dependencies (git/node/pnpm), run first-time install, or verify the project can run. |
Quick Setup
Overview
Use this skill to let users finish setup with one command and minimum terminal knowledge.
Workflow
- Run bootstrap script from repository root:
bash .ai/skills/quick-setup/scripts/setup-environment.sh
- If bootstrap fails, read
references/troubleshooting.md and run only the matching fix for the detected error.
- Re-run the bootstrap script after fixes.
- Run verification script:
bash .ai/skills/quick-setup/scripts/verify-environment.sh
- Report results in plain language:
- Installed/updated tools
- Whether dependencies were installed
- Whether lint/type-check passed
- Exact next command (
pnpm dev)
Script Contract
Response Style for Non-Coders
- Use short, direct status lines.
- Show copy-paste commands exactly.
- Avoid jargon unless also explained in one short sentence.