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 skills/netresearch/agent-rules-skill/agent-rulesnpx skills add netresearch/agent-rules-skill --skill agent-rulesgit clone --depth 1 https://github.com/netresearch/agent-rules-skillWhat 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.00063 | $0.01225 |
| Opus 5 | $0.00032 | $0.00613 |
| Sonnet 5 | $0.00013 | $0.00245 |
| Haiku 4.5 | $0.00006 | $0.00122 |
Grade A, and why
agent-rules 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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- AGENTS.md 3.9 KB
- assets/example-workflows/validate-agents.yml 2.8 KB
- assets/root-thin.md 5.7 KB
- assets/root-verbose.md 5.5 KB
- assets/scoped/backend-go.md 3.6 KB
- assets/scoped/backend-php.md 3.0 KB
- assets/scoped/backend-python.md 2.6 KB
- assets/scoped/backend-typescript.md 2.8 KB
- assets/scoped/claude-code-skill.md 3.4 KB
- assets/scoped/cli.md 2.7 KB
- assets/scoped/concourse.md 5.2 KB
- assets/scoped/ddev.md 2.4 KB
- assets/scoped/docker.md 5.3 KB
- assets/scoped/documentation.md 3.5 KB
- assets/scoped/examples.md 3.4 KB
- assets/scoped/frontend-typescript.md 2.7 KB
- assets/scoped/github-actions.md 5.2 KB
- assets/scoped/gitlab-ci.md 4.6 KB
- assets/scoped/oro-bundle.md 6.5 KB
- assets/scoped/oro-project.md 5.5 KB
- assets/scoped/python-modern.md 6.1 KB
- assets/scoped/resources.md 3.5 KB
- assets/scoped/skill-repo.md 5.4 KB
- assets/scoped/symfony.md 5.3 KB
- assets/scoped/testing.md 3.0 KB
- assets/scoped/typo3-docs.md 3.6 KB
- assets/scoped/typo3-extension.md 5.1 KB
- assets/scoped/typo3-project.md 4.7 KB
- assets/scoped/typo3-testing.md 3.0 KB
- checkpoints.yaml 9.0 KB
- CLAUDE.md 9 B
- evals/evals.json 23 KB
- references/ai-contribution-guidelines.md 2.5 KB
- references/ai-tool-compatibility.md 7.9 KB
- references/directory-coverage.md 2.4 KB
- references/examples/coding-agent-cli/AGENTS.md 2.5 KB
- references/examples/coding-agent-cli/go.mod 45 B
- references/examples/coding-agent-cli/scripts-AGENTS.md 10 KB
- references/examples/express-api-ts/.env.example 232 B
- references/examples/express-api-ts/AGENTS.md 3.1 KB
- references/examples/express-api-ts/package.json 757 B
- references/examples/express-api-ts/pnpm-lock.yaml 101 B
- references/examples/express-api-ts/src/AGENTS.md 3.1 KB
- references/examples/express-api-ts/src/config.ts 917 B runs code
- references/examples/express-api-ts/src/controllers/userController.ts 2.1 KB runs code
- references/examples/express-api-ts/src/index.ts 671 B runs code
- references/examples/express-api-ts/src/middleware/errorHandler.ts 1.0 KB runs code
- references/examples/express-api-ts/src/middleware/requestLogger.ts 471 B runs code
- references/examples/express-api-ts/src/routes/health.ts 428 B runs code
- references/examples/express-api-ts/src/routes/users.ts 397 B runs code
- references/examples/express-api-ts/src/utils/errors.ts 1.2 KB runs code
- references/examples/express-api-ts/src/utils/logger.ts 441 B runs code
- references/examples/express-api-ts/tsconfig.json 630 B
- references/examples/fastapi-app/.env.example 348 B
- references/examples/fastapi-app/AGENTS.md 3.2 KB
- references/examples/fastapi-app/pyproject.toml 1.8 KB
- references/examples/fastapi-app/src/__init__.py 58 B runs code
- references/examples/fastapi-app/src/AGENTS.md 2.9 KB
- references/examples/fastapi-app/src/config.py 1.1 KB runs code
- references/examples/fastapi-app/src/main.py 1.7 KB runs code
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 · 91 lines · 63 tokens per session scan A 66be08e72853
agent-rules is a skill published in the GitHub repository netresearch/agent-rules-skill (73 stars, last pushed 4d ago), with no licence file. It adds 63 tokens to every session and 1,225 once invoked, about $0.0003 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 skills, from other repositories
skill-creator
Create or improve Zhin Agent skills (SKILL.md). Use when asked to add a skill, write SKILL.md, document a repeatable agent workflow, or refine skill frontmatter/keywords. Triggers: 创建技能, 写 SKILL, skill-creator, 加 skill.
agents-md-improver
Audit or improve repository-scoped Codex AGENTS.md, AGENTS.override.md, configured fallback instructions, and companion codemap.md navigation. Use for effective-chain audits, nested conflicts, stale commands, scoped-guidance gaps, approved updates, 优化 AGENTS.md, 审计 Codex 项目指导, 更新 AGENTS.md, or 生成 codemap.md. Exclude…
agents-md-best-practices
收录遵守 AGENTS.md 开放规范 的通用提示词工程最佳实践,供 Agent 在开发项目时加载使用。.
dotagents-standard
Set up, author, and navigate the dotagents standard — a slim AGENTS.md "router" at the repository root plus a hidden .agents/ directory (rules, context, memory, personas, skills, specs, logs, tasks) that splits agent context into small per-topic files loaded on demand (progressive disclosure). Use this WHENEVER the…
Agent Instruction Drift Check
Procedure for comparing an agent-facing instruction doc (AGENTS.md/CLAUDE.md-style) against the actual current code and configuration to find and flag mismatches.
agentlint
Lint and improve AI agent context files (CLAUDE.md, AGENTS.md, .cursorrules, COPILOT.md) based on empirical research. Use when reviewing, auditing, or creating context files.