astro

Scaffold, configure, and run Astro projects using the Astro CLI.

1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/kegbi/monica-companion --skill astro-kegbi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: astro
Source: https://github.com/kegbi/monica-companion/tree/main/.agents/skills/astro
Command: npx skills add https://github.com/kegbi/monica-companion --skill astro-kegbi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers work with Astro by providing CLI commands, project structure guidance, core config options, and adapters for building content-driven websites.

Core Features & Use Cases

  • CLI Commands: Use typical Astro CLI actions like dev, build, check, and add to streamline development.
  • Project Structure: Understands common Astro project folders (src/pages, src/components, public) and important config files.
  • Adapters & Config: Explains core options and how to integrate adapters for deployment.

Quick Start

Create a new Astro project and start the development server using the Astro CLI.

Frequently Asked Questions about astro

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

FAQPage Schema
How do I scaffold a new Astro project and start the development server?

To scaffold an Astro project, use the Astro CLI commands to generate the standard project structure and run the dev command to start the local development server for content-driven sites.

What is the standard project structure for an Astro web application?

The standard Astro project structure uses specific folders for routing and assets, primarily utilizing src/pages for routes, src/components for UI elements, and the public directory for static assets.

How do I configure adapters in Astro for deployment?

Astro adapters are configured through core configuration options to integrate deployment environments, enabling server-side rendering or static output based on the chosen adapter.

Can I use Astro CLI commands to check and build content-driven websites?

Yes, the Astro CLI provides specific commands like check for diagnostics and build to compile the project, streamlining the development workflow for content-driven websites.

What are the core configuration options needed to set up an Astro project?

Core Astro configuration options are defined in specific config files within the project structure, allowing developers to specify adapters, integrations, and build behaviors for the site.

Why use Astro for building content-driven websites over other web development tools?

Astro is optimized for content-driven websites through its specific project structure and CLI workflows, offering streamlined scaffolding and adapter integration compared to general web development tools.