ng-blatui AGENTS.md

ng-blatui AGENTS.md is an instructions file for Codex, OpenCode from anousss007/ng-blatui. It costs 768 tokens per session, scanned A, original, MIT.

A project guide for an Angular UI library, which is a collection of reusable interface components. It sets rules for Angular 22, accessibility, naming, styling, and the official Angular tools to use.

In plain words
What is it for?
Use it when changing components, public interfaces, styles, demos, or tests in the ng-blatui repository.
Why use it?
It gives an AI coding agent the project’s exact technical and accessibility rules, reducing incompatible changes and repeated decisions.

Instructions file for CodexOpenCode

Install

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.

agentmods
npx agentmods add instructions/anousss007/ng-blatui/agents-md
Clone the repo
git clone --depth 1 https://github.com/anousss007/ng-blatui

Made for: Codex, OpenCode.

Wrote 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.

agentmods badge for ng-blatui AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/anousss007/ng-blatui/agents-md.svg)](https://agentmods.dev/instructions/anousss007/ng-blatui/agents-md)
Your own site
<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>
Per session 768 This file is loaded in full into every session.
When invoked 768 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 5d ago against content hash 10af63fd848c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

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.

AGENTS.md · 54 lines

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-cli MCP 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: OnPush explicitly — it's the v22 default.
  • Signals everywhere: input() / output() / model() / computed(). Use inject().
  • Native control flow (@if/@for/@switch); no *ngIf/*ngFor, no ngClass/ngStyle.
  • Accessibility: must pass AXE + WCAG AA. Build behavior on @angular/aria + @angular/cdk.
  • Selectors: library prefix bui, demo app prefix app.
  • 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:apiapi.json
Check API docs coverage npm run check:api-docs
Regenerate the catalog npm run build:registryregistry.json + llms.txt

Read the full file on GitHub · 54 lines

Changes

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.

  1. 5d ago First seen · 54 lines · 768 tokens per session scan A 10af63fd848c

Subscribe to this mod's changes

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.