agents AGENTS.md

Repository instructions for wshobson/agents, a marketplace of reusable coding-agent plugins containing agents, skills, and commands. They explain the repository layout, authoring rules, supported agent tools, and quality checks.

In plain words
What is it for?
Use them when working on plugins, agents, skills, commands, documentation, harness-specific files, or validation and regeneration tasks in that repository.
Why use it?
The repository uses one source format to generate files for several coding-agent tools. These instructions help contributors edit the right source files and regenerate the derived versions correctly.

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

Made for: Codex, OpenCode.

Per session 1,462 This file is loaded in full into every session.
When invoked 1,462 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.01462 $0.01462
Opus 5 $0.00731 $0.00731
Sonnet 5 $0.00292 $0.00292
Haiku 4.5 $0.00146 $0.00146

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

Security

Grade A, and why

agents 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 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.

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 · 75 lines

How it starts

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

claude-agents — multi-harness agentic plugin marketplace

Production-ready agentic-workflow building blocks: 93 plugins (91 local + 2 external), 202 agents, 181 skills, 105 commands. Native source-of-truth for Claude Code; also consumed by OpenAI Codex CLI, Cursor, OpenCode, and the Google Antigravity CLI (agy) from a single Markdown source.

This file is the canonical context file. Codex / Cursor / OpenCode / Antigravity CLI read it directly. Claude Code reads it via CLAUDE.md, a symlink to this file.

Read this file like a table of contents. Detail lives in docs/. Authoring conventions live in docs/authoring.md. Per-harness setup and capability deltas live in docs/harnesses.md. This file should never grow beyond ~150 lines (per OpenAI's harness-engineering practice).

Map

Working in this repo

  • Python tooling: uv (package manager), ruff (lint/format), ty (type check). Do not use pip / mypy / black.
  • Plugins live under plugins/<name>/ with auto-discovery — see docs/authoring.md for frontmatter shapes.
  • Plugin names: lowercase, hyphen-separated. Never use __ (it's the adapter namespace separator).
  • Never commit secrets. Never run destructive git (force-push, reset --hard, branch -D) without explicit ask.

Read the full file on GitHub · 75 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. 2d ago First seen · 75 lines · 1,462 tokens per session scan A e2e070268546

Subscribe to this mod's changes

agents AGENTS.md is an instructions file published in the GitHub repository wshobson/agents (39,318 stars, last pushed 2d ago), licensed MIT. It adds 1,462 tokens to every session, about $0.0073 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