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/msgbyte/tianji/agents-mdgit clone --depth 1 https://github.com/msgbyte/tianjiWhat 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.00228 | $0.00228 |
| Opus 5 | $0.00114 | $0.00114 |
| Sonnet 5 | $0.00046 | $0.00046 |
| Haiku 4.5 | $0.00023 | $0.00023 |
Grade A, and why
tianji 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
Contributor Guide
Development Tips
- Install Node.js 22.14.0+ and pnpm 9.7.1.
- Run
pnpm installin the repo root to bootstrap all workspace packages. - Use
pnpm devto start the server and client concurrently for local development. - Run
pnpm buildto generate production assets. - Prefer reusing existing hooks, components, utilities, and other project assets instead of creating new implementations.
Translation Files
When generating code, do not modify any JSON files in src/client/public/locales. These translations are managed separately.
Testing Instructions
- CI configuration is under
.github/workflows. - Run
pnpm check:typeandpnpm buildto mirror CI checks. - Execute
pnpm testto run Vitest across packages (orpnpm -r testfor individual packages). - Focus on one test with
pnpm vitest run -t "<test name>".
PR instructions
- Title your PR using Angular commit style, e.g.
feat: add new feature.
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 · 21 lines · 228 tokens per session scan A 91912d12231b
tianji AGENTS.md is an instructions file published in the GitHub repository msgbyte/tianji (3,084 stars, last pushed 2d ago), licensed Apache-2.0. It adds 228 tokens to every session, about $0.0011 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
ClawFleet CLAUDE.md
Instructions for clawfleet/ClawFleet, covering claude.md, project, architecture layers, clawsandbox (infrastructure) and clawfleet (product).
yantr AGENTS.md
AGENTS.md instructions for besoeasy/yantr, covering yantr — app authoring instructions, app structure, x-yantr metadata block, ✅ correct and ❌ wrong — check.js will fail.
ODS CLAUDE.md
Instructions for Osmantic/ODS, covering claude.md, project overview, repository structure, build & development commands and linting and validation.
onedev AGENTS.md
Instructions for theonedev/onedev: Do not add Co-authored-by: or other co-author / AI attribution footers to commit messages unless the user explicitly asks for them. If such a trailer is injected into a commit you just created (and it is not pushed), rewrite the commit message to remove it before finishing.
meme-search CLAUDE.md
Instructions for neonwatty/meme-search, covering claude.md, 📁 file organization guidelines, 🤖 task agent usage guidelines, when to use task agents and documentation lookup pattern.
rakazo AGENTS.md
Instructions for elie222/rakazo, a project described as: Open-source Grok Bot alternative. Choose your own model and sandbox.