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 instructions/netopsengineer/axiom/agents-mdgit clone --depth 1 https://github.com/netopsengineer/axiomWhat 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.02756 | $0.02756 |
| Opus 5 | $0.01378 | $0.01378 |
| Sonnet 5 | $0.00551 | $0.00551 |
| Haiku 4.5 | $0.00276 | $0.00276 |
Grade A, and why
axiom 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.
How it starts
The opening of the file, as written. The whole thing — 338 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agent Instructions
Scope
- Repository:
axiom. - Product: Claude Code and Codex plugin marketplace.
- Canonical catalog:
.axiom/marketplace.json. - Generated catalogs:
.claude-plugin/marketplace.jsonand.agents/plugins/marketplace.json. - Plugins live under
plugins/<plugin>. Do not assume a default current plugin; infer the relevant plugin from the user request or changed files. - Claude compatibility file:
CLAUDE.mdimports this file.
Repository Map
.axiom/marketplace.json
.agents/plugins/marketplace.json
.claude-plugin/marketplace.json
plugins/<plugin>/.axiom/plugin.json
plugins/<plugin>/.claude-plugin/plugin.json
plugins/<plugin>/.codex-plugin/plugin.json
plugins/<plugin>/README.md
plugins/<plugin>/CHANGELOG.md
plugins/<plugin>/package.json
plugins/<plugin>/release.config.js
plugins/<plugin>/skills/<skill>/SKILL.md
plugins/<plugin>/skills/<skill>/evals/evals.json
plugins/<plugin>/skills/<skill>/reference.md
dev/<plugin>/
.github/workflows/
.github/scripts/
package.json
package-lock.json
Canonical Sources
.axiom/marketplace.jsonowns marketplace identity and ordered plugin names.plugins/<plugin>/.axiom/plugin.jsonowns common metadata, release version, components, and platform-specific metadata. Semantic-release owns itsversion.- Put Claude-only metadata under
platforms.claudeand Codex-only metadata underplatforms.codex. Do not place host-specific metadata in common fields. .agents/plugins/marketplace.json,.claude-plugin/marketplace.json, and both vendor manifests underplugins/<plugin>/are generated. Never author them directly.plugins/<plugin>/README.mdowns plugin-level docs and must include a non-empty## Eval historysection.plugins/<plugin>/skills/<skill>/evals/evals.jsonowns shipped eval scenario coverage for that skill.dev/<plugin>/owns eval run output, grading artifacts, benchmark workspaces, and other non-shipped eval data.- The root
README.mdis partly generated from the sources above. Do not treat generated root README content as canonical data.
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.
- 2d ago First seen · 338 lines · 2,756 tokens per session scan A 84319e141e61
axiom AGENTS.md is an instructions file published in the GitHub repository netopsengineer/axiom (5 stars, last pushed 6d ago), licensed MIT. It adds 2,756 tokens to every session, about $0.0138 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 instructions, from other repositories
claude-plugins AGENTS.md
Instructions for jontsai/claude-plugins, covering agent guidelines, project overview, key constraints, plugin structure and validation.
fakoli-plugins CLAUDE.md
Instructions for fakoli/fakoli-plugins, covering claude.md, project overview, key commands, plugin validation and registry generation.
Product-Marketing-Skills CLAUDE.md
Instructions for stefanoskarakasis/Product-Marketing-Skills, covering claude.md, versioning & releases, release procedure (manual, until ci enforcement exists) and after any repo change.
PM-Copilot-by-Product-Faculty CLAUDE.md
Claude Code instructions for Productfculty-aipm/PM-Copilot-by-Product-Faculty, covering pm copilot — global instructions, session start protocol, memory update protocol, context loading (all pm operations) and framework defaults.
claude-code-plugins CLAUDE.md
Claude Code instructions for qte77/claude-code-plugins, a project described as: A Claude Code plugin marketplace providing skills, rules, and scripts extracted from a production development workflow.
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.