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/dragoon0x/argus/claude-mdgit clone --depth 1 https://github.com/Dragoon0x/argusWrote 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/dragoon0x/argus/claude-md)<a href="https://agentmods.dev/instructions/dragoon0x/argus/claude-md"><img src="https://agentmods.dev/badge/instructions/dragoon0x/argus/claude-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.01423 | $0.01423 |
| Opus 5 | $0.00711 | $0.00711 |
| Sonnet 5 | $0.00285 | $0.00285 |
| Haiku 4.5 | $0.00142 | $0.00142 |
Grade A, and why
argus CLAUDE.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.
How it starts
The opening of the file, as written. The whole thing — 150 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md — Agent Instructions for Argus
This file tells AI coding agents how to work on the Argus codebase.
What is Argus?
Argus is a design intelligence runtime for AI agents. It gives coding agents the ability to see, judge, and learn from visual design quality. The codebase is a TypeScript monorepo using pnpm workspaces.
Repository structure
argus/
├── packages/ ← Core libraries (npm-publishable)
│ ├── protocol/ ← Shared types, constants, interfaces
│ ├── inspector/ ← DOM analysis, CSS extraction, a11y audit
│ ├── scorer/ ← Design quality scoring engine + rules
│ ├── memory/ ← Preference learning, taste profiles, export
│ ├── flux/ ← CSS interpolation engine
│ ├── typo/ ← Typography engine
│ ├── pulse/ ← Animation/visualization engine
│ └── lens/ ← Inline component tweaking
├── apps/ ← Runnable applications
│ ├── cli/ ← `argus` command line tool
│ ├── mcp-server/ ← MCP server for AI agent integration
│ ├── gateway/ ← Local WebSocket server
│ └── browser-ext/ ← Chrome extension
├── skills/ ← Design analysis skills (like plugins)
├── extensions/ ← Third-party tool integrations
├── test/ ← Integration tests, test fixtures
├── docs/ ← Documentation site
└── scripts/ ← Build and release scripts
Build commands
pnpm install # Install all dependencies
pnpm build # Build all packages
pnpm build:apps # Build all apps
pnpm dev # Watch mode for packages
pnpm test # Run unit tests
pnpm test:integration # Run integration tests
pnpm lint # Lint with oxlint
pnpm typecheck # TypeScript type checking
pnpm argus <command> # Run CLI in dev mode
pnpm gateway:watch # Run gateway with auto-reload
Package dependency graph
protocol ← inspector ← scorer ← memory
↑ ↑ ↑
flux typo pulse
↑ ↑ ↑
lens ───────┘ │
│
cli ← mcp-server ← gateway
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 · 150 lines · 1,423 tokens per session scan A a156ac30f95f
argus CLAUDE.md is an instructions file published in the GitHub repository Dragoon0x/argus (4 stars, last pushed 4mo ago), licensed MIT. It adds 1,423 tokens to every session, about $0.0071 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
aiconnect-figma-mcp CLAUDE.md
Instructions for guptaprakhariitr/aiconnect-figma-mcp, covering claude.md, project overview, build & development commands, architecture and mcp server (src/aiconnectmcp/server.ts).
melta-ui AGENTS.md
Instructions for tsubotax/melta-ui, covering melta ui — ai エージェント作業ガイド, アーキテクチャ概要, 最初に読むファイル, 読み込みモード and 作業ルール.
design-skills CLAUDE.md
Instructions for cuellarfr/design-skills, covering claude.md, what this repo is, skill architecture, plugin packaging and the 10 skills.
figma-edit-mcp AGENTS.md
Instructions for neozhehan/figma-edit-mcp: This server enforces hard safety constraints (scope locking, name verification, batch validation) that you cannot bypass, and it returns structured error codes you need to recover from. Do not operate blind — load the guidance before writing.
figma-edit-mcp copilot-instructions.md
Instructions for neozhehan/figma-edit-mcp: See the figma-edit skill (skills/figma-edit/SKILL.md) and the MCP resource guides (figma-edit://guide/) for the canonical rules, error-code taxonomy, and workflows. Treat them as authoritative; do not duplicate their content here.
figma-ios-codegen AGENTS.md
Instructions for mythkiven/figma-ios-codegen, covering project agent rules, 必读规则文件, 何时启用本流程, 铁律(最高优先级) and 架构(1 → 2 → 4;阶段 3 仓外).