Borrowing it
Nothing to install: this file belongs to Ocean-Industries-Concept-Lab/openbridge-webcomponents. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/develop/.claude/skills/comment-pass/SKILL.mdgit clone --depth 1 https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponentsWrote 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/skills/ocean-industries-concept-lab/openbridge-webcomponents/comment-pass)<a href="https://agentmods.dev/skills/ocean-industries-concept-lab/openbridge-webcomponents/comment-pass"><img src="https://agentmods.dev/badge/skills/ocean-industries-concept-lab/openbridge-webcomponents/comment-pass/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/skills/ocean-industries-concept-lab/openbridge-webcomponents/comment-pass"><img src="https://agentmods.dev/badge/skills/ocean-industries-concept-lab/openbridge-webcomponents/comment-pass.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00033 | $0.00319 |
| Opus 5 | $0.00016 | $0.00160 |
| Sonnet 5 | $0.00007 | $0.00064 |
| Haiku 4.5 | $0.00003 | $0.00032 |
Grade A, and why
comment-pass 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 9d 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.
What it actually says
Apply docs/agents/coding-standards.md (Comments, CSS, Writing style) to every
.ts and .css file under $ARGUMENTS.
Procedure, per file:
- Read the file. Collect every
//comment,/* */block and the JSDoc of methods and fields. - For each comment decide: delete (restates the code, narrates a change, commented-out code, filler), shorten (keep the why, ≤ 3 lines, title line first, no banned phrases), or keep.
- Class and module JSDoc blocks are the documentation contract
(
docs/agents/jsdoc.md): never delete or shorten them; only apply the Writing style ban list to their prose. - Never change code, JSDoc tags (
@property,@slot,@fires,@availableWhen, lifecycle tags) or string literals. Never invent a why — if the reason is unknown, leave the comment as it is. - Edit the file with minimal, targeted edits.
Finish with one line per file: <path>: deleted N, shortened N, kept N.
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.
- 9d ago First seen · 26 lines · 33 tokens per session scan A e19b449bd878
comment-pass is a skill published in the GitHub repository Ocean-Industries-Concept-Lab/openbridge-webcomponents (95 stars, last pushed today), licensed Apache-2.0. It adds 33 tokens to every session and 319 once invoked, about $0.0002 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 skills, from other repositories
design
Use when the user wants the visual/experiential design of a product done systematically — a design system, a screen, a landing page, or a visual identity — grounded in researched real-world prior art and free of AI slop. Establishes/extends the design system, invokes the matching local taste skill, dispatches the…
extract-design-system
Extract design primitives from a public website and generate starter token files for your project.
radix-ng-examples
Index of every documented @radix-ng/primitives example. Use when implementing a UI feature to find a working, copy-paste-ready Angular pattern built on the primitives. Each component has an index doc linking to per-example source shards you can copy-paste.
radix-ng
Build correct, accessible UI with @radix-ng/primitives — the signals-first, headless Angular primitive library. Use when implementing Angular components, forms, dialogs, menus, or any UI on top of radix-ng primitives, or when styling them with a custom design system. Use when: "build a … with radix-ng", "use…
ng-blatui
Use the ng-blatui Angular UI library in an app — install, import components (bui-prefixed, signal-based, zoneless, SSR-safe), theme with Tailwind v4 + oklch tokens, localize dates/numbers/labels, and discover the full catalog via the registry, api.json, llms.txt or the ng-blatui-mcp MCP server. Invoke when building…
neuralng-angular
Build or update Angular 22+ interfaces with NeuralNg when exact component selection, imports, forms, accessibility, SSR, icons, or theming guidance is needed.