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/hiroki-org/jules-extension/agents-mdgit clone --depth 1 https://github.com/Hiroki-org/jules-extensionWrote 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/hiroki-org/jules-extension/agents-md)<a href="https://agentmods.dev/instructions/hiroki-org/jules-extension/agents-md"><img src="https://agentmods.dev/badge/instructions/hiroki-org/jules-extension/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.1 | $0.00591 | $0.00591 |
| Opus 5 | $0.00296 | $0.00296 |
| Sonnet 5 | $0.00118 | $0.00118 |
| Haiku 4.5 | $0.00059 | $0.00059 |
Grade A, and why
jules-extension 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 5d 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: AI開発エージェント向けの指示書
このドキュメントは、AI開発エージェントがこのリポジトリで作業する際のガイドラインを定めるものです。
基本的な原則
- 言語設定: 特に指定がない限り、すべての出力、コメント、ドキュメントは日本語で行ってください。ユーザーから別の言語で指示があった場合は、その言語に従ってください。
- 計画の策定: 作業を開始する前に、必ず具体的な計画を立て、ユーザーに提示してください。計画には、変更するファイル、追加する機能、実行するテストなどを含めてください。
- 自己完結: 必要な依存関係のインストール、ビルド、テストの実行は、すべてエージェント自身で行ってください。ユーザーに手順を尋ねるのではなく、自律的に解決することを期待します。
- 検証: ファイルの変更後は、必ず
read_fileやテスト実行などによって、変更が正しく適用されたことを確認してください。 - テスト: コードの変更には、必ず関連するテストの実行を伴うべきです。可能であれば、テスト駆動開発(TDD)を実践してください。新しい機能を追加した場合は、対応するテストも追加してください。
- コミット: 作業が完了したら、
submitツールを使い、Gitの慣習に従った明確なコミットメッセージと共に変更を提出してください。
コーディング規約
- リポジトリ内の既存のコーディングスタイルに従ってください。
- 新しいファイルを作成する際は、他のファイルと同様のフォーマットや規約を適用してください。
コミュニケーション
- 不明な点や、作業の方向性に影響を与えるような判断が必要な場合は、ユーザーに質問してください。
- 作業の進捗を定期的に報告し、ユーザーが状況を把握できるようにしてください。
このガイドラインに従うことで、スムーズで効率的な開発が可能になります。協力に感謝します。
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.
- 5d ago First seen · 24 lines · 591 tokens per session scan A 90114501b851
jules-extension AGENTS.md is an instructions file published in the GitHub repository Hiroki-org/jules-extension (19 stars, last pushed 3d ago), licensed MIT. It adds 591 tokens to every session, about $0.0030 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
jules GEMINI.md
Instructions for gemini-cli-extensions/jules, covering jules extension, command: /jules, activation and response, starting a jules task and jules-related queries.
gemini-rules-repo GEMINI.md
Instructions for sanpicule/gemini-rules-repo, covering gemini 開発ルール, 1. コミットメッセージ, 2. セキュリティ, 3. ブランチモデル and ブランチの種類.
render-claude-context CLAUDE.md
Instructions for czottmann/render-claude-context, covering claude.md, project overview, key files, core architecture and file processing system (index.js:7-30).
desmond CLAUDE.md
Claude Code instructions for llegomark/desmond, covering claude.md, project overview, development commands, essential commands and build notes.
awesome-gemini GEMINI.md
Instructions for aaronhuff/awesome-gemini, covering welcome to the gemini documentation, introduction to gemini, getting started, project structure and gems.
deep-research GEMINI.md
Gemini CLI instructions for ssdeanx/deep-research, covering deep research assistant - project context, project overview, core technologies & architecture, primary framework and ai & ml stack.