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/cdviz-dev/cdviz/claude-mdgit clone --depth 1 https://github.com/cdviz-dev/cdvizWhat 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.01953 | $0.01953 |
| Opus 5 | $0.00977 | $0.00977 |
| Sonnet 5 | $0.00391 | $0.00391 |
| Haiku 4.5 | $0.00195 | $0.00195 |
Grade A, and why
cdviz 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 — 205 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.
AGENTS.md - CDviz Monorepo
AI agent instructions for CDviz, an SDLC observability platform built around CDEvents.
Project Context
What: Software delivery pipeline visibility and event tracking
Who: DevOps engineers, tech leads, platform engineers
Architecture: See README.md for comprehensive overview
Development: See CONTRIBUTING.md for detailed setup and workflows
Monorepo Structure
This is a mise monorepo with monorepo_root = true configuration. Components are organized as:
- cdviz-db/: PostgreSQL + TimescaleDB schema with golang-migrate migrations
- cdviz-grafana/: TypeScript-based Grafana dashboard generator (Bun + Grafana Foundation SDK)
- cdviz-site/: VitePress documentation site (Bun + TailwindCSS)
- charts/: Helm charts for Kubernetes deployment (cdviz-collector, cdviz-db, cdviz-grafana)
- demos/: Integration testing environments (Docker Compose & Kubernetes)
- cdevents-spec/: Git submodule with CDEvents specification and conformance tests
Note: cdviz-collector (event collection service) is a separate repository.
Task Execution Pattern
Run tasks from monorepo root using mise's path syntax:
mise tasks --all # List all available tasks across components
mise run //cdviz-site:dev # Run task in specific component
mise run //cdviz-db:migrate:create # Run nested task
mise run '//...:ci' # Run :ci task in all components
AI-Specific Guidance
Component-Specific Instructions
Each component has detailed AGENTS.md with specialized guidance:
- cdviz-db/AGENTS.md: Database schema, golang-migrate migrations, TimescaleDB patterns
- cdviz-grafana/AGENTS.md: TypeScript dashboard generation, ECharts panels, query patterns
- cdviz-site/AGENTS.md: VitePress documentation, Vue components, content guidelines
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 · 205 lines · 1,953 tokens per session scan A 57a30fedc6e4
cdviz CLAUDE.md is an instructions file published in the GitHub repository cdviz-dev/cdviz (24 stars, last pushed 3d ago), licensed Apache-2.0. It adds 1,953 tokens to every session, about $0.0098 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
superpowers GEMINI.md
Gemini CLI instructions for obra/superpowers, a project described as: An agentic skills framework & software development methodology that works.
teamcity-mcp CLAUDE.md
Instructions for Daghis/teamcity-mcp, covering claude code instructions for teamcity-mcp, project overview, development commands, testing and unit tests.
sdlc-graph-engineering CLAUDE.md
Instructions for RonMizrahi/sdlc-graph-engineering, covering sdlc-graph-engineering — repository guide, sources of truth, changing the skill — required, authoring rules and the skill's own standard, applied to itself.
ocawe AGENTS.md
Instructions for lefinepro/ocawe, covering ocawe framework development agent guide, goal, scope, core rules and architecture focus.
add CLAUDE.md
Instructions for MountainUnicorn/add, covering add development guide, source of truth, project state, development workflow and repository structure.
add AGENTS.md
Instructions for MountainUnicorn/add, covering add, engagement protocol, spec-first invariants, maturity & autonomy ceiling and currently active spec.