Claude-skill-registry astro-page-generator
Generate Astro page components with islands architecture. Triggers on "create astro page", "generate astro component", "astro file", ".astro page".
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/astro-page-generator" ~/.claude/skills/majiayu000-claude-skill-registry-astro-page-generator && rm -rf "$T"
manifest:
skills/data/astro-page-generator/SKILL.mdsource content
Astro Page Generator
Generate Astro pages with islands architecture and content collections.
Output Requirements
File Output:
*.astro page files
Format: Valid Astro component
Standards: Astro 4.x
When Invoked
Immediately generate a complete Astro page.
Example Invocations
Prompt: "Create Astro blog post page" Output: Complete
[slug].astro with content collection.