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/anousss007/ng-blatui/agents-mdgit clone --depth 1 https://github.com/anousss007/ng-blatuiWrote 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/anousss007/ng-blatui/agents-md)<a href="https://agentmods.dev/instructions/anousss007/ng-blatui/agents-md"><img src="https://agentmods.dev/badge/instructions/anousss007/ng-blatui/agents-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.00768 | $0.00768 |
| Opus 5 | $0.00384 | $0.00384 |
| Sonnet 5 | $0.00154 | $0.00154 |
| Haiku 4.5 | $0.00077 | $0.00077 |
Grade A, and why
ng-blatui AGENTS.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 — 54 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ng-blatui — agent guide
ng-blatui is an Angular UI library: a port of BlatUI's visual system (components,
blocks, templates, oklch design tokens, theming) to Angular. Behavior is built on the
official Angular headless stack (Angular Aria + CDK); styling is Tailwind CSS v4 + BlatUI tokens.
Use the official Angular tooling
- MCP: the
angular-cliMCP server is configured in.mcp.json. Prefer its tools for anything Angular-version-specific:get_best_practices,search_documentation,find_examples,list_projects. Don't answer Angular questions from memory — query it. - Skill: see
.claude/skills/angular-best-practices/SKILL.md(the official v22 guide).
Hard rules (this repo)
- Angular v22, zoneless, standalone (defaults — don't set them explicitly).
- Do NOT set
changeDetection: OnPushexplicitly — it's the v22 default. - Signals everywhere:
input()/output()/model()/computed(). Useinject(). - Native control flow (
@if/@for/@switch); no*ngIf/*ngFor, nongClass/ngStyle. - Accessibility: must pass AXE + WCAG AA. Build behavior on
@angular/aria+@angular/cdk. - Selectors: library prefix
bui, demo app prefixapp. - Peer support floor: Angular 21.
Commands
| Task | Command |
|---|---|
| Build library | npm run build:lib (ng build ng-blatui) |
| Build demo site | npm run build |
| Serve demo | npm start (ng serve demo) |
| Unit tests (Vitest) | npm test (CI: npm run test:ci) |
| Lint (ESLint, type-aware) | npm run lint |
| Format (Prettier) | npm run format |
| Extract the typed API | npm run extract:api → api.json |
| Check API docs coverage | npm run check:api-docs |
| Regenerate the catalog | npm run build:registry → registry.json + llms.txt |
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 · 54 lines · 768 tokens per session scan A 10af63fd848c
ng-blatui AGENTS.md is an instructions file published in the GitHub repository anousss007/ng-blatui (16 stars, last pushed 2d ago), licensed MIT. It adds 768 tokens to every session, about $0.0038 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
starwind-ui AGENTS.md
AGENTS.md instructions for starwind-ui/starwind-ui, covering agents.md, project shape, useful commands and contribution conventions.
fundamental-ngx AGENTS.md
AGENTS.md instructions for SAP/fundamental-ngx, covering angular 22+ development guidelines, persona, quick reference, essential commands and build/lint/test specific library.
fundamental-ngx CLAUDE.md
Claude Code instructions for SAP/fundamental-ngx, covering fundamental ngx, architecture, commands, build / lint / test a library and affected only (prefer this for validation).
fundamental-ngx copilot-instructions.md
Copilot instructions for SAP/fundamental-ngx, covering github copilot instructions and quick links.
kernel-ui AGENTS.md
AGENTS.md instructions for kemiljk/kernel-ui, covering working in this repo, release checklist for pull requests, the one rule that matters most: build every component twice, repo layout and conventions to match, not reinvent.
0 CLAUDE.md
Claude Code instructions for vuetifyjs/0, covering @vuetify/v0 monorepo, before writing code, use what already ships, path alias and packages.