docmd-docs
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.zipInstalls 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.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
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
- Work inside
docs-site/. - Keep content Markdown-only. Do not add MDX, JSX, or raw HTML to
docs-site/docs. - Use docmd containers such as
:::tip,:::note,:::warning, and:::details; do not use::: button. - Keep navigation in
docs-site/docmd.config.jsonas the only sidebar source, and include every page. - Preserve semantic search configuration in
docs-site/.docmd-search/config.json. - Run
npm run checkandnpm run buildfromdocs-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.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| docmd-docs (this skill) | 0 | 1mo | No flags | Beginner |
| ml-paper-writing | 48 | 6mo | Review | Advanced |
| docs-review | 10 | 8mo | No flags | Beginner |
| claude-md-improver | 21 | 7mo | Review | Beginner |
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.
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.
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".
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/.
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.
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.