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/gug007/lpm/agents-mdgit clone --depth 1 https://github.com/gug007/lpmWhat 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.00413 | $0.00413 |
| Opus 5 | $0.00206 | $0.00206 |
| Sonnet 5 | $0.00083 | $0.00083 |
| Haiku 4.5 | $0.00041 | $0.00041 |
Grade A, and why
lpm 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.
What it actually says
Agent Guide — lpm
lpm starts, stops, duplicates, and switches between local dev projects, with a built-in terminal for running AI coding agents alongside services. macOS only.
Layout
desktop/frontend/— Tauri 2 desktop app: React/TypeScript UI insrc/, Rust backend insrc-tauri/cli/— Rust CLI (lpm)mobile/— iOS companion app (SwiftUI);.xcodeprojis generated — runxcodegen generateafter adding fileswebsite/— Next.js marketing site (lpm.cx)
Conventions
- Clean code and best practices; no comments unless the reasoning isn't clear from the code itself
- The desktop UI ships on macOS only — don't add Windows code paths. Linux is a
supported host target (a headless server running the same binary, controlled
from a Mac), so core modules must stay portable: gate platform calls with
#[cfg(target_os = "macos")]and give non-macOS a working path or a clear error, never an unconditionalscutil/lsof/pbcopy/Keychain call - One React component per file
- Keep files focused: don't grow a file past ~400 lines — put new features in their own module
- Bump
versionincli/Cargo.tomlon anycli/change — patch for fixes, minor for new commands/flags — so stale installed binaries stay detectable vialpm --version - Never commit or push any changes
Analytics
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 · 28 lines · 413 tokens per session scan A 1f6fde5def6a
lpm AGENTS.md is an instructions file published in the GitHub repository gug007/lpm (156 stars, last pushed 4d ago), licensed MIT. It adds 413 tokens to every session, about $0.0021 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
vibetunnel AGENTS.md
Instructions for amantus-ai/vibetunnel, a project described as: Turn any browser into your terminal & command your agents on the go.
starboard CLAUDE.md
Instructions for palamim/starboard, covering claude.md, commands, code style, architecture and non-obvious gotchas (not discoverable by reading the code).
agterm CLAUDE.md
Instructions for umputun/agterm, covering agterm project notes, working norms, toolchain and gates, worktrees and local builds and protect the live terminal.
crow CLAUDE.md
Instructions for corveil/crow, covering crow — manager context, naming this manager session, architecture decision records, crow cli reference and session commands.
orca CLAUDE.md
Claude Code instructions for stablyai/orca, a project described as: Orca is the ADE for working with a fleet of parallel agents. Run any coding agent with your own subscription. Available on desktop, mobile and VPS.
ZenCODE AGENTS.md
Instructions for gerardogrisolini/ZenCODE, covering agents.md, project, build and validation, linux validation and test and state conventions.