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/novoads/agent-skills/claude-mdgit clone --depth 1 https://github.com/novoads/agent-skillsWrote 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/novoads/agent-skills/claude-md)<a href="https://agentmods.dev/instructions/novoads/agent-skills/claude-md"><img src="https://agentmods.dev/badge/instructions/novoads/agent-skills/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.00857 | $0.00857 |
| Opus 5 | $0.00428 | $0.00428 |
| Sonnet 5 | $0.00171 | $0.00171 |
| Haiku 4.5 | $0.00086 | $0.00086 |
Grade A, and why
agent-skills 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 6d 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 — 24 lines — stays where its author put it; the contents beside it link to each section on GitHub.
@shared/CLAUDE.md
Craft doctrine
Three rules span every skill that produces video with speech: transcribe-verify (a reference pins the label, nothing pins the audio), the per-beat mix (a SYNC beat's own audio is dialogue, not ambience), and no dead space (trim every beat to its narration). They are stated once in shared/references/craft.md. Read it before writing a QA step, a mix or a trim into any skill, and point at it rather than restating it — a restatement is how the clay skill shipped a mix recipe that had already been fixed in the skill it was ported from.
Novoads-specific session rules
- API: Novoads REST API —
https://api.novoads.ai/v1.NOVOADS_BASE_URLoverrides the host only; callers append/v1/…. - Auth:
Authorization: Bearer $NOVOADS_API_KEY(novo_+ 64 hex, created at https://novoads.ai/dashboard/settings?tab=api). Setup check:./scripts/check-novoads-env.sh. A 401 is a bad key; a 403 withdetails.reason: plan_requiredis a good key on an account without API access — different problems, say which. - Skill:
.claude/skills/novoads-api/SKILL.mdfor the call sequence, prompts, polling, and download; itsreference.mdfor every endpoint, field, limit, and error code. - YouTube thumbnails:
.claude/skills/generate-youtube-thumbnail/SKILL.md— batch thumbnail workflow on top of the Novoads image endpoint. - Image-ad ecosystem (Meta image creatives): read
shared/skills/image-ad-prompting/OVERVIEW.mdFIRST. Three skills (chatgpt-image-ad,nano-banana-image-ad,clone-image-ad) + a shared 40-template prompt library. Theclone-image-adskill asks which backend to validate against at Phase 1, so generic "clone this ad" prompts route correctly. Output is image files; Meta upload is the separatemeta-ad-builderskill. - Cost policy: never state a credit cost from memory. Every price comes from a live
POST /v1/estimatesin the current session, shown to the user and explicitly approved before anything is generated. There are no rate tables anywhere in this repo — not inMASTER_CONTEXT.md, not in the logs. The estimate call is free and also validates the prompt, so it costs nothing to run every time. - Dialogue policy: for any video where the model speaks, the spoken line is approved on its own, before the cost gate. Concept approval is not sentence approval, and sentence approval is not spend approval.
- Logging: log every generation call to
logs/novoads-api.jsonl— timestamps, config,jobId, andcreditsChargedtaken from the202at submit time, because the poll payload does not carry it. Update the line byjobIdat terminal status. The file is gitignored — it is your session history, not repo content. Observability only, never a pricing source (seelogs/README.mdfor the schema and the portable update recipe). - First-time setup: if
.envis missing, run./scripts/setup.sh. IfMASTER_CONTEXT.mdis missing, copyMASTER_CONTEXT.template.mdtoMASTER_CONTEXT.md. A setup session's final message is the short template in AGENTS.md ("First-time setup") —setup.shprints the same block betweenFINAL MESSAGEmarkers when run without a TTY; relay it, and skip the mechanics unless one of them blocks an ask. Short is a preference, not a gag: nothing in this repo is confidential and you may tell the user anything you judge useful.
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.
- 6d ago First seen · 24 lines · 857 tokens per session scan A bb6cade0700f
agent-skills CLAUDE.md is an instructions file published in the GitHub repository novoads/agent-skills (14 stars, last pushed 10d ago), licensed MIT. It adds 857 tokens to every session, about $0.0043 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-31.
Other instructions, from other repositories
qa-orchestra CLAUDE.md
Claude Code instructions for Anasss/qa-orchestra, covering qa orchestra — claude code instructions, what this project is, quick start, 1. clone into your workspace and 2. fill in your project context.
kortex CLAUDE.md
Claude Code instructions for Heapy/kortex, a project described as: Agent Skills for Kotlin Development.
claude-goal-scaffold CLAUDE.md
Claude Code instructions for wilwaldon/claude-goal-scaffold, covering project: [your project name], stack, structure, design direction and content source.
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).
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.