performance-baseline-capturer

Capture performance baselines before migration for regression comparison and SLA verification

509 stars

Best use case

performance-baseline-capturer is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Capture performance baselines before migration for regression comparison and SLA verification

Teams using performance-baseline-capturer should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/performance-baseline-capturer/SKILL.md --create-dirs "https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/specializations/code-migration-modernization/skills/performance-baseline-capturer/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/performance-baseline-capturer/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How performance-baseline-capturer Compares

Feature / Agentperformance-baseline-capturerStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Capture performance baselines before migration for regression comparison and SLA verification

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Performance Baseline Capturer Skill

Captures comprehensive performance baselines before migration to enable post-migration regression comparison and SLA verification.

## Purpose

Enable performance benchmarking for:
- Response time measurement
- Throughput baseline
- Resource utilization tracking
- Load test execution
- Percentile calculation

## Capabilities

### 1. Response Time Measurement
- Capture response times
- Measure latency percentiles
- Track by endpoint
- Document SLA targets

### 2. Throughput Baseline
- Measure requests per second
- Track concurrent users
- Document peak capacity
- Establish limits

### 3. Resource Utilization Tracking
- Monitor CPU usage
- Track memory consumption
- Measure disk I/O
- Record network usage

### 4. Load Test Execution
- Run baseline load tests
- Execute stress tests
- Perform soak tests
- Document results

### 5. Percentile Calculation
- Calculate P50/P90/P95/P99
- Track distribution
- Identify outliers
- Set thresholds

### 6. Regression Threshold Setting
- Define acceptable ranges
- Set alert thresholds
- Document tolerances
- Create comparison criteria

## Tool Integrations

| 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 |

## Output Schema

```json
{
  "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": {}
  }
}
```

## Integration with Migration Processes

- **migration-testing-strategy**: Baseline establishment
- **performance-optimization-migration**: Performance tracking

## Related Skills

- `migration-validator`: Post-migration comparison
- `test-coverage-analyzer`: Test planning

## Related Agents

- `performance-validation-agent`: Performance verification
- `migration-testing-strategist`: Test planning

Related Skills

web-performance

509
from a5c-ai/babysitter

Core Web Vitals optimization, Lighthouse audits, and performance monitoring.

performance-profiler

509
from a5c-ai/babysitter

Profile application performance including CPU, memory, and flame graph generation

performance-benchmark-suite

509
from a5c-ai/babysitter

SDK performance benchmarking and regression detection

k6 Performance Testing

509
from a5c-ai/babysitter

k6 load testing expertise for performance validation and analysis

JMeter Performance Testing

509
from a5c-ai/babysitter

Apache JMeter expertise for enterprise-grade load and performance testing

network-performance

509
from a5c-ai/babysitter

Expert skill for network performance analysis and optimization. Analyze packet captures, identify network latency bottlenecks, configure TCP tuning parameters, analyze connection pooling behavior, debug TLS handshake performance, and optimize HTTP/2 and HTTP/3 settings.

Mobile Performance Profiling

509
from a5c-ai/babysitter

Mobile app performance analysis and optimization

console-performance

509
from a5c-ai/babysitter

Console optimization skill for memory constraints and TCRs.

nanocatalyst-performance-analyzer

509
from a5c-ai/babysitter

Nanocatalysis skill for evaluating catalytic activity, selectivity, and stability of nanomaterial catalysts

performance-test-designer

509
from a5c-ai/babysitter

Performance test design skill for test planning, data collection, and acceptance criteria verification

performance-review

509
from a5c-ai/babysitter

Generate performance review documentation and facilitate evaluation processes

process-builder

509
from a5c-ai/babysitter

Scaffold new babysitter process definitions following SDK patterns, proper structure, and best practices. Guides the 3-phase workflow from research to implementation.

Workflow & Productivity