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/devnullvoid/pvetui/agents-mdgit clone --depth 1 https://github.com/devnullvoid/pvetuiWhat 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.06094 | $0.06094 |
| Opus 5 | $0.03047 | $0.03047 |
| Sonnet 5 | $0.01219 | $0.01219 |
| Haiku 4.5 | $0.00609 | $0.00609 |
Grade B, and why
pvetui AGENTS.md scanned grade B with 1 finding 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.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
- Install direnv: `sudo pacman -S direnv` or equivalent How it starts
The opening of the file, as written. The whole thing — 442 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENT INSTRUCTIONS
Last Updated: June 2026 (Cloudsmith packaging) | For: pvetui - Proxmox TUI
Table of Contents
- Initial Setup
- Development Workflow
- Quick Reference
- Code Quality Standards
- Style Guidelines
- Documentation Requirements
- Commit Standards
- Security and Performance
- Tools and Environment
- Testing Strategy
- Project Context
- Common Pitfalls
- Troubleshooting
- Maintaining This Document
The following conventions must be followed for any changes in this repository.
Initial Setup
- Run development setup:
make dev-setup(installs required tools and validates environment). - The embedded noVNC client lives in a git subtree; sync it with upstream when needed via
make update-novnc. - For enhanced development experience (optional):
- Install direnv:
sudo pacman -S direnvor equivalent - Copy
.envrc.exampleto.envrcand configure as needed - Install pre-commit hooks:
pre-commit install
- Install direnv:
Development Workflow
- Confirm the application builds with
make build. - Run comprehensive code quality checks with
make code-quality(includesgo vetandgolangci-lint). - Execute all tests with
make test. - For integration tests:
make test-integration(requires Proxmox environment). - Keep the working tree clean before finishing.
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 · 442 lines · 6,094 tokens per session scan B 1bf800528a6f
pvetui AGENTS.md is an instructions file published in the GitHub repository devnullvoid/pvetui (716 stars, last pushed 5d ago), licensed MIT. It adds 6,094 tokens to every session, about $0.0305 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
FluffyUI AGENTS.md
Instructions for odvcencio/FluffyUI, covering agents.md - contribution guide for fluffyui, project overview, directory structure, architecture and message-loop architecture.
zot AGENTS.md
Instructions for patriceckhart/zot, covering working agreement for zot, product intent, starting a task, code ownership map and correctness contracts.
go-proxmox AGENTS.md
Instructions for luthermonson/go-proxmox, covering agents.md, build, test, lint, integration test env vars, architecture and client and request layer (proxmox.go).
waveloom AGENTS.md
Instructions for Menfre01/waveloom, covering waveloom, 项目概要, 编码规范, 代码审查 and 开发流程.
ssm AGENTS.md
Instructions for lfaoro/ssm, covering ssm — agent working instructions, the prime directive, 2. non-negotiable rules, 3. architecture contracts (must remain true) and ssh config parser (pkg/sshconf).
go-proxmox CLAUDE.md
Instructions for luthermonson/go-proxmox: This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.