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/docs-plus/docs.plus/release-extensionsnpx skills add docs-plus/docs.plus --skill release-extensionsgit clone --depth 1 https://github.com/docs-plus/docs.plusWhat 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.01842 |
| Opus 5 | $0.00032 | $0.00921 |
| Sonnet 5 | $0.00013 | $0.00368 |
| Haiku 4.5 | $0.00006 | $0.00184 |
Grade A, and why
release-extensions scanned grade A with 1 finding 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 2d 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.
Runs shell commandslowCapability
Expected in a hook, worth knowing in a rule or an instructions file.
- Use `spawnSync` helper calls, no shell strings, so the OTP stays off the shell command line and out of shell history. The spawned `bun publish` still carries it in its own argv, so `ps` can read it for the life of that How it starts
The opening of the file, as written. The whole thing — 87 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Releasing the @docs.plus/extension-* family
RELEASE_POLICY.md at the repo root is authoritative for versioning doctrine. Moved verbatim out of the repo-root AGENTS.md.
Publishing And Releases
Extension Package Contract
- Publish workspace extensions under the org-owned
@docs.plusscope. exports.require.typesmust point to./dist/index.d.cts, not.d.ts.sideEffectsmust include CSS, e.g.['**/*.css']; do not use barefalse.- Every scoped package needs
publishConfig.access: "public"orbun publishdefaults to private and can 402. - Package metadata should include
homepage,bugs, and discovery-orientedkeywords. - Public-facing docs follow the family install policy and stay cohesive. Every
extensions/extension-*/README.mdandCHANGELOG.mduses Bun commands (bun add/bun remove), nevernpm/yarn/pnpm— even though external consumers could use npm. Install blocks show the plainbun add <pkg>line only. Add no@nextsoak lines, and never lead an Install block withnpm install <pkg>. This mirrorsextensions/README.md. Keep the five READMEs at structural parity: shared Install/Contributing/Family boilerplate, and a framework-neutralnew EditorQuickstart from@tiptap/core, not ReactuseEditor. Use no per-package marketing taglines, and nochromein any prose (use "UI"/"shell"/"toolbar", same as the §Code Quality vocabulary rule). - Extension publish audits expect all five packages at parity. Parity covers: package-local
CONTRIBUTING.md,bunxrelease lifecycle hooks, README gallery assets viadocs:screenshots, CI extension tests, and harness docs centralized inextensions/README.md. The gallery holds a hero plus<details>/<picture>scenes. Use no JS carousels. GitHub/npm READMEs are static HTML only. The cutover and e2e READMEs link toextensions/README.md, and do not duplicate its ports or scripts. Preview collapsible README galleries on GitHub orbunx grip <readme>— VS Code's default Markdown preview often won't render<details>/<picture>. - Adding any root re-export through
src/index.tsorsrc/utils/index.tsis a minor release, not a patch. - Resolve
[Unreleased]to a real version beforebun run build,bun pm pack, andbun publish. prepublishOnlyrunsrelease-preflight; it asserts:- publisher user-agent is
bun/*; - every
dist/...path in the consumer'sexportsmap exists on disk; - no literal
catalog:leaks into built bundles.
- publisher user-agent is
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.
- 2d ago First seen · 87 lines · 64 tokens per session scan A 38d1fb685ea0
release-extensions is a skill published in the GitHub repository docs-plus/docs.plus (88 stars, last pushed 4d ago), licensed MIT. It adds 64 tokens to every session and 1,842 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (runs shell commands). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
docx
Read, create, and convert Microsoft Word (.docx) documents — extract text and tables, build reports from markdown/JSON, and export to PDF.
document-converter
Convert Office documents (PPTX, DOCX, XLSX, PDF, HTML, CSV, JSON, XML, images) to Markdown using Microsoft MarkItDown. Provides the agent with conversion strategies for academic and research workflows.
docx-manipulation
Create, edit, and manipulate Word documents programmatically using python-docx.
add-format
End-to-end checklist for adding a new input or output format to AILANG Parse (docparse). Use when the user says 'add support for X format', 'wire up a new parser', 'add .foo format', 'add a parser for .bar', 'support .baz files', 'ship format X', 'can we parse .qux', 'new format rollout', or mentions a file extension…
landing-page
Create a new AILANG Parse documentation/landing page targeting a specific keyword or topic. Use when user says 'new landing page', 'new page for X', 'create a page about X', 'landing page for keyword X', or wants to add a documentation page to the docs/ site. Also use when the user references long-tail keywords, SEO…
benchmark
Run OfficeDocBench evaluation and refresh benchmark scores across the AILANG Parse website. Use when the user says 'run benchmarks', 'rerun the benchmark', 'refresh benchmark numbers', 'update bench scores', 'regenerate summary.json', mentions OfficeDocBench, asks to evaluate parsers, asks why scores are out of sync…