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 agentmods add skills/jetxu-llm/docmason/adapter-syncnpx skills add JetXu-LLM/DocMason --skill adapter-syncgit clone --depth 1 https://github.com/JetXu-LLM/DocMasonWrote 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/jetxu-llm/docmason/adapter-sync)<a href="https://agentmods.dev/skills/jetxu-llm/docmason/adapter-sync"><img src="https://agentmods.dev/badge/skills/jetxu-llm/docmason/adapter-sync.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.00563 |
| Opus 5 | $0.00010 | $0.00282 |
| Sonnet 5 | $0.00004 | $0.00113 |
| Haiku 4.5 | $0.00002 | $0.00056 |
Grade A, and why
adapter-sync 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 6d 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.
How it starts
The opening of the file, as written. The whole thing — 49 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Adapter Sync
Use this skill when the task is to generate or refresh the currently supported adapter artifacts.
This is an explicit adapter-maintenance workflow.
It is not a universal prerequisite before every ordinary ask turn.
For non-native compatibility targets such as Claude Code, this is the first adaptation step once workspace bootstrap has determined that generated adapter guidance is needed.
Required Capabilities
- local file access
- shell or command execution
- ability to regenerate derived files instead of editing them manually
If the agent cannot write local generated files, stop and explain that adapter synchronization cannot proceed.
Procedure
- Treat
AGENTS.md, canonicalSKILL.mdfiles, and canonicalworkflow.jsonsidecars as the authored source of truth. - Use
claudeas the default target unless the user explicitly asks for another target. - Run
docmason status --jsonwhen you need to confirm whether the generated adapter is missing or stale. - Run
docmason sync-adapters --json. - If adapter sync fails because canonical sources or workflow metadata are missing or invalid, stop and return that failure to the main agent instead of improvising a manual adapter.
- If adapter sync succeeds, run
docmason status --jsonwhen you need to confirm the adapter is now fresh. - Return the final adapter status judgment to the main agent. Do not delegate adapter regeneration sign-off.
Escalation Rules
- If the requested target is not implemented, stop and report the current deferral clearly.
- If the generated adapter is stale after canonical source changes, rerun
sync-adaptersinstead of hand-editing generated files.
Completion Signal
- The workflow is complete when
docmason sync-adapters --jsonsucceeds or returns a clear unsupported-target or metadata-validation failure that the main agent can surface directly.
Notes
- DocMason currently supports the Claude target only.
- Generated adapters are local derived artifacts and should not be hand-maintained.
- The committed
.claude/CLAUDE.mdis the sole Claude project-memory entry file in this repo. - Adapter sync refreshes the generated
adapters/claude/project-memory.mdandadapters/claude/workflow-routing.mdfiles that.claude/CLAUDE.mdcan import. - Adapter sync also refreshes the repo-local
.claude/skills/thin shim layer instead of relying on a hand-created symlink to the full repo skills tree. - Use this workflow when the chosen agent ecosystem actually depends on generated adapter files, not as a reflex before every workflow.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 6d ago First seen · 49 lines · 20 tokens per session scan A 5c6658280f67
adapter-sync is a skill published in the GitHub repository JetXu-LLM/DocMason (135 stars, last pushed 3d ago), licensed Apache-2.0. It adds 20 tokens to every session and 563 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
openkb-deck-neon
Use when the user asks the openkb chat to make a deck / slide presentation / PPT / slides / 演示稿 / 幻灯片 from their compiled KB content AND wants a dark, high-tech, neon / glow / glassmorphism look (赛博 / 科技风 / 暗色 / 霓虹 / 炫酷). Generates a polished single-file HTML deck in the Aurora Glass visual direction (near-black…
openkb-deck-editorial
Use when the user asks the openkb chat to make a deck / slide presentation / PPT / slides / 演示稿 / 幻灯片 from their compiled KB content. Generates a polished single-file HTML deck in the Editorial Monocle visual direction (warm cream background, serif type, brick-red accent) — designed to be opened in a browser…
openkb-html-critic
Use to review a generated HTML deck or single-page artifact for visual quality and structural correctness. Especially good at catching CSS specificity bugs where slide-modifier classes (.divider, .center, .q, .flow etc.) accidentally override the base .slide{display:none} and cause one slide to stack on top of every…
transformer-attention
Use when reasoning about Transformer self-attention, multi-head attention, positional encoding, masked decoder attention, or why attention replaced recurrence/convolutions in sequence models; not for generic NLP or unrelated attention topics.
release-sync
Syncs latest release content to NotebookLM and HQ Knowledge Base after version tagging. Reads CHANGELOG, CLAUDE.md, and hook README, updates notebook sources, and ingests release digest. Optionally generates podcast from updated knowledge base. Use after tagging a new version to propagate release knowledge.
openlore
Query and publish to an OpenLore knowledge base over SSH using ordinary shell commands. Use when a task needs project documentation, runbooks, shared team knowledge, or a place to publish findings.