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/akhayam99/goodboy/claude-mdgit clone --depth 1 https://github.com/akhayam99/goodboyWrote 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/akhayam99/goodboy/claude-md)<a href="https://agentmods.dev/instructions/akhayam99/goodboy/claude-md"><img src="https://agentmods.dev/badge/instructions/akhayam99/goodboy/claude-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.00356 | $0.00356 |
| Opus 5 | $0.00178 | $0.00178 |
| Sonnet 5 | $0.00071 | $0.00071 |
| Haiku 4.5 | $0.00036 | $0.00036 |
Grade A, and why
goodboy CLAUDE.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 6d 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
Goodboy (Claude-specific notes)
Read this when Claude is operating in this repository and needs tool-specific guidance. Not for shared code or process rules (see
AGENTS.mdandCONVENTIONS.md).
For codebase conventions (file layout, naming, tests, git workflow, dependency policy, forbidden patterns), see AGENTS.md. This file holds only Claude-specific guidance.
AI workspace orchestrator. Manage macro sessions, route agents across providers, balance usage automatically.
Stack quick-reference
- Shell: Tauri 2 (Rust backend)
- Frontend: React + Vite + TypeScript
- State: Zustand
- Persistence: SQLite (via Tauri)
- Styling: Tailwind CSS + Shadcn/ui
- Theme: Dark mode (default)
Claude-specific notes
- When editing the store, prefer the slice package convention (see docs/file-system.md → Store slices). Adding a new domain → new slice folder, never extend the monolith.
- When extracting a hook, default to the folder convention (
useFoo/index.ts); add anindex.test.tsif behavior is non-trivial. - Worktrees (
.claude/worktrees/) and personal skill files under.claude/are local-only: never commit them. REFACTOR_PLAN.mdand similar planning docs at repo root are gitignored. Keep them out of commits.- Product direction and the autonomous delivery organization live in the private
goodboy-atlasrepository, not here. Do not reconstruct either from this repo; ask the owner.
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.
- 6d ago First seen · 27 lines · 356 tokens per session scan A 834dbf9fd4d1
goodboy CLAUDE.md is an instructions file published in the GitHub repository akhayam99/goodboy (89 stars, last pushed yesterday), licensed MIT. It adds 356 tokens to every session, about $0.0018 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
codedb AGENTS.md
AGENTS.md instructions for justrach/codedb, covering codedb agent guidelines, what codedb is (and isn't), review guidelines, pre-merge verification and security-sensitive areas.
codedb copilot-instructions.md
Copilot instructions for justrach/codedb, covering codedb — agent instructions, project, rules, filing issues and test style.
codedb CLAUDE.md
Claude Code instructions for justrach/codedb, covering codedb — agent instructions, project, rules, filing issues and test style.
evolve AGENTS.md
AGENTS.md instructions for bitwise-media-group/evolve, covering agent orientation, what this is, layout, commands (cmd/evolve/) and packages (internal/).
imagine-mcp CLAUDE.md
Claude Code instructions for n24q02m/imagine-mcp, covering imagine-mcp, architecture, tool signatures, model selection and transport modes.
imagine-mcp AGENTS.md
AGENTS.md instructions for n24q02m/imagine-mcp, covering imagine-mcp, architecture, tool signatures, model selection and transport modes.