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/zexion7873/copilot-setting/agents-mdgit clone --depth 1 https://github.com/zexion7873/copilot-settingWrote 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/zexion7873/copilot-setting/agents-md)<a href="https://agentmods.dev/instructions/zexion7873/copilot-setting/agents-md"><img src="https://agentmods.dev/badge/instructions/zexion7873/copilot-setting/agents-md.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.02786 | $0.02786 |
| Opus 5 | $0.01393 | $0.01393 |
| Sonnet 5 | $0.00557 | $0.00557 |
| Haiku 4.5 | $0.00279 | $0.00279 |
Grade A, and why
copilot-setting AGENTS.md scanned grade A with 1 finding 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 3d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
`.github/hooks/scripts/block-dangerous-commands.sh` denies shell tool calls matching a blocklist (destructive `rm`/SQL/git, privilege escalation, `curl|sh`, and similar); the script and its regression suite (`bash .githu How it starts
The opening of the file, as written. The whole thing — 144 lines — stays where its author put it; the contents beside it link to each section on GitHub.
copilot-setting — Agent Guide
Canonical guidance for any AI agent (Claude Code, OpenAI Codex, Cursor, GitHub Copilot, …) working in this repository. CLAUDE.md is a thin pointer that imports this file via @AGENTS.md, so every tool reads one source of truth; the authoritative format spec is .github/STYLE-GUIDE.md. Read both before editing. There are intentionally no per-directory AGENTS.md files — keep navigation in this single root file.
Communication Language
Always reply to the user in Traditional Chinese (繁體中文). File contents, code, identifiers, and commit messages remain in English per the conventions below — only the chat replies are in Chinese.
Repository Purpose
This repo is not application code — it is a configuration distribution for GitHub Copilot that defines a multi-agent system for Java 8 / Maven / Spring Core 3.2 + Hibernate 4.2 projects (no Spring Boot — declarative transactions via XML <tx:advice>). Everything under .github/ is content loaded by Copilot at runtime (agents, skills, instructions, prompts, hooks). When editing, you are editing prompt-engineering artifacts, not source code.
The target audience of the artifacts here is Copilot users working in downstream Java repos, not this repo itself. There is no build, no test suite, and no runtime — only Markdown content and one validation script.
Not part of the product (ignored state / dependencies / IDE config):
.omc/,.omo/,.claude/,.codegraph/,.sisyphus/,.idea/,.vscode/.
Validation Commands
Run both before committing changes under .github/ (also enforced in CI via .github/workflows/validate-style-guide.yml):
bash .github/scripts/test-validate-style-guide.sh # regression-test the validator itself
bash .github/scripts/validate-style-guide.sh # validate the real tree
One-time local setup so the validator also runs on git commit (.githooks/pre-commit runs it against the staged index when .github/ markdown is staged):
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.
- 3d ago First seen · 144 lines · 2,786 tokens per session scan A bf8c79c3697c
copilot-setting AGENTS.md is an instructions file published in the GitHub repository zexion7873/copilot-setting (1 stars, last pushed 1mo ago), licensed MIT. It adds 2,786 tokens to every session, about $0.0139 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
ai-agent-rules-generator copilot.instructions.md
Glitch WooCommerce Payment Gateway plugin coding guidelines — auto-doc sync for plugin, features, and infrastructure.
ai-agent-rules-generator agent-observations.instructions.md
Mandatory agent observation logging — anomalies, recommendations, and critical findings must be disclosed before commit.
ai-agent-rules-generator task.instructions.md
Task execution rules for Glitch WooCommerce Payment Gateway engineering work.
ai-agent-rules-generator doc-sync.instructions.md
Documentation sync rules — which docs to update when code changes.
ai-agent-rules-generator browsetools.instructions.md
Browser verification rules for Glitch WooCommerce Payment Gateway using Chrome DevTools MCP.
ai-agent-rules-generator devtools.instructions.md
Browser DevTools and local development access credentials.