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/neilotoole/sq/agents-mdgit clone --depth 1 https://github.com/neilotoole/sqWhat 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.03837 | $0.03837 |
| Opus 5 | $0.01919 | $0.01919 |
| Sonnet 5 | $0.00767 | $0.00767 |
| Haiku 4.5 | $0.00384 | $0.00384 |
Grade A, and why
sq 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 — 359 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
Guidance for AI coding assistants (Claude Code, Copilot, Cursor, Codex, etc.) and human contributors working in this repo.
CLAUDE.md is the Claude Code entry point; it points here for
all shared rules.
[!IMPORTANT] Before making a significant change, review
docs/README.mdand the contributor docs it links to (architecture, drivers, grammar, workflows, Sakila, releasing). Read the ones relevant to your task before you start, and if your change makes any of them inaccurate, update them in the same change.
About sq
sq is a command-line data wrangler providing jq-style access to structured
data sources (SQL databases like Postgres, MySQL, SQLite, SQL Server,
ClickHouse, Oracle, DuckDB; and document formats like CSV, JSON, Excel). User
docs live at
sq.io.
Key documents
Before making non-trivial changes, read the document most relevant to your task:
README.md: project overview and user-facing intro.CONTRIBUTING.md: full contributor guide (tooling,Makefileusage, driver implementation patterns, test handles,CHANGELOG.mdformat).docs/README.md: index of the contributor docs underdocs/.docs/ARCHITECTURE.md: Mermaid ERD of core types (Source,Driver,Grip,Registry,RecordWriter, etc.).docs/DRIVERS.md: driver development guide (package structure, type mapping, the driver ship checklist).docs/GRAMMAR.md: SLQ query language grammar guide (companion togrammar/SLQ.g4).docs/WORKFLOW.md: development and CI workflows (localMakefileloop and the GitHub Actions pipelines).docs/SAKILA.md: the Sakila test dataset (sakiladbimages, embedded vs external sources, engine matrix, repo-wide usage).- sq.io: end-user documentation for commands and query syntax.
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 · 359 lines · 3,837 tokens per session scan A 513d05efdfea
sq AGENTS.md is an instructions file published in the GitHub repository neilotoole/sq (2,556 stars, last pushed 2d ago), licensed MIT. It adds 3,837 tokens to every session, about $0.0192 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
ollama AGENTS.md
Instructions for ollama/ollama, covering agents.md and building.
go-micro CLAUDE.md
Instructions for micro/go-micro, covering claude.md - go micro project guide, project overview, build & test, run all tests and run tests for a specific package.
azure-sdk-for-go go-examples.instructions.md
Instructions for Azure/azure-sdk-for-go, a project described as: This repository is for active development of the Azure SDK for Go. For consumers of the SDK we recommend visiting our public developer docs at.
azure-sdk-for-go go-code.instructions.md
Instructions for Azure/azure-sdk-for-go: All code should follow the guidelines from the Azure Go SDK Guidelines. This document is a summary of the most important guidelines to follow when contributing to the Azure Go SDK.
gorest AGENTS.md
Instructions for pilinux/gorest, covering agents.md, project overview, build and run commands, build and tidy dependencies.
chatgpt-cli CLAUDE.md
Instructions for kardolus/chatgpt-cli, covering chatgpt-cli — release runbook, prerequisites, 1. cut the release, 2. publish the github release + binaries and 3. update the homebrew tap.