# Gatling Detect Existing Project

> Find an existing Gatling project, detect language and build tool used

- **Type:** Skill
- **Install:** `agentstack add skill-gatling-gatling-ai-extensions-gatling-detect-existing-project`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [gatling](https://agentstack.voostack.com/s/gatling)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [gatling](https://github.com/gatling)
- **Source:** https://github.com/gatling/gatling-ai-extensions/tree/main/plugins/gatling/skills/gatling-detect-existing-project
- **Website:** https://gatling.io

## Install

```sh
agentstack add skill-gatling-gatling-ai-extensions-gatling-detect-existing-project
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Detect an existing Gatling project

Search inside the current working directory, for a directory containing:

- `pom.xml` file, with `io.gatling:gatling-maven-plugin` plugin (Maven project)
    - if it also contains `kotlin-maven-plugin` plugin, language is Kotlin
    - if it also contains `scala-maven-plugin` plugin, language is Scala
    - otherwise language is Java
- `build.gradle` or `build.gradle.kts` file, with `io.gatling.gradle` plugin (Gradle project)
    - if it also contains `kotlin` plugin, language is Kotlin
    - if it also contains `scala` plugin, language is Scala
    - otherwise language is Java
- `build.sbt` file with, with `io.gatling:gatling-sbt` plugin (sbt project)
    - language is Scala.
- `package.json` file, with `@gatling.io/cli` dependency (npm project)
    - if it contains `typescript` dependency, language is TypeScript
    - otherwise language is JavaScript.

If nothing matches, there is no existing Gatling project here.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [gatling](https://github.com/gatling)
- **Source:** [gatling/gatling-ai-extensions](https://github.com/gatling/gatling-ai-extensions)
- **License:** Apache-2.0
- **Homepage:** https://gatling.io

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-gatling-gatling-ai-extensions-gatling-detect-existing-project
- Seller: https://agentstack.voostack.com/s/gatling
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
