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/mcwalrus/oppertunity-party/agents-mdgit clone --depth 1 https://github.com/mcwalrus/oppertunity-partyWhat 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.01746 | $0.01746 |
| Opus 5 | $0.00873 | $0.00873 |
| Sonnet 5 | $0.00349 | $0.00349 |
| Haiku 4.5 | $0.00175 | $0.00175 |
Grade A, and why
oppertunity-party AGENTS.md scanned grade A with 1 finding 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
just validate-docs # hyperlink on docs/**/*.md (internal) + curl HEAD on external URLs How it starts
The opening of the file, as written. The whole thing — 132 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agent Instructions
Project Overview
Scrapes the New Zealand Opportunity Party website and converts content into local markdown files. Sources include policies (with linked PDFs), blog posts, news, team profiles, events, and party governance documents.
Key Paths
| Path | Description | Git |
|---|---|---|
data/sources/opportunity-website/ |
Raw scraper output — written by ingestors, never read by consumers | Ignored |
data/clean/ |
Normalized content — canonical source for all consumers | Tracked |
data/clean/_index.json |
Cross-type search index (regenerated each transform run) | Tracked |
pipeline/ |
Dagster code location — wraps ingestion + transforms as assets | — |
docs/data-architecture.md |
Pipeline design, layer invariants, how to add source/consumer | Tracked |
docs/dependencies.md |
Why each dependency exists (grouped by purpose) | Tracked |
docs/reference/ |
Reference materials used while building (Dagster course, …) | Tracked |
tasks/ |
PRDs and planning notes (prd-*.md, campaign-website-issues/) |
Tracked |
TODO: add docs/data-schema.md
Data Pipeline
https://dagster.io/ is the library we use to manage ETL (Extract, Transform, Load) processes. This will include web-scraping, data cleansing, transformations, site build, sitemap resolution, and deployment. We expect agents to apply the appropriate Asset management.
Operations go through Dagster
Most operations should be expressed as Dagster assets — not as standalone scripts or justfile recipes. The justfile is reserved for:
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 · 132 lines · 1,746 tokens per session scan A dd5cc5319062
oppertunity-party AGENTS.md is an instructions file published in the GitHub repository mcwalrus/oppertunity-party (0 stars, last pushed 10d ago), licensed MIT. It adds 1,746 tokens to every session, about $0.0087 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
OpenContracts CLAUDE.md
Claude Code instructions for Open-Source-Legal/OpenContracts, covering claude.md, project overview, baseline commit rules, essential commands and backend (django).
starwind-ui AGENTS.md
Instructions for starwind-ui/starwind-ui, covering agents.md, project shape, useful commands and contribution conventions.
stardrive AGENTS.md
Instructions for peltmonger/stardrive, covering 🛑 critical: repository bootstrap directive 🛑, general information and guidelines for ai agents, analyze your high-level use case first, how the .ai guidance files relate and this is an astro project.
AnvilWiki AGENTS.md
Instructions for PNGTRID/AnvilWiki, covering agents.md, repository purpose, read these first, intended tech stack (verified, as of 2026-08-11) and architecture: code/config/content separation (critical).
seo-graph AGENTS.md
Instructions for jdevalk/seo-graph, covering agents.md — seo-graph, what this library does, architecture, installation and astro projects — install both.
markdy-com copilot-instructions.md
Instructions for HoangYell/markdy-com, a project described as: 🎬 Open-source animated architecture diagrams as code. Diagram-native DSL, 17 layout engines, Web Animations API, and MCP server for AI agents.