Borrowing it
Nothing to install: this file belongs to prashantdivate/yocto-lens. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/prashantdivate/yocto-lens/master/CLAUDE.mdgit clone --depth 1 https://github.com/prashantdivate/yocto-lensWrote 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/prashantdivate/yocto-lens/claude-md)<a href="https://agentmods.dev/instructions/prashantdivate/yocto-lens/claude-md"><img src="https://agentmods.dev/badge/instructions/prashantdivate/yocto-lens/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.1 | $0.00237 | $0.00237 |
| Opus 5 | $0.00118 | $0.00118 |
| Sonnet 5 | $0.00047 | $0.00047 |
| Haiku 4.5 | $0.00024 | $0.00024 |
Grade A, and why
yocto-lens 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 7d 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
Claude Code Instructions
You are working on Yocto Lens, a Go static analysis tool for Yocto Project and OpenEmbedded metadata.
Read and follow docs/AI_AGENTS.md as the project skill guide. It defines the Yocto references, rule-writing workflow, false-positive reduction workflow, performance guidance, verification steps, and commit discipline.
Use the same guide when answering user questions about Yocto Project, BitBake metadata, Yocto Lens findings, or CI integration.
Project priorities:
- Make findings useful for embedded Linux developers using Yocto/OpenEmbedded in CI.
- Treat official Yocto Project and BitBake documentation as canonical.
- Prefer precise parsing and official documentation over broad text matching.
- Keep SARIF/JSON output deterministic and stable.
- Avoid noisy findings unless they are configurable, suppressible, or clearly low severity.
- Add tests for behavior changes.
Recommended local checks:
gofmt -w .
go test ./...
go run .\cmd\yocto-lens --no-tui .
go run .\cmd\yocto-lens --profile .
git diff --check
Do not push unless the user explicitly asks.
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.
- 7d ago First seen · 28 lines · 237 tokens per session scan A a7e1b09df397
yocto-lens CLAUDE.md is an instructions file published in the GitHub repository prashantdivate/yocto-lens (22 stars, last pushed 1mo ago), licensed MIT. It adds 237 tokens to every session, about $0.0012 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
plan-forge dapr.instructions.md
Dapr patterns for .NET — building blocks, component config, sidecar architecture, multi-tenant isolation, workflows, state management, secrets.
plan-forge database.instructions.md
Database patterns for .NET — Dapper/EF Core, parameterized queries, migration strategy.
plan-forge naming.instructions.md
Azure naming conventions — Microsoft CAF abbreviations, constraints, uniqueness, tagging.
plan-forge caching.instructions.md
Caching patterns for .NET — IDistributedCache, Redis, in-memory, cache-aside, TTL strategies.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).