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/spences10/my-pi/agents-mdgit clone --depth 1 https://github.com/spences10/my-piWrote 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/spences10/my-pi/agents-md)<a href="https://agentmods.dev/instructions/spences10/my-pi/agents-md"><img src="https://agentmods.dev/badge/instructions/spences10/my-pi/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.00685 | $0.00685 |
| Opus 5 | $0.00342 | $0.00342 |
| Sonnet 5 | $0.00137 | $0.00137 |
| Haiku 4.5 | $0.00068 | $0.00068 |
Grade A, and why
my-pi 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.
How it starts
The opening of the file, as written. The whole thing — 80 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
Guidance for coding agents working in this repository.
Orientation
This repo is my-pi: a curated Pi coding-agent distribution plus
reusable @spences10/pi-* packages.
Start with:
README.mdfor distribution-level usage and package list.docs/package-map.mdfor installable vs support packages.docs/agent-workflows.mdfor repository-specific skill routing.docs/dependency-overrides.mdbefore changing pnpm overrides.- Package-local
README.mdfiles before changing package behavior or user-facing docs.
Repository-specific skills
Project skills live directly under .agents/<skill>/SKILL.md. Load
the matching skill before doing the work:
| Task | Skill |
|---|---|
| Build or modify Pi extensions/packages | pi-extension-development |
| Compare proposed customisation with Pi built-ins | pi-primitive-check |
| Prepare or validate releases | pi-release-workflow |
| Run review-gated peer issue delivery | pi-review-gated-delivery |
| Develop or review the observability dashboard | pi-observability-local-dev |
| Test published package installability | pi-package-sandbox-test |
| Validate repository edits | pi-validation-flow |
Keep skill metadata activation-friendly:
- single-line
description # prettier-ignoreabove long descriptions- trigger language starts with
Use when... - validate with
pnpx check-skills validate .agents --recursive --json
Source of truth order
- Package-local
README.mdfiles for user-facing package behavior. .agents/*/SKILL.mdfiles for agent operating procedure.- Root
README.mdfor distribution positioning and commands. - Source/tests for implementation details when docs are incomplete.
Commit and Changeset ownership
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 · 80 lines · 685 tokens per session scan A f5cb716cc1d6
my-pi AGENTS.md is an instructions file published in the GitHub repository spences10/my-pi (118 stars, last pushed 5d ago), licensed MIT. It adds 685 tokens to every session, about $0.0034 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
pi-ask AGENTS.md
Instructions for eko24ive/pi-ask, covering agents.md, project scope, project goals, tech stack and commands.
autolith AGENTS.md
AGENTS.md instructions for lambda-symbolics/autolith, covering repository guidelines, purpose and sources of truth, upstream references, architectural guardrails and package policy.
Accordion CLAUDE.md
Instructions for a-Fig/Accordion, covering claude.md — accordion, key urls, terminology, codebase map and engine — single source of truth.
senpi AGENTS.md
AGENTS.md instructions for code-yeongyu/senpi, covering senpi repository guide, mandatory execution protocols — non-negotiable, protocol 1 — explicitly requested modifications, protocol 2 — user-requested pr reviews and structure.
Accordion AGENTS.md
Instructions for a-Fig/Accordion, a project described as: 🏆 AI Hackathon 2026 @ UC Berkeley Intelligent context management for developers.
x-code-cli AGENTS.md
AGENTS.md instructions for woai3c/x-code-cli, covering agents.md, rules, commands, delivery workflow and architecture.