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/sumologic/sumologic-documentation/agents-mdgit clone --depth 1 https://github.com/SumoLogic/sumologic-documentationWhat 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.03197 | $0.03197 |
| Opus 5 | $0.01598 | $0.01598 |
| Sonnet 5 | $0.00639 | $0.00639 |
| Haiku 4.5 | $0.00320 | $0.00320 |
Grade A, and why
sumologic-documentation 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 yesterday.
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 — 219 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md — sumologic-documentation
This file is the canonical source of context and guardrails for AI coding agents (Claude Code, Cursor, GitHub Copilot, Codex, etc.) working in this repository. CLAUDE.md is a one-line pointer to this file, kept only because Claude Code looks for that filename specifically.
Project Overview
Open-source Sumo Logic documentation site built with Docusaurus 3. Docs live in /docs, written in Markdown. Contributions follow the Sumo Logic style guide.
Repository
@https://github.com/SumoLogic/sumologic-documentation
Key Folders
@https://github.com/SumoLogic/sumologic-documentation/tree/main/docs
Skills
.claude/skills/sumo-style/SKILL.md— Sumo Logic writing conventions. Claude fetches the live style guide and applies it automatically when writing or editing docs..claude/skills/docusaurus/SKILL.md— Docusaurus 3 syntax, frontmatter templates, and sidebar config patterns..claude/skills/pr-template-guide/SKILL.md— PR template structure, formatting examples, and best practices..claude/skills/geo-guide/SKILL.md— Reference guide of GEO principles and patterns loaded as context by/geo-optimizeand/seo-audit. Not an invocable command.
Doc Reviews
When reviewing any PR or doc, always check existing docs of the same type in the same directory before flagging issues. A pattern consistent with neighboring docs is not a bug — it is the established convention. Only flag it if it's a deviation from the pattern or a net-new problem introduced by the PR.
Some directories have conventions that differ significantly from standard docs. For example, docs/platform-services/automation-service/app-central/integrations/ intentionally uses description: '', omits id, opens with a logo image, and includes a ***Version / Updated*** block — all correct for that directory. When in doubt, read two or three neighboring files before forming an opinion.
Bulk Changes
For any change touching 50+ files (e.g. terminology migrations, frontmatter audits, link updates, admonition format changes), follow these rules:
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.
- yesterday First seen · 219 lines · 3,197 tokens per session scan A df7cbcfc2119
sumologic-documentation AGENTS.md is an instructions file published in the GitHub repository SumoLogic/sumologic-documentation (42 stars, last pushed 3d ago), licensed MIT. It adds 3,197 tokens to every session, about $0.0160 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
anarlog AGENTS.md
Instructions for fastrepl/anarlog, covering commands, pre-commit verification, guidelines, code style and cli tui command architecture.
webcomponents-react CLAUDE.md
Instructions for UI5/webcomponents-react, covering claude.md, critical: working with web components, event handling (must know), controlled components (must know) and ref handling (must know).
youwee AGENTS.md
Instructions for vanloctech/youwee, covering agents.md — project rules for ai assistants, project info, mandatory checklists, version bump checklist and commit rules.
pinkbin CLAUDE.md
Instructions for cccyd2003-qwq/pinkbin, covering pinkbin · 给 claude 的工作约定, 项目背景, hard rules(不可违反), discovery loop(动手前的纪律) and 实测回环(phase 7 经验).
react.dev CLAUDE.md
Claude Code instructions for reactjs/react.dev, covering claude.md, project overview, development commands, project structure and code conventions.
legalise AGENTS.md
Instructions for b1rdmania/legalise, covering legalise — agent context (agents.md), 1. the one-paragraph version, 2. what it's built to answer (the four questions), 3. stack (boring by design) and 4. the core concepts.