moai-library-nextra

Create and manage Nextra documentation websites with MDX and file-system routing.

Updated Nov 20, 2025
One-click install
npx skills add https://github.com/soo-kate-yeon/shadowoo --skill moai-library-nextra-soo-kate-yeon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moai-library-nextra
Source: https://github.com/soo-kate-yeon/shadowoo/tree/main/.agents/skills/moai-library-nextra
Command: npx skills add https://github.com/soo-kate-yeon/shadowoo --skill moai-library-nextra-soo-kate-yeon

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the creation of professional, high-performance documentation websites using the Nextra framework and Next.js.

Core Features & Use Cases

  • Zero-Config MDX: Seamlessly integrate Markdown and JSX for content creation.
  • File-System Routing: Automatically generate site structure and navigation.
  • Customizable Themes: Tailor the look and feel with extensive configuration options.
  • Use Case: Develop a comprehensive knowledge base for your software project, an API reference guide, or a company-internal wiki.

Quick Start

Initialize a new Nextra documentation site by running npx create-nextra-app@latest my-docs --template docs.

Frequently Asked Questions about moai-library-nextra

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

FAQPage Schema
How do I build a documentation site with Next.js and Nextra?

Build a documentation site with Next.js and Nextra by initializing a project using `npx create-nextra-app@latest`. This framework provides zero-config MDX support and file-system routing to automatically generate your site structure and navigation.

Does Nextra support MDX for content creation?

Yes, Nextra supports zero-config MDX, allowing you to seamlessly integrate Markdown and JSX. This enables you to author rich content and utilize modern React features within your documentation files.

How do I customize the theme of a developer portal built with Next.js?

Customize the theme of a Next.js developer portal using Nextra's extensive configuration options. These settings allow you to tailor the look and feel of your documentation site to match your project's specific design requirements.

Can I generate a static site with Next.js for API documentation?

Yes, you can generate a static site with Next.js for API documentation. Nextra supports static site generation to deliver optimal performance for your API reference guides or knowledge bases.

Does Nextra include search integration for internal wikis?

Yes, Nextra includes search integration for internal wikis. This feature allows users to easily find content within your company-internal wiki or comprehensive software knowledge base.

What is the best way to create a knowledge base with automatic routing?

Create a knowledge base with automatic routing by using Nextra with Next.js. The file-system based routing mechanism automatically generates the site structure and navigation based on your directory layout.