Skill: Astro site implementation (VPS workspace)
Inputs to ask for (if missing)
- •Which site folder is the target (e.g.
vps-site/,Clients/Projects/...)? - •Page/route(s) involved
- •Desired change (copy, layout, components) and any reference URL/screenshot
Workflow
- •Read the nearest
AGENTS.mdand follow project-specific conventions. - •Prefer existing components/patterns; keep changes scoped.
- •Use Starwind UI components when available; extend via variants/props before custom CSS.
Verification
- •Prefer
pnpm devfor feedback loops. - •Run the repo’s fast validators if present (e.g.
pnpm lint,pnpm astro check). - •Only run
pnpm buildwhen doing pre-commit verification or after major refactors.