claude-plugins AGENTS.md

claude-plugins AGENTS.md is an instructions file for Codex, OpenCode from n24q02m/claude-plugins. It costs 1,209 tokens per session, scanned A, original, Apache-2.0.

Repository instructions for developing and releasing the claude-plugins project, which provides MCP servers for AI coding agents. It documents collaboration rules, commands, conventions, and generated files.

In plain words
What is it for?
Use it when contributing to claude-plugins, running its checks, preparing releases, or deciding where a change should be made.
Why use it?
It gives contributors a shared reference for setup, checks, tests, releases, and safe editing. This helps prevent changes from being made in files that are replaced automatically.

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

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 claude-plugins AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/n24q02m/claude-plugins/agents-md.svg)](https://agentmods.dev/instructions/n24q02m/claude-plugins/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/n24q02m/claude-plugins/agents-md"><img src="https://agentmods.dev/badge/instructions/n24q02m/claude-plugins/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,209 This file is loaded in full into every session.
When invoked 1,209 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.01209 $0.01209
Opus 5 $0.00605 $0.00605
Sonnet 5 $0.00242 $0.00242
Haiku 4.5 $0.00121 $0.00121

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

Security

Grade A, and why

claude-plugins 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 3d 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 · 97 lines

How it starts

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

Agent Collaboration

Quick reference

  • Repo: n24q02m/claude-plugins
  • Description: 9 MCP servers for Claude Code, Codex, and other AI coding agents.
  • License: Apache-2.0

Build & Test

See README.md for end-user install. For development:

mise run setup     # First-time dev environment
mise run lint      # Read-only lint + format check + type check
mise run test      # Run tests
mise run fix       # Auto-fix lint + format

Release

Releases triggered manually via workflow_dispatch on cd.yml. Choose beta or stable. python-semantic-release handles version bump, CHANGELOG, tag, and GitHub Release.

Conventions

  • Commits: only feat: and fix: prefixes (enforced by pre-commit commit-msg hook)
  • Test coverage: ≥ 95% on internal modules
  • No secrets in code, commits, or memory — use skret for secret retrieval
  • plugins/<repo>/ is generated. scripts/sync-plugins.sh replaces plugin.json, gemini-extension.json, skills/, hooks/, commands/ and chat.py from the source repository on every release, so a patch to those paths is erased at that plugin's next release — open it against the source repo instead. The setup prose alongside them is not generated and is edited here.
  • Decisions on proposals, accepted and rejected, are recorded in .jules/bolt.md, .jules/palette.md and .jules/sentinel.md. Read the relevant one before proposing a change, so a settled question is not reopened.

Renaming a tool in a server

plugins/<repo>/tools.md is the only place a tool name is written down for the public. The marketplace listing and mcp.n24q02m.com/servers/<repo>/tools/ both read it, and nothing generates it: plugin.json carries no tool list, and the sync described above never copies .md files. A rename in a server is therefore invisible here until somebody types it, and until they do, the docs name tools the server no longer answers to.

Who starts the update

The server repo, not this one. Every server already notifies this repo on release (repository_dispatch: plugin-sync), and the session that renames a tool opens the companion tools.md pull request here. This repo does not scrape server repos for prose — it verifies what it was handed, and sweeps weekly so a rename that nobody reported still surfaces.

Read the full file on GitHub · 97 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. 3d ago First seen · 97 lines · 1,209 tokens per session scan A f76767372ecd

Subscribe to this mod's changes

claude-plugins AGENTS.md is an instructions file published in the GitHub repository n24q02m/claude-plugins (3 stars, last pushed 3d ago), licensed Apache-2.0. It adds 1,209 tokens to every session, about $0.0060 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.