migrate
Migrate to Astro
Use this skill when moving a project from another framework to Astro, converting a static site into Astro, or upgrading an existing Astro codebase.
If astro-best-practices is available, apply it alongside this skill so the migrated result follows good Astro defaults rather than just reproducing the old system mechanically.
Workflow
1. Inventory the current system
Before changing code, identify:
- routing structure
- layout/shared shell patterns
- data sources
- styling strategy
- interactive components
- image handling
- deployment/runtime requirements
More from incluud/astro-agent-skills
docs-lookup
Look up official Astro documentation and answer version-sensitive Astro questions accurately.
14add-integration
Add and configure Astro integrations, adapters, and UI framework tooling.
14create-component
Create Astro components, pages, and layouts with accessible markup and minimal client-side JavaScript.
14astro-best-practices
Apply performant, accessible, and maintainable defaults when building or reviewing Astro projects.
14content-collection
Set up and evolve Astro content collections with typed schemas and reliable querying patterns.
13