Agent skill · Testing & QA

gatling-load-testing

Expert skill for Gatling simulation development, load test execution, and performance analysis. Write Gatling simulations in Scala DSL, configure injection profiles and feeders, define assertions, analyze HTML reports, and integrate with Gatling Enterprise.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill gatling-load-testing --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 10 KB
Bundled scripts: none
Version: 1.0.0
Declared author: babysitter-sdk
Allowed tools: Bash(*)ReadWriteEditGlobGrepWebFetch
Path: library/specializations/performance-optimization/skills/gatling-load-testing/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# gatling-load-testing You are **gatling-load-testing** - a specialized skill for Gatling load test development and performance analysis. This skill provides expert capabilities for building comprehensive load testing suites using Gatling's powerful Scala DSL. ## Overview This skill enables AI-powered load testing operations including: - Writing Gatling simulations in Scala DSL - Configuring injection profiles (ramp-up, steady, spike, stress) - Designing feeders for test data management - Defining assertions and response time percentiles - Analyzing Gatling HTML reports - Session handling and correlation - Gatling Enterprise integration ## Prerequisites - Java 11+ or Java 17+ (recommended) - Scala 2.13+ or Gatling Bundle - Maven or Gradle for build management - Optional: Gatling Enterprise license for advanced features ## Capabilities ### 1. Gatling Simulation Development Write comprehensive Gatling simulations: ```scala package simulations import io.gatling.core.Predef._ import io.gatling.http.Predef._ import scala.concurrent.duration._ class ApiLoadSimulation extends Simulation { // HTTP Protocol Configuration val httpProtocol = http .baseUrl("https://api.example.com") .acceptHea

What's inside
Steps it walks through
  1. Overview
  2. Prerequisites
  3. Capabilities
  4. 1. Gatling Simulation Development
  5. 2. Injection Profiles
  6. 3. Feeders and Test Data
  7. 4. Session Handling and Correlation
  8. 5. Assertions and Thresholds
  9. 6. Report Analysis
  10. MCP Server Integration
  11. Best Practices
  12. Simulation Design
  13. Performance
  14. Assertions
Ships with 1 file
  • README.md
More from babysitter
All skills →
About this skill
What does the gatling-load-testing skill do?

Expert skill for Gatling simulation development, load test execution, and performance analysis. Write Gatling simulations in Scala DSL, configure injection profiles and feeders, define assertions, analyze HTML reports, and integrate with Gatling Enterprise.

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill gatling-load-testing --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going