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.
npx agentmods add skills/felipepg22/fpgskills/performance-testingnpx skills add felipepg22/FPGSkills --skill performance-testinggit clone --depth 1 https://github.com/felipepg22/FPGSkillsWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00097 | $0.00856 |
| Opus 5 | $0.00048 | $0.00428 |
| Sonnet 5 | $0.00019 | $0.00171 |
| Haiku 4.5 | $0.00010 | $0.00086 |
Grade A, and why
performance-testing 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 34 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Performance Testing
Produce evidence-backed local performance tests without inventing traffic, SLOs, safety, or causality.
Enforce the contract
- Run only against loopback addresses or repository-proven services on the local container network. Inspect effective application configuration and refuse execution when writable remote dependencies exist or cannot be ruled out.
- Exclude every operation or journey that mutates business data. Authentication may create an expiring local session when it uses a test identity and does not mutate business data.
- Generate and structurally validate the executable tests first. Hash them into the complete test plan, compute the plan fingerprint, and execute only after the user explicitly approves that fingerprint. Recompute and request approval after any material plan or executable change.
- Prefer execution in sub-agents so raw output does not consume the coordinating context. Use the parent agent only when delegation is unavailable.
- Use only user-supplied SLOs from the conversation. Without one, report a baseline and no pass/fail verdict.
- Keep secrets in environment-variable references. Never place secret values in plans, prompts, tests, logs, or reports.
- Do not install k6, container runtimes, exporters, or reporting services automatically.
Run the workflow
- Read references/discovery.md completely. Inspect the repository, infer supported cases, and ask one compact intake round containing only decisions not already answered.
- Read references/plan-and-safety.md, references/plan-schema.md, references/workloads.md, references/execution.md, references/reporting.md, and references/run-schema.md completely. Read references/rest.md for REST/HTTP or references/grpc.md for gRPC.
- Copy the closest template from
assets/k6/, adapt it to repository evidence, and structurally validate every generated executable. Keep generated files underdocs/performance-tests/unless the repository already has an approved convention. - Create the canonical plan JSON and deterministic Markdown rendering under
docs/performance-tests/plans/. Include SHA-256 hashes for every generated executable. Usescripts/validate-plan.mjsto validate and fingerprint the JSON. - Present the case matrix, excluded operations, executable hashes, exact commands, downloads, workload, measurements, reports, cleanup, and fingerprint. Stop until the user replies with unambiguous approval tied to that fingerprint.
- Revalidate the plan and executable hashes, then validate locality and prerequisites. Run a one-user functional smoke test for each case. Quarantine failed cases; abort the campaign when shared setup, authentication, health, or locality fails.
- Execute the approved campaign. Run isolated scenarios sequentially. Add a composite whole-application scenario only when the user approved traffic weights. Write raw output to
.artifacts/and return compact summaries from executors. - Produce canonical JSON plus every selected report. Read references/bottlenecks.md, analyze relevant code paths, and distinguish observations, correlations, hypotheses, and confirmed causes. Stop locally started services, including Grafana and Prometheus, while preserving data volumes; remove volumes only after separate destructive-action approval.
What ships with it
46 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.
- agents/openai.yaml 228 B
- assets/grafana/compose.yaml.tmpl 2.2 KB
- assets/grafana/prometheus.yml 163 B
- assets/grafana/provisioning/dashboards/k6-local.json 4.2 KB
- assets/grafana/provisioning/dashboards/provider.yaml 243 B
- assets/grafana/provisioning/datasources/prometheus.yaml 252 B
- assets/k6/grpc-stream.js 11 KB runs code
- assets/k6/grpc-unary.js 7.3 KB runs code
- assets/k6/http-endpoint.js 6.8 KB runs code
- assets/k6/http-journey.js 6.9 KB runs code
- assets/k6/lib/reporter.js 18 KB runs code
- assets/monitor/collect-posix.sh 5.3 KB runs code
- assets/monitor/collect-windows.ps1 4.0 KB runs code
- evals/cases.md 6.6 KB
- evals/fixtures/read-only-server.mjs 732 B runs code
- evals/native-smoke.md 3.6 KB
- LICENSE 1.1 KB
- package.json 1.2 KB
- README.md 3.5 KB
- references/bottlenecks.md 2.0 KB
- references/discovery.md 3.2 KB
- references/execution.md 3.8 KB
- references/grpc.md 2.8 KB
- references/plan-and-safety.md 4.5 KB
- references/plan-schema.md 11 KB
- references/reporting.md 2.8 KB
- references/rest.md 2.3 KB
- references/run-schema.md 3.0 KB
- references/workloads.md 3.6 KB
- scripts/render-report.mjs 9.6 KB runs code
- scripts/validate-plan.mjs 56 KB runs code
- src/arguments.test.ts 755 B runs code
- src/arguments.ts 2.6 KB runs code
- src/cli.ts 3.1 KB runs code
- src/installer.test.ts 7.0 KB runs code
- src/installer.ts 13 KB runs code
- src/interactive.test.ts 1.6 KB runs code
- src/interactive.ts 9.5 KB runs code
- src/manifest.ts 1.5 KB runs code
- src/paths.test.ts 905 B runs code
- src/paths.ts 2.8 KB runs code
- src/resources.test.ts 27 KB runs code
- src/resources.ts 916 B runs code
- src/types.ts 490 B runs code
- src/validate.ts 3.2 KB runs code
- tsconfig.json 153 B
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.
- 2d ago First seen · 34 lines · 97 tokens per session scan A 1431dfff6040
performance-testing is a skill published in the GitHub repository felipepg22/FPGSkills (9 stars, last pushed 12d ago), licensed MIT. It adds 97 tokens to every session and 856 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-08-31.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
brainstorming
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
chat-pet-sprite-creation
Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…
babysit-pr
Babysit a GitHub pull request after creation by continuously polling review comments, CI checks/workflow runs, and mergeability state until the PR is merged/closed or user help is required. Diagnose failures, retry likely flaky failures up to 3 times, auto-fix/push branch-related issues when appropriate, and keep…
imagegen
Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output…