astro-dev

Installation
SKILL.md

Astro Dev

Use the project's installed Astro version and local conventions as the source of truth. The references in this skill capture current Astro 7 patterns and common migration traps; they do not justify broad refactors outside the user's request.

Quick Start

  1. Read package.json, the lockfile, astro.config.*, and the target files.
  2. Confirm the installed Astro, Node, adapter, integration, and content setup relevant to the task.
  3. Read only the matching reference from the router below.
  4. For a version-sensitive or unfamiliar API, verify the exact current behavior in official Astro docs using the available official docs capability. Read references/doc-endpoints.md only when that lookup is needed.
  5. Make the smallest change that completes the requested outcome and preserves the repo's component, styling, and deployment conventions.
  6. Run the relevant type/check/build/test commands. For visible behavior, render the affected route and exercise the states in scope.
Installs
75
GitHub Stars
13
First Seen
Mar 22, 2026
astro-dev — gigio1023/astro-dev-skill