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/cardano-foundation/developer-portal/agents-mdgit clone --depth 1 https://github.com/cardano-foundation/developer-portalWrote 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.
[](https://agentmods.dev/instructions/cardano-foundation/developer-portal/agents-md)<a href="https://agentmods.dev/instructions/cardano-foundation/developer-portal/agents-md"><img src="https://agentmods.dev/badge/instructions/cardano-foundation/developer-portal/agents-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.02297 | $0.02297 |
| Opus 5 | $0.01149 | $0.01149 |
| Sonnet 5 | $0.00459 | $0.00459 |
| Haiku 4.5 | $0.00230 | $0.00230 |
Grade A, and why
developer-portal 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 today.
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 — 117 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md — AI agent guide for the Cardano Developer Portal
Use yarn, not npm, for all dependency and script management. Requires Node 22 (see
.nvmrc). The self-contained apps underexamples/are the exception: each manages its own dependencies with its own package manager.
This file gives AI coding agents (and their operators) the context to contribute correctly to the Cardano Developer Portal (developers.cardano.org), a Docusaurus site. Read it before making changes. Human contributors should start with README.md and CONTRIBUTING.md.
Scope and intent
- Prefer small, reviewable, single-purpose PRs. Keep diffs minimal; do not bundle cosmetic churn with a fix.
- For non-trivial changes, open an issue or discussion first.
- This repo is documentation, a developer curriculum, and a curated list of builder tools. It is not a place for marketing copy.
- All PRs target the
stagingbranch. Maintainers mergestagingintomainfor production periodically.
Project philosophy
- Community-owned: the portal is maintained by the Cardano community, not a single entity.
- Incremental: prefer small, continuous changes over large rewrites.
- Discussion first: align on non-trivial changes before implementing them.
Essential resources
- README.md — overview and local setup.
- CONTRIBUTING.md — contribution workflow (fixing content, adding builder tools, writing docs).
- Style guide (
docs/contribute/portal-style-guide.md) — the editorial voice. Mandatory for content and UI copy. src/data/builder-tools/tags.js— the builder-tools taxonomy (categories, languages, interfaces). The source of truth for valid tool metadata.
Repository map
docs/— content:developers/(the curriculum),operators/,community/,contribute/. Doc images are co-located inimg/folders next to the pages that use them.blog/— the developer blog (tags.ymldefines the allowed tags).src/pages/— standalone React pages (for exampletalent/,tools/).data/— site data:builder-tools/(tools.jsentries +tags.jstaxonomy + validation),templates/,contracts/,navbar.js,footer.js,redirects.js.components/,theme/,css/,utils/,svg/— UI.
static/— site-owned assets, grouped by consumer understatic/img/(home/,blog/,tools/,tool-icons/,brand/,og/, …).examples/— runnable, self-contained example projects (templates/holds the dApp starters). Not served by Docusaurus; seeexamples/README.md.plugins/— custom Docusaurus plugins (tools-routes,templates-routes).scripts/— build helpers wired intoyarn start/yarn build:generate-stats.js(writesstatic/stats.json),generate-og.js(renders the social-preview cards for every doc, blog post, and site page into the gitignoredstatic/img/og/docs|blog|pages/; the background frames instatic/img/og/_template/are tracked),fix-llms-paths.js(path fixes for the generated llms.txt).- Config:
docusaurus.config.js(site),sidebars.js(navigation — hand-authored, see below),netlify.toml(redirects + security headers),searchconfig.json(Algolia crawler),.nvmrc(Node version — the source of truth).
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.
- today Changed · +1 lines · +169 tokens per session 0e9c0e70977e
- 4d ago First seen · 116 lines · 2,128 tokens per session scan A ac670565688f
developer-portal AGENTS.md is an instructions file published in the GitHub repository cardano-foundation/developer-portal (437 stars, last pushed today), licensed MIT. It adds 2,297 tokens to every session, about $0.0115 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.
Other instructions, from other repositories
cardano-org AGENTS.md
AGENTS.md instructions for cardano-foundation/cardano-org, covering agents.md - ai agent onboarding for cardano.org, project philosophy, essential resources, repository map (key folders) and quickstart (reproducible setup).
cardano-init CLAUDE.md
Claude Code instructions for input-output-hk/cardano-init, covering claude.md, project overview, commands, build and run.
spiceai copilot-instructions.md
Copilot instructions for spiceai/spiceai, covering spice.ai agent instructions, data correctness — absolute top priority, evidence — no claim without a reproduction, build, test, lint (expensive — read first) and git & prs.
spiceai AGENTS.md
AGENTS.md instructions for spiceai/spiceai, a project described as: Add a real-time analytics node to your operational database. Spice is a portable, accelerated SQL query, search, and LLM-inference engine in Rust for data-grounded AI apps and agents.
openmm-mcp CLAUDE.md
Instructions for QBT-Labs/openmm-mcp, covering claude.md, project overview, build & development commands, architecture and entry points.
spiceai CLAUDE.md
Claude Code instructions for spiceai/spiceai, a project described as: Add a real-time analytics node to your operational database. Spice is a portable, accelerated SQL query, search, and LLM-inference engine in Rust for data-grounded AI apps and agents.