astro-patterns

63
D

Astro best practices, routing patterns, component architecture, and static site generation techniques. Use when building Astro websites, setting up routing, designing component architecture, configuring static site generation, optimizing build performance, implementing content strategies, or when user mentions Astro patterns, routing, component design, SSG, static sites, or Astro best practices.

Marketplace

Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security

Installation for Agentic Skill

View all platforms →
skilz install vanman2024/ai-dev-marketplace/astro-patterns
skilz install vanman2024/ai-dev-marketplace/astro-patterns --agent opencode
skilz install vanman2024/ai-dev-marketplace/astro-patterns --agent codex
skilz install vanman2024/ai-dev-marketplace/astro-patterns --agent gemini

First time? Install Skilz: pip install skilz

Works with 14 AI coding assistants

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/vanman2024/ai-dev-marketplace
2. Copy the agent skill directory:
cp -r ai-dev-marketplace/plugins/website-builder/skills/astro-patterns ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

Agentic Skill Details

Type
Technical
Meta-Domain
development
Primary Domain
ci cd
Market Score
63

Agent Skill Grade

D
Score: 63/100 Click to see breakdown

Score Breakdown

Spec Compliance
0/15
PDA Architecture
14/30
Ease of Use
24/25
Writing Style
10/10
Utility
20/20
Modifiers: -5

Areas to Improve

  • Invalid or incomplete frontmatter
  • Missing Layered Structure
  • Name convention violations

Recommendations

  • Focus on improving Spec Compliance (currently 0/15)
  • Focus on improving Pda (currently 14/30)
  • Address 5 high-severity issues first

Graded: 2026-01-19

Developer Feedback

I took a look at your astro-patterns skill and wanted to share some thoughts.

Links:

The TL;DR

You're at 63/100 — solidly in D territory, and that's almost entirely because of a fixable frontmatter issue. Your writing is chef's kiss (10/10), and the actual content is genuinely useful with comprehensive Astro coverage. But the skill metadata is broken, which tanks your spec compliance to 0/15. Fix that and you're looking at 68+ points pretty quickly.

What's Working Well

  • Writing style is tight — Imperative voice, no fluff, purely instructional. This is exactly how Claude skills should read.
  • Solid utility — You've got practical templates, real troubleshooting sections, and examples that actually solve problems. The phased approach (routing, components, optimization) is smart.
  • Good trigger coverage — "building Astro websites", "setting up routing", "component architecture" — these are discoverable and specific. Developers will find this.
  • Workflow clarity — You've organized this with numbered steps and clear sections, which makes it easy to scan and follow.

The Big One: Fix Your Frontmatter

This is the hammer blow to your score. Your SKILL.md starts with invalid YAML — the description is truncated and the metadata section is malformed. This alone costs you 15 points (all of spec compliance).

Fix: Your frontmatter should look like this:

---
name: astro-patterns
description: Astro best practices, routing patterns, component architecture, and static site generation techniques. Use when asked to "build Astro website", "set up Astro routing", "design Astro components", or "optimize Astro site".
---

Make sure it's complete, properly closed, and the de...

Report Security Issue

Found a security vulnerability in this agent skill?