From billy-milligan
Load testing with k6: script with stages (ramp-up/hold/ramp-down), thresholds (p99<500ms, errors<1%), spike test for finding breaking point, k6 in CI with failure on thresholds, soak testing, Locust for Python teams, common bottleneck patterns. Use when verifying performance, finding capacity limits, load testing before launch.
npx claudepluginhub rnavarych/alpha-engineer --plugin billy-milliganThis skill is limited to using the following tools:
- Verifying performance before a product launch
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
references/k6-script.md — stages config, custom metrics, thresholds, setup function, think timereferences/spike-test.md — sudden VU spike pattern, relaxed thresholds, recovery measurementreferences/ci-integration.md — GitHub Actions k6-action, nightly schedule, threshold exit codesreferences/observing-load.md — pg_stat_statements during test, DB connection monitoring, Grafana REDreferences/threshold-reference.md — p95/p99 targets by endpoint type, error rate budgets by load level