A Claude Code plugin for building Jamdesk documentation sites. Gives Claude deep knowledge of Jamdesk components, configuration, navigation patterns, and CLI commands — so you can build docs faster with AI assistance.
/plugin marketplace add jamdesk/jamdesk-claude-plugin
/plugin install jamdesk@jamdesk-marketplace
git clone https://github.com/jamdesk/jamdesk-claude-plugin.git
claude --plugin-dir ./jamdesk-claude-pluginInvoke the skill when working on Jamdesk documentation:
/jamdesk:jamdesk
Claude reads only the sections relevant to your task — the hub provides quick answers, and reference files load on demand for deep dives.
New to Jamdesk? Get started:
npm install -g jamdesk
jamdesk init my-docs && cd my-docs
jamdesk devOne skill with a quick-reference hub and three detailed reference files:
| Reference | Contents |
|---|---|
| Components | 25+ MDX components — Cards, Steps, Tabs, Callouts, Code Groups, Tables, and more — with complete props and examples |
| Configuration | Full docs.json schema — themes, colors, branding, navbar, footer, API config, 20+ analytics integrations |
| Navigation | 8 navigation patterns — flat, grouped, tabbed, multi-product, versioned, multi-language, dropdowns, OpenAPI |
Plus: CLI command reference (19 commands), page frontmatter fields, image sizing syntax, writing standards, common mistakes, and an MCP server integration for querying Jamdesk documentation.
Jamdesk is a documentation platform for building beautiful, fast documentation sites from MDX files.
- Three themes — Jam, Nebula, Pulsar (all with dark mode)
- 25+ MDX components — Cards, Steps, Tabs, Code Groups, Tables, API fields, color palettes, and more
- OpenAPI & AsyncAPI — Auto-generated API reference with interactive playground
- AI Chat — Built-in AI assistant trained on your docs content
- Global CDN — Fast deploys to Cloudflare R2 + Vercel Edge
- CLI tooling — Local dev server, validation, spellcheck, broken link detection
- Migrate from Mintlify — Run
jamdesk migrateto convertmint.json→docs.jsonand update component syntax - Custom domains — Host at
docs.yoursite.comoryoursite.com/docs - Analytics — Built-in dashboard + 20+ integrations (GA4, Plausible, PostHog, Amplitude, etc.)
- Search — Full-text search with keyboard navigation, out of the box
Learn more at jamdesk.com or read the documentation.
See CONTRIBUTING.md for how to keep the reference files up to date as Jamdesk evolves.
Apache 2.0 — see LICENSE.