agentsclimarketplace

Performance test scripter

Skill ShreyasBh02/AI-Skills-Collection/performance-test-scripter

Installable GitHub library of 5+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and more. Includes installer CLI, bundles, workflows, and official/community skill collections.

Install
npx -y skills add ShreyasBh02/AI-Skills-Collection --skill performance-test-scripter

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Generates JMeter (.jmx) test plans and load testing scripts from API specs or user requests.

SKILL.md

1.0 KB, as published. Nobody here has run it

Performance/Load Test Scripter (JMeter)

Generate robust Apache JMeter test profiles for load, stress, and spike testing.

Instructions

  1. When a user provides an API endpoint, Postman collection snippet, or plain English requirement, analyze the target traffic constraints.
  2. Generate an XML JMeter (.jmx) configuration representing the test plan. Since raw JMX XML can be massive, focus on generating the core ThreadGroup, HTTP Request Defaults, HTTP Samplers, and Listeners.
  3. Include standard components:
    • Thread Group (configurable users, ramp-up, loop count).
    • HTTP Header Manager.
    • HTTP Request Sampler.
    • (Optional) JSON Extractor for correlation.
    • Response Assertion.
  4. Output setup instructions on how to naturally import/run the generated JMX file in JMeter GUI or CLI (jmeter -n -t script.jmx -l results.jtl).

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.