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 lopadova/claude-mem-sync --skill docmd-docsgit clone --depth 1 https://github.com/lopadova/claude-mem-syncWrote 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/lopadova/claude-mem-sync/docmd-docs)<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>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.00020 | $0.00460 |
| Opus 5 | $0.00010 | $0.00230 |
| Sonnet 5 | $0.00004 | $0.00092 |
| Haiku 4.5 | $0.00002 | $0.00046 |
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.
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.
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.mjsblocks 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.
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.
- 7d ago First seen · 49 lines · 20 tokens per session scan A 8decd7e1c24d
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.
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…
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.
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"…
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…
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.
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.