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-patternsskilz install vanman2024/ai-dev-marketplace/astro-patterns --agent opencodeskilz install vanman2024/ai-dev-marketplace/astro-patterns --agent codexskilz install vanman2024/ai-dev-marketplace/astro-patterns --agent geminiFirst time? Install Skilz: pip install skilz
Works with 14 AI coding assistants
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-marketplacecp -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 gtmagents
Use to craft concise executive updates, agendas, and follow-up logs for QBR/EBR sessions.
makefile-review
by athola
Audit Makefiles for duplication, portability, and idiomatic GNU Make usage.Triggers: Makefile review, build system, GNU Make, portability, deduplic...
build-assistant
by vanman2024
Build Claude Code framework components (agents, slash commands, skills, plugins) following standardized templates. Use when creating new agents, co...
receiving-code-review
by obra
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requir...
Agentic Skill Details
- Owner
- vanman2024 (GitHub)
- Repository
- ai-dev-marketplace
- 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
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...
Browse Category
More development Agentic SkillsReport Security Issue
Found a security vulnerability in this agent skill?
Report Security Issue
Thank you for helping keep SkillzWave secure. We'll review your report and take appropriate action.
Note: For critical security issues that require immediate attention, please also email security@skillzwave.ai directly.