astro

Guide Astro adoption with CLI commands, project structure, and adapters.

Updated Jul 15, 2025
One-click install
npx skills add https://github.com/nicolas-deyros/astro-portfolio-v2 --skill astro-nicolas-deyros
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: astro
Source: https://github.com/nicolas-deyros/astro-portfolio-v2/tree/main/.agents/skills/astro
Command: npx skills add https://github.com/nicolas-deyros/astro-portfolio-v2 --skill astro-nicolas-deyros

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Astro usage guidance helps developers quickly adopt Astro by summarizing CLI commands, project structure, core config options, and adapters, enabling faster setup and integration.

Core Features & Use Cases

  • Provides quick references to common Astro CLI commands (dev, build, check, add, sync).
  • Documents typical project structure and adapters to accelerate project scaffolding and deployment.
  • Use Case: A developer starting an Astro site can follow the guide to initialize the project and configure adapters to deploy to a hosting platform.

Quick Start

Install Astro locally, create a new project, and start the development server to view your Astro site.

Frequently Asked Questions about astro

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

FAQPage Schema
How do I use the Astro CLI to create and build a new web project?

Use the Astro CLI to initialize, develop, and build your web project. Commands like dev, build, and sync manage the local development server and production output, accelerating project scaffolding.

What is the typical project structure for an Astro application?

A typical Astro project structure organizes pages, components, and content collections to accelerate scaffolding. The layout separates routing logic from UI components, enabling faster setup and integration.

How do I configure Astro adapters for production deployment?

Configure Astro adapters in your project settings to deploy to hosting platforms. Adapters enable server-side rendering and deployment integration, allowing seamless production builds across different environments.

What are the core Astro CLI commands for local development?

Core Astro CLI commands include dev for starting the local server, build for production output, check for auditing, add for integrations, and sync for content types. These streamline local development and integration.

Do I need adapters to deploy an Astro site?

Adapters are required when deploying an Astro site with server-side rendering. They connect your project build to specific hosting platform APIs, ensuring proper routing and dynamic content delivery in production environments.