goodboy CLAUDE.md

goodboy CLAUDE.md is an instructions file for Claude Code from akhayam99/goodboy. It costs 356 tokens per session, scanned A, original, MIT.

Project instructions for goodboy, an AI workspace orchestrator that manages sessions and routes agents across providers. They describe its React and Rust structure, state management, storage, styling, and repository conventions.

In plain words
What is it for?
Use them when changing the Tauri application, React interface, Zustand state, SQLite persistence, hooks, or workspace-related planning files.
Why use it?
They help changes follow the project’s existing organization, especially when adding state, hooks, or a new domain. They also identify local-only files that should not be committed.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: mentions AGENTS.md.

Install

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.

agentmods
npx agentmods add instructions/akhayam99/goodboy/claude-md
Clone the repo
git clone --depth 1 https://github.com/akhayam99/goodboy

Made for: Claude Code.

Wrote 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.

agentmods badge for goodboy CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/akhayam99/goodboy/claude-md.svg)](https://agentmods.dev/instructions/akhayam99/goodboy/claude-md)
Your own site
<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>
Per session 356 This file is loaded in full into every session.
When invoked 356 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 6d ago against content hash 834dbf9fd4d1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

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.

CLAUDE.md · 27 lines

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.md and CONVENTIONS.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 an index.test.ts if behavior is non-trivial.
  • Worktrees (.claude/worktrees/) and personal skill files under .claude/ are local-only: never commit them.
  • REFACTOR_PLAN.md and 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-atlas repository, not here. Do not reconstruct either from this repo; ask the owner.
Changes

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.

  1. 6d ago First seen · 27 lines · 356 tokens per session scan A 834dbf9fd4d1

Subscribe to this mod's changes

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.