File contents Advanced Documentation
This Skill uses Progressive Disclosure. For detailed patterns:
modules/configuration.md - Complete theme.config reference
modules/mdx-components.md - MDX component library
modules/i18n-setup.md - Internationalization guide
modules/deployment.md - Hosting & deployment
Theme Options
Built-in Themes:
nextra-theme-docs (recommended for documentation)
nextra-theme-blog (for blogs)
Customization:
CSS variables for colors
Custom sidebar components
Footer customization
Navigation layout
Deployment
Popular Platforms:
Vercel (zero-config, recommended)
GitHub Pages (free, self-hosted)
Netlify (flexible, CI/CD)
Custom servers (full control)
Vercel Deployment:
npm install -g vercel
vercel
# Select project and deploy
Integration with Other Skills
Complementary Skills:
Skill("moai-docs-generation") - Auto-generate docs from code
Skill("moai-workflow-docs") - Validate documentation quality
Skill("moai-cc-claude-md") - Markdown formatting
Version History
1.0.1 (2025-11-23)
Refactored with Progressive Disclosure
Configuration patterns highlighted
MDX integration guide
1.0.0 (2025-11-12)
Nextra architecture guide
Theme configuration
i18n support
Maintained by: alfred
Domain: Documentation Architecture
Generated with: MoAI-ADK Skill Factory
Works Well With
Agents:
workflow-docs - Documentation generation
code-frontend - Nextra implementation
workflow-spec - Architecture documentation
Skills:
moai-docs-generation - Content generation
moai-workflow-docs - Documentation validation
moai-library-mermaid - Diagram integration
Commands:
/moai:3-sync - Documentation deployment
/moai:0-project - Nextra project initialization
1 --- 2 name: moai-library-nextra 3 description: Advanced Documentation 4 --- 5 6 ## Advanced Documentation 7 8 This Skill uses Progressive Disclosure. For detailed patterns: 9 10 - [modules/configuration.md](modules/configuration.md) - Complete theme.config reference 11 - [modules/mdx-components.md](modules/mdx-components.md) - MDX component library 12 - [modules/i18n-setup.md](modules/i18n-setup.md) - Internationalization guide 13 - [modules/deployment.md](modules/deployment.md) - Hosting & deployment 14 15 --- 16 17 ## Theme Options 18 19 Built-in Themes: 20 21 - nextra-theme-docs (recommended for documentation) 22 - nextra-theme-blog (for blogs) 23 24 Customization: 25 26 - CSS variables for colors 27 - Custom sidebar components 28 - Footer customization 29 - Navigation layout 30 31 --- 32 33 ## Deployment 34 35 Popular Platforms: 36 37 - Vercel (zero-config, recommended) 38 - GitHub Pages (free, self-hosted) 39 - Netlify (flexible, CI/CD) 40 - Custom servers (full control) 41 42 Vercel Deployment: 43 44 ```bash 45 npm install -g vercel 46 vercel 47 # Select project and deploy 48 ``` 49 50 --- 51 52 ## Integration with Other Skills 53 54 Complementary Skills: 55 56 - Skill("moai-docs-generation") - Auto-generate docs from code 57 - Skill("moai-workflow-docs") - Validate documentation quality 58 - Skill("moai-cc-claude-md") - Markdown formatting 59 60 --- 61 62 ## Version History 63 64 1.0.1 (2025-11-23) 65 66 - Refactored with Progressive Disclosure 67 - Configuration patterns highlighted 68 - MDX integration guide 69 70 1.0.0 (2025-11-12) 71 72 - Nextra architecture guide 73 - Theme configuration 74 - i18n support 75 76 --- 77 78 Maintained by: alfred 79 Domain: Documentation Architecture 80 Generated with: MoAI-ADK Skill Factory 81 82 --- 83 84 ## Works Well With 85 86 Agents: 87 - workflow-docs - Documentation generation 88 - code-frontend - Nextra implementation 89 - workflow-spec - Architecture documentation 90 91 Skills: 92 - moai-docs-generation - Content generation 93 - moai-workflow-docs - Documentation validation 94 - moai-library-mermaid - Diagram integration 95 96 Commands: 97 - `/moai:3-sync` - Documentation deployment 98 - `/moai:0-project` - Nextra project initialization
rdmptv/adbautoplayer/tree/main/.claude/skills/moai-library-nextra commit bf55890cad
Frequently asked questions How do I install the Moai Library Nextra skill? Run npx skillmds@latest add rdmptv/moai-library-nextra in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Moai Library Nextra skill do? Advanced Documentation It is listed under Docs & Writing on SkillMD.
Is Moai Library Nextra safe to use? This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Moai Library Nextra? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Moai Library Nextra free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Moai Library Nextra? rdmptv (@rdmptv) published this skill. Their other Agent Skills are listed on their SkillMD profile.