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.
git clone --depth 1 https://github.com/AtulFalle/ng-elementalWrote 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/rules/atulfalle/ng-elemental/bem-scss)<a href="https://agentmods.dev/rules/atulfalle/ng-elemental/bem-scss"><img src="https://agentmods.dev/badge/rules/atulfalle/ng-elemental/bem-scss/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/rules/atulfalle/ng-elemental/bem-scss"><img src="https://agentmods.dev/badge/rules/atulfalle/ng-elemental/bem-scss.svg" alt="Reviewed on agentmods" width="80" 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.00000 | $0.00384 |
| Opus 5 | $0.00000 | $0.00192 |
| Sonnet 5 | $0.00000 | $0.00077 |
| Haiku 4.5 | $0.00000 | $0.00038 |
Grade A, and why
bem-scss 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 today.
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
BEM SCSS
Use Block Element Modifier naming for all component and docs styles.
Pattern
- Block:
.el-button,.docs-example,.docs-page - Element:
.el-button__label,.docs-example__canvas,.docs-page__header - Modifier:
.el-button--primary,.docs-example--code,.docs-toc__link--active
Rules
- Do not use bare state classes like
.is-active,.active,.openon their own. Prefer a modifier on the block or element:.docs-toc__link--active. - Do not invent one-off utility class names outside an existing block (e.g.
.docs-section-lead). Nest under the block:.docs-page__section-lead. - Prefer
styleUrl+ a sibling.scssfile over large inlinestyles:strings for new docs/UI chrome. - Library widgets use the
el-prefix:.el-<block>,.el-<block>__<element>,.el-<block>--<modifier>. - Docs app chrome uses the
docs-prefix the same way. - Avoid styling through
::ng-deepwhen possible. If a docs demo must pierce encapsulation (e.g. rounded button), keep the piercing rule under a clear BEM block such as.docs-page__rounded.
Examples
/* Good */
.docs-example__toolbar { }
.docs-toc__link--active { }
.el-button--ghost { }
/* Bad */
.is-active { }
.docs-section-lead { }
.view-code-btn { }
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.
- today First seen · 39 lines · 0 tokens per session scan A 792064f9606d
bem-scss is a cursor rule published in the GitHub repository AtulFalle/ng-elemental (2 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 384 tokens. 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-09-13.
Other cursor rules, from other repositories
external-scale
Source: docs/agents/external-scale.md Regenerate: npm run agents:sync -w packages/openbridge-webcomponents -->.
building-blocks
Source: docs/agents/building-blocks.md Regenerate: npm run agents:sync -w packages/openbridge-webcomponents -->.
css-postcss
Source: docs/agents/css-postcss.md Regenerate: npm run agents:sync -w packages/openbridge-webcomponents -->.
ui-design
A set of Chinese-language rules for designing high-fidelity app interface prototypes. It covers user-flow analysis, page planning, mobile-style visual design, and implementation with Tailwind CSS, a utility-based styling framework.
a11y
Source: docs/agents/a11y.md Regenerate: npm run agents:sync -w packages/openbridge-webcomponents -->.
circular-charts
Source: docs/agents/circular-charts.md Regenerate: npm run agents:sync -w packages/openbridge-webcomponents -->.