awesome-pi-coding-agent AGENTS.md

awesome-pi-coding-agent AGENTS.md is an instructions file for Codex, OpenCode from shaftoe/awesome-pi-coding-agent. It costs 342 tokens per session, scanned A, original, MIT.

A set of instructions for maintaining an automatically generated directory of resources for the Pi Coding Agent ecosystem. It covers the project's TypeScript and Bun setup, architecture records, code boundaries, and required checks.

In plain words
What is it for?
Use it when changing discovery, filtering, storage, rendering, or documentation code, and when checking or formatting the project before finishing a change.
Why use it?
It keeps the resource list, design documentation, formatting, and storage boundaries consistent while the project is being rewritten.

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/shaftoe/awesome-pi-coding-agent/agents-md
Clone the repo
git clone --depth 1 https://github.com/shaftoe/awesome-pi-coding-agent

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 awesome-pi-coding-agent AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/shaftoe/awesome-pi-coding-agent/agents-md.svg)](https://agentmods.dev/instructions/shaftoe/awesome-pi-coding-agent/agents-md)
Your own site
<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>
Per session 342 This file is loaded in full into every session.
When invoked 342 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.00342 $0.00342
Opus 5 $0.00171 $0.00171
Sonnet 5 $0.00068 $0.00068
Haiku 4.5 $0.00034 $0.00034

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

Security

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.

AGENTS.md · 15 lines

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 check before considering a change complete and ready
  • ALWAYS run bun run format to 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.md when changing the structure, modules, or design decisions of src/. 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 the Repository<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 calling get_pr_diff — the dist/ folder contains generated/build artifacts that should not be included in PR reviews.
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. 5d ago First seen · 15 lines · 342 tokens per session scan A 7256c6c150df

Subscribe to this mod's changes

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.

Related

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.

wilsonfreitas/awesome-quant · 1,549 tokens

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.

analysis-tools-dev/static-analysis · 5 tokens

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.

counterposition/pi · 806 tokens

awesome-ai-coe AGENTS.md

AGENTS.md instructions for frankxai/awesome-ai-coe, covering repository instructions, classification, agent rules, class-specific guidance and handoff.

frankxai/awesome-ai-coe · 358 tokens

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).

microsoft/vscode · 6,785 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