mcpbeat Sign in

152 Java Performance Gatling Agent Skill

Use when you need to set up Gatling performance testing for a Java Maven project — including adding Gatling dependencies and the Gatling Maven plugin, creating Java simulations, running gatling:test, configuring a simulation class, and reviewing generated reports. This should trigger for requests such as Add Gatling performance testing; Apply Gatling performance testing; Create a Gatling simulation; Add Gatling support; Review Gatling performance test assertions and feeders. Part of Plinth Toolkit

3k tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
423
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/jabrena/plinth --skill 152-java-performance-gatling

The instruction itself

5 sections, as written by the author

Run performance tests based on Gatling

Provide a complete Gatling performance testing setup for Java Maven projects by adding the required test dependencies and Gatling Maven plugin configuration, creating or guiding Java simulation placement, and explaining how to run simulations and inspect reports.

What is covered in this Skill?

  • Add Gatling dependencies and the gatling-maven-plugin to pom.xml
  • Project structure: src/test/java for Java simulations and src/test/resources for Gatling configuration, feeders, templates, and logging
  • Run simulations with ./mvnw gatling:test
  • Select a simulation with -Dgatling.simulationClass=<FullyQualifiedClassName> when multiple simulations exist
  • Use ./mvnw gatling:help -Ddetail=true -Dgoal=test to inspect available plugin options
  • Review generated Gatling run output and reports under the build output directory

Scope: Use Gatling through the Maven plugin for Java simulations. Prefer project-local Maven wrapper commands when available.

Constraints

Gatling setup must be Maven-based, reproducible, and compatible with Java project conventions. Prefer official Gatling Maven plugin behavior and avoid inventing unsupported command-line options.

  • PREREQUISITE: Verify the project is Maven-based and prefer ./mvnw when the Maven wrapper exists
  • BUILD CONFIGURATION: Add Gatling dependencies with test scope and configure io.gatling:gatling-maven-plugin in pom.xml
  • VERSION SELECTION: Use the project's existing dependency/version-management pattern; if no Gatling versions are present, ask before pinning versions or use placeholders that require replacement
  • SIMULATION LOCATION: Place Java simulations under src/test/java using an appropriate package name
  • RESOURCE LOCATION: Place Gatling resources such as gatling.conf, feeders, request-body templates, and Logback test configuration under src/test/resources
  • BEFORE APPLYING: Read the reference for setup, execution, and verification guidance
  • EDGE CASE: If the project is not Maven-based, stop and explain that this skill targets Maven projects before suggesting Gradle or sbt alternatives
  • EDGE CASE: If multiple simulations exist, configure or pass -Dgatling.simulationClass=<FullyQualifiedClassName> for non-interactive execution

When to use this skill

  • Add Gatling performance testing
  • Apply Gatling performance testing
  • Create a Gatling simulation
  • Add Gatling support
  • Review Gatling performance test assertions and feeders

Workflow

  • Inspect the Maven project

Check for pom.xml, the Maven wrapper, existing test dependencies, dependency management, plugin management, and any existing Gatling configuration.

  • Add Gatling build configuration

Add the Gatling test dependency and io.gatling:gatling-maven-plugin using the project's existing version and plugin configuration style.

  • Create or adapt Java simulations

Create Java simulation classes under src/test/java or adapt existing simulations, keeping scenario names, base URLs, injection profiles, and assertions explicit.

  • Configure resources

Add optional Gatling resources under src/test/resources, including gatling.conf, feeders, request body templates, and logback-test.xml only when the project needs them.

  • Run and explain Gatling execution

Use ./mvnw gatling:test to run simulations and -Dgatling.simulationClass=<FullyQualifiedClassName> when a specific simulation must be selected.

  • Verify reports and next steps

Confirm the Gatling run completed, point to the generated report location from the command output, and summarize any failed assertions or performance findings.

Reference

For detailed guidance, examples, and constraints, see references/152-java-performance-gatling.md.

Other skills for the same job

different authors, same section of the catalogue
Webapp Testing
by anthropics
vendor ×12

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

6k tokens scripts
Finishing A Development Branch
by ZhanlinCui
×7

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

1k tokens
Test Driven Development
by w95
×7

Use when implementing any feature or bugfix, before writing implementation code

2k tokens
Systematic Debugging
by ratacat
×7

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

10k tokens scripts
Verification Before Completion
by ZhanlinCui
×6

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always

1k tokens
Backtest Expert
by BaggaT236
×3

Expert guidance for systematic backtesting of trading strategies. Use when developing, testing, stress-testing, or validating quantitative trading strategies. Covers "beating ideas to death" methodology, parameter robustness testing, slippage modeling, bias prevention, and interpreting backtest results. Applicable when user asks about backtesting, strategy validation, robustness testing, avoiding overfitting, or systematic trading development.

15k tokens scripts
Adaptyv
by christophacham
×3

Cloud laboratory platform for automated protein testing and validation. Use when designing proteins and needing experimental validation including binding assays, expression testing, thermostability measurements, enzyme activity assays, or protein sequence optimization. Also use for submitting experiments via API, tracking experiment status, downloading results, optimizing protein sequences for better expression using computational tools (NetSolP, SoluProt, SolubleMPNN, ESM), or managing protein design workflows with wet-lab validation.

16k tokens
Aeon
by christophacham
×3

This skill should be used for time series machine learning tasks including classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search. Use when working with temporal data, sequential patterns, or time-indexed observations requiring specialized algorithms beyond standard ML approaches. Particularly suited for univariate and multivariate time series analysis with scikit-learn compatible APIs.

19k tokens

How to use it

Copy the folder

Take jabrena/152-java-performance-gatling from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.