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/imyourboyroy/pyenv-native/agents-mdgit clone --depth 1 https://github.com/ImYourBoyRoy/pyenv-nativeWhat 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.00716 | $0.00716 |
| Opus 5 | $0.00358 | $0.00358 |
| Sonnet 5 | $0.00143 | $0.00143 |
| Haiku 4.5 | $0.00072 | $0.00072 |
Grade A, and why
pyenv-native 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 2d 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 — 66 lines — stays where its author put it; the contents beside it link to each section on GitHub.
pyenv-native — Agent Instructions
Repo-local rules for AI agents working on pyenv-native or using it to manage Python on a workstation/project.
Read first (in order)
README.md— product overview and install entry pointsdocs/INSTRUCTIONS.md— full install, shell init, workflows, troubleshootingdocs/MCP.md— agent-facing MCP tools and recommended tool orderdocs/CLI.md— human CLI referencedocs/ARCHITECTURE.md— Rust crate layout when changing codedocs/cursor-setup.md— install this repo's Cursor skill
Instruction precedence
- Explicit user request
- This
AGENTS.md docs/MCP.mdfor environment/runtime tasks (prefer MCP over shell guessing)README.md/docs/INSTRUCTIONS.md- Tool defaults
When working ON this repo (Rust / packaging)
- Supported platforms: Windows, Linux, and macOS. Exercise install and resolution on the OS you touch. Android/Termux is experimental (source builds).
- Use existing scripts:
scripts/dev-cargo.ps1,scripts/build-release-bundle.ps1. - Every install path must ship both
pyenvandpyenv-mcp. - Run
cargo testin affected crates before claiming success. - Do not break the version-selection precedence: shell → local
.python-version→ parents → global → system. - Managed venvs live under
PYENV_ROOT/venvs/<runtime>/<name>; preferpyenv venvover ad-hoc.venvwhen documenting agent flows.
When USING pyenv-native on another project
- Prefer
pyenv-mcptools when MCP is configured (get_toolkit_guide→resolve_project_environment→ensure_runtime→ensure_project_venv). - If MCP is unavailable, use CLI:
pyenv local,pyenv install,pyenv venv create,pyenv which python. - Never
pip installinto an unknown global Python without resolving the active interpreter first. - On Windows, use PowerShell 7+ (
pwsh); runpyenv doctorwhen PATH/shim issues appear. - Orientation blob for smaller models:
pyenv-mcp guide(JSON).
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.
- 2d ago First seen · 66 lines · 716 tokens per session scan A d55dbd5c0281
pyenv-native AGENTS.md is an instructions file published in the GitHub repository ImYourBoyRoy/pyenv-native (2 stars, last pushed 15d ago), licensed MIT. It adds 716 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
nextclaw AGENTS.md
Instructions for Peiiii/nextclaw, covering nextclaw ai 常驻内核, 产品愿景, 沟通与推进, 深思与目标模式 and 协作与 git 安全.
dotskills AGENTS.md
Instructions for vincentkoc/dotskills, covering agents.md, repository purpose, mandatory contribution flow, skill standards and openai metadata defaults.
FMT-exocortex-template CLAUDE.md
Claude Code instructions for TserenTserenov/FMT-exocortex-template, covering инструкции для всех репозиториев, 1. архитектура репозиториев, 2. орз-фрактал (открытие → работа → закрытие), блокирующие правила and протокол работы (полный → memory/protocol-work.md).
asap-protocol AGENTS.md
AGENTS.md instructions for asap-protocol/asap-protocol, covering agents.md, project context, quick start, agent guidance (rules vs skills) and knowledge map.
slipway AGENTS.md
Instructions for signalridge/slipway, covering slipway agent principles, user owns the process, investigate before clarifying, report, do not certify and maintain the whole surface.
ai-workflows AGENTS.md
Instructions for dryvist/ai-workflows, covering ai-workflows, architecture, directory structure, workflow types and consumer repo caller pattern.