migrate-docs

Migrate Mintlify, Docusaurus, GitBook, or ReadMe docs to DevDoc format.

60|2|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/reasondb/reasondb --skill migrate-docs-reasondb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: migrate-docs
Source: https://github.com/reasondb/reasondb/tree/main/docs/.claude/skills/migrate-docs
Command: npx skills add https://github.com/reasondb/reasondb --skill migrate-docs-reasondb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Migrating documentation between popular platforms can be tedious and error-prone. This Skill automates the translation of docs from Mintlify, Docusaurus, GitBook, or README formats into the DevDoc schema, saving time and reducing manual edits.

Core Features & Use Cases

  • Platform detection & mapping: recognizes source formats (Mintlify, Docusaurus, GitBook, ReadMe) and maps them to DevDoc.
  • Content normalization: preserves headings, sections, and anchors while converting to DevDoc structure.
  • Use Case: migrate a large README or a Docusaurus doc set to your DevDoc workspace with minimal loss of formatting and links.

Quick Start

Convert your existing project docs to DevDoc by running the migration on your docs folder.

Frequently Asked Questions about migrate-docs

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

FAQPage Schema
How do I migrate Docusaurus documentation to DevDoc format?

To migrate Docusaurus documentation to DevDoc format, use this skill to automatically detect the source platform, extract frontmatter, and map headings with anchors to the DevDoc schema. It handles the entire doc set conversion while preserving navigation structures and minimizing manual edits.

Can I convert GitBook docs to DevDoc without losing anchors and headings?

Yes, you can convert GitBook docs to DevDoc without losing anchors and headings. The skill normalizes content during migration, preserving headings, sections, and anchors while mapping them to the DevDoc structure to maintain link integrity.

Does this documentation migration tool support Mintlify and ReadMe formats?

This documentation migration tool supports Mintlify and ReadMe formats. It recognizes these source platforms alongside Docusaurus and GitBook, applying platform detection and mapping to translate content into the DevDoc schema consistently.

What is the best way to move an entire doc set to DevDoc?

The best way to move an entire doc set to DevDoc is running an automated migration on your docs folder. This enforces frontmatter extraction, platform detection, and mapping of content to DevDoc schema, ensuring consistent structure across large documentation sets.

How does frontmatter extraction work when migrating docs to DevDoc?

Frontmatter extraction works during docs migration by identifying source platform metadata and mapping it to the DevDoc schema. The skill detects formats like Mintlify or Docusaurus, extracts existing frontmatter, and normalizes it to ensure consistent structure in DevDoc.