astro-framework/SKILL.md
Build fast websites with Astro framework. Perfect for content-focused sites, blogs, and landing pages.
npx skillsauth add Heldinhow/awesome-opencode-dev-skills astro-frameworkInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Astro is a web framework that ships zero JavaScript to the client by default. It uses a component-based architecture with support for multiple frontend frameworks (React, Vue, Svelte, etc.) in the same project.
npm create astro@latest
# Choose template (blog, docs, portfolio, etc.)
# Install dependencies
src/pages/[param] syntaxsrc/components/npm run buildoutput: 'server'tools
Implement WebSocket communication for real-time bidirectional client-server communication.
development
Implement webhook handlers for processing incoming events from external services.
development
Test web applications using Playwright for end-to-end browser testing.
development
Build production-quality HTML artifacts using React, Tailwind CSS, and shadcn/ui.