By delineas
Build fast content-driven Astro sites with islands architecture, content collections, view transitions, SSR adapters, i18n, sessions, and server actions. Includes a step-by-step guided tutorial for building a personal blog with Claude as a co-pilot.
Astro framework specialist for building fast, content-driven websites with islands architecture. Use when creating Astro components, configuring hydration (client:load/idle/visible/media), using server:defer (server islands), Content Layer API (glob/file loaders, live loaders), sessions, astro:env, i18n routing, actions, SSR adapters, view transitions, or integrating React/Vue/Svelte/Solid. Not for full-SPA frameworks (Next.js, Remix, SvelteKit).
Load automatically when user asks to learn Astro framework development (e.g., "teach me how to build with Astro", "guide me through Astro", "I want to learn Astro", "quiero aprender Astro", "how do I get started with Astro"). Interactive guided tutorial where Claude acts as a co-pilot, guiding the user through building a real personal blog with Astro step-by-step. Trigger this skill whenever the user expresses interest in learning Astro from scratch, even if they don't say "tutorial" explicitly.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Agent Skills for building with Astro. Compatible with Claude Code, Cursor, Cline, OpenAI Codex, and other agents supporting the Agent Skills specification.
Subscribe to Web Reactiva Newsletter — Weekly insights on web development, AI tools, and modern frameworks.
Astro made me fall in love with web development again.
After years of complexity, heavy frameworks, and JavaScript fatigue, Astro reminded me that the web can be simple, fast, and beautiful. It embraces HTML as a first-class citizen. It ships zero JavaScript by default. It lets you use React, Vue, Svelte, or Solid—or none of them—without judgment.
Astro is plural: it welcomes every developer, every framework, every approach. Astro is universal: it works for blogs, docs, e-commerce, and everything in between. Astro is honest: it doesn't pretend the web is something it's not.
This repository is my way of sharing that love with the AI tools we use every day.
| Skill | Description | Install |
|---|---|---|
| astro-framework | Comprehensive Astro framework development guide for islands architecture, content collections, SSR, and view transitions | npx skills add delineas/astro-framework-agents/astro-framework |
| learning-astro | Interactive tutorial to learn Astro by building a personal blog — 3 guided lessons with concepts, reflections, and hands-on code | npx skills add delineas/astro-framework-agents/learning-astro |
npx skills add https://github.com/delineas/astro-framework-agents --skill astro-framework
npx skills add https://github.com/delineas/astro-framework-agents --skill learning-astro
Clone the repository and copy the desired skill folder to your agent's skills directory:
git clone https://github.com/delineas/astro-framework-agents.git
cp -r astro-framework-agents/skills/astro-framework ~/.claude/skills/
cp -r astro-framework-agents/skills/learning-astro ~/.claude/skills/
astro-framework-agents/
├── README.md
├── LICENSE
└── skills/
├── astro-framework/ # Astro framework reference skill
│ ├── SKILL.md # Main skill instructions
│ ├── AGENTS.md # Compiled guidelines
│ ├── references/ # Detailed reference docs (14 files)
│ └── rules/ # Context-specific rules (9 files)
└── learning-astro/ # Interactive Astro tutorial skill
├── SKILL.md # Tutoring protocol and lesson structure
├── guides/ # Step-by-step lesson guides (3 lessons)
├── reflect/ # Reflection moments between parts (9 files)
├── concepts/ # Deep dives on Astro fundamentals (4 files)
└── help/ # Common errors and verification procedures
A reference skill for experienced developers building with Astro. Covers islands architecture, content collections, SSR adapters, view transitions, server islands, sessions, actions, i18n, and more. Designed to be consulted while writing Astro code — it provides decision frameworks, code patterns, and rules for Astro 5+/6+.
An interactive tutorial skill that teaches Astro from scratch by building a personal blog. Designed for beginners and developers coming from other frameworks.
3 lessons (~45 min each):
How it works:
astro-framework skill for technical accuracyskills/:mkdir -p skills/my-new-skill
SKILL.md with frontmatter:---
name: my-new-skill
description: Description of what this skill does and when to use it.
license: MIT
metadata:
author: your-name
version: "1.0.0"
---
# My New Skill
Instructions for the agent...
(Optional) Add supporting files:
references/ - Detailed reference documentationrules/ - Context-specific rules with glob patternsUpdate this README to include your new skill in the table.
npx claudepluginhub delineas/astro-framework-agentsExpert Astro 6 with Islands Architecture, Content Layer, Actions, View Transitions, and multi-framework integration
AI agent skills for Astro framework development. Enables AI-assisted building and deployment of Astro web projects.
AI-powered website builder with SEO, conversion optimization, analytics, engagement, and content specialists. Supports Astro, MDX, Supabase CMS for marketing sites, blogs, and documentation.
WordPress to Astro migration toolkit — scripts, patterns, and troubleshooting from real migrations
AI-guided website builder: blueprints, themes, and skills that take you from idea to published site.
Astro changes since training cutoff (latest: 6.0) — Fonts API, live collections, CSP, route caching, ClientRouter, Zod 4/Vite 7/Shiki 4. Load before working with Astro.