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/tykisgod/quick-question/agents-mdgit clone --depth 1 https://github.com/tykisgod/quick-questionWhat 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.00793 | $0.00793 |
| Opus 5 | $0.00396 | $0.00396 |
| Sonnet 5 | $0.00159 | $0.00159 |
| Haiku 4.5 | $0.00079 | $0.00079 |
Grade A, and why
quick-question 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 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.
How it starts
The opening of the file, as written. The whole thing — 87 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
Refactoring Authority
This repository explicitly allows aggressive refactoring when it improves the design.
- Large-scale refactors, full rewrites, file moves, and architectural cleanup are allowed.
- Backward compatibility is not required unless a task explicitly asks for it.
- Prefer the cleanest end-state over incremental compatibility layers.
- Remove obsolete code paths instead of preserving them out of habit.
Default Engineering Bias
- Optimize for clarity, fewer layers, and stronger core abstractions.
- If the current shape is fighting the design, rewrite it instead of patching around it.
- Keep migration logic only when there is a real user or release requirement.
Trust Levels
qq.yaml supports a separate trust_level knob:
trusted: current internal-team defaultbalanced: only widen Codex into the source worktree for closeout-like flowsstrict: require explicit--allow-source-worktreeand keep raw engine commands off the standard MCP surface
When touching host wrappers or MCP exposure, preserve this split:
work_mode= task stagepolicy_profile= verification floortrust_level= automatic permission boundary
Historical note: earlier versions had a "Context Capsule" consumption mechanism that the
balancedlevel disabled. Context Capsule was removed in v1.10.0 — the trust-level split above reflects the current shape.
Execution Environment Split
When developing this repository, treat execution environments as a hard split:
- Use worktrees to isolate tasks.
- Use Docker / Dev Container for repository-side development:
scripts/*.shscripts/*.pyREADMEdocsinstall.shtest.sh- policy / doctor / controller / runtime-core changes
- Use the host machine for engine-specific validation:
tykitand other engine bridges- engine compile / test routing (Unity, Godot, Unreal, S&box)
- real project install flow
- Editor-backed Claude / Codex E2E
- any check that depends on a live engine Editor
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 · 87 lines · 793 tokens per session scan A 8f1791046da8
quick-question AGENTS.md is an instructions file published in the GitHub repository tykisgod/quick-question (11 stars, last pushed 7d ago), licensed MIT. It adds 793 tokens to every session, about $0.0040 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
Claw3D AGENTS.md
Instructions for iamlukethedev/Claw3D, covering agent instructions, cursor cloud specific instructions, service overview, running the app and lint, typecheck, and tests.
GameDesignOS AGENTS.md
Instructions for DY-2026/GameDesignOS, covering gamedesignos agent 入口, 默认接法, agent 执行规则, 什么时候用整个项目 and 每个 skill 单独怎么用.
Hermes3D AGENTS.md
Instructions for iamlukethedev/Hermes3D, covering agent instructions, development environment instructions, service overview, running the app and lint, typecheck, and tests.
awesome-defold AGENTS.md
Instructions for astrochili/awesome-defold: When asked to process the resource inbox, use GitHub issue #16 unless another issue is named.
unity-code-style-guide AGENTS.md
Instructions for krogh-jacobsen/unity-code-style-guide, covering agents.md — unity 6 c, project setup — edit this block, never do these — they corrupt the project, deprecated in unity 6 and if you read nothing else.
unreal-mcp CLAUDE.md
Instructions for GenOrca/unreal-mcp, covering claude.md, what this is, architecture (the non-obvious parts), commands and all run from mcp-server/.