library/specializations/sdk-platform-development/skills/performance-benchmark-suite/SKILL.md
SDK performance benchmarking and regression detection
npx skillsauth add a5c-ai/babysitter performance-benchmark-suiteInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill implements comprehensive SDK performance benchmarking, tracking latency, throughput, memory usage, and detecting performance regressions across versions.
skill:
name: performance-benchmark-suite
context:
tool: k6
scenarios:
- name: basic-crud
operations: ["create", "read", "update", "delete"]
vus: 10
duration: "30s"
- name: high-load
vus: 100
duration: "5m"
slos:
p95_latency: "100ms"
p99_latency: "500ms"
error_rate: "0.1%"
compareWith: "v1.0.0"
regressionThreshold: "10%"
development
Model documentation skill for generating model cards following Google's model card framework.
development
MLflow integration skill for experiment tracking, model registry, and artifact management. Enables LLMs to log experiments, compare runs, manage model lifecycle, and retrieve artifacts through the MLflow API.
data-ai
LIME-based local explanation skill for individual predictions across tabular, text, and image data.
devops
Kubeflow Pipelines skill for ML workflow orchestration, component management, and Kubernetes-native ML.