1 approved skill in this repository
Productivity
CLI commands, project structure conventions, and deployment adapters for Astro web projects. \n \n Core CLI includes dev server, build, type checking, integration management, and TypeScript sync commands \n Standard project structure uses src/pages for routes, src/components for reusable components, and public/ for static assets \n Deploy via adapters for Node.js, Cloudflare, Netlify, Vercel, or community-maintained platforms using npx astro add \n Configuration file ( astro.config.js or variant