Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add jamdesk/jamdesk-claude-plugin --skill jamdeskgit clone --depth 1 https://github.com/jamdesk/jamdesk-claude-pluginWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/jamdesk/jamdesk-claude-plugin/jamdesk)<a href="https://agentmods.dev/skills/jamdesk/jamdesk-claude-plugin/jamdesk"><img src="https://agentmods.dev/badge/skills/jamdesk/jamdesk-claude-plugin/jamdesk.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00057 | $0.02359 |
| Opus 5 | $0.00028 | $0.01179 |
| Sonnet 5 | $0.00011 | $0.00472 |
| Haiku 4.5 | $0.00006 | $0.00236 |
Grade A, and why
jamdesk scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 277 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Reference Files
Read these only when your task requires them — the quick reference below covers most needs:
| File | When to read |
|---|---|
reference/components.md |
Adding or modifying MDX components (Cards, Steps, Tabs, Callouts, etc.) — full props and examples |
reference/configuration.md |
Changing docs.json settings (theme, colors, navbar, footer, integrations) — complete schema |
reference/navigation.md |
Modifying site navigation (tabs, groups, products, versions, languages) — 8 patterns |
Before You Start
- Read the project's
docs.jsonto understand current configuration - Search existing pages before creating new ones — avoid duplicates
- Read 2-3 similar pages to match the project's voice and conventions
- Run
jamdesk validatebefore deploying to catch config errors
Project Structure
my-docs/
├── docs.json # Configuration (required)
├── introduction.mdx # Pages (at least one required)
├── guides/
│ ├── quickstart.mdx
│ └── advanced.mdx
├── api/
│ ├── overview.mdx
│ └── openapi.yaml # OpenAPI spec (optional)
├── images/
│ ├── logo.webp
│ └── favicon.png
└── snippets/ # Reusable MDX fragments
└── install-tabs.mdx
Page Frontmatter
---
title: Page Title # Required — used as H1 and browser tab title
description: SEO summary # Recommended — meta description for search engines
sidebarTitle: Short Name # Optional — override the sidebar label
icon: rocket # Optional — Font Awesome icon in sidebar
---
All frontmatter fields:
| Field | Type | Description |
|---|---|---|
title |
string | Page title (required) |
description |
string | Meta description for SEO |
sidebarTitle |
string | Override sidebar label |
icon |
string | Font Awesome icon name |
mode |
string | Layout: default, wide, custom, frame, center |
openapi |
string | OpenAPI operation (e.g., GET /users) |
asyncapi |
string | AsyncAPI operation — accepted but not rendered; nothing is generated from it |
keywords |
string[] | SEO keywords for search indexing |
noindex |
boolean | Exclude page from search engines and sitemap |
search |
boolean | false keeps the page out of site search, AI chat, and MCP, while leaving it in navigation, the sitemap, and llms.txt (not the same as hidden) |
tag |
string | Badge label in sidebar (e.g., "New", "Beta") |
What ships with it
3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 6d ago First seen · 277 lines · 57 tokens per session scan A e1467d2ce2ec
jamdesk is a skill published in the GitHub repository jamdesk/jamdesk-claude-plugin (3 stars, last pushed 17d ago), licensed Apache-2.0. It adds 57 tokens to every session and 2,359 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
create-site
Creates a new Power Pages code site (SPA) using React, Angular, Vue, or Astro. Guides through the full process from initial concept to deployed site: requirements discovery, scaffolding, component planning, design, implementation, validation, and deployment. Use when the user wants to create, build, or scaffold a new…
top-design
Create award-winning, immersive web experiences at the level of Awwwards-featured agencies. Use when the user mentions "Awwwards quality", "make my site stunning", "scroll animations", "parallax storytelling", "cinematic web design", "portfolio site", or "brand experience". Also trigger when elevating a standard…
live-preview
Mid-build visual verification loop. Takes screenshots of components during construction, not just after. Catches visual regressions and invisible features before they compound. Requires Playwright or similar screenshot tool.
designlang-tokens
Use when styling UI for cal.com — references the extracted design system tokens instead of inventing colors, spacing, or typography.
recipe-front-review
Reviews completed frontend implementation for governing-source compliance, scope economy, repository quality, and security, then applies user-approved React corrections.
refactoring-ui
Audit and fix visual hierarchy, spacing, color, and depth in web UIs. Use when the user mentions "my UI looks off" (or amateur/unprofessional), "fix the design", "Tailwind styling", "color palette", "visual hierarchy", "design system", "spacing scale", or "component styling". Also trigger when building consistent…