library/specializations/code-migration-modernization/skills/performance-baseline-capturer/SKILL.md
Capture performance baselines before migration for regression comparison and SLA verification
npx skillsauth add a5c-ai/babysitter performance-baseline-capturerInstall 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.
Captures comprehensive performance baselines before migration to enable post-migration regression comparison and SLA verification.
Enable performance benchmarking for:
| Tool | Purpose | Integration Method | |------|---------|-------------------| | JMeter | Load testing | CLI | | Gatling | Performance testing | CLI | | k6 | Modern load testing | CLI | | Locust | Python load testing | CLI | | Artillery | Node.js testing | CLI | | wrk | HTTP benchmarking | CLI |
{
"baselineId": "string",
"timestamp": "ISO8601",
"environment": {
"name": "string",
"resources": {}
},
"metrics": {
"responseTime": {
"p50": "number",
"p90": "number",
"p95": "number",
"p99": "number",
"mean": "number"
},
"throughput": {
"requestsPerSecond": "number",
"peakRps": "number",
"concurrentUsers": "number"
},
"resources": {
"cpu": {},
"memory": {},
"disk": {},
"network": {}
}
},
"thresholds": {
"responseTime": {},
"throughput": {},
"errors": {}
}
}
migration-validator: Post-migration comparisontest-coverage-analyzer: Test planningperformance-validation-agent: Performance verificationmigration-testing-strategist: Test planningdevelopment
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.