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
- Read
package.json, the lockfile,astro.config.*, and the target files. - Confirm the installed Astro, Node, adapter, integration, and content setup relevant to the task.
- Read only the matching reference from the router below.
- 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.mdonly when that lookup is needed. - Make the smallest change that completes the requested outcome and preserves the repo's component, styling, and deployment conventions.
- Run the relevant type/check/build/test commands. For visible behavior, render the affected route and exercise the states in scope.