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/microsoft/apm/cligit clone --depth 1 https://github.com/microsoft/apmWhat 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.01211 | $0.01211 |
| Opus 5 | $0.00606 | $0.00606 |
| Sonnet 5 | $0.00242 | $0.00242 |
| Haiku 4.5 | $0.00121 | $0.00121 |
Grade A, and why
apm cli.instructions.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 — 163 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLI Design Guidelines
Visual Design Standards
Rich Library Usage
- ALWAYS use Rich library for visual output when available
- Provide graceful fallbacks to colorama for compatibility
- Use the established
consoleinstance with custom theme - Wrap Rich imports in try/catch with colorama fallbacks
Command Help Text
- Keep command help strings plain ASCII — no emojis
- Format:
help="Initialize a new APM project"
Status Symbols & Feedback
- Use
STATUS_SYMBOLSdict for consistent ASCII bracket notation:[+]success / confirmed[>]running / execution / progress[*]action / configuration / processing[i]information / tips[#]lists / metrics[!]warnings[x]errors
- Use helper functions:
_rich_success(),_rich_error(),_rich_info(),_rich_warning() - Pass the appropriate key from
STATUS_SYMBOLSvia thesymbol=parameter (e.g.symbol="check",symbol="warning")
Structured Output
- Tables: Use Rich tables for structured data (scripts, models, config, runtimes)
- Panels: Use Rich panels for grouped content, next steps, examples
- Consistent Spacing: Add empty lines between sections with
console.print()orclick.echo()
Error Handling
- Use
_rich_error()for all error messages - Always include contextual symbols
- Provide actionable suggestions when possible
- Maintain consistent error message format
Interactive Elements
- Use Rich
Prompt.ask()andConfirm.ask()when available - Provide click fallbacks for compatibility
- Display confirmations in Rich panels when possible
Code Organization
Helper Functions
- Use existing helper functions:
_rich_echo(),_rich_panel(),_create_files_table() - Create new helpers following the same pattern
- Always include Rich/colorama fallback logic
Color Scheme
- Primary: cyan for titles and highlights
- Success: green with
[+]symbol - Warning: yellow with
[!]symbol - Error: red with
[x]symbol - Info: blue with
[i]symbol - Muted: dim white for secondary text
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 · 163 lines · 1,211 tokens per session scan A 8e39e8d5047c
apm cli.instructions.md is an instructions file published in the GitHub repository microsoft/apm (3,668 stars, last pushed 2d ago), licensed MIT. It adds 1,211 tokens to every session, about $0.0061 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
aru AGENTS.md
Instructions for narumiruna/aru, covering repository guidance, scope and authority, communication & documentation, code style and project map.
skillport AGENTS.md
Instructions for gotalab/skillport, covering agent guidelines & context, 1. core principles (10-second recall), 2. project context, architecture and directory structure.
odin-codex-plugin AGENTS.md
Instructions for OutlineDriven/odin-codex-plugin, covering codex coding agent adherences, token-efficient cli output, tool hierarchy, core system & file ops and search & discovery.
copilot-setting AGENTS.md
AGENTS.md instructions for zexion7873/copilot-setting, covering copilot-setting — agent guide, communication language, repository purpose, validation commands and architecture.
loadout reactjs.instructions.md
ReactJS Engineering Instructions.
loadout tauri.instructions.md
Tauri Engineering Instructions.