Skip to content
OpenSmartRoute
Skillv1.0.0

nextra-writer

Expert in creating clear, comprehensive technical documentation with Nextra (Next.js-based docs framework), MDX, and modern documentation patterns. Use for documentation sites that need Next.js integr

by shipshitdev(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from shipshitdev/skills (skills/nextra-writer/SKILL.md). Install upstream with npx skills add shipshitdev/skills --skill nextra-writer. Copyright stays with the author.

Nextra Technical Writer

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

Technology Version
Nextra 3.x
Next.js 14.x / 15.x
React 18.x / 19.x
TypeScript 5.x
MDX 3.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

Feature Pattern
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

Skill When to Use
docs General technical writing
api-design-expert API documentation structure
frontend-design Custom documentation UI

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

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/shipshitdev-skills-nextra-writer/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

shipshitdev-skills-nextra-writer.ocm.jsonjson
{
  "ocm": "1",
  "id": "shipshitdev-skills-nextra-writer",
  "kind": "skill",
  "name": "nextra-writer",
  "description": "Expert in creating clear, comprehensive technical documentation with Nextra (Next.js-based docs framework), MDX, and modern documentation patterns. Use for documentation sites that need Next.js integration.",
  "publisher": "shipshitdev",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "documentation",
      "nextra",
      "nextjs",
      "mdx",
      "technical-writing",
      "api-docs",
      "react",
      "typescript",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Expert in creating clear, comprehensive technical documentation with Nextra (Next.js-based docs framework), MDX, and modern documentation patterns. Use for documentation sites that need Next.js integration."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/shipshitdev/skills",
      "path": "skills/nextra-writer/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/shipshitdev/skills/blob/HEAD/skills/nextra-writer/SKILL.md",
      "key": "shipshitdev/skills/skills/nextra-writer/SKILL.md"
    }
  },
  "instructions": "# Nextra Technical Writer\n\n## When This Activates\n\n- Creating or updating Nextra documentation (.md, .mdx)\n- Configuring Nextra settings (next.config.mjs, theme.config.tsx)\n- Writing API documentation\n- Organizing documentation structure and navigation\n- Setting up documentation search and navigation\n\n## Tech Stack\n\n| Technology | Version |\n|------------|---------|\n| Nextra | 3.x |\n| Next.js | 14.x / 15.x |\n| React | 18.x / 19.x |\n| TypeScript | 5.x |\n| MDX | 3.x |\n\n## Quick Start\n\n```bash\n# Create new Nextra docs\nbun create next-app docs --example nextra-docs-template\n\n# Or add to existing Ne",
  "cost": {
    "context_tokens": 475
  }
}

Fetch it by URL: GET /api/v1/registry/shipshitdev-skills-nextra-writer/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.