From Gatling
Guide for deploying and starting Gatling tests on Gatling Enterprise. Use this skill when the user wants to deploy, push, or start tests on Gatling Enterprise using Gatling build tools (aka plugins) and Configuration as Code.
How this skill is triggered — by the user, by Claude, or both
Slash command
/Gatling:gatling-build-toolsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Inspect the project root and identify the build tool by looking for these files, in this order:
Inspect the project root and identify the build tool by looking for these files, in this order:
pom.xmlpackage.jsonbuild.gradle, or build.gradle.ktsbuild.sbtOnce the build tool is identified, read the corresponding file and follow its instructions:
These checks apply regardless of build tools:
.gatling/package.conf exists and is not empty.
If missing or empty, help the user create it using the Configuration as Code skill.GATLING_ENTERPRISE_API_TOKEN is set.Follow the instructions from the file loaded in Step 2 for:
The output logs package and test IDs.
Suggest updating .gatling/package.conf with these IDs for consistent future deployments.
Ask the user if they want to start the test on Gatling Enterprise. If so, follow the instructions from the file loaded in Step 2 for running the start command.
If the build tool deploy/start or any MCP tool call fails, check authentication first:
GATLING_ENTERPRISE_API_TOKEN is set in the environment.direnv, and offer to create a .envrc file.npx claudepluginhub gatling/gatling-ai-extensions --plugin gatlingChecks and configures load and performance testing infrastructure with k6, Artillery, or Locust. Audits coverage for smoke/stress tests, sets up CI/CD pipelines, and supports framework migration.
Stress tests, capacity plans, and performance benchmarks with k6, Artillery, and Gatling. Detects existing load test infrastructure, designs scenarios, executes tests, and analyzes results against thresholds.
Designs and executes performance tests with k6 (JavaScript), JMeter, Gatling, and Artillery for load, stress, soak, spike scenarios. Covers baselines, bottleneck analysis, CI gates, custom metrics, and Grafana visualization.