whetstone AGENTS.md

whetstone AGENTS.md is an instructions file for Codex, OpenCode from iliaal/whetstone. It costs 5,645 tokens per session, scanned A, original, MIT.

Repository instructions for Whetstone, a Claude Code plugin for PHP, React, Python, JavaScript, and TypeScript work. Whetstone also includes tools for creating, testing, and converting agent skills.

In plain words
What is it for?
Use them when developing Whetstone, updating its marketplace or generated skills, or running its cross-tool conversion and installation scripts.
Why use it?
They explain the repository's structure, naming rules, versioning, and installation processes so changes stay consistent.

Instructions file for CodexOpenCode

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

Made for: 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 whetstone AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/iliaal/whetstone/agents-md.svg)](https://agentmods.dev/instructions/iliaal/whetstone/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/iliaal/whetstone/agents-md"><img src="https://agentmods.dev/badge/instructions/iliaal/whetstone/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 5,645 This file is loaded in full into every session.
When invoked 5,645 The same file — it is already loaded in full.
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.05645 $0.05645
Opus 5 $0.02823 $0.02823
Sonnet 5 $0.01129 $0.01129
Haiku 4.5 $0.00564 $0.00564

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

Security

Grade A, and why

whetstone AGENTS.md 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 4d 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.md · 330 lines

How it starts

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

Whetstone

Claude Code plugin for PHP/React/Python/JavaScript/TypeScript workflows. Includes the plugin (agents, commands, skills, hooks), a skill distillery, and a CLI for cross-tool conversion.

When you see a <session-commands> tag in hook context, briefly list those commands to the user at the start of your first response.

Repository structure

whetstone/
├── .claude-plugin/
│   └── marketplace.json          # Marketplace catalog
├── distillery/                   # Skill distillery (generate skills from skills.sh)
│   ├── scripts/
│   │   ├── distiller.py          # Search, fetch, validate, eval, harvest, test
│   │   └── test_distiller.py     # pytest tests for distiller
│   └── generated-skills/         # Generated skill output directory
├── scripts/
│   ├── update-metadata.sh        # Update component counts in plugin.json + marketplace.json
│   ├── generate-skill-hooks.sh   # Generate hook patterns from SKILL.md frontmatter
│   ├── mirror-to-ai-skills.sh    # Mirror plugin skills to ai-skills public repo
│   ├── configure-codex-skill-sources.py # Disable duplicate direct sources in Codex
│   ├── install-codex-plugin.sh  # Install/enable plugin, then retire duplicate sources
│   ├── refresh-codex-plugin.sh  # Cachebust/reinstall Codex without dirtying release version
│   ├── sync-to-tools.sh          # Symlink skills to .agents/.kilocode; retire legacy Codex links
│   └── update-plugin.sh          # Update locally installed plugin to latest version
├── CHANGELOG.md                 # Version history
└── plugins/
    └── whetstone/     # The plugin
        ├── .codex-plugin/
        │   └── plugin.json      # Codex skills-plugin metadata
        ├── .claude-plugin/
        │   └── plugin.json      # Plugin metadata
        ├── agents/              # Agents (all `ia-<name>.md`, flat layout)
        ├── shared-references/   # Cross-agent reference content loaded by agents via Read
        ├── commands/            # Slash commands (all `ia-<name>.md`)
        │   └── references/      # Non-invocable reference content (not prefixed)
        ├── skills/              # Skills (all `ia-<name>/`)
        │   └── ia-<skill-name>/
        │       ├── SKILL.md        # Skill content
        │       ├── references/     # Optional supplementary docs
        │       └── scripts/        # Optional bundled scripts
        ├── hooks/               # 1 hook (inject-skills into subagents)
        └── README.md            # Plugin documentation

Read the full file on GitHub · 330 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. 4d ago First seen · 330 lines · 5,645 tokens per session scan A 593cffe13493

Subscribe to this mod's changes

whetstone AGENTS.md is an instructions file published in the GitHub repository iliaal/whetstone (32 stars, last pushed 5d ago), licensed MIT. It adds 5,645 tokens to every session, about $0.0282 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-30.

Related

Other instructions, from other repositories

platform-skills copilot-instructions.md

Copilot instructions for nitinjain999/platform-skills, covering platform engineering instructions for github copilot, version: 1.40.0, source: https://github.com/nitinjain999/platform-skills, response contract and core principles.

nitinjain999/platform-skills · 3,564 tokens

claude-anvil CLAUDE.md

Instructions for queelius/claude-anvil, covering claude.md, what this is, per-repo plugin scoping (context economy), three plugins say "research" and they do not overlap and plugin anatomy.

queelius/claude-anvil · 3,015 tokens

claude-sdd-plugin CLAUDE.md

Claude Code instructions for viamus/claude-sdd-plugin, covering sdd orchestrator — plugin context, fundamental rules, workflow, pipeline (automated by sdd-gen) and plugin structure.

viamus/claude-sdd-plugin · 570 tokens

aesth CLAUDE.md

Claude Code instructions for zircote-plugins/aesth, covering claude.md, architecture, key concepts, memory-first design and memory types.

zircote-plugins/aesth · 629 tokens

ClaudeCode-Model-Rotator CLAUDE.md

Claude Code instructions for BheeshamKS/ClaudeCode-Model-Rotator, covering claude code multi-provider rotator - project guide, project overview, core architecture, files and key components.

BheeshamKS/ClaudeCode-Model-Rotator · 607 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