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/shibu003/talkingclaw/agents-mdgit clone --depth 1 https://github.com/shibu003/talkingclawWhat 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.00943 | $0.00943 |
| Opus 5 | $0.00472 | $0.00472 |
| Sonnet 5 | $0.00189 | $0.00189 |
| Haiku 4.5 | $0.00094 | $0.00094 |
Grade A, and why
talkingclaw 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
talkingclaw — Codex 向け作業規約
まず CLAUDE.md を読み、その 5 ルールすべてに従うこと(完成の定義・会話最優先・正直・自傷しない・変更の反映)。特に:
- port 3300(部屋)と port 10101(音声エンジン)のプロセスを止めない
test/accept-*.shを勝手に実行しない(部屋が落ちる)src/room.ts等サーバ側の変更は部屋の再起動が必要 — 勝手に再起動せず、ユーザーに伝える
並走ルール(Claude Code と同じリポジトリで作業するため)
- 作業は別 worktree で:
git worktree add ../talkingclaw-codex -b codex/<topic>。main のツリーを直接編集しない - main への取り込みは直列(片方ずつ)。
git add -A禁止、パスを名指しして add する - 着手前に
.kaiwa-loop/handoffs/の最新を読む。着手と完了は handoff への追記か commit で宣言する(沈黙・mtime の停止を完了扱いしない) - ログ・中間ファイルは
codex-を冠する(run.logのような一般名は禁止 — 相手の出力を自分の結果として読む事故になる) - 同じ機能を二重実装しない — 書く前に相手の直近成果物を grep する
実装前ゲート(newway)— Codex には hooks が効かないのでこの節が唯一の強制
実装・作成の依頼を受けたら、正本 ~/OhJOJO/newway.md に従うこと。
- 対象 PBI の G1(受入基準 SBE 表・テスト設計・スコープ外・不確実性表)が揃っていなければ実装を始めない。無ければ §11 テンプレで PBI を起こし §13 P1→P2→P3 を通す
- backlog は repo 直下の
backlog/に置く - done 報告は §12 G2 の表(AC pass/fail + ドリフト判定)を添えてのみ行う
- 「急ぎ」でも最小形(AC 1 行 + 例外 1 行 + スコープ外 1 行 + 検証 1 つ)未満で実装を開始しない
共有 skill
~/.codex/skills/ に Claude Code の自作 skill 一式を共有済み(正本は ~/.claude/skills/、symlink)。
コマンド(clear-prep / gowave / plantoroad)は ~/.codex/prompts/ にある。この repo で特に重要なもの:
- safe-commit — 並列作業中の commit 混入防止。commit 前に必ず従う
- site-api — web から同じ形のものを 3 件以上取る時の唯一の正本
- data-maestro — 取得したデータを数える・比べる・解釈する前に読む
- gowave — Wave(0.5〜3h の commit 可能単位)で回す時の不変ルール
注意: commander は claude -p を、figma-kit は Claude 側の Figma MCP ツールを前提に書かれている。
手順内のツール名が手元に無い場合は、そこだけ読み替えるか着手前にユーザーに確認する。
過去のミス台帳は ~/.claude/LESSONS.md(索引)。行動前に該当する 1 ファイルだけ読む。
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 · 39 lines · 943 tokens per session scan A 3c528d7a3281
talkingclaw AGENTS.md is an instructions file published in the GitHub repository shibu003/talkingclaw (1 stars, last pushed 16d ago), licensed Apache-2.0. It adds 943 tokens to every session, about $0.0047 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
maui uitests.instructions.md
Instructions for dotnet/maui, covering ui testing guidelines for .net maui, ui test structure, two-project requirement, base class and infrastructure and naming conventions.
maui helix-device-tests.instructions.md
Guidelines for running and configuring .NET MAUI device tests on Helix infrastructure.
maui ci-copilot-pipeline-security.instructions.md
Security rules for the Copilot PR-review pipeline. Read before editing.
maui xaml-unittests.instructions.md
Guidelines for writing XAML unit tests in the Controls.Xaml.UnitTests project.
awesome-ai-apps AGENTS.md
Instructions for Arindam200/awesome-ai-apps, covering agents.md, repository overview, project categories, common development commands and running individual projects.
maui performance-hotpaths.instructions.md
Instructions for dotnet/maui, covering performance-critical path rules, hot paths in maui, allocation avoidance, caching and invalidation and collection iteration.