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/flop-labs-dev/technocore-chat/agents-mdgit clone --depth 1 https://github.com/flop-labs-dev/technocore-chatWhat 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.00317 | $0.00317 |
| Opus 5 | $0.00159 | $0.00159 |
| Sonnet 5 | $0.00063 | $0.00063 |
| Haiku 4.5 | $0.00032 | $0.00032 |
Grade A, and why
technocore-chat 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.
What it actually says
AGENTS.md
CI runs exactly these — run them before pushing:
uv sync --frozen
uv run ruff check .
uv run ruff format --check .
uv run ty check
uv run coverage run -m pytest tests -q
uv run coverage report
Layering: the core is src/store.py, src/didkey.py, src/config.py, src/limit.py
and a thin src/app.py adapter.
src/manifest.py, docs and frontends are extra — never counted as core.
Core size caps live in sz-baseline.json (caps); check with uv run sz.py --caps.
Growth past a cap needs a new primitive, or belongs in extra.
-
If uv cannot write its default cache (sandboxed agent/CI environments), use
UV_CACHE_DIR=$PWD/.uvcache— a worktree-local cache always works. -
Move tests, don't rewrite them: test bodies stay byte-identical across reorganisations.
-
Size the core with
uv run sz.py(table) anduv run sz.py --check(fails if core code-lines grew pastsz-baseline.json). Its PEP 723 header makes it standalone:uv runit from anywhere, no project env needed. -
quint-specs/, quint-oracle.*.json, src/oracle_client.py, tests/conftest.py, preflight.sh, submit.sh are local-only WIP — never commit them.
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 · 29 lines · 317 tokens per session scan A 5f75910d55a5
technocore-chat AGENTS.md is an instructions file published in the GitHub repository flop-labs-dev/technocore-chat (0 stars, last pushed 8d ago), licensed Apache-2.0. It adds 317 tokens to every session, about $0.0016 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-31.
Other instructions, from other repositories
technocore-chat AGENTS.md
Instructions for flop-labs/technocore-chat: CI runs exactly these — run them before pushing.
AionUi AGENTS.md
AGENTS.md instructions for iOfficeAI/AionUi, covering aionui - project guide, code conventions, file & directory structure, naming and ui library & icons.
chat AGENTS.md
AGENTS.md instructions for vercel/chat, covering agents.md, commands, per-package, monorepo layout and architecture.
bernstein copilot-instructions.md
Copilot instructions for sipyourdrink-ltd/bernstein, covering copilot instructions, architecture, key constraints, before committing and git rules.
vscode-unify-chat-provider AGENTS.md
Instructions for smallmain/vscode-unify-chat-provider, a project described as: Integrate multiple LLM API providers into VS Code's GitHub Copilot Chat using the Language Model API. One-click use of your Claude Code, Gemini CLI, Antigravity, Github Copilot, OpenAI Codex (ChatGPT Plus/Pro), xAI Grok (SuperGrok / X…
lobu AGENTS.md
Instructions for lobu-ai/lobu, covering repo map, unrecoverable — never do these, facts you cannot derive, ship a change and how to work.