https://github.com/jamdesk/jamdesk-claude-plugin
Claude Code plugin for building Jamdesk documentation sites
https://github.com/jamdesk/jamdesk-claude-plugin
ai-plugin api-reference claude claude-code claude-code-plugin docs documentation jamdesk mdx technical-writing
Last synced: 1 day ago
JSON representation
Claude Code plugin for building Jamdesk documentation sites
- Host: GitHub
- URL: https://github.com/jamdesk/jamdesk-claude-plugin
- Owner: jamdesk
- License: apache-2.0
- Created: 2026-04-06T17:45:50.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-06-10T20:10:45.000Z (3 days ago)
- Last Synced: 2026-06-10T22:07:40.502Z (3 days ago)
- Topics: ai-plugin, api-reference, claude, claude-code, claude-code-plugin, docs, documentation, jamdesk, mdx, technical-writing
- Homepage: https://www.jamdesk.com/docs
- Size: 66.4 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Notice: NOTICE
Awesome Lists containing this project
README
# Jamdesk Claude Code Plugin
A Claude Code plugin for building [Jamdesk](https://www.jamdesk.com) documentation sites. Gives Claude deep knowledge of Jamdesk components, configuration, navigation patterns, and CLI commands — so you can build docs faster with AI assistance.
## Installation
### From Claude Code Marketplace
```
/plugin marketplace add jamdesk/jamdesk-claude-plugin
/plugin install jamdesk@jamdesk-marketplace
```
### Manual (for development/testing)
```bash
git clone https://github.com/jamdesk/jamdesk-claude-plugin.git
claude --plugin-dir ./jamdesk-claude-plugin
```
## Usage
Invoke 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:
```bash
npm install -g jamdesk
jamdesk init my-docs && cd my-docs
jamdesk dev
```
## What's Included
One 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.
## What is Jamdesk?
[Jamdesk](https://www.jamdesk.com) 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 migrate` to convert `mint.json` → `docs.json` and update component syntax
- **Custom domains** — Host at `docs.yoursite.com` or `yoursite.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](https://www.jamdesk.com) or read the [documentation](https://www.jamdesk.com/docs).
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md) for how to keep the reference files up to date as Jamdesk evolves.
## License
Apache 2.0 — see [LICENSE](LICENSE).