Skeleton Builder Skill

Generate an Astro 5 website scaffold with Zod schemas, dynamic routing, and SEO meta tags.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/poolboy17/forge-astropaper-hubspoke --skill skeleton-builder-skill
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Skeleton Builder Skill
Source: https://github.com/poolboy17/forge-astropaper-hubspoke/tree/main/.forge/skills/skeleton-builder
Command: npx skills add https://github.com/poolboy17/forge-astropaper-hubspoke --skill skeleton-builder-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a robust starting point for new Astro 5 websites, ensuring adherence to modern best practices for content collections, dynamic routing, and SEO.

Core Features & Use Cases

  • Content Collection Setup: Integrates Zod schemas for type-safe content management.
  • Dynamic Routing: Configures dynamic routes for flexible content organization.
  • Layout Structure: Provides essential layouts for base, article, hub, and homepage.
  • SEO Optimization: Includes a comprehensive SEO head configuration for better search visibility.
  • Use Case: Quickly generate a new blog or documentation site using Astro 5, with all essential configurations and structures pre-defined.

Quick Start

Use the skeleton builder skill to create a new Astro 5 project scaffold.

Frequently Asked Questions about Skeleton Builder Skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold an Astro 5 site with content collections and SEO?▼

To scaffold an Astro 5 site, generate a new project structure incorporating Zod schemas for type-safe content collections, dynamic routing configurations, and essential SEO meta tags for search visibility.

What is the best way to set up type-safe content management in Astro?▼

Type-safe content management in Astro is achieved by integrating Zod schemas within your content collections, ensuring structured data validation and preventing content rendering errors during development.

How do I configure dynamic routing for an Astro blog or documentation site?▼

Configuring dynamic routing in Astro involves setting up route parameters to fetch content collection entries, enabling flexible URL structures for articles and hub pages across your website.

Does the Astro 5 scaffold include predefined layouts for articles and hubs?▼

Yes, the Astro 5 scaffold includes essential layout structures for base templates, individual articles, content hubs, and the homepage, providing a ready-to-use foundation for blog or documentation sites.

Can I use this Astro scaffold for both blogs and documentation sites?▼

Yes, you can use this Astro scaffold for both blogs and documentation sites, as it provides the necessary structured foundation with type-safe content collections and flexible URL structures for various content types.