astro-patterns
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.
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 22+ AI coding agents
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/vanman2024/ai-dev-marketplace 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
exec-briefing
by gtmagentsUse to craft concise executive updates, agendas, and follow-up logs for QBR/EBR sessions.
makefile-review
by atholaAudit Makefiles for duplication, portability, and idiomatic GNU Make usage.Triggers: Makefile review, build system, GNU Make, portability, deduplicati...
build-assistant
by vanman2024Build Claude Code framework components (agents, slash commands, skills, plugins) following standardized templates. Use when creating new agents, comma...
receiving-code-review
by obraUse when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires ...
Agentic Skill Details
- Owner
- vanman2024 (GitHub)
- Repository
- ai-dev-marketplace
- Type
- Technical
- Meta-Domain
- development
- Primary Domain
- ci cd
- Market Score
- 63.0
Agent Skill Grade
D
Score: 63/100
Click to see breakdown
Score Breakdown
Areas to Improve
- Invalid YAML syntax - parsing failed
- All content crammed into single 519-line file instead of using references
- No frontmatter to check name
Recommendations
- Focus on improving Spec Compliance (currently 0/15)
- Focus on improving Pda (currently 14/30)
- Address 5 high-severity issues first
Graded: 1/19/2026
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 description includes 3-4 concrete trigger phrases. Takes 5 minutes, gains you 15 points.
Other Things Worth Fixing
Move content to a layered structure — Right now it's all in one 519-line file. Break this into
references/subdirectories for templates, setup scripts, and troubleshooting guides. You'll pick up ~7 points and make the skill way easier to navigate.Add a table of contents — For a skill this length, a TOC after the overview helps people jump to what they need. Small win (~2 points), big usability bump.
Implement the references you mention — You reference things like "scripts/setup-routing.sh" but they don't exist as actual files. Create those reference files or remove those references. This fixes the "references not implemented" issue.
Quick Wins
- Fix frontmatter metadata (+15 points) — Takes 5 minutes, biggest bang for buck
- Create layered structure with references/ (+7 points) — Move templates/scripts to separate files
- Add table of contents (+2 points) — Helps with 519-line file navigation
- Remove/implement dangling script references — Cleans up the integrity issue
Checkout your skill here: SkillzWave.ai | SpillWave We have an agentic skill installer that install skills in 14+ coding agent platforms. Check out this guide on how to improve your agentic skills.
Browse Category
More development Agentic SkillsReport Security Issue
Found a security vulnerability in this agent skill?