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/evol-ai/skillcompass/agents-mdgit clone --depth 1 https://github.com/Evol-ai/SkillCompassWhat 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.00328 | $0.00328 |
| Opus 5 | $0.00164 | $0.00164 |
| Sonnet 5 | $0.00066 | $0.00066 |
| Haiku 4.5 | $0.00033 | $0.00033 |
Grade A, and why
SkillCompass AGENTS.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
Agent Instructions
This file exists so agentic tools have a repository-local instruction entry point.
For the full contributor guide, workflow, and repo structure, read CONTRIBUTING.md.
Required Rules
- Branch names: ASCII only,
kebab-case(e.g.,fix/d5-delta-override,feat/d6-rubric-band). No spaces, no non-Latin characters. - PR titles: ASCII only. Keep under 70 characters. Use the description/body for details.
- Commit messages: ASCII only. Follow conventional commit format (
fix:,feat:,docs:,refactor:,chore:). - Code and technical files (
.js,.ts,.json,.yml, schemas): English only. No non-English comments, identifiers, or string literals. - User-facing templates in
SKILL.mdandcommands/*.md: English only at rest. Claude detects the user's locale at runtime and translates at display time perSKILL.md's Global UX Rules. - Runtime i18n resources (
oc/src/locale.ts): the one place localized message catalogs live. Add new locales here. - Test fixtures: stored in a separate repo. Fetch with
npm run fetch-fixtures. May contain any language.
Source of Truth
Keep this file aligned with the "Naming & Language Conventions" section in CONTRIBUTING.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 · 19 lines · 328 tokens per session scan A 46e1ef45b229
SkillCompass AGENTS.md is an instructions file published in the GitHub repository Evol-ai/SkillCompass (215 stars, last pushed 4mo ago), licensed MIT. It adds 328 tokens to every session, about $0.0016 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
claude-blog CLAUDE.md
Instructions for AgriciDaniel/claude-blog, covering claude blog - blog creation & optimization skill, project overview, architecture, commands and development rules.
oh-my-mermaid CLAUDE.md
Instructions for oh-my-mermaid/oh-my-mermaid, covering project rules, readme localization, versioning, commits and terminology.
thinking-toolkit AGENTS.md
Instructions for ponomr/thinking-toolkit, covering thinking toolkit — standalone context, critical rules, architecture, development commands and validation invariants.
skills CLAUDE.md
Instructions for heygen-com/skills, covering claude.md — heygen skills, what this is, architecture, the 300-line rule and shared state.
ClawFleet CLAUDE.md
Instructions for clawfleet/ClawFleet, covering claude.md, project, architecture layers, clawsandbox (infrastructure) and clawfleet (product).
product-playbook CLAUDE.md
Instructions for Kaminoikari/product-playbook: Claude Code plugin: 16 product-planning lenses + a dev-discipline layer (six gates, dual reviewers, deterministic hooks).