plugins marketplace
← All plugins

load-test-runner

v1.21.0

Create and execute load tests for performance validation

Claude Code1 skill

by Claude Code PluginsMIT2.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/performance/load-test-runner/ inside the repository.

Layout

plugins/performance/load-test-runner/
├── .claude-plugin/plugin.json
└── skills/running-load-tests/SKILL.md

Skills1

running-load-testsskills/running-load-tests/SKILL.md

Create and execute load tests for performance validation using k6, JMeter, and Artillery. Use when validating application performance under load conditions or identifying bottlenecks. Trigger with phrases like "run load test", "create stress test", or "validate performance under load".

Manifests1

plugins/performance/load-test-runner/.claude-plugin/plugin.json
{
  "name": "load-test-runner",
  "version": "1.21.0",
  "description": "Create and execute load tests for performance validation",
  "author": {
    "name": "Claude Code Plugins",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "load-testing",
    "performance",
    "stress-test",
    "k6",
    "agent-skills"
  ]
}