band-play: Skill for Claude Code

.claude/skills/chrome-extension-ai-assist/SKILL.md

chrome-extension-ai-assist is a skill for Claude Code from borbiuk/band-play. It costs 48 tokens per session (356 once invoked), scanned A, original, MIT.

Guidance for using AI coding assistants to modify Bandcamp Play, a Chrome browser extension built with Chrome’s Manifest V3 system. It covers checking extension settings, browser APIs, internal messages, and build output.

In plain words
What is it for?
Use it when an AI assistant changes the manifest, messaging code, Chrome APIs, or other non-trivial parts of the extension.
Why use it?
It helps prevent changes that compile but fail under Chrome’s extension rules or break communication between extension components.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions Claude Code; mentions AGENTS.md.

This is borbiuk/band-play's own configuration. It tells Claude Code how to work on band-play 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 band-play configures →

Reuse

Borrowing it

Nothing to install: this file belongs to borbiuk/band-play. 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/borbiuk/band-play/master/.claude/skills/chrome-extension-ai-assist/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/borbiuk/band-play

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 chrome-extension-ai-assist

README.md
[![agentmods](https://agentmods.dev/badge/skills/borbiuk/band-play/chrome-extension-ai-assist/github.svg)](https://agentmods.dev/skills/borbiuk/band-play/chrome-extension-ai-assist)
Your own site
<a href="https://agentmods.dev/skills/borbiuk/band-play/chrome-extension-ai-assist"><img src="https://agentmods.dev/badge/skills/borbiuk/band-play/chrome-extension-ai-assist/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 chrome-extension-ai-assist

Your own site · 80×15
<a href="https://agentmods.dev/skills/borbiuk/band-play/chrome-extension-ai-assist"><img src="https://agentmods.dev/badge/skills/borbiuk/band-play/chrome-extension-ai-assist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 356 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.
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.00048 $0.00356
Opus 5 $0.00024 $0.00178
Sonnet 5 $0.00010 $0.00071
Haiku 4.5 $0.00005 $0.00036

Measured 12d ago against content hash 3991f6744177, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

chrome-extension-ai-assist 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 12d 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/chrome-extension-ai-assist/SKILL.md · 29 lines

What it actually says

Chrome extension + AI assistants (Bandcamp Play)

Official baseline

Always treat this as authoritative for how Chrome describes AI-assisted extension development:

Do not treat model output as a specification of chrome.* APIs.

Repo-specific checklist

  1. Read root AGENTS.md (entrypoints and constraints).
  2. After public/manifest.json edits — cross-check Manifest reference and Declare permissions.
  3. Run npm run build and load dist/ unpacked when behavior is non-trivial.
  4. Messaging edits must align with MessageCode, src/shared/models/messages/, and messages-background-service.ts (messaging-conventions.md).
  5. Prefer mirrored docs loaded via the chrome-extension-docs skill instead of guessing API shapes.

What to avoid

  • Hashed output filenames without manifest + webpack alignment (chrome-extension-architecture.md).
  • Ad hoc string-only message protocols outside shared enums/models.
  • Any pattern that violates MV3 rules on packaged, locally executed extension code.
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. 12d ago First seen · 29 lines · 48 tokens per session scan A 3991f6744177

Subscribe to this mod's changes

chrome-extension-ai-assist is a skill published in the GitHub repository borbiuk/band-play (21 stars, last pushed 1mo ago), licensed MIT. It adds 48 tokens to every session and 356 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

a11y-auditor

Audit web pages for accessibility issues in a real browser. Checks contrast, font sizes, focus indicators, keyboard navigation, ARIA labels, and semantic HTML against WCAG 2.1 AA. Reports findings with screenshots and specific remediation steps. Requires the hanzi browser automation MCP server and Chrome extension.

hanzili/hanzi-browse · 67 tokens

a11y-debugging

Uses Chrome DevTools MCP for accessibility (a11y) debugging and auditing based on web.dev guidelines. Use when testing semantic HTML, ARIA labels, focus states, keyboard navigation, tap targets, and color contrast.

ChromeDevTools/chrome-devtools-mcp · 50 tokens

debug-optimize-lcp

Guides debugging and optimizing Largest Contentful Paint (LCP) using Chrome DevTools MCP tools. Use this skill whenever the user asks about LCP performance, slow page loads, Core Web Vitals optimization, or wants to understand why their page's main content takes too long to appear. Also use when the user mentions…

ChromeDevTools/chrome-devtools-mcp · 99 tokens

wcag22-a11y-audit

WCAG 2.2 Accessibility Audit skill that systematically evaluates web pages against 8 core Success Criteria (1.1.1, 1.4.3, 1.4.11, 2.1.1, 2.1.2, 2.4.3, 2.4.7, 4.1.2) using accessibility tree inspection and visual analysis. Use this skill when you need to perform accessibility testing/auditing on a live webpage.

AIPexStudio/AIPex · 111 tokens

component-search

Search 21st.dev component registry for production-ready React components. Finds components by natural language description, filters by framework and style system, returns ranked results with install instructions. Use when looking for UI components, finding alternatives to existing components, or sourcing design system…

yonatangross/orchestkit · 57 tokens

chrome-extension

Use when building or shipping a Manifest V3 browser extension and hitting its quirks — service worker dying and losing state, permission warnings, a Chrome Web Store rejection, content-script/worker/popup messaging, or an MV2-to-V3 migration. NOT a generic web app (that is nextjs), NOT a desktop shell (that is…

ericrisco/rsc-harness · 76 tokens