performance-optimization

performance-optimization is a skill for Claude Code from TrevorEdris/fellowship-of-the-workflows. It costs 90 tokens per session (580 once invoked), scanned A, original, no licence file.

A code analysis tool that looks for causes of slow software, such as inefficient queries, costly algorithms, memory leaks, caching gaps, or large bundles.

In plain words
What is it for?
Use it to investigate slow queries, high latency, memory leaks, N+1 database queries, cache misses, and oversized frontend bundles.
Why use it?
It helps identify why an application is slow and points to areas that may need improvement.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: model in frontmatter.

Good fit Use it to investigate slow queries, high latency, memory leaks, N+1 database queries, cache misses, and oversized frontend bundles.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/trevoredris/fellowship-of-the-workflows/performance-optimization
Install

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.

Any agent
npx skills add TrevorEdris/fellowship-of-the-workflows --skill performance-optimization
Clone the repo
git clone --depth 1 https://github.com/TrevorEdris/fellowship-of-the-workflows

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 performance-optimization

README.md
[![agentmods](https://agentmods.dev/badge/skills/trevoredris/fellowship-of-the-workflows/performance-optimization/github.svg)](https://agentmods.dev/skills/trevoredris/fellowship-of-the-workflows/performance-optimization)
Your own site
<a href="https://agentmods.dev/skills/trevoredris/fellowship-of-the-workflows/performance-optimization"><img src="https://agentmods.dev/badge/skills/trevoredris/fellowship-of-the-workflows/performance-optimization/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 performance-optimization

Your own site · 80×15
<a href="https://agentmods.dev/skills/trevoredris/fellowship-of-the-workflows/performance-optimization"><img src="https://agentmods.dev/badge/skills/trevoredris/fellowship-of-the-workflows/performance-optimization.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 90 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 580 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 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.00090 $0.00580
Opus 5 $0.00045 $0.00290
Sonnet 5 $0.00018 $0.00116
Haiku 4.5 $0.00009 $0.00058

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

Security

Grade A, and why

performance-optimization 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.

skills/performance-optimization/SKILL.md · 67 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 67 lines · 90 tokens per session scan A 79b5d478f2e0

Subscribe to this mod's changes

performance-optimization is a skill published in the GitHub repository TrevorEdris/fellowship-of-the-workflows (2 stars, last pushed 2mo ago), with no licence file. It adds 90 tokens to every session and 580 once invoked, about $0.0005 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-09-03.

Related

Other skills, from other repositories

rubber-duck

Adversarial "rubber duck" review that turns explaining-out-loud into a hallucination check. The main session is the PRESENTER (it did the work — a design doc, investigation, or analysis — and holds the real reasoning) and reconstructs the topic to a LISTENER — a spawned subagent pinned to a DIFFERENT-vendor model that…

kirodotdev/KiroCrew · 161 tokens

military-discipline

A strict review and debugging procedure based on checking work, asking for reasons, correcting problems, accepting only verified results, and recording lessons. It is designed as a quality-control process.

linkerlin/PUAX · 18 tokens

fable-operator

Use when a substantive request needs verified, calibrated reasoning — analysis, diagnosis, review, advice, or a draft the user will act on — even when rigor is not asked for, and most of all when being wrong is expensive or irreversible. NOT casual chat (rigor theater), NOT the SDD gates verify, debug, review; this is…

ericrisco/rsc-harness · 82 tokens

hatch3r-perf-audit

Profiles and optimizes application performance against defined budgets. Use when investigating performance issues, auditing performance budgets, or optimizing hot paths.

hatch3r/hatch3r · 34 tokens

performance-optimization

Measure first, optimize second. Data-driven performance improvements with before/after benchmarks and production validation.

DevelopersGlobal/ai-agent-skills · 23 tokens

python-indent-aware-edits

Over-indented suites are valid Python; compileall won't catch a dropped with/try scope. Verify end-to-end.

chen3feng/agent-skills · 30 tokens