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/odradekai/bundles-forge/claude-mdgit clone --depth 1 https://github.com/OdradekAI/bundles-forgeWrote 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/odradekai/bundles-forge/claude-md)<a href="https://agentmods.dev/instructions/odradekai/bundles-forge/claude-md"><img src="https://agentmods.dev/badge/instructions/odradekai/bundles-forge/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.01848 | $0.01848 |
| Opus 5 | $0.00924 | $0.00924 |
| Sonnet 5 | $0.00370 | $0.00370 |
| Haiku 4.5 | $0.00185 | $0.00185 |
Grade A, and why
bundles-forge CLAUDE.md scanned grade A with 2 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 5d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- No network calls (`curl`, `wget`) in hook scripts Runs shell commandslowCapability
Expected in a hook, worth knowing in a rule or an instructions file.
- No `eval()` or `child_process` in plugin code How it starts
The opening of the file, as written. The whole thing — 114 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
Bundles Forge is a bundle-plugin engineering toolkit supporting 6 platforms: Claude Code, Cursor, Codex, OpenCode, Gemini CLI, and OpenClaw. It contains 8 skills covering the full lifecycle of bundle-plugin development (design, scaffold, author, audit, test, optimize, release). The project itself is a bundle-plugin — it uses its own patterns to build and validate itself.
Requires Python 3.9+ (scripts use pathlib.Path.is_relative_to and other 3.9+ features).
Commands
Testing
python tests/run_all.py # all 6 test suites (scripts, integration, graph fixtures, unit, skill quality, workflow chains)
python tests/test_scripts.py -v # auditing/releasing script tests (unittest)
python tests/test_integration.py -v # structure, hooks, version sync, skill discovery
python -m pytest tests/test_scripts.py -v # same, via pytest
python -m pytest tests/test_scripts.py -v -k test_project_mode_runs_without_error # single test
Test suites: test_scripts (audit/release CLI scripts), test_integration (project structure, hooks, version sync, skill discovery), test_graph_fixtures (dependency graph fixtures), test_unit (unit tests), test_skill_quality (description format, cross-references, Integration symmetry), test_workflow_chains (live project workflow integrity, Calls/Called-by symmetry, graph connectivity). All 6 are collected by tests/run_all.py.
Quality & Security
bundles-forge audit-skill [target-dir] # project-level skill quality audit (auto-detects mode)
bundles-forge audit-skill [skill-dir] # single skill audit (4 categories)
bundles-forge audit-skill --all [target-dir] # force project-level mode
bundles-forge audit-security [target-dir] # 7-surface security scan
bundles-forge audit-plugin [target-dir] # combined audit (calls audit_skill + audit_security + workflow)
bundles-forge audit-workflow [target-dir] # workflow integration audit (W1-W11)
bundles-forge audit-docs [target-dir] # documentation consistency (9 checks: D1-D9)
bundles-forge checklists [target-dir] # regenerate checklist tables from audit-checks.json registry
bundles-forge checklists --check [target-dir] # detect checklist drift (exit 1 if stale)
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.
- 5d ago First seen · 114 lines · 1,848 tokens per session scan A 096e77247b15
bundles-forge CLAUDE.md is an instructions file published in the GitHub repository OdradekAI/bundles-forge (230 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 1,848 tokens to every session, about $0.0092 per session on Opus 5. A static security scan graded it A with 2 findings (makes network calls, runs shell commands). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
pg-aiguide CLAUDE.md
Claude Code instructions for timescale/pg-aiguide, covering tiger docs mcp server - development guidelines, build, test & run commands, code style guidelines and python (ingest/).
markifact-mcp GEMINI.md
Instructions for markifact/markifact-mcp, covering markifact, the 8 tools, discover → inspect → run, connection vs account and reporting workflow.
supergraph AGENTS.md
AGENTS.md instructions for datit309/supergraph, covering supergraph — mandatory workflows, skills, auto language detection, tiered workflow — pick the right tier first and full pipeline (tier 3).
embedded-systems-architect AGENTS.md
Instructions for Zachariah9420/embedded-systems-architect: This repository ships an agent skill for embedded-systems and edge-AI development work.
frankfurter-api AGENTS.md
Instructions for NanookAI/frankfurter-api, covering agent instructions, layout, conventions, known live-api facts worth preserving and validation checklist before committing.
technical-product-gtm AGENTS.md
Instructions for beingsmit/technical-product-gtm, covering agents.md, what this is, how to use these skills, what makes these skills different and author.