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/thettwe/nyann/claude-mdgit clone --depth 1 https://github.com/thettwe/nyannWrote 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/thettwe/nyann/claude-md)<a href="https://agentmods.dev/instructions/thettwe/nyann/claude-md"><img src="https://agentmods.dev/badge/instructions/thettwe/nyann/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.00559 | $0.00559 |
| Opus 5 | $0.00280 | $0.00280 |
| Sonnet 5 | $0.00112 | $0.00112 |
| Haiku 4.5 | $0.00056 | $0.00056 |
Grade A, and why
nyann 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 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.
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 — 45 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.
Overview
nyann is a Claude Code plugin that sets up and maintains project governance: git workflow, hooks, branching, commits, releases, CI, docs routing, and health monitoring. See CHANGELOG.md for release history.
Build / lint / test commands:
bats tests/bats/unit + integration suite./tests/lint.shshellcheck + SKILL.md length enforcement (also available asshellcheck bin/*.sh)claude plugin validate .manifest validationevals/run.shskill-level trigger + output-quality evals (run locally; not a PR gate)
Architecture & conventions
Detailed docs (Project Memory):
| Topic | Where |
|---|---|
| Layer model + JSON schema contracts + MCP boundary | docs/architecture.md |
| Non-negotiable conventions (preview-before-mutate, idempotency, router-mode, profiles-as-data, no internal refs) | docs/principles/conventions.md |
| Documentation principles + Project Memory model | docs/principles/documentation.md |
| Release procedure | docs/RELEASING.md |
Read these before making changes that cross layers, touch generated files, or alter the doc structure.
Skill authoring rules (apply to every SKILL.md)
- Body ≤ 500 lines. Longer detail → split into
skills/<skill>/references/<topic>.md. - Frontmatter
descriptionmust be pushy: enumerate trigger phrases and scenarios aggressively. Vague descriptions under-trigger. - Imperative + explain-why. Every step says what and because, so Claude can adapt when the step doesn't fit.
- Progressive disclosure via
references/(loaded on demand, e.g. per-stack notes). - Bundled
scripts/for repeated work. - Never duplicate content between SKILL.md and references, or between skills.
Scope reminders
- Git only. No Mercurial/SVN/Fossil.
- GitHub only for remote integration. GitLab/Bitbucket deferred.
- No application scaffolding. Not a
create-next-appreplacement. - No dependency management beyond what hooks require.
- No history rewrites. Non-compliant past commits are flagged, not fixed.
- Unix-first. Windows (
.ps1variants) deferred.
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 · 45 lines · 559 tokens per session scan A 731aac4960eb
nyann CLAUDE.md is an instructions file published in the GitHub repository thettwe/nyann (6 stars, last pushed 6d ago), licensed MIT. It adds 559 tokens to every session, about $0.0028 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
recursive-decomposition-skill AGENTS.md
Instructions for massimodeluisa/recursive-decomposition-skill, covering agents: recursive-decomposition skill, read these first (mandatory), language policy, non-negotiables and commands.
curie CLAUDE.md
Claude Code instructions for curie-eng/curie, covering one entry point: curie, release train selection and architecture decision records (adrs).
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.
octowiz CLAUDE.md
Instructions for raelli/octowiz, covering octowiz, releasing & deploying, commands, agent skills and issue tracker.
ship-it open-pr.instructions.md
Instructions for khrichtchatyi/ship-it: When the user asks to open, create, or submit a pull request, follow the skill in skills/open-pr/SKILL.md in full: verify gh is authenticated, resolve the target repository and default branch, push the current branch, open one pull request with a title and body derived from the…
beacon AGENTS.md
AGENTS.md instructions for chris-peterson/beacon, covering beacon, what beacon is, three deliverables, hard boundaries, hot paths — keep fast and surfaces beacon paints.