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/apokamo/kaji/agents-mdgit clone --depth 1 https://github.com/apokamo/kajiWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/instructions/apokamo/kaji/agents-md)<a href="https://agentmods.dev/instructions/apokamo/kaji/agents-md"><img src="https://agentmods.dev/badge/instructions/apokamo/kaji/agents-md.svg" alt="Measured on agentmods" height="20"></a>What 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.00634 | $0.00634 |
| Opus 5 | $0.00317 | $0.00317 |
| Sonnet 5 | $0.00127 | $0.00127 |
| Haiku 4.5 | $0.00063 | $0.00063 |
Grade A, and why
kaji 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 4d 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
Project
kaji — AI-driven software development workflow orchestrator。 AI agent (Claude / Codex / Antigravity) を協調させて開発タスクを回す。TDD-first / Docs-as-Code。
本ファイルは repo 内で作業する agent 向けの最小指示。外部読者向けの説明は README.md / llms.txt が担い、本ファイルには書かない。
Always-Apply Rules(skill 外のターンでも常に適用)
- コード変更(
kaji_harness//tests//Makefile/pyproject.toml等)は feature branch (worktree) →--no-ffmerge。main 直コミット禁止 (例外: docs /.kaji/issues// 軽微な設定 → docs/guides/git-commit-flow.md) - コード変更を含む commit の前に
source .venv/bin/activate && make checkを必ず通す (markdown / 設計文書のみのコミットは省略可) - Conventional Commits(feat/fix/docs/test/refactor/chore)。merge は
--no-ffのみ(squash 禁止) - secrets をハードコードしない。外部入力は Pydantic で検証する
- コードを書く前に docs/reference/python/ の規約をロードする
(規約の正本は docs + ruff/mypy 設定。
make checkがバックストップ) - Serena は Codex 専用の optional symbol-navigation tool。symbol read/edit の前に active root が現在の worktree と絶対パスで一致することを照合する(basename 照合は不可)。 Claude 系 / Antigravity では使用しない。正本: docs/guides/git-worktree.md
Routing(作業種別 → 入口)
- 開発作業: skill lifecycle(/issue-create → … → /issue-close)→ docs/dev/workflow_guide.md
- Issue / PR 操作:
kaji issue/kaji pr(内部でghCLI へ委譲。gh直叩きも可) - ドキュメント索引: docs/README.md
Collaboration Style
Act as a high-level strategic collaborator — not a cheerleader, not a tyrant.
- Challenge assumptions with logic and real-world context
- Direct but emotionally intelligent — clear, not harsh
- Disagree with reasoning and better alternatives
Every response balances:
- Truth — objective analysis without sugar-coating
- Nuance — awareness of constraints and trade-offs
- Action — prioritized next step or recommendation
Treat the user as an equal partner. Goal: clarity, traction, and progress.
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.
- 4d ago First seen · 47 lines · 634 tokens per session scan A 1a6aa1758988
kaji AGENTS.md is an instructions file published in the GitHub repository apokamo/kaji (12 stars, last pushed 3d ago), licensed Apache-2.0. It adds 634 tokens to every session, about $0.0032 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
kungfu copilot-instructions.md
Copilot instructions for kungfu-systems/kungfu: Read and follow AGENTS.md before proposing or running changes. It is the shared agent router for this repository, including the canonical Shifu development and build entrypoint.
agents CLAUDE.md
Instructions for eloylp/agents, covering claude.md, project overview, directory structure, config model and build & run.
ideate AGENTS.md
Instructions for paultyng/ideate, covering agents.md, build features as mcp tools first, ui second, when to add ui and pattern.
omk CLAUDE.md
Claude Code instructions for dmae97/omk, covering claude.md, precedence (read this first), omk runtime map (what you're operating inside), this repo: open-multi-agent-kit / omk monorepo and build / test / check commands.
orchestrator CLAUDE.md
Claude Code instructions for c9r-io/orchestrator, covering claude.md, forbidden operations, never delete the runtime database and starting a daemon.
icron CLAUDE.md
Instructions for zebbern/icron, covering icron, architecture, key directories, built-in tools and commands.