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/agentdecksdk/agentdeck/releasenpx skills add agentdecksdk/agentdeck --skill releasegit clone --depth 1 https://github.com/agentdecksdk/agentdeckWhat 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.00029 | $0.00996 |
| Opus 5 | $0.00015 | $0.00498 |
| Sonnet 5 | $0.00006 | $0.00199 |
| Haiku 4.5 | $0.00003 | $0.00100 |
Grade A, and why
release 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 yesterday.
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.
Release agentdeck
Follow the release process strictly. All work starts on dev; main is release-only,
and dev is the repository's default branch.
Two PRs, two issues
A release needs two labeled chore issues and two PRs, not one of each.
| PR | base | issue | closing keyword |
|---|---|---|---|
| bump | dev |
its own labeled chore issue |
Closes #N, works: dev is default |
| promotion | main |
its own labeled chore issue |
Refs #N only, close by hand: main is not default, so GitHub never creates the closing reference |
git push origin dev is rejected directly ("push declined due to repository rule violations").
The bump goes through its own PR into dev.
A PR body closing more than one issue needs one Fixes #N (or Closes #N) per line: GitHub's
closing-keyword parser only recognizes the first reference in a comma-separated list, silently
leaving the rest open (#541).
Release Steps
- Version: Confirm SemVer bump (
pyproject.tomlandCHANGELOG.md). - Preflight: Verify clean working tree, non-empty
[Unreleased]section, andmake checkis 100% green. Run it unpiped (make check, notmake check | tail) so its own exit code is what you read; a pipe reports the last command's status, not the gate's. - Bump issue:
python scripts/release_bump.py issues X.Y.Zcreates (or reuses) thevX.Y.Zmilestone, assigns it to every issueFixes/Closes-referenced since the last tag, opens the labeledchore: cut and ship vX.Y.Zissue, and prints its number. - Bump PR into
dev:python scripts/release_bump.py bump X.Y.Zupdatespyproject.toml's version and movesCHANGELOG.md's[Unreleased]entries to a dated## [X.Y.Z]heading with compare links.- Run
python scripts/generate_docs_reference.pyonce, then verifypython scripts/generate_docs_reference.py --check. - Commit:
chore(release): vX.Y.Z. Open the PR against the bump issue from step 3 (Closes #N), wait for every required check, merge.
- Promotion issue:
python scripts/release_bump.py promote X.Y.Zopens the labeledchore: release vX.Y.Z to mainissue in the same milestone and prints its number. - Promotion PR,
devtomain: Open it against the promotion issue from step 5 (Refs #N).Issue hygiene,slop, andCheck affected documentationskip themselves on amain-based PR: each already ran the real per-PR version of itself againstdevat merge time, and this diff is the whole release cycle re-evaluated, not a new change. Wait forcheckandBuild documentation, then merge and close the promotion issue by hand. - Tag:
git tag vX.Y.Z && git push origin vX.Y.Z.release.ymlpublishes to PyPI on this push; there is no undo once the tag lands. - Close the milestone:
python scripts/release_bump.py close-milestone X.Y.Z, right after the tag push. Every past release skipped this:v5.0.0throughv5.1.0all shipped with 0 open issues but stayed open on GitHub. - Deploy: In the
prod/worktree (detached on a tag on purpose, so the public only sees something released), run./deploy-prod.sh vX.Y.Z. It rebuildsdocs-site, restartsagentdeck-docs-static.service, and health-checks127.0.0.1:4321. - Report: Return the GitHub release URL.
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.
- yesterday First seen · 62 lines · 29 tokens per session scan A 418c23d03d51
release is a skill published in the GitHub repository agentdecksdk/agentdeck (2 stars, last pushed 2d ago), licensed MIT. It adds 29 tokens to every session and 996 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-31.
Other skills, from other repositories
png-press
Teaches agents how to author content and configure writepng so PNGs render at the correct size, with tight cropping, readable text, and consistent scaling.
bundle-builder
Build or repair KDCube bundles. Use the KDCube bundle docs, the workspace reference bundle, and the shared bundle suite before writing code.
sources-section
Appends a Sources/References section using only web sources from the sources pool.
local-runtime
Start local KDCube, reload one bundle, stop the local runtime, or run the shared bundle suite.
bootstrap-local
Generate a clean local descriptor set for one KDCube bundle and print the exact next commands to start it.
automations
Create, inspect, edit, archive, delete, run, and search scheduled or executable automation assets.