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/shaftoe/awesome-pi-coding-agent/agents-mdgit clone --depth 1 https://github.com/shaftoe/awesome-pi-coding-agentWrote 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/shaftoe/awesome-pi-coding-agent/agents-md)<a href="https://agentmods.dev/instructions/shaftoe/awesome-pi-coding-agent/agents-md"><img src="https://agentmods.dev/badge/instructions/shaftoe/awesome-pi-coding-agent/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.00342 | $0.00342 |
| Opus 5 | $0.00171 | $0.00171 |
| Sonnet 5 | $0.00068 | $0.00068 |
| Haiku 4.5 | $0.00034 | $0.00034 |
Grade A, and why
awesome-pi-coding-agent 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 5d 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.
What it actually says
Awesome Pi coding agent
This is a Typescript (Bun) project that automatically discovers, enriches, and renders a curated list of resources for the Pi Coding Agent ecosystem into an awesome-list README.
Currently under full rewrite, refer to docs/ARCHITECTURE.md and docs/REWRITE-PLAN.md for up to date state.
Guidelines for coding agents
- ALWAYS run
bun run checkbefore considering a change complete and ready - ALWAYS run
bun run formatto auto-fix lint/format issues (import ordering, etc.) before falling back to manual edits - ALWAYS ensure we're using up to date latest and greates 3rd-party components
- ALWAYS update
docs/ARCHITECTURE.mdwhen changing the structure, modules, or design decisions ofsrc/. Keep the status markers (✅ done, 🟡 in progress, 🔲 not started) accurate. - NEVER import
FileRepository,keyToFilename, or any other storage implementation detail outside of the modules that own the data (core/store.ts, discover/writer.ts, filter/index.ts, core/cache.ts). All other code must go through facade functions (loadEntry,lookupDiscoveryLine, etc.) or theRepository<T>interface. This keeps the codebase ready for a future SQLite migration — only the owning modules need to change. - ALWAYS pass
ignore_files: ["dist/"]when callingget_pr_diff— thedist/folder contains generated/build artifacts that should not be included in PR reviews.
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.
- 5d ago First seen · 15 lines · 342 tokens per session scan A 7256c6c150df
awesome-pi-coding-agent AGENTS.md is an instructions file published in the GitHub repository shaftoe/awesome-pi-coding-agent (109 stars, last pushed yesterday), licensed MIT. It adds 342 tokens to every session, about $0.0017 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
awesome-quant AGENTS.md
AGENTS.md instructions for wilsonfreitas/awesome-quant, covering agents.md, project overview, architecture, work tracking and planning and commands.
static-analysis CLAUDE.md
Instructions for analysis-tools-dev/static-analysis, a project described as: ⚙️ A curated list of static analysis (SAST) tools and linters for all programming languages, config files, build tools, and more. The focus is on tools which improve code quality.
pi AGENTS.md
AGENTS.md instructions for counterposition/pi, covering agents.md, commands, pattern: pnpm --filter @counterposition/pi-web-search run, single test file and single test by name.
awesome-ai-coe AGENTS.md
AGENTS.md instructions for frankxai/awesome-ai-coe, covering repository instructions, classification, agent rules, class-specific guidance and handoff.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
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.