Gold-Band: Skill for Claude Code

.agents/skills/performance/SKILL.md

performance is a skill for Claude Code, Codex from diodeme/Gold-Band. It costs 49 tokens per session (2,939 once invoked), scanned A, original, AGPL-3.0.

A set of instructions for improving a website’s loading speed and responsiveness.

In plain words
What is it for?
Use it for speed improvements, load-time fixes, and website performance audits.
Why use it?
It helps identify and address causes of slow page loads and poor user experience.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing. Also seen: installed under .agents/ (shared by several agents).

This is diodeme/Gold-Band's own configuration. It tells Claude Code and Codex how to work on Gold-Band 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 Gold-Band configures →

Reuse

Borrowing it

Nothing to install: this file belongs to diodeme/Gold-Band. 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/diodeme/Gold-Band/main/.agents/skills/performance/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/diodeme/Gold-Band

Made for: Claude Code, Codex.

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 performance

README.md
[![agentmods](https://agentmods.dev/badge/skills/diodeme/gold-band/performance.svg)](https://agentmods.dev/skills/diodeme/gold-band/performance)
Your own site
<a href="https://agentmods.dev/skills/diodeme/gold-band/performance"><img src="https://agentmods.dev/badge/skills/diodeme/gold-band/performance.svg" alt="Measured on agentmods" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,939 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin unknown 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.00049 $0.02939
Opus 5 $0.00024 $0.01470
Sonnet 5 $0.00010 $0.00588
Haiku 4.5 $0.00005 $0.00294

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

Security

Grade A, and why

performance scanned grade A with 1 finding 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 6d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

return cached || fetch(event.request).then((response) => {
.agents/skills/performance/SKILL.md · 401 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 6d ago First seen · 401 lines · 49 tokens per session scan A f2e2a354e2cc

Subscribe to this mod's changes

performance is a skill published in the GitHub repository diodeme/Gold-Band (79 stars, last pushed yesterday), licensed AGPL-3.0. It adds 49 tokens to every session and 2,939 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

md-audit

Read-only code quality audit — scan the current working directory for common issues (bugs, dead code, security hotspots, missing error handling) and return a prioritised findings report. No files are edited. Use when asked to "audit the code", "quick audit", "find issues", "code scan", or "what's wrong with this…

chaitanyagiri/munder-difflin · 85 tokens

reproduce-frontend-bug

Build a bounded, replayable browser or UI bug reproduction from GitHub Issues, Jira, Aone, user-provided exports, screenshots, videos, comments, or attachments. Use for browser, WebView, IDE or desktop UI, interaction, responsive, rendering, accessibility, or visual defects that need evidence-preserving reproduction…

QoderAI/better-harness · 87 tokens

b3os-ai-code-safety

As code and logic grow, the cost is not the happy path — it is coupling: a change ripples into places you did not touch, and a "small fix" breaks something unrelated. This skill is a code-structure and refactoring guide: structure well from the initial design so a change stays local, apply operational safety where…

b3rys/b3rys-team-os · 124 tokens

ctx

Codebase intelligence and evidence-driven governance with the indexed ctx CLI. Use when exploring an unfamiliar repository, locating symbols or callers, checking for existing implementations, estimating change impact, enforcing architecture rules, scoring a branch, finding hotspots or duplication, or analyzing…

agentis-tools/ctx · 60 tokens

frontend-design

Use when creating, refactoring, or reviewing web UI. Trigger when the user mentions components, layouts, landing pages, design systems, tokens, typography, spacing, responsiveness, dark mode, accessibility, micro-interactions, or says the existing UI looks "AI-generated" or "generic." Also triggers on requests to…

leee880619-commits/ClaudeCode-Harness-Setup-Assistant · 97 tokens

generator-apply-fixes

Internal Auto-Harness generator skill for QA fix cycles. Use only inside the Generator subagent when it is addressing named defects from QA or retest.

redker56/auto-harness · 36 tokens