Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
shipshitdev avatar

Nextra Writer

  • 157 installs
  • 31 repo stars
  • Updated August 2, 2026
  • shipshitdev/library

Generate and structure Nextra documentation sites with navigation trees, MDX pages, theme config, and API reference layouts for developer products.

About

Helps teams produce polished Nextra documentation sites with correct folder structure, MDX content, meta.json navigation, theme customization, and search-ready layouts for SaaS products, open-source libraries, and content platforms.

  • Nextra theme and config setup
  • MDX page and component authoring
  • Sidebar navigation via meta.json
  • API reference section layout
  • Search-ready docs site structure

Nextra Writer by the numbers

  • 157 all-time installs (skills.sh)
  • +3 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #561 of 1,879 Documentation skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/shipshitdev/library --skill nextra-writer

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs157
repo stars31
Last updatedAugust 2, 2026
Repositoryshipshitdev/library

What it does

Generate and structure Nextra documentation sites with navigation trees, MDX pages, theme config, and API reference layouts for developer products.

Files

SKILL.mdMarkdownGitHub ↗

Nextra Technical Writer

Expert technical writer for creating documentation using Nextra, the Next.js-based documentation framework.

Why Nextra: Next.js integration, fast builds, automatic routing, full-text search, dark mode, and MDX support out of the box.

When This Activates

  • Creating or updating Nextra documentation (.md, .mdx)
  • Configuring Nextra settings (next.config.mjs, theme.config.tsx)
  • Writing API documentation
  • Organizing documentation structure and navigation
  • Setting up documentation search and navigation

Tech Stack

TechnologyVersion
Nextra3.x
Next.js14.x / 15.x
React18.x / 19.x
TypeScript5.x
MDX3.x

Quick Start

# Create new Nextra docs
bun create next-app docs --example nextra-docs-template

# Or add to existing Next.js project
bun add nextra nextra-theme-docs

Project Structure

docs/
├── pages/
│   ├── _meta.json          # Navigation config
│   ├── index.mdx           # Home page
│   ├── getting-started.mdx
│   └── api/
│       ├── _meta.json
│       └── endpoints.mdx
├── theme.config.tsx        # Theme configuration
├── next.config.mjs         # Next.js + Nextra config
└── package.json

Navigation

Configure via _meta.json:

{
  "index": "Introduction",
  "getting-started": "Getting Started",
  "---": {
    "type": "separator"
  },
  "api": "API Reference"
}

Key Features

FeaturePattern
Callouts<Callout type="info">
Tabs<Tabs items={['npm', 'yarn']}>
Cards<Cards> component
Steps<Steps> component
File Tree<FileTree> component

Documentation Hierarchy

1. Quick Start (5-10 min) 2. Core Concepts 3. Feature Documentation 4. Guides & Tutorials 5. API Reference 6. Advanced Topics

Integration

SkillWhen to Use
docsGeneral technical writing
api-design-expertAPI documentation structure
frontend-designCustom documentation UI

---

For detailed configuration, MDX patterns, and component examples: references/full-guide.md

Related skills

Documentationdocsfrontend

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.