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/cdskill/qalma/qalma-plugin-developmentnpx skills add cdskill/qalma --skill qalma-plugin-developmentgit clone --depth 1 https://github.com/cdskill/qalmaWrote 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/cdskill/qalma/qalma-plugin-development)<a href="https://agentmods.dev/skills/cdskill/qalma/qalma-plugin-development"><img src="https://agentmods.dev/badge/skills/cdskill/qalma/qalma-plugin-development.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 | $0.00064 | $0.00625 |
| Opus 5 | $0.00032 | $0.00313 |
| Sonnet 5 | $0.00013 | $0.00125 |
| Haiku 4.5 | $0.00006 | $0.00063 |
Grade A, and why
qalma-plugin-development 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 3d 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 — 62 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Qalma Plugin Development
Build each plugin as a complete consumer-visible vertical slice while preserving the headless Qalma architecture.
Prepare
- Read plugin-contract.md.
- Read definition-of-done.md.
- Inspect
qalma-plugin.ts, the closest existing plugin, the ProseMirror registries, the public barrel, sandbox composition, and relevant tests. - Use
qalma-architecturefirst if the feature needs a new core extension point, public escape hatch, or library boundary.
Implement A Plugin
- Define the capability and separate engine behavior from consumer presentation.
- Prefer a proven ProseMirror package or primitive for editing semantics.
- Design Qalma-owned names and public options. Keep the raw engine contract private by default.
- Add the plugin under
libs/editor/src/lib/pluginsunless architecture criteria justify another location. - Contribute only the contract fields the feature needs: schema, commands, command states, shortcuts, or ProseMirror plugins.
- Export only consumer-facing symbols from
libs/editor/src/index.ts. - Configure the plugin in the sandbox TypeScript and compose its controls explicitly in the sandbox template. Never make the core auto-render buttons.
- Use
qalma-docs-syncto updateapps/docs, docs navigation, andlibs/editor/README.mdfor the public plugin surface. - Add focused tests for public behavior, configuration, invalid options, state, and keyboard behavior as applicable.
- Run the definition-of-done checks and stop every server started for testing.
Configurable Plugin Rules
- Define a Qalma-owned
...PluginOptionsinterface. - Export immutable default options when consumers benefit from knowing them.
- Use
createConfigurableQalmaPlugin. - Merge partial options with defaults.
- Validate resolved options early with actionable errors.
- Do not mutate the base plugin or previously configured instances.
- Do not expose every upstream option automatically; expose options that form a useful and supportable public contract.
What ships with it
3 files 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.
- 3d ago First seen · 62 lines · 64 tokens per session scan A 842ccecda41e
qalma-plugin-development is a skill published in the GitHub repository cdskill/qalma (10 stars, last pushed 1mo ago), licensed MIT. It adds 64 tokens to every session and 625 once invoked, about $0.0003 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.
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.
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.
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.
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…
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.
ui4
Manually invoked skill for reskinning Payload UI components. Requires Figma URL. Usage: /ui4.