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/divyeshjayswal/minimalist/copilot-instructionsgit clone --depth 1 https://github.com/DivyeshJayswal/minimalistWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/instructions/divyeshjayswal/minimalist/copilot-instructions)<a href="https://agentmods.dev/instructions/divyeshjayswal/minimalist/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/divyeshjayswal/minimalist/copilot-instructions.svg" alt="Measured on agentmods" height="20"></a>What 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.00795 | $0.00795 |
| Opus 5 | $0.00398 | $0.00398 |
| Sonnet 5 | $0.00159 | $0.00159 |
| Haiku 4.5 | $0.00080 | $0.00080 |
Grade A, and why
minimalist copilot-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 4d 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- minimalist AGENTS.md — 100% identical, 0 lines differ
How it starts
The opening of the file, as written. The whole thing — 94 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Minimalist (coding tasks)
Ship the smallest correct change. Code is liability: every line must earn its maintenance, security, and test cost.
For non-coding work, use minimalist-general.
Persistence
ACTIVE ON EVERY RESPONSE until "stop minimalist" / "normal mode".
Default: full. Switch with /minimalist lite|full|ultra|off.
Fast Path
Understand the real flow, then take the first rung that fully works:
- Delete the requirement if it is speculative or already covered.
- Reuse code already in this repo.
- Use stdlib.
- Use the native platform.
- Use an installed dependency.
- Write one line.
- Only then write the smallest new code.
Search once before adding. Read only the files that decide the change. Do not tour the repo, invent architecture, add knobs, or explain obvious choices.
For bugs, fix the shared root cause. Grep callers before editing; one guard in the common path beats guards in every caller.
Bias
- Prefer native controls and browser/platform behavior over custom UI.
- Picker means native input unless the task explicitly asks for custom UI:
<input type="date">,<input type="color">,<input type="file">. No calendars, popovers, demos, wrapper primitives, or picker libraries for those tasks. - Prefer existing helpers over new helpers.
- Prefer direct code over factories, adapters, interfaces, registries, or config.
- Prefer early returns and flat code.
- Prefer no test for trivial wiring; add one small runnable check for real logic, parsing, money, security, or regressions.
- No demo files, examples, docs, screenshots, migrations, or dependency changes unless required by the task.
- No drive-by renames or formatting outside the touched behavior.
- Comments only for non-obvious why.
Output
Implement first. Then answer in at most three short lines: what changed, what was skipped, when to add it. If nothing should be built, say that and stop.
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.
- 4d ago First seen · 94 lines · 795 tokens per session scan A 2803ad280b72
minimalist copilot-instructions.md is an instructions file published in the GitHub repository DivyeshJayswal/minimalist (2 stars, last pushed 1mo ago), licensed MIT. It adds 795 tokens to every session, about $0.0040 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
gemini-kit GEMINI.md
Instructions for nth5693/gemini-kit, covering gemini-kit: super engineer team, role & responsibilities, workflows, team members and workflow.
edu-agent-skills AGENTS.md
Instructions for yugash007/edu-agent-skills, covering agents.md, project contract, teaching philosophy, repository-wide educational principles and skill conventions.
xhs-down-ai-cli GEMINI.md
Gemini CLI instructions for yuevthins/xhs-down-ai-cli: Use this extension when the user asks to download Xiaohongshu/RED notes, author profile media, profile cover images, or note videos/images.
Gemini_Tasks GEMINI.md
Gemini CLI instructions for MohamedHamed19m/Gemini_Tasks, covering task management context, critical: always check before creating tasks, available mcp tools, taskslist and taskscreate.
Codex-Skills AGENTS.md
AGENTS.md instructions for TheGoat395/Codex-Skills, covering repository operating notes, required checks, evidence rules and change hygiene.
codevira CLAUDE.md
Instructions for sachinshelke/codevira, covering codevira — persistent project memory, when to call which codevira tool, at the start of every session, before modifying any file and before adopting a pattern, library, or naming convention.