axiom AGENTS.md

Repository-specific instructions for axiom, a marketplace for Claude Code and Codex add-ons. They describe the repository layout, authoritative catalog files, and which files own particular data.

In plain words
What is it for?
Use them when changing axiom's marketplace entries, plugin metadata, repository documentation, or related generated files.
Why use it?
They help agents edit the correct marketplace and plugin files without confusing generated catalogs with their source files.

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

Made for: Codex, OpenCode.

Per session 2,756 This file is loaded in full into every session.
When invoked 2,756 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.02756 $0.02756
Opus 5 $0.01378 $0.01378
Sonnet 5 $0.00551 $0.00551
Haiku 4.5 $0.00276 $0.00276

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

Security

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.

AGENTS.md · 338 lines

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.json and .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.md imports 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.json owns marketplace identity and ordered plugin names.
  • plugins/<plugin>/.axiom/plugin.json owns common metadata, release version, components, and platform-specific metadata. Semantic-release owns its version.
  • Put Claude-only metadata under platforms.claude and Codex-only metadata under platforms.codex. Do not place host-specific metadata in common fields.
  • .agents/plugins/marketplace.json, .claude-plugin/marketplace.json, and both vendor manifests under plugins/<plugin>/ are generated. Never author them directly.
  • plugins/<plugin>/README.md owns plugin-level docs and must include a non-empty ## Eval history section.
  • plugins/<plugin>/skills/<skill>/evals/evals.json owns 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.md is partly generated from the sources above. Do not treat generated root README content as canonical data.

Read the full file on GitHub · 338 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 · 338 lines · 2,756 tokens per session scan A 84319e141e61

Subscribe to this mod's changes

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.

Related

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.

jontsai/claude-plugins · 539 tokens

fakoli-plugins CLAUDE.md

Instructions for fakoli/fakoli-plugins, covering claude.md, project overview, key commands, plugin validation and registry generation.

fakoli/fakoli-plugins · 3,669 tokens

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.

stefanoskarakasis/Product-Marketing-Skills · 413 tokens

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.

Productfculty-aipm/PM-Copilot-by-Product-Faculty · 1,191 tokens

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.

qte77/claude-code-plugins · 3 tokens

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.

github/spec-kit · 7,104 tokens