olddonkey-skills AGENTS.md

olddonkey-skills AGENTS.md is an instructions file for Claude Code, Codex, OpenCode from olddonkey/olddonkey-skills. It costs 1,813 tokens per session, scanned C, original, MIT.

Repository instructions for a collection of agent skills published through Claude Code and Cursor marketplaces. It describes the repository structure, testing rules, supported backends, and local development details.

In plain words
What is it for?
Use it when changing skills, backend adapters, marketplace metadata, tests, scripts, or the web-slides app in the olddonkey-skills repository.
Why use it?
It explains important project constraints, including that the repository is not a deployable service and that backend integration tests have a manual gate.

Instructions file for Claude CodeCodexOpenCode

Written for Claude Code and Codex and OpenCode: Claude Code plugin machinery, but also the file is AGENTS.md. Also seen: mentions Claude Code; mentions AGENTS.md; mentions Codex.

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 instructions/olddonkey/olddonkey-skills/agents-md
Clone the repo
git clone --depth 1 https://github.com/olddonkey/olddonkey-skills

Made for: Claude Code, Codex, OpenCode.

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 olddonkey-skills AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/olddonkey/olddonkey-skills/agents-md.svg)](https://agentmods.dev/instructions/olddonkey/olddonkey-skills/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/olddonkey/olddonkey-skills/agents-md"><img src="https://agentmods.dev/badge/instructions/olddonkey/olddonkey-skills/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,813 This file is loaded in full into every session.
When invoked 1,813 The same file — it is already loaded in full.
Security scan C 2 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.1 $0.01813 $0.01813
Opus 5 $0.00907 $0.00907
Sonnet 5 $0.00363 $0.00363
Haiku 4.5 $0.00181 $0.00181

Measured 6d ago against content hash 5e791164cfeb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade C, and why

olddonkey-skills AGENTS.md scanned grade C with 2 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.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

installer for the Cursor plugin (`curl … install-cursor.sh | bash`), plus its

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

installer for the Cursor plugin (`curl … install-cursor.sh | bash`), plus its
AGENTS.md · 126 lines

How it starts

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

AGENTS.md

What this repo is

A collection of Agent Skills (Markdown SOPs + helper Bash scripts) published as both a Claude Code marketplace (.claude-plugin/marketplace.json) and a Cursor marketplace (.cursor-plugin/marketplace.json). It is not a deployable service. There are no repo-level dependency manifests (no package.json, lockfile, or Makefile at the root); the toolchain — bash, git, Node.js/npm, and python3 3.11+ (tomllib) — is expected to be preinstalled, so a startup update script has nothing to install.

Components:

  • skills/implementation-loop/ — the backend-neutral implementation loop skill. Uniform backend modules live under backends/{codex,grok,cursor}/, each with dispatch.sh, runtime.md, selftest.sh, and fixture-driver.sh; grok also has verify-worktree.sh. backends/backends.tsv registers their capabilities. Shared suites and the opt-in real-backend gate live under tests/; the frozen Codex matrix is tests/codex-cases.tsv. scripts/run-gate.sh remains the backend-neutral gate, while the other eight scripts/*.sh executables are one-release forwarding shims removed in 0.5.0. The shared observable interface is recorded in references/dispatch-contract.md and enforced by the contract suites.
  • skills/engineering-mode/ — goal-first wrapper over the loop. Shared playbooks in references/playbooks/, plus scripts/tree-oid.sh and its selftest.
  • skills/web-slides/ — a scaffolder (scripts/scaffold.sh) that generates a runnable Vite + React + TypeScript slide deck. The only runnable "app".
  • cursor-implementation-loop/ — the generated Cursor plugin port. It ships two skills (cursor-implementation-loop, cursor-engineering-mode) and two agents (agents/loop-implementer.md, agents/loop-independent-reviewer.md). Edit shared inputs under skills/ or Cursor-authored inputs under hosts/cursor/, then run bash build.sh; do not hand-edit the generated tree. Manifest: .cursor-plugin/plugin.json.
  • build.sh, hosts/cursor/, tests/build-{inventory.py,selftest.sh} — the deterministic Cursor-package generator, its host-only overlay, and its external-inventory/selftest tooling. bash build.sh --check verifies the committed tree and its recorded version decision without rewriting it.
  • install-cursor.sh / install-cursor-selftest.sh — root-level one-line installer for the Cursor plugin (curl … install-cursor.sh | bash), plus its own selftest.
  • plans/, docs/ — design plans and review records; prose only, no CI hooks.

Read the full file on GitHub · 126 lines

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. 6d ago First seen · 126 lines · 1,813 tokens per session scan C 5e791164cfeb

Subscribe to this mod's changes

olddonkey-skills AGENTS.md is an instructions file published in the GitHub repository olddonkey/olddonkey-skills (16 stars, last pushed 18d ago), licensed MIT. It adds 1,813 tokens to every session, about $0.0091 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other instructions, from other repositories

vast-cli CLAUDE.md

Claude Code instructions for vast-ai/vast-cli, covering vast-ai/vast-cli and ai agents.

vast-ai/vast-cli · 106 tokens

bdb-dev-optimized-agent-skills CLAUDE.md

Claude Code instructions for hybridlabor-api/bdb-dev-optimized-agent-skills, covering bdb agent skills — global instructions, docs & pipeline, how many agents, safety gate — mechanically enforced, not advisory and non-negotiable.

hybridlabor-api/bdb-dev-optimized-agent-skills · 700 tokens

skill-validator CLAUDE.md

Instructions for raphaelstolt/skill-validator, covering skill-validator, project info, common commands, code conventions and architecture.

raphaelstolt/skill-validator · 441 tokens

antislop AGENTS.md

Instructions for drunkrhin0/antislop, covering agents, agent skills, issue tracker, triage labels and domain docs.

drunkrhin0/antislop · 4,051 tokens

thai-personal-finance-planner CLAUDE.md

Claude Code instructions for satasuk03/thai-personal-finance-planner, covering claude.md, quick orientation for claude, before you start editing, where you'll be tempted to do the wrong thing and "i'll just add this section to skill.md".

satasuk03/thai-personal-finance-planner · 1,354 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens