Skip to content
Development
Skill

/docmd-docs

Maintain the claude-mem-sync public documentation site built with docmd.

From plugin
claude-mem-sync
251 skill2 hooks
Install
$ npx -y skills add lopadova/claude-mem-sync --skill docmd-docs --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/docmd-docs

Context preview

The summary Claude sees to decide when to auto-load this skill.

Maintain the claude-mem-sync public documentation site built with docmd.

SKILL.md

docmd-docs.SKILL.md
name: docmd-docs
description: Maintain the claude-mem-sync public documentation site built with docmd.

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.

Plugins and search

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.

Branding and footer

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.
Read more
Ships withclaude-mem-sync

Team memory sharing for claude-mem — sync AI memories across developers via git.

Get the whole plugin
Stats
26
Stars
4
Forks
Maintained
Maintenance
TypeScript
Language
MIT
License
2mo ago
Last commit
6mo ago
Created

Repo: lopadova/claude-mem-sync