mintlify-docs-updater

Automate Mintlify documentation site maintenance using JSON configs and MDX components.

Updated May 15, 2026
One-click install
npx skills add https://github.com/dawsonblock/agent_eval_skills_merged_clean --skill mintlify-docs-updater
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mintlify-docs-updater
Source: https://github.com/dawsonblock/agent_eval_skills_merged_clean/tree/main/agent-skills-curated/skills/coding-agents-and-ides/mintlify-docs-updater
Command: npx skills add https://github.com/dawsonblock/agent_eval_skills_merged_clean --skill mintlify-docs-updater

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires mintlify, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the update, reorganization, and maintenance of Mintlify documentation sites, streamlining the process for API reference docs, new pages, navigation refactoring, and documentation synchronization.

Core Features & Use Cases

  • Documentation Updates: Update API reference docs, add new pages, refactor navigation, and sync with code changes.
  • Use Case: When you need to publish updates to your Mintlify documentation, this Skill can handle the repetitive tasks like updating navigation, syncing with code, and adding new pages.

Quick Start

Run the command 'update_docs' to update the Mintlify documentation site.

Frequently Asked Questions about mintlify-docs-updater

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

FAQPage Schema
How do I automate Mintlify documentation updates when my code changes?

You can automate Mintlify documentation updates by running the 'update_docs' command to sync new pages, refactor navigation, and update API reference docs directly with your code changes.

Can I add new pages and refactor navigation in Mintlify automatically?

Yes, you can add new pages and refactor navigation in Mintlify automatically by executing the 'update_docs' command, which modifies JSON configuration files and MDX components within your site.

Do I need npm to maintain a Mintlify documentation site?

Yes, you need npm and the Mintlify framework installed in your environment to execute the 'update_docs' command and maintain your documentation site's MDX components and JSON configuration files.

What is the best way to sync API reference docs with Mintlify?

The best way to sync API reference docs with Mintlify is to use an automated maintenance script that updates MDX components and JSON configurations, ensuring your documentation matches code changes.

Does Mintlify documentation maintenance support MDX components and JSON configurations?

Yes, Mintlify documentation maintenance operates within the Mintlify framework by directly modifying JSON configuration files and MDX components to update navigation, add pages, and sync references.