claude-code-marketplace AGENTS.md

claude-code-marketplace AGENTS.md is an instructions file for Codex, OpenCode from netresearch/claude-code-marketplace. It costs 2,248 tokens per session, scanned A, original, MIT.

Project instructions for maintaining a marketplace that catalogs Claude Code skills and plugins. It separates the marketplace's discovery content from the implementation rules in each skill repository.

In plain words
What is it for?
Use it when editing the catalog, categories, install links, related-skill links, SEO text, or marketplace validation scripts.
Why use it?
It prevents marketplace listings, landing pages, and search-focused text from being mixed with the runtime instructions that skills follow.

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

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-code-marketplace AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/netresearch/claude-code-marketplace/agents-md.svg)](https://agentmods.dev/instructions/netresearch/claude-code-marketplace/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/netresearch/claude-code-marketplace/agents-md"><img src="https://agentmods.dev/badge/instructions/netresearch/claude-code-marketplace/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,248 This file is loaded in full into every session.
When invoked 2,248 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.02248 $0.02248
Opus 5 $0.01124 $0.01124
Sonnet 5 $0.00450 $0.00450
Haiku 4.5 $0.00225 $0.00225

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

Security

Grade A, and why

claude-code-marketplace 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 · 162 lines

How it starts

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

AGENTS.md — Netresearch Claude Code Marketplace

Rules for coding agents editing netresearch/claude-code-marketplace.
They apply to marketplace maintenance only: catalog, landing pages, SEO presentation, cross-linking, and aggregation.

Precedence: rules are additive — scoped files extend this root policy, and on conflict the closest AGENTS.md to the files you're changing wins. See the scope index below.

Do not copy skill-repository quality rules here. Those live in netresearch/skill-repo-skill (skill-repo skill). Do not duplicate runtime instructions from individual SKILL.md files — the marketplace describes how skills are found and presented, not how they execute.


Commands

Task Command
Validate marketplace.json + README catalog ./scripts/validate.sh
Advisory catalog overlap report (non-blocking) python3 scripts/overlap-report.py

Scope separation (mandatory)

Layer Responsibility
This marketplace repository Public discovery hub: catalog, categories, landing/install URLs, related skills, SEO-facing copy, internal linking structure.
Each skill repository Source for skill-specific docs: README.md, SKILL.md (runtime behavior), agents/openai.yaml, examples, expected outputs, context requirements, GitHub topics/description.
SKILL.md in a skill repo Runtime behavior for the agent when the skill is loaded. Not the home for marketplace SEO metadata or extended discovery fields in YAML frontmatter.

Marketplace as canonical discovery hub

  • The Netresearch Claude Code Marketplace is the canonical public discovery hub for Netresearch Agent Skills distributed through this plugin.
  • Every listed skill must have a stable, publicly understandable presentation (what problem it solves, for whom, how to install).
  • The marketplace owns: catalog structure, categories, landing pages, installation paths, cross-links, Related Skills, and SEO-oriented listing copy (titles, summaries, indexable detail pages).
  • The marketplace does not define runtime behavior of skills. Execution semantics, triggers, and procedural detail stay in each skill repo’s SKILL.md and referenced files.

Read the full file on GitHub · 162 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 · 162 lines · 2,248 tokens per session scan A ee769358b120

Subscribe to this mod's changes

claude-code-marketplace AGENTS.md is an instructions file published in the GitHub repository netresearch/claude-code-marketplace (55 stars, last pushed 15d ago), licensed MIT. It adds 2,248 tokens to every session, about $0.0112 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

mex CLAUDE.md

Claude Code instructions for mex-memory/mex, a project described as: Persistent project memory for AI coding agents. Structured scaffold + drift detection CLI.

mex-memory/mex · 205 tokens

skills AGENTS.md

AGENTS.md instructions for bitwise-media-group/skills, covering bitwise skills — repository conventions, layout, dual manifests (claude + codex), skill frontmatter policy and progressive disclosure.

bitwise-media-group/skills · 1,495 tokens

claude-code-plugins AGENTS.md

Instructions for DropFan/claude-code-plugins, covering claude code plugins collection, repository structure, plugin management, development guidelines and adding a self-developed plugin.

DropFan/claude-code-plugins · 794 tokens

claude-plugins CLAUDE.md

Instructions for bvdr/claude-plugins, covering claude.md, project overview, repository structure, development commands and test hook scripts directly (pipe json input).

bvdr/claude-plugins · 1,011 tokens

openalgo-claude-plugin CLAUDE.md

Instructions for marketcalls/openalgo-claude-plugin, covering openalgo marketplace - claude code plugin marketplace, repository structure, philosophy: unified trading api for indian markets, working with this repository and adding a new skill.

marketcalls/openalgo-claude-plugin · 1,861 tokens

claude-code-plugins CLAUDE.md

Instructions for DropFan/claude-code-plugins, covering claude code plugins collection, repository structure, plugin management, development guidelines and adding a self-developed plugin.

DropFan/claude-code-plugins · 775 tokens