plugins marketplace
← All plugins

api-load-tester

v1.24.0

Load test APIs with k6, Gatling, or Artillery

Claude Code1 skill

by Jeremy LongshoreMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/api-development/api-load-tester/ inside the repository.

Layout

plugins/api-development/api-load-tester/
├── .claude-plugin/plugin.json
└── skills/load-testing-apis/SKILL.md

Skills1

load-testing-apisskills/load-testing-apis/SKILL.md

Execute comprehensive load and stress testing to validate API performance and scalability. Use when validating API performance under load. Trigger with phrases like "load test the API", "stress test API", or "benchmark API performance".

Manifests1

plugins/api-development/api-load-tester/.claude-plugin/plugin.json
{
  "name": "api-load-tester",
  "version": "1.24.0",
  "description": "Load test APIs with k6, Gatling, or Artillery",
  "author": {
    "name": "Jeremy Longshore",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "load-testing",
    "performance",
    "k6",
    "stress-testing"
  ]
}