docmd-docs

docmd-docs is a skill for Claude Code from lopadova/claude-mem-sync. It costs 20 tokens per session (460 once invoked), scanned A, original, MIT.

A maintenance guide for a public documentation website built with docmd, a tool that turns Markdown files into a website. It explains where pages, settings, and assets live and how navigation and builds work.

In plain words
What is it for?
Use it when editing the site's Markdown, navigation, configuration, assets, local preview, checks, or production build.
Why use it?
It helps keep documentation pages discoverable, correctly formatted, and buildable before publication.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Part of the claude-mem-sync plugin — 1 skill, 2 hooks shipped together

Good fit Use it when editing the site's Markdown, navigation, configuration, assets, local preview, checks, or production build.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lopadova/claude-mem-sync/docmd-docs
Install

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.

Any agent
npx skills add lopadova/claude-mem-sync --skill docmd-docs
Clone the repo
git clone --depth 1 https://github.com/lopadova/claude-mem-sync

Made for: Claude Code.

Or install claude-mem-sync, the plugin that ships this one along with the rest of its 1 skill, 2 hooks.

Wrote 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.

agentmods badge for docmd-docs

README.md
[![agentmods](https://agentmods.dev/badge/skills/lopadova/claude-mem-sync/docmd-docs.svg)](https://agentmods.dev/skills/lopadova/claude-mem-sync/docmd-docs)
Your own site
<a href="https://agentmods.dev/skills/lopadova/claude-mem-sync/docmd-docs"><img src="https://agentmods.dev/badge/skills/lopadova/claude-mem-sync/docmd-docs.svg" alt="Measured on agentmods" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 460 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00020 $0.00460
Opus 5 $0.00010 $0.00230
Sonnet 5 $0.00004 $0.00092
Haiku 4.5 $0.00002 $0.00046

Measured 7d ago against content hash 8decd7e1c24d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

docmd-docs 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 7d 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.

.claude/skills/docmd-docs/SKILL.md · 49 lines

What it actually says

docmd docs maintenance

Use this skill when changing public documentation in docs-site/.

Layout

  • Source Markdown lives in docs-site/docs.
  • Site config is docs-site/docmd.config.json.
  • Static assets live in docs-site/assets.
  • Every public page must be registered in navigation[]; the sidebar is config-driven.

Commands

cd docs-site
npm run check
npm run build

Use npm run dev for local preview. Cloudflare Pages Option A: build command npm run build, output directory _site, root directory docs-site. Fallback Option B: build locally and upload docs-site/_site.

Content standard

  • Markdown only: no MDX, JSX, or raw component tags.
  • Prefer task-first pages with Motivation, Design, Data model or contract, worked example, gotchas, and limits.
  • Use Mermaid for workflows and KaTeX for formulas where it clarifies the concept.
  • Use docmd containers: ::: callout, ::: tabs, ::: steps, ::: collapsible, ::: grids, ::: grid, and ::: card.
  • Never use ::: button.
  • Use Lucide icon names in navigation and container icon: options.

The site enables search with semantic indexing, git metadata, SEO, sitemap, Mermaid, Math, LLM output, and analytics disabled. Keep .docmd-search/config.json committed, but do not commit generated search batches unless project policy changes.

Primary color is #0d9488. Keep assets/custom.css in sync with brand variables and keep the official docs URL as https://doc.claude-mem-sync.padosoft.com.

Gotchas

  • docs-site/scripts/check-no-raw-html.mjs blocks JSX-style capitalized tags.
  • If a page is missing from navigation[], it is not part of the intended public sidebar.
  • Verify generated _site/index.html, llms.txt, sitemap.xml, and semantic search artifacts after dependency updates.
Changes

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.

  1. 7d ago First seen · 49 lines · 20 tokens per session scan A 8decd7e1c24d

Subscribe to this mod's changes

docmd-docs is a skill published in the GitHub repository lopadova/claude-mem-sync (25 stars, last pushed 2mo ago), licensed MIT. It adds 20 tokens to every session and 460 once invoked, about $0.0001 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-30.

Related

Other skills, from other repositories

design-is

Audit a design against Dieter Rams' ten "Good design is..." principles, then hand off a /make-plan prompt for one of three outcomes — new design, refine design, or redesign. Use when the user says "audit this design", "design review", "check this UI against Rams", "is this UI good", "critique this design", "design…

thedotmack/claude-mem · 91 tokens

timeline-report

Generate a "Journey Into [Project]" narrative report analyzing a project's entire development history from claude-mem's timeline. Use when asked for a timeline report, project history analysis, development journey, or full project report.

thedotmack/claude-mem · 47 tokens

weekly-digests

Generate a serial week-by-week narrative digest of a project's full claude-mem timeline. Splits the timeline into per-ISO-week files, then runs one consecutive subagent per week — each receiving the prior week's carry-forward block — to produce one chapter per ISO week of data. Use when asked for "weekly digests"…

thedotmack/claude-mem · 93 tokens

mode-creator

Interactively create, install, activate, and verify custom claude-mem modes, including domain-specific observation types, concept tags, optional Telegram alerts, bot setup, worker restart, and startup-context verification. Use this whenever someone asks to customize what claude-mem remembers, create or change a mode…

thedotmack/claude-mem · 94 tokens

smart-explore

Token-optimized structural code search using tree-sitter AST parsing. Use instead of reading full files when you need to understand code structure, find functions, or explore a codebase efficiently.

thedotmack/claude-mem · 41 tokens

wowerpoint

Turn one document into a kawaii NotebookLM slide-deck PDF. Use for "wowerpoint this", "make a deck about ", "turn this report into slides", or any request to render a single document as shareable narrative slides.

thedotmack/claude-mem · 55 tokens