openbridge-webcomponents: Skill for Claude Code

.claude/skills/comment-pass/SKILL.md

comment-pass is a skill for Claude Code from Ocean-Industries-Concept-Lab/openbridge-webcomponents. It costs 33 tokens per session (319 once invoked), scanned A, original, Apache-2.0.

A manual cleanup pass for comments in TypeScript and CSS files under a chosen path. It follows rules that keep comments short and focused on why the code exists.

In plain words
What is it for?
It helps delete, shorten, or preserve ordinary comments and method or field documentation across a directory. It reports the number of comments handled in each file.
Why use it?
It removes comments that merely repeat the code, describe history, or add filler. It also keeps required documentation blocks and avoids changing the code itself.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

This is Ocean-Industries-Concept-Lab/openbridge-webcomponents's own configuration. It tells Claude Code how to work on openbridge-webcomponents itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything openbridge-webcomponents configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/develop/.claude/skills/comment-pass/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents

Made for: Claude Code.

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 comment-pass

README.md
[![agentmods](https://agentmods.dev/badge/skills/ocean-industries-concept-lab/openbridge-webcomponents/comment-pass/github.svg)](https://agentmods.dev/skills/ocean-industries-concept-lab/openbridge-webcomponents/comment-pass)
Your own site
<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.

agentmods 80×15 button for comment-pass

Your own site · 80×15
<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>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 319 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00033 $0.00319
Opus 5 $0.00016 $0.00160
Sonnet 5 $0.00007 $0.00064
Haiku 4.5 $0.00003 $0.00032

Measured 9d ago against content hash e19b449bd878, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

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.

.claude/skills/comment-pass/SKILL.md · 26 lines

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:

  1. Read the file. Collect every // comment, /* */ block and the JSDoc of methods and fields.
  2. 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.
  3. 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.
  4. 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.
  5. Edit the file with minimal, targeted edits.

Finish with one line per file: <path>: deleted N, shortened N, kept N.

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. 9d ago First seen · 26 lines · 33 tokens per session scan A e19b449bd878

Subscribe to this mod's changes

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.

Related

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…

jeremylongshore/tons-of-skills-marketplace · 126 tokens

extract-design-system

Extract design primitives from a public website and generate starter token files for your project.

arvindrk/extract-design-system · 20 tokens

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/primitives · 59 tokens

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…

radix-ng/primitives · 105 tokens

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…

anousss007/ng-blatui · 108 tokens

neuralng-angular

Build or update Angular 22+ interfaces with NeuralNg when exact component selection, imports, forms, accessibility, SSR, icons, or theming guidance is needed.

hasanaydin7/NeuralTech · 38 tokens