DO

Manages documentation site structure and build process for docmd.

Install

mkdir -p .claude/skills/docmd-docs && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/14731" && unzip -o skill.zip -d .claude/skills/docmd-docs && rm skill.zip

Installs to .claude/skills/docmd-docs

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Maintain the public docmd documentation site in docs-site.
58 charsno explicit “when” trigger
Beginner

Key capabilities

  • Work inside the `docs-site/` directory.
  • Keep content Markdown-only.
  • Use docmd containers like `:::tip`, `:::note`, `:::warning`, `:::details`.
  • Maintain navigation in `docs-site/docmd.config.json`.
  • Preserve semantic search configuration in `docs-site/.docmd-search/config.json`.
  • Run `npm run check` and `npm run build` from `docs-site/`.

How it works

This skill provides rules and steps for maintaining the public `docmd` documentation site, ensuring content is Markdown-only, navigation is centrally managed, and builds are performed to verify integrity. It specifies the use of particular `docmd` containers and configuration files.

Inputs & outputs

You give it
Markdown files in `docs-site/docs`
You get back
Generated static site files in `_site/` directory

When to use docmd-docs

  • Maintain documentation site
  • Update sidebar navigation
  • Build documentation site

About this skill

docmd Docs

Use this skill when changing the public documentation site for this repository.

Rules

  1. Work inside docs-site/.
  2. Keep content Markdown-only. Do not add MDX, JSX, or raw HTML to docs-site/docs.
  3. Use docmd containers such as :::tip, :::note, :::warning, and :::details; do not use ::: button.
  4. Keep navigation in docs-site/docmd.config.json as the only sidebar source, and include every page.
  5. Preserve semantic search configuration in docs-site/.docmd-search/config.json.
  6. Run npm run check and npm run build from docs-site/ before committing documentation changes.

Expected outputs

  • _site/index.html
  • _site/sitemap.xml
  • _site/llms.txt
  • _site/.docmd-search/manifest.json
  • _site/.docmd-search/batches/

When not to use it

  • When changing documentation for a project other than `docmd`.
  • When adding MDX, JSX, or raw HTML to `docs-site/docs`.
  • When using `::: button` in docmd containers.

Limitations

  • All work must be done within `docs-site/`.
  • Content must be Markdown-only; no MDX, JSX, or raw HTML.
  • Only specific `docmd` containers are allowed.

How it compares

This skill enforces specific content, navigation, and build rules for a `docmd` documentation site, providing a structured approach unlike general website maintenance.

Compared to similar skills

docmd-docs side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
docmd-docs (this skill)01moNo flagsBeginner
ml-paper-writing486moReviewAdvanced
docs-review108moNo flagsBeginner
claude-md-improver217moReviewBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

ml-paper-writing

davila7

Write publication-ready ML/AI papers for NeurIPS, ICML, ICLR, ACL, AAAI, COLM. Use when drafting papers from research repos, structuring arguments, verifying citations, or preparing camera-ready submissions. Includes LaTeX templates, reviewer guidelines, and citation verification workflows.

4897

docs-review

metabase

Review documentation changes for compliance with the Metabase writing style guide. Use when reviewing pull requests, files, or diffs containing documentation markdown files.

1085

claude-md-improver

anthropics

Audit and improve CLAUDE.md files in repositories. Use when user asks to check, audit, update, improve, or fix CLAUDE.md files. Scans for all CLAUDE.md files, evaluates quality against templates, outputs quality report, then makes targeted updates. Also use when the user mentions "CLAUDE.md maintenance" or "project memory optimization".

2167

write-docs

tldraw

Writing SDK documentation for tldraw. Use when creating new documentation articles, updating existing docs, or when documentation writing guidance is needed. Applies to docs in apps/docs/content/.

665

update-docs

vercel

This skill should be used when the user asks to "update documentation for my changes", "check docs for this PR", "what docs need updating", "sync docs with code", "scaffold docs for this feature", "document this feature", "review docs completeness", "add docs for this change", "what documentation is affected", "docs impact", or mentions "docs/", "docs/01-app", "docs/02-pages", "MDX", "documentation update", "API reference", ".mdx files". Provides guided workflow for updating Next.js documentation based on code changes.

2543

wiki-architect

microsoft

Analyzes code repositories and generates hierarchical documentation structures with onboarding guides. Use when the user wants to create a wiki, generate documentation, map a codebase structure, or understand a project's architecture at a high level.

1144

Search skills

Search the agent skills registry