qalma-docs-sync

qalma-docs-sync is a skill for Claude Code, Codex from cdskill/qalma. It costs 79 tokens per session (773 once invoked), scanned A, original, MIT.

A documentation checklist for Qalma, a headless editor toolkit, that keeps public guides aligned with changes to plugins and editor features.

In plain words
What is it for?
Use it after adding, renaming, or removing Qalma plugins, commands, queries, options, events, or playground behavior to update the relevant README, docs pages, navigation, and guidance.
Why use it?
It prevents the code, navigation, examples, and user documentation from drifting apart after a public feature changes.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/cdskill/qalma/qalma-docs-sync
Any agent
npx skills add cdskill/qalma --skill qalma-docs-sync
Clone the repo
git clone --depth 1 https://github.com/cdskill/qalma

Made for: Claude Code, Codex.

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 qalma-docs-sync

README.md
[![agentmods](https://agentmods.dev/badge/skills/cdskill/qalma/qalma-docs-sync.svg)](https://agentmods.dev/skills/cdskill/qalma/qalma-docs-sync)
Your own site
<a href="https://agentmods.dev/skills/cdskill/qalma/qalma-docs-sync"><img src="https://agentmods.dev/badge/skills/cdskill/qalma/qalma-docs-sync.svg" alt="Measured on agentmods" height="20"></a>
Per session 79 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 773 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00079 $0.00773
Opus 5 $0.00039 $0.00387
Sonnet 5 $0.00016 $0.00155
Haiku 4.5 $0.00008 $0.00077

Measured 5d ago against content hash ef15c0e19424, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

qalma-docs-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 5d 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.

.agents/skills/qalma-docs-sync/SKILL.md · 63 lines

How it starts

The opening of the file, as written. The whole thing — 63 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Qalma Docs Sync

Keep public documentation in lockstep with Qalma's headless plugin surface. Run this after any plugin or public editor capability changes.

Sync Checklist

  1. Inspect the changed plugin exports in libs/editor/src/index.ts and the implementation under libs/editor/src/lib/plugins.
  2. Update libs/editor/README.md:
    • Add, rename, or remove the plugin in the Available plugins table.
    • Include consumer-facing command names.
    • Mention public queries, events, kits, or configuration where they affect consumer integration.
  3. Update apps/docs/src/app/docs/docs-nav.ts:
    • Add a sidenav entry for new user-facing plugin documentation.
    • Place plugins by product area: formatting, document structure, media and links, productivity, layout, or guides.
  4. Update or create markdown pages in apps/docs/src/content/docs:
    • Use frontmatter with title and description.
    • Explain selection in plugins, public commands, public queries, public options/defaults, shortcuts/events, and consumer-owned UI responsibilities.
    • Prefer small complete Angular examples over internal implementation notes.
  5. If the live docs playground demonstrates the feature, update apps/docs/src/app/playground through the public @qalma/editor API only.
  6. If the sandbox demonstrates the feature, keep apps/sandbox and docs playground behavior conceptually aligned unless the docs intentionally use a smaller example.
  7. Update repository guidance when the workflow changes:
    • AGENTS.md for durable agent instructions.
    • .agents/skills/qalma-plugin-development if plugin definition-of-done or workflow expectations change.
  8. Update plugins/qalma/skills/qalma when public agent guidance becomes stale:
    • Add, rename, or remove public plugin names, commands, queries, and options.
    • Keep integration examples aligned with current public imports.
    • Keep contributor workflow guidance aligned with repository expectations.
  9. Validate the changed surface with the narrowest useful checks:
    • pnpm exec tsc -p libs/editor/tsconfig.lib.json --noEmit
    • pnpm exec tsc -p apps/docs/tsconfig.json --noEmit
    • pnpm nx build docs
    • Relevant lint targets, noting unrelated existing failures separately.

Read the full file on GitHub · 63 lines

Files

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.

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. 5d ago First seen · 63 lines · 79 tokens per session scan A ef15c0e19424

Subscribe to this mod's changes

qalma-docs-sync is a skill published in the GitHub repository cdskill/qalma (10 stars, last pushed 1mo ago), licensed MIT. It adds 79 tokens to every session and 773 once invoked, about $0.0004 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-31.

Related

Other skills, from other repositories

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

heap-snapshot-analysis

Analyze V8 heap snapshots to investigate memory leaks and retention issues. Use when given .heapsnapshot files, asked to compare before/after snapshots, asked to find what retains objects, or investigating why objects survive GC. Provides snapshot parsing, comparison, retainer-path helpers, and scratchpad scripts.

microsoft/vscode · 65 tokens

integrated-browser

Use this when working on the VS Code integrated browser ("browserView") to understand its architecture and mental model. Covers the embedded Chromium browser, its editor tab, navigation, overlay/layout, sessions, and agent browser tools under src/vs/platform/browserView and src/vs/workbench/contrib/browserView.

microsoft/vscode · 68 tokens

agent-host-e2e-tests

Use when writing, recording, updating, validating, or troubleshooting the agent host end-to-end tests under src/vs/platform/agentHost/test/node/e2e (black-box tests that drive the whole agent host over the AHP protocol, using a CapiReplayProxy record/replay system for Claude/Copilot/Codex). Covers adding a…

microsoft/vscode · 111 tokens

update-codex-sdk

Update VS Code's bundled @openai/codex dependency to a version available from the private VS Code npm feed, regenerate its protocol client, run the relevant tests, and verify the Codex Agent Host in a launched Code OSS window. Use for bundled Codex SDK/CLI version bumps in the VS Code repository.

microsoft/vscode · 70 tokens

ui4

Manually invoked skill for reskinning Payload UI components. Requires Figma URL. Usage: /ui4.

payloadcms/payload · 0 tokens