convert

Convert static site generator projects to Anglesite/Astro with content migration.

2|1|Updated May 11, 2026
One-click install
npx skills add https://github.com/Anglesite/anglesite --skill convert-anglesite
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convert
Source: https://github.com/Anglesite/anglesite/tree/main/agent-skills/convert
Command: npx skills add https://github.com/Anglesite/anglesite --skill convert-anglesite

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables the seamless conversion of static site generator projects (like Hugo, Jekyll, Next.js, etc.) to Anglesite/Astro, providing a modern, scalable, and customizable web presence.

Core Features & Use Cases

  • Cross-Platform Conversion: Converts projects from a variety of static site generators to Anglesite/Astro.
  • Content Migration: Transfers posts, pages, and dynamic content like tags and categories from the source to the new platform.
  • Customization: Allows users to retain their existing design and branding while integrating with modern web technologies.
  • Use Case: A developer wants to move a Next.js site to Anglesite/Astro for better performance and customization options. This Skill automates the process, converting the site's content and structure while preserving the original design.

Quick Start

To convert your static site generator project to Anglesite/Astro, run the 'convert' skill in your project directory.

Frequently Asked Questions about convert

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

FAQPage Schema
How do I convert a static site generator project to Astro?

To convert a static site generator project to Astro, run the conversion utility in your project directory to automate content migration, design integration, and SEO redirection from your current platform. It parses source content from local files, Git, or web APIs to transform the structure.

Can I migrate content from Hugo or Next.js to Anglesite while preserving my design?

Yes, you can migrate content from Next.js or Hugo to Anglesite while preserving your existing design and branding. The conversion process transfers posts, pages, and dynamic content like tags, integrating your original layout with the modern Astro web framework.

What is the best way to handle SEO redirection during site conversion?

Handling SEO redirection during site conversion is managed automatically by the migration scripts. The transformation utility parses your source project structure and generates the necessary redirection rules to maintain search engine optimization when moving to Anglesite/Astro.

Does the Astro conversion process support pulling content from Git repositories or web APIs?

Yes, the Astro conversion process supports pulling content from Git repositories and web APIs. The utility integrates with local file systems and remote sources to parse and transform content from various static site generators into the new platform structure.

What are the limitations when migrating dynamic content like tags and categories to Astro?

When migrating dynamic content like tags and categories to Astro, the process relies on conversion scripts to parse the source structure. Complex custom taxonomies or highly specialized dynamic routing from the original static site generator may require manual adjustment after the automated transfer.