Agent Skills for building with Astro
npx skills add https://github.com/delineas/astro-framework-agents --skill astro-frameworkCLI를 사용하여 이 스킬을 설치하고 작업 공간에서 SKILL.md 워크플로 사용을 시작하세요.
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.
Each skill follows the Agent Skills Specification:
SKILL.md - Main skill file with YAML frontmatter and instructions---
name: skill-name # Must match directory name
description: "..." # What it does and when to use it
---
---
license: MIT
metadata:
author: your-name
version: "1.0.0"
category: framework
tags: tag1, tag2
compatibility: Requires Node.js 18+
allowed-tools: Bash(npm:*) Read
---
These skills are compatible with:
| Agent | Status |
|---|---|
| Claude Code | Fully supported |
| Cursor | Fully supported |
| Cline | Fully supported |
| OpenAI Codex | Compatible |
| GitHub Copilot | Compatible |
| Windsurf | Compatible |
Contributions are welcome! Please:
skills/your-skill-name/SKILL.md under 500 lines (use references/ for detailed docs)rules/ files with glob patterns for context-specific guidanceMIT License - see LICENSE for details.
Built with love for Astro and the open web and the Malandriner Community
Made by Dani Primo — @webreactiva-devs