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/kreek/consult/agents-mdgit clone --depth 1 https://github.com/kreek/consultWhat 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.03763 | $0.03763 |
| Opus 5 | $0.01881 | $0.01881 |
| Sonnet 5 | $0.00753 | $0.00753 |
| Haiku 4.5 | $0.00376 | $0.00376 |
Grade B, and why
consult AGENTS.md scanned grade B 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 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.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
`plugin/skills/` mirror under `~/.gemini/config/plugins/consult`. How it starts
The opening of the file, as written. The whole thing — 311 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
This file provides guidance to coding agents (Claude Code, Codex, Cursor, and
others that read AGENTS.md) when working with code in this repository.
What this repo is
Consult is a portable skill pack for coding agents (Claude Code,
Codex, Cursor, Copilot, Gemini CLI, Google Antigravity, OpenCode, Pi,
Windsurf). It ships
prose (SKILL.md files plus a few maintenance helpers), not application code.
Most edits are to skill bodies, the top-level AGENTS.md, or the
README.md. There is no application build or service to run; tests cover
repo maintenance helpers, plugin packaging, and extension packages.
Source of truth and mirrors
- Canonical skills:
agents/.agents/skills/<name>/SKILL.md. Every skill lives here; siblings may addagents/,references/, andscripts/. - Repo instructions:
AGENTS.mdis the main portable instruction file in the repo.CLAUDE.mdmirrors the same maintainer guidance for hosts that read Claude-specific files. Normal Consult use relies on skill frontmatter, plugin metadata, and theworkflowskill; users do not need to install or merge system instruction files. - Claude Code plugin mirror:
plugin/skills/<name>contains generated copies of canonical skills fromagents/.agents/skills/<name>..claude-plugin/marketplace.jsonpoints Claude Code at theplugin/root, whereplugin/.claude-plugin/plugin.jsonexposes namespaced/consult:<skill>slash commands. - Codex plugin package:
.agents/plugins/marketplace.jsonpoints Codex at theplugin/root, andplugin/.codex-plugin/plugin.jsonexposes the same generated skill mirror to Codex as a plugin. Keep the Codex marketplace and manifest in sync with Claude plugin packaging. - Cursor plugin package:
.cursor-plugin/marketplace.jsonpoints Cursor at theplugin/root, andplugin/.cursor-plugin/plugin.jsonexposes the same generated skill mirror as a skills-only Cursor plugin. Keep the Cursor marketplace and manifest in sync with Claude plugin packaging. - Google Antigravity plugin package:
plugin/plugin.jsonis the Antigravity marker for Consult. Local installs create an Antigravity plugin directory that links onlyplugin/plugin.jsonand the generatedplugin/skills/mirror under~/.gemini/config/plugins/consult. - Install layout:
agents/is a GNU Stow package../setup.shis the one-click local installer: it explains the actions, asks for approval, runs Stow to link the shared skills under~/.agents/, fans those out to per-tool locations, prunes manual Codex links when the Consult Codex plugin is installed, and re-runs the plugin-sync. SystemAGENTS.md/CLAUDE.mdfiles are not part of Consult installation.
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 · 311 lines · 3,763 tokens per session scan B cd0918e55e7e
consult AGENTS.md is an instructions file published in the GitHub repository kreek/consult (1 stars, last pushed 7d ago), licensed MIT. It adds 3,763 tokens to every session, about $0.0188 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
llm-redact CLAUDE.md
Claude Code instructions for asanderson/llm-redact, covering claude.md, project purpose, commands, architecture and testing conventions.
agentic-playwright selectors.instructions.md
Instructions for idavidov13/agentic-playwright, covering selector strategy, critical, instructions, phase 1: open and authenticate and phase 2: explore like a user.
toh-framework CLAUDE.md
Instructions for wasintoh/toh-framework, covering claude.md — toh framework (repo development guide), what this is, everyday commands, verification protocol and single source, transformed per ide.
hatch3r CLAUDE.md
Instructions for hatch3r/hatch3r, covering hatch3r — development instructions, architecture, development commands, two-axis pillar framework (2.0.0) and orchestrator self-discipline (bypass protection).
AgentGo AGENTS.md
Instructions for yeasy/AgentGo, covering agents.md, purpose, startup instructions, trust & safety and failure modes.
elephant-agent copilot-instructions.md
Copilot instructions for agentic-in/elephant-agent, covering github copilot instructions, source of truth order, review priorities, harness-specific checks and validation expectations.