Claude Skills

The Gatling AI extensions provides skills to help you deploy and run load tests on Gatling Enterprise directly from your IDE.

Bootstrap a Gatling project

Skill: gatling-bootstrap-project

Create a new Gatling project from scratch by either the prompt or by using the following command inside Claude Code:

/Gatling:gatling-bootstrap-project java maven

Build tools

Skill: gatling-build-tools

Deploy and start Gatling tests on Gatling Enterprise using your project’s build tool (Maven, Gradle, sbt, or the JavaScript CLI). Detects the build tool, verifies prerequisites, runs the deploy command, and optionally starts a test run.

Configuration as Code

Skill: gatling-configuration-as-code

Generate or update the .gatling/package.conf package descriptor file for Gatling Enterprise deployments. Collects simulation class names, queries your account for teams, packages, tests, and locations, then writes or updates the configuration file following Configuration as Code rules.

Convert a JMeter Test Plan to Gatling

Skill: gatling-convert-from-jmeter

The skill will generally be loaded automatically by the LLM when needed, based on your natural language queries, when trying to convert an Apache JMeter™ test. In Claude Code, you can also explicitly invoke it, for instance:

/Gatling:gatling-convert-from-jmeter

Using this skill, the LLM will look for JMeter files to convert, and for an existing Gatling project as a destination. It will also help you set up a new Gatling project if necessary.

Do not hesitate to give more context from the start if you want less back and forth with the LLM; for instance, if you want to convert the Test Plan.jmx file to a new Java/Maven Gatling project:

/Gatling:gatling-convert-from-jmeter Test Plan.jmx java maven

You can download a sample JMeter project to try out the skill:

/Gatling:gatling-convert-from-jmeter EcommApp.zip java maven

Convert a LoadRunner Script to Gatling

Skill: gatling-convert-from-loadrunner

The skill will generally be loaded automatically by the LLM when needed, based on your natural language queries, when trying to convert a LoadRunner script. In Claude Code, you can also explicitly invoke it, for instance:

/Gatling:gatling-convert-from-loadrunner

Do not hesitate to give more context from the start if you want less back and forth with the LLM; for instance, if you want to convert a LoadRunner project to a new Java/Maven Gatling project:

/Gatling:gatling-convert-from-loadrunner EcommApp.zip java maven

You can download a sample LoadRunner project to try out the skill.

Edit this page on GitHub