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/jeremydev87/codingbuddy/claude-mdgit clone --depth 1 https://github.com/JeremyDev87/codingbuddyWhat 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.00902 | $0.00902 |
| Opus 5 | $0.00451 | $0.00451 |
| Sonnet 5 | $0.00180 | $0.00180 |
| Haiku 4.5 | $0.00090 | $0.00090 |
Grade A, and why
codingbuddy 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 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.
How it starts
The opening of the file, as written. The whole thing — 109 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Project Overview
Codingbuddy - Multi-AI Rules MCP Server for consistent coding practices across AI assistants (Cursor, Claude Code, Codex, Antigravity, Q, Kiro).
Repository Structure
codingbuddy/
├── apps/
│ └── mcp-server/ # NestJS-based MCP server
│ └── src/
│ ├── main.ts # Entry point (stdio/SSE transport)
│ ├── mcp/ # MCP protocol handlers
│ └── rules/ # Rules service (file reading, search)
├── packages/
│ └── rules/ # AI coding rules package (codingbuddy-rules)
│ └── .ai-rules/ # Shared AI coding rules (single source of truth)
│ ├── rules/ # Core rules (workflow, project, augmented-coding)
│ ├── agents/ # 35 agent definitions (JSON)
│ └── adapters/# Tool-specific integration guides
├── .cursor/ # Cursor AI config
├── .claude/ # Claude Code config
├── .antigravity/ # Antigravity (Gemini) config
├── .codex/ # GitHub Copilot config
├── .q/ # Amazon Q config
└── .kiro/ # Kiro config
Tool Priority
Layered priority: Claude Code native → codingbuddy → OMC.
See .claude/rules/tool-priority.md for the full decision matrix.
Permission Presets
See docs/claude-code/permission-presets.md for parallel-execution and development preset definitions.
Commands
MCP Server (apps/mcp-server/)
# From root directory
yarn workspace codingbuddy start:dev # Run with ts-node
yarn workspace codingbuddy build # Compile TypeScript
yarn workspace codingbuddy test # Run tests
# Or from apps/mcp-server/
cd apps/mcp-server
yarn start:dev # Run with ts-node
yarn build # Compile TypeScript
yarn start # Run compiled version
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 · 109 lines · 902 tokens per session scan A c4ad4cdac560
codingbuddy CLAUDE.md is an instructions file published in the GitHub repository JeremyDev87/codingbuddy (31 stars, last pushed 4mo ago), licensed MIT. It adds 902 tokens to every session, about $0.0045 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
MonkeyCode AGENTS.md
AGENTS.md instructions for chaitin/MonkeyCode, covering git 提交与推送规则, ohmydesign-tmp 例外, 启动 monkeycode debug app(开发与测试), 1. 编译 agent(必须用最新功能分支代码) and 2. 启动 debug app(ui-next 热加载).
claude-code-plugins AGENTS.md
Instructions for DropFan/claude-code-plugins, covering claude code plugins collection, repository structure, plugin management, development guidelines and adding a self-developed plugin.
codeframe AGENTS.md
AGENTS.md instructions for frankbria/codeframe: The guidelines for this repo live in CLAUDE.md. Read that file.
open-mercato CLAUDE.md
Claude Code instructions for open-mercato/open-mercato, a project described as: The AI-Engineering Foundation Framework for CRM/ERP and commerce: open-source TypeScript, with multi-tenancy, RBAC, events and domain modules already decided as conventions and specs, so Cursor, Claude Code and Codex build features instead…
claude-skills AGENTS.md
AGENTS.md instructions for heymegabyte/claude-skills, covering emdash skills — agent instructions, stack, usage, key files and for ai coding tools.
claude-skills copilot-instructions.md
Copilot instructions for heymegabyte/claude-skills, covering emdash skills for github copilot, stack and rules.