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/wedabro/bro-skills/copilot-instructionsgit clone --depth 1 https://github.com/wedabro/bro-skillsWrote 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/wedabro/bro-skills/copilot-instructions)<a href="https://agentmods.dev/instructions/wedabro/bro-skills/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/wedabro/bro-skills/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.1 | $0.00425 | $0.00425 |
| Opus 5 | $0.00212 | $0.00212 |
| Sonnet 5 | $0.00085 | $0.00085 |
| Haiku 4.5 | $0.00042 | $0.00042 |
Grade A, and why
bro-skills 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.
What it actually says
Copilot Instructions for bro-skills
Project: bro-skills
1. SUPREME ORDER
- Strictly follow the
.agents/memory/constitution.mdfile. - Docker-First: All coding and app running activities must take place in the container. DO NOT run node/python on the host.
- Ports: Flexibly configure ports via environment variables (.env) to avoid conflicts.
2. bro-skills PROTOCOL
- Every task must go through the process: Specify → Plan → Tasks → Implement.
- Use Workflows in
.agents/workflows/and Skills in.agents/skills/.
3. LANGUAGE & CODE
- Respond in English.
- 15-Minute Rule: Each task must be atomic, ≤ 15 minutes, affecting ≤ 3 files.
- PowerShell 5.1+, separate commands with
;(DO NOT use&&). - DO NOT hardcoding URLs, Tokens, Keys. Use ENV vars (
.env).
4. SAFETY
- DO NOT run
docker compose down -von Production. - Generate automatic scripts (
.agents/scripts/) for recurring errors. - Check logs immediately on error:
docker compose logs -f <service>. - Auto-Commit: MUST perform git commit & push immediately after completing any function or task according to Conventional Commits standards.
5. AGENTIC MODE SYNC (Antigravity Only)
- Task Tracking: Use
task_boundaryto synchronize status with@speckit.tasks(tasks.md). - Planning Artifacts: Always create
implementation_plan.mdwhen making large changes (atomic > 3 files). - Verification: After completing the task, use
walkthrough.mdto compare the results withspec.md.
References
- Constitution:
.agents/memory/constitution.md - Infrastructure:
.agents/knowledge_base/infrastructure.md - Workflows:
.agents/workflows/ - Skills:
.agents/skills/
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 · 37 lines · 425 tokens per session scan A 26141a601be3
bro-skills copilot-instructions.md is an instructions file published in the GitHub repository wedabro/bro-skills (2 stars, last pushed 9d ago), licensed MIT. It adds 425 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-09-03.
Other instructions, from other repositories
Circuit AGENTS.md
Instructions for CIrcui-try/Circuit, covering 슬래시 커맨드 공통 규칙, claude / codex 양립, plan mode 호환 and 커밋 / github 계정.
Copilot-Skills git-ops.instructions.md
Auto-loaded context for Git version control operations: commits, merges, rebases, and GitHub workflows.
Copilot-Skills lazycommit.instructions.md
Auto-loaded context for lazycommit skill: AI-powered commit message generation with diff analysis.
SeekMoney-ai CLAUDE.md
Claude Code instructions for zykooooooooo/SeekMoney-ai, covering claude.md, project overview, development commands, development and production.
agent-teacher CLAUDE.md
Claude Code instructions for JackyYang258/agent-teacher, covering agentteacher, before you start, common commands and project-specific hard rules.
Copilot-Skills langchain.instructions.md
Instructions for TheSethRose/Copilot-Skills, covering langchain instructions, default behaviors, common workflows, basic chain setup and with claude.