plan-perf-audit

plan-perf-audit is a skill for Claude Code, Codex from kensaurus/cursor-kenji. It costs 70 tokens per session (1,179 once invoked), scanned A, original, MIT.

A plan-only performance audit guide for websites, mobile apps, backends, and data systems. It measures slow paths first, then turns the findings into an optimization plan.

In plain words
What is it for?
Use it to profile an application, record performance baselines, find issues such as slow queries or oversized code, and prioritize fixes.
Why use it?
It helps identify real sources of delays, timeouts, or unnecessary cost before changes are proposed.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to profile an application, record performance baselines, find issues such as slow queries or oversized code, and prioritize fixes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kensaurus/cursor-kenji/plan-perf-audit
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 kensaurus/cursor-kenji --skill plan-perf-audit
Clone the repo
git clone --depth 1 https://github.com/kensaurus/cursor-kenji

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 plan-perf-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/kensaurus/cursor-kenji/plan-perf-audit/github.svg)](https://agentmods.dev/skills/kensaurus/cursor-kenji/plan-perf-audit)
Your own site
<a href="https://agentmods.dev/skills/kensaurus/cursor-kenji/plan-perf-audit"><img src="https://agentmods.dev/badge/skills/kensaurus/cursor-kenji/plan-perf-audit/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 plan-perf-audit

Your own site · 80×15
<a href="https://agentmods.dev/skills/kensaurus/cursor-kenji/plan-perf-audit"><img src="https://agentmods.dev/badge/skills/kensaurus/cursor-kenji/plan-perf-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,179 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.00070 $0.01179
Opus 5 $0.00035 $0.00589
Sonnet 5 $0.00014 $0.00236
Haiku 4.5 $0.00007 $0.00118

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

Security

Grade A, and why

plan-perf-audit 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 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.

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/plan-perf-audit/SKILL.md · 144 lines

How it starts

The opening of the file, as written. The whole thing — 144 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Performance Audit + Optimization Plan

Degree of freedom: HIGH — measure, interpret, plan. Stay plan-only. Do not optimize in this pass.

Role: Senior performance engineer (web + mobile + backend/data).

Task: Profile the app, find performance issues across layers, plan fixes. Measure, don't guess. Audit & plan only — do not optimize in this pass.

This skill vs neighbors

Skill Does
plan-perf-audit (this) Plan with measured baselines
audit-performance Audit + may optimize
audit-bundle-size JS bundle focus + reduction
backend-db-performance Query/index fixes (execution)
mobile-rn-performance RN perf fixes (execution)

Loop: see docs/PLAN-LOOPS.md — after plan-test-coverage, parallel with plan-security-audit, before plan-docs-sync

How to reason (every plan item)

  1. Propose — an optimization tied to a measured baseline
  2. Risk — user-visible stall, cost, or timeout if left as-is
  3. Keep-working — paths already inside budget
  4. Phase — P0 hot-path → structural → polish (do not execute)

Worked example

Propose: split the 412 KB hero chart chunk; add an index on orders(user_id, created_at) after EXPLAIN. Risk: /dashboard LCP 4.8s (Lighthouse); orders list is a 1.2s sequential N+1. Keep-working: /pricing already LCP <2s; user lookup is indexed. Phase: Phase 1 — P0 hot-path wins. No fabricated numbers.


⛔ Preservation Contract [LOW freedom — run exactly]

Read references/preservation-contract.md. Acknowledge in output #1.

Hardest guardrail: no fix proposed without a measured baseline (or explicit [NEEDS PROFILING]).


References

File Contents
references/audit-scope.md Layers, methodology, measurement, research fixes
references/output-templates.md Baselines, burndown, phased plan

Phase flow

1. Fingerprint stack (web/RN/API/Supabase)
2. Measure baselines per layer (no guessing)
3. Trace hot paths
4. Per-layer issue inventory
5. Burndown + phased optimization plan
6. Guardrails (budgets, Lighthouse CI, RUM)
7. Research citations

Read the full file on GitHub · 144 lines

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. 6d ago First seen · 144 lines · 70 tokens per session scan A 1efd5f6936ec

Subscribe to this mod's changes

plan-perf-audit is a skill published in the GitHub repository kensaurus/cursor-kenji (9 stars, last pushed 11d ago), licensed MIT. It adds 70 tokens to every session and 1,179 once invoked, about $0.0003 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

comprehensive-enrichment

Enrich any person or company from any identifier — email, name, LinkedIn URL, domain, company name, Twitter/X handle. Use when asked to enrich, look up, or research a lead, contact, person, or company.

gooseworks-ai/goose-skills · 53 tokens

paid-channel-prioritizer

For founders who don't know where to start with paid ads. Analyzes ICP, competitor ad presence, budget constraints, and product type to recommend which 1-2 paid channels to start with and provides a 90-day ramp plan. Prevents the common mistake of spreading a small budget across too many platforms.

gooseworks-ai/goose-skills · 70 tokens

data-charts-tako

Search and visualize the world's data - get charts, insights, and embeddable knowledge cards for finance, economics, demographics, sports, and more.

gooseworks-ai/goose-skills · 35 tokens

email-finder-hunter

Email finder and verifier - find emails, verify deliverability, discover companies.

gooseworks-ai/goose-skills · 20 tokens

lead-discovery

Orchestrator that runs first for lead generation requests. Gathers business context via website analysis or questions, identifies competitors, builds ICP, and routes to signal skills with pre-filled inputs.

gooseworks-ai/goose-skills · 41 tokens

render-mosaic-grid-reveal

Render a 'mosaic-grid-reveal' video from a config — a real-DOM FULL-BLEED N×N mosaic of real product tiles that pops in one tile at a time (scatter order, ease-out-back overshoot), the grid clears, then the brand wordmark builds line-by-line followed by a sub-label, tagline, and CTA; frame-stepped via Playwright and…

gooseworks-ai/goose-skills · 132 tokens