pi-agent-config AGENTS.md

pi-agent-config AGENTS.md is an instructions file for Codex, OpenCode from thiago-ss/pi-agent-config. It costs 511 tokens per session, scanned A, original, MIT.

A set of working instructions for the pi-agent-config project, covering how its coding agent should plan, change, test, and review code.

In plain words
What is it for?
Use it when modifying pi-agent-config to choose an appropriate workflow, structure implementation work, run tests, review changes, and follow project-specific safety rules.
Why use it?
It gives contributors a consistent project workflow and records rules such as keeping changes small and protecting authentication files.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/thiago-ss/pi-agent-config/agents-md.svg)](https://agentmods.dev/instructions/thiago-ss/pi-agent-config/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/thiago-ss/pi-agent-config/agents-md"><img src="https://agentmods.dev/badge/instructions/thiago-ss/pi-agent-config/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 511 This file is loaded in full into every session.
When invoked 511 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.00511 $0.00511
Opus 5 $0.00255 $0.00255
Sonnet 5 $0.00102 $0.00102
Haiku 4.5 $0.00051 $0.00051

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

Security

Grade A, and why

pi-agent-config 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 · 44 lines

How it starts

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

Pi agent instructions

Keep this file short.

General

  • Prefer small, targeted changes.
  • Use read to inspect files and edit for precise replacements.
  • Use write only for new files or full rewrites.
  • Do not modify auth.json unless explicitly asked.

Workflow selection

  • Think first: choose the lightest process that fits the task.
  • Use GSD for broad, multi-step, uncertain, or high-risk work.
  • If GSD fits, use the appropriate /gsd-* flow; prefer the smallest useful one.
  • For new or non-trivial project work in Pi, default to the Agent Skills flow: using-agent-skillsspec-driven-developmentplanning-and-task-breakdownincremental-implementationtest-driven-development (then code-review-and-quality before merge).
  • Shortcut mapping: /spec = spec-driven-development, /plan = planning-and-task-breakdown, /build = incremental-implementation, /test = test-driven-development, /review = code-review-and-quality, /ship = shipping-and-launch.
  • If GSD does not fit, use mini-RPI: research → plan → implement.

Architecture

  • Follow SOLID.
  • Favor separation of concerns, clear boundaries, and reusable abstractions.
  • Extract reusable code; avoid duplication, god objects, and tangled logic.
  • Prefer composition, small functions, and explicit interfaces.

Pi-specific work

  • When working on Pi internals, read the Pi docs first:
    • ~/.nvm/versions/node/v25.8.0/lib/node_modules/@mariozechner/pi-coding-agent/README.md
    • and the relevant files in .../docs/
  • Follow any linked .md files before implementing changes.
  • Validate TypeScript changes by loading them with Pi's Jiti/runtime when practical.

Local config areas

  • ~/.pi/agent/extensions/ for extensions
  • ~/.pi/agent/themes/ for themes
  • ~/.pi/agent/settings.json for agent settings

Extension notes

  • Keep footer/UI changes consistent with the current theme and the user's requested density.
  • If removing metrics or UI elements, also remove related shortcuts/help text and unused code paths.

Read the full file on GitHub · 44 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. 5d ago First seen · 44 lines · 511 tokens per session scan A 0a3bd8c3b772

Subscribe to this mod's changes

pi-agent-config AGENTS.md is an instructions file published in the GitHub repository thiago-ss/pi-agent-config (2 stars, last pushed 4mo ago), licensed MIT. It adds 511 tokens to every session, about $0.0026 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-31.