jamdesk-docs

Construct and maintain Jamdesk documentation websites with automated configuration and bulk content processing.

7|1|Updated Jul 26, 2026
One-click install
npx skills add https://github.com/paxlabs-inc/ion-agent --skill jamdesk-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jamdesk-docs
Source: https://github.com/paxlabs-inc/ion-agent/tree/main/skills/creative/jamdesk-docs
Command: npx skills add https://github.com/paxlabs-inc/ion-agent --skill jamdesk-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill solves the fragmentation and maintenance overhead of documentation sites by providing a structured, automated framework for content management, design token integration, and bulk updates.

Core Features & Use Cases

  • Bulk Content Management: Execute large-scale rewrites across hundreds of MDX files using parallel subagent workflows.
  • Design System Integration: Map brand design tokens directly to Jamdesk CSS variables for consistent, branded documentation.
  • AI Discoverability: Automatically configure llms.txt and MCP server endpoints to ensure your documentation is machine-readable and AI-ready.

Quick Start

Use the jamdesk skill to initialize a new documentation site structure in the current directory by creating the required docs.json and style.css files.

Frequently Asked Questions about jamdesk-docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bulk rewrite MDX files across a large documentation site?

You can execute large-scale MDX content rewrites across hundreds of files using parallel subagent workflows. This approach automates large documentation updates to eliminate manual maintenance overhead and content fragmentation.

How do I synchronize brand design tokens with documentation site CSS variables?

You can map brand design tokens directly to Jamdesk CSS variables. This requires strict adherence to specific JSON schema structures and CSS variable mapping to maintain build integrity and ensure consistent, branded documentation.

What is the best way to make documentation AI-discoverable and machine-readable?

To make documentation AI-discoverable, automatically configure llms.txt files and MCP server endpoints across your repository. This process ensures your content is fully machine-readable and accessible to AI systems.

Do I need specific JSON schema structures to build documentation sites with Jamdesk?

Yes, building documentation sites with Jamdesk requires adherence to specific JSON schema structures. Configuring the required docs.json file and mapping CSS variables correctly is essential to ensure site build integrity and performance.

How do I initialize a new documentation site structure in my current directory?

To initialize a new documentation site, use the framework to generate the required docs.json and style.css files in your current directory. This sets up the foundational navigation hierarchy and configuration for your repository.