Install
$ agentstack add skill-gatling-gatling-ai-extensions-gatling-bootstrap-project ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Bootstrap a Gatling project
Choose language
Ask user to choose one of the supported languages:
- Java
- Kotlin
- Scala
- TypeScript
- JavaScript
If user doesn't know, Java is a good default.
Choose a build tool
IF language is Java or Kotlin:
- Ask user to choose between Maven or Gradle. If user doesn't know, Maven is a good default.
IF language is Scala:
- Ask user to choose between sbt, Maven or Gradle.
IF language is TypeScript or JavaScript:
- Always use npm.
Set up the Gatling project
Once build tool and language are identified, read the corresponding file and follow its instructions:
- Maven: ./resources/maven.md
- Gradle: ./resources/gradle.md
- sbt: ./resources/sbt.md
- npm: ./resources/npm.md
Suggest next steps
- Explore the included sample simulation and check out the Gatling documentation linked in the README file.
- Run your first simulation locally.
- When ready to deploy to Gatling Enterprise, use the /Gatling:gatling-build-tools skill for guidance.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: gatling
- Source: gatling/gatling-ai-extensions
- License: Apache-2.0
- Homepage: https://gatling.io
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.