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/wellkilo/repopilot/agents-mdgit clone --depth 1 https://github.com/wellkilo/RepoPilotWhat 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.00727 | $0.00727 |
| Opus 5 | $0.00364 | $0.00364 |
| Sonnet 5 | $0.00145 | $0.00145 |
| Haiku 4.5 | $0.00073 | $0.00073 |
Grade A, and why
RepoPilot 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 yesterday.
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 — 64 lines — stays where its author put it; the contents beside it link to each section on GitHub.
RepoPilot Development Contract
Mission
RepoPilot is an open-source, auditable repository-maintenance AgentTeam. It must maintain a real end-to-end loop:
GitHub event -> AgentTeams orchestration -> analysis -> patch -> pull request -> CI verification -> approval/audit -> runbook
Authoritative Constraints
- AgentTeams
v1.2.2is the orchestration foundation. Do not replace it with a custom multi-agent simulator. - The default execution policy is
pull_request_only. - RepoPilot may create branches, commits, comments, and pull requests automatically.
- Merge, branch deletion, destructive rollback, permission changes, and secret changes require explicit human approval.
- Runtime integrations use real GitHub, Matrix, MCP, PostgreSQL, and OpenTelemetry contracts. Tests may isolate pure functions, but production paths must not contain mock providers.
- Secrets are supplied only through environment variables or the deployment secret manager and must never be committed.
Architecture
apps/control-plane: Fastify API, GitHub webhook ingestion, Matrix dispatch, evidence ledger, approval workflow, and Streamable HTTP MCP server.apps/console: React evidence console for runs, Agent steps, approvals, traces, and runbooks.packages/contracts: shared Zod schemas and TypeScript types.deploy/agentteams: AgentTeams Worker and Team resources.skills: reusable RepoPilot Agent Skills, plus installation metadata for official Alibaba Cloud Skills.docs: API, method, architecture, security, roadmap, and operational documentation.testbed: source template for the intentionally defective public/private demo repository.
Development Flow
- Confirm the contract and relevant external API before implementation.
- Update
API.mdandMethod.mdwhen an input, output, state transition, or external method changes. - Add focused unit tests for policies, schemas, evidence hashing, and state transitions.
- Add integration tests for PostgreSQL, HTTP routes, GitHub webhook verification, and MCP calls.
- Run
pnpm lint,pnpm typecheck,pnpm test, and the relevant integration tests. - Preserve evidence for manual end-to-end validation under
artifacts/; do not commit secrets or access tokens.
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.
- yesterday First seen · 64 lines · 727 tokens per session scan A b38874c5e2a4
RepoPilot AGENTS.md is an instructions file published in the GitHub repository wellkilo/RepoPilot (2 stars, last pushed 8d ago), licensed Apache-2.0. It adds 727 tokens to every session, about $0.0036 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.
Other instructions, from other repositories
titmas-agent-action-gate AGENTS.md
AGENTS.md instructions for joy7758/titmas-agent-action-gate, covering agents.md, repository role, mandatory read order, development gate and architecture rule.
madrileno CLAUDE.md
Instructions for luksow/madrileno, covering scala projects and coding style.
wiii AGENTS.md
AGENTS.md instructions for meiiie/wiii, covering agents.md, repository context, wiii + neko brand memory, operating rules and product entry and release truth.
wiii CLAUDE.md
Claude Code instructions for meiiie/wiii, a project described as: Wiii is an open-source durable AI workbench for conversations, local and cloud agents, files, tools, memory, artifacts, and permission-aware integrations.
supabase studio-composition-patterns.instructions.md
Instructions for supabase/supabase, covering react composition patterns review rules, core principle, when to flag, 1. boolean prop proliferation (high) and 2. render props instead of children (medium).
solo AGENTS.md
Instructions for solo-agent/solo, covering project testing rules and project service lifecycle rules.