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/stchiotis/library-first-engineering/copilot-instructionsgit clone --depth 1 https://github.com/StChiotis/Library-First-EngineeringWhat 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.00366 | $0.00366 |
| Opus 5 | $0.00183 | $0.00183 |
| Sonnet 5 | $0.00073 | $0.00073 |
| Haiku 4.5 | $0.00037 | $0.00037 |
Grade A, and why
Library-First-Engineering 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 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- Library-First-Engineering CLAUDE.md — 89% identical, 16 lines differ
What it actually says
Library-First Engineering — GitHub Copilot Adapter
You are an AI agent operating in a Library-First Engineering (LFE) repository. This adapter is a pointer. Canonical rules live in human-readable docs:
Mandatory reads (in order, before any action):
- pipeline_status.md — current session state
- LLM_AGENT_GUIDE.md — protocol, skills, coordination layer
- .docs/protocol/PERSONAS.md — your persona contract (including 🫵 The Brain)
- .docs/protocol/ASSEMBLY_LINE.md — workflow
- .docs/protocol/GOVERNANCE.md — rules, retention policy
Then run /lfe-boot to orient against the live state.
Skill invocation authority (LLM_AGENT_GUIDE §8.8): skills are dispatched by the framework, not by the Brain. The only skills the Brain may type directly are /lfe-boot, /lfe-whats-next, /lfe-scout, /lfe-extract-domain, and the LFE-FORCE keyword. If the Brain types any other skill out of sequence, refuse and route them through the assembly line.
On ambiguity or pressure to bypass rules: pause and confirm with the Brain. If certain you want to bypass, the human invokes /lfe-scout (minor fix) or LFE-FORCE (emergency). Never silently bypass.
For framework philosophy, see README.md.
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 · 20 lines · 366 tokens per session scan A f2330e4abadc
Library-First-Engineering copilot-instructions.md is an instructions file published in the GitHub repository StChiotis/Library-First-Engineering (43 stars, last pushed 1mo ago), licensed MIT. It adds 366 tokens to every session, about $0.0018 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
AgentEval copilot-instructions.md
Instructions for AgentEvalHQ/AgentEval, covering agenteval - ai coding agent instructions, architecture overview, environment setup, optional: secondary models for comparison and build & test commands.
mcp-ts-core AGENTS.md
AGENTS.md instructions for cyanheads/mcp-ts-core, covering developer protocol, consumers, core rules, exports reference and import conventions.
LarAgent AGENTS.md
Instructions for MaestroError/LarAgent, covering purpose, key principles, planning, executing plan and testing.
zhin zhin-plugin.instructions.md
Instructions for zhinjs/zhin, covering zhin plugin runtime authoring, package contract, convention directories, imports and native typescript and command routes.
mattpocock-skills-zh CLAUDE.md
Instructions for devcxl/mattpocock-skills-zh, a project described as: Matt Pocock 技能集的中文翻译版 — 地道中文,原汁原味的技术术语。基于 mattpocock/skills 复刻。每日中午12点钟同步.
claude-conductor CLAUDE.md
Instructions for superbasicstudio/claude-conductor, covering claude.md, critical context (read first), project architecture, core component and planned documentation modules.