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/aliengiraffe/spotdb/claude-mdgit clone --depth 1 https://github.com/aliengiraffe/spotdbWrote 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/aliengiraffe/spotdb/claude-md)<a href="https://agentmods.dev/instructions/aliengiraffe/spotdb/claude-md"><img src="https://agentmods.dev/badge/instructions/aliengiraffe/spotdb/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 | $0.00349 | $0.00349 |
| Opus 5 | $0.00175 | $0.00175 |
| Sonnet 5 | $0.00070 | $0.00070 |
| Haiku 4.5 | $0.00035 | $0.00035 |
Grade A, and why
spotdb 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 3d 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
Project Tools and Commands
Task Runner
task -l- List available taskstask run-simple & sleep 5 && kill -9 $(lsof -t -i :6033)- Run application for 5 seconds then terminate properlytask test- Run all teststask docker- Run the application using Dockertask build- Build the project binarytask swagger- Generate swagger spec
Git Rules
- Do not add any new files to git or create commits without previous authorization
- Always use the Conventional Commits format described below when writing commit messages
On Code Generation
- Generate readable code
- Reduce code duplication to the minimum
- Compose functions rather than have full implementation on a single function
Conventional Commits Summary
Commit Message Format:
<type>[optional scope]: <description>
[optional body]
[optional footer(s)]
Common Commit Types:
feat:- Introduces a new feature (correlates with MINOR version)fix:- Patches a bug (correlates with PATCH version)BREAKING CHANGE:- Introduces a breaking API change (correlates with MAJOR version)
Additional Optional Types:
build:,chore:,ci:,docs:,style:,refactor:,perf:,test:
Example Commits:
- Simple feature:
feat: add user authentication
- Breaking change:
feat(api)!: send email on product shipment
BREAKING CHANGE: Requires new email configuration
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.
- 3d ago First seen · 62 lines · 349 tokens per session scan A a912cc759ecc
spotdb CLAUDE.md is an instructions file published in the GitHub repository aliengiraffe/spotdb (21 stars, last pushed 3d ago), licensed MIT. It adds 349 tokens to every session, about $0.0017 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
harikos.ai AGENTS.md
AGENTS.md instructions for ashyeager/harikos.ai, covering agents.md — harikos ai repository instructions, 1. read first, 2. product definition, 3. mvp means a real saas and 4. reality-only rule.
clarion CLAUDE.md
Claude Code instructions for celanthe/clarion, covering clarion — agent voice manager, what it does, architecture, running it and ui only (edge tts, zero config).
claude-code-tresor CLAUDE.md
Instructions for alirezarezvani/claude-code-tresor, covering claude.md - development guide, 🎯 repository purpose, 🏗️ architecture, 🛠️ common development commands and building & testing.
rn-dev-agent AGENTS.md
Instructions for Lykhoyda/rn-dev-agent, covering repository guide for agents, repository map, editing rules, architecture rules and supported node runtimes.
Forge-Agentic-Coding-CLI CLAUDE.md
Instructions for hoangsonww/Forge-Agentic-Coding-CLI, covering claude.md, identity of this repo, build & verify commands (canonical), repository map and conventions.
golem AGENTS.md
AGENTS.md instructions for golemcloud/golem, covering golem development guide, backward compatibility, prerequisites, building and makefile.toml script conventions.