perf-skills 4.0.0 → 4.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/marketplace.json +90 -90
- package/.claude-plugin/plugin.json +6 -6
- package/LICENSE.md +8 -8
- package/README.md +23 -0
- package/package.json +48 -48
- package/skills/perf/SKILL.md +359 -346
- package/skills/perf/evals/evals.json +252 -228
- package/skills/perf/references/tools/gatling.md +286 -286
- package/skills/perf/references/tools/jmeter.md +251 -251
- package/skills/perf/references/tools/k6.md +269 -269
- package/skills/perf/references/tools/locust.md +133 -133
- package/skills/perf/references/topics/correlation.md +410 -410
- package/skills/perf/references/topics/database-testing.md +216 -216
- package/skills/perf/references/topics/modern-architectures.md +316 -316
- package/skills/perf/references/topics/observability.md +203 -203
- package/skills/perf/references/topics/production-testing.md +216 -216
- package/skills/perf/references/topics/protocol-testing.md +339 -339
- package/skills/perf/references/topics/results-analysis.md +246 -246
- package/skills/perf/references/topics/script-generation.md +214 -214
- package/skills/perf/references/topics/test-data.md +198 -198
- package/skills/perf/references/topics/test-execution.md +308 -308
- package/skills/perf/references/topics/tool-selection.md +180 -0
- package/skills/perf/references/topics/workload-design.md +207 -207
|
@@ -1,90 +1,90 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "perf",
|
|
3
|
-
"owner": {
|
|
4
|
-
"name": "NaveenKumar Namachivayam",
|
|
5
|
-
"email": "contact@qainsights.com"
|
|
6
|
-
},
|
|
7
|
-
"metadata": {
|
|
8
|
-
"description": "Expert AI skill for performance testing - covers the full lifecycle using JMeter, k6, Gatling, Locust, Artillery, NeoLoad, LoadRunner, OctoPerf, plus LLM inference benchmarking and SLO/capacity planning.",
|
|
9
|
-
"version": "4.
|
|
10
|
-
},
|
|
11
|
-
"plugins": [
|
|
12
|
-
{
|
|
13
|
-
"name": "perf",
|
|
14
|
-
"source": "./",
|
|
15
|
-
"description": "Expert guidance for performance testing: planning, scripting, executing, and analyzing load/stress/soak/spike tests across 8 tools,
|
|
16
|
-
"version": "4.
|
|
17
|
-
"author": {
|
|
18
|
-
"name": "NaveenKumar Namachivayam",
|
|
19
|
-
"email": "contact@qainsights.com"
|
|
20
|
-
},
|
|
21
|
-
"homepage": "https://github.com/QAInsights/perf-skills",
|
|
22
|
-
"repository": "https://github.com/QAInsights/perf-skills",
|
|
23
|
-
"license": "MIT",
|
|
24
|
-
"keywords": [
|
|
25
|
-
"performance-testing",
|
|
26
|
-
"load-testing",
|
|
27
|
-
"jmeter",
|
|
28
|
-
"k6",
|
|
29
|
-
"gatling",
|
|
30
|
-
"locust",
|
|
31
|
-
"artillery",
|
|
32
|
-
"neoload",
|
|
33
|
-
"loadrunner",
|
|
34
|
-
"octoperf",
|
|
35
|
-
"stress-testing",
|
|
36
|
-
"soak-testing",
|
|
37
|
-
"grpc",
|
|
38
|
-
"graphql",
|
|
39
|
-
"websocket",
|
|
40
|
-
"observability",
|
|
41
|
-
"ci-cd",
|
|
42
|
-
"llm-inference",
|
|
43
|
-
"vllm",
|
|
44
|
-
"slo",
|
|
45
|
-
"capacity-planning",
|
|
46
|
-
"performance-testing-best-practices",
|
|
47
|
-
"performance-testing-strategies",
|
|
48
|
-
"black-friday-performance-testing",
|
|
49
|
-
"cyber-monday-performance-testing",
|
|
50
|
-
"holiday-performance-testing",
|
|
51
|
-
"super-bowl-performance-testing"
|
|
52
|
-
],
|
|
53
|
-
"category": "testing",
|
|
54
|
-
"tags": [
|
|
55
|
-
"performance",
|
|
56
|
-
"load-testing",
|
|
57
|
-
"quality-engineering",
|
|
58
|
-
"testing",
|
|
59
|
-
"stress-testing",
|
|
60
|
-
"soak-testing",
|
|
61
|
-
"spike-testing",
|
|
62
|
-
"capacity-testing",
|
|
63
|
-
"breakpoint-testing",
|
|
64
|
-
"smoke-testing",
|
|
65
|
-
"regression-testing",
|
|
66
|
-
"performance-analysis",
|
|
67
|
-
"load-testing-tools",
|
|
68
|
-
"performance-testing-tools",
|
|
69
|
-
"load-testing-frameworks",
|
|
70
|
-
"performance-testing-frameworks",
|
|
71
|
-
"performance-testing-automation",
|
|
72
|
-
"jmeter",
|
|
73
|
-
"k6",
|
|
74
|
-
"gatling",
|
|
75
|
-
"locust",
|
|
76
|
-
"artillery",
|
|
77
|
-
"neoload",
|
|
78
|
-
"loadrunner",
|
|
79
|
-
"octoperf",
|
|
80
|
-
"performance-engineering",
|
|
81
|
-
"llm-inference",
|
|
82
|
-
"vllm",
|
|
83
|
-
"slo",
|
|
84
|
-
"capacity-planning",
|
|
85
|
-
"performance-testing-best-practices",
|
|
86
|
-
"performance-testing-strategies"
|
|
87
|
-
]
|
|
88
|
-
}
|
|
89
|
-
]
|
|
90
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "perf",
|
|
3
|
+
"owner": {
|
|
4
|
+
"name": "NaveenKumar Namachivayam",
|
|
5
|
+
"email": "contact@qainsights.com"
|
|
6
|
+
},
|
|
7
|
+
"metadata": {
|
|
8
|
+
"description": "Expert AI skill for performance testing - covers the full lifecycle using JMeter, k6, Gatling, Locust, Artillery, NeoLoad, LoadRunner, OctoPerf, plus LLM inference benchmarking and SLO/capacity planning.",
|
|
9
|
+
"version": "4.1.0"
|
|
10
|
+
},
|
|
11
|
+
"plugins": [
|
|
12
|
+
{
|
|
13
|
+
"name": "perf",
|
|
14
|
+
"source": "./",
|
|
15
|
+
"description": "Expert guidance for performance testing: planning, scripting, executing, and analyzing load/stress/soak/spike tests across 8 tools, 14 topic areas, LLM inference benchmarking, and SLO/capacity planning.",
|
|
16
|
+
"version": "4.1.0",
|
|
17
|
+
"author": {
|
|
18
|
+
"name": "NaveenKumar Namachivayam",
|
|
19
|
+
"email": "contact@qainsights.com"
|
|
20
|
+
},
|
|
21
|
+
"homepage": "https://github.com/QAInsights/perf-skills",
|
|
22
|
+
"repository": "https://github.com/QAInsights/perf-skills",
|
|
23
|
+
"license": "MIT",
|
|
24
|
+
"keywords": [
|
|
25
|
+
"performance-testing",
|
|
26
|
+
"load-testing",
|
|
27
|
+
"jmeter",
|
|
28
|
+
"k6",
|
|
29
|
+
"gatling",
|
|
30
|
+
"locust",
|
|
31
|
+
"artillery",
|
|
32
|
+
"neoload",
|
|
33
|
+
"loadrunner",
|
|
34
|
+
"octoperf",
|
|
35
|
+
"stress-testing",
|
|
36
|
+
"soak-testing",
|
|
37
|
+
"grpc",
|
|
38
|
+
"graphql",
|
|
39
|
+
"websocket",
|
|
40
|
+
"observability",
|
|
41
|
+
"ci-cd",
|
|
42
|
+
"llm-inference",
|
|
43
|
+
"vllm",
|
|
44
|
+
"slo",
|
|
45
|
+
"capacity-planning",
|
|
46
|
+
"performance-testing-best-practices",
|
|
47
|
+
"performance-testing-strategies",
|
|
48
|
+
"black-friday-performance-testing",
|
|
49
|
+
"cyber-monday-performance-testing",
|
|
50
|
+
"holiday-performance-testing",
|
|
51
|
+
"super-bowl-performance-testing"
|
|
52
|
+
],
|
|
53
|
+
"category": "testing",
|
|
54
|
+
"tags": [
|
|
55
|
+
"performance",
|
|
56
|
+
"load-testing",
|
|
57
|
+
"quality-engineering",
|
|
58
|
+
"testing",
|
|
59
|
+
"stress-testing",
|
|
60
|
+
"soak-testing",
|
|
61
|
+
"spike-testing",
|
|
62
|
+
"capacity-testing",
|
|
63
|
+
"breakpoint-testing",
|
|
64
|
+
"smoke-testing",
|
|
65
|
+
"regression-testing",
|
|
66
|
+
"performance-analysis",
|
|
67
|
+
"load-testing-tools",
|
|
68
|
+
"performance-testing-tools",
|
|
69
|
+
"load-testing-frameworks",
|
|
70
|
+
"performance-testing-frameworks",
|
|
71
|
+
"performance-testing-automation",
|
|
72
|
+
"jmeter",
|
|
73
|
+
"k6",
|
|
74
|
+
"gatling",
|
|
75
|
+
"locust",
|
|
76
|
+
"artillery",
|
|
77
|
+
"neoload",
|
|
78
|
+
"loadrunner",
|
|
79
|
+
"octoperf",
|
|
80
|
+
"performance-engineering",
|
|
81
|
+
"llm-inference",
|
|
82
|
+
"vllm",
|
|
83
|
+
"slo",
|
|
84
|
+
"capacity-planning",
|
|
85
|
+
"performance-testing-best-practices",
|
|
86
|
+
"performance-testing-strategies"
|
|
87
|
+
]
|
|
88
|
+
}
|
|
89
|
+
]
|
|
90
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "perf",
|
|
3
|
-
"description": "Expert guidance for performance testing: planning, scripting, executing, and analyzing load/stress/soak/spike tests using JMeter, k6, Gatling, Locust, Artillery, NeoLoad, LoadRunner, OctoPerf, plus LLM inference benchmarking and SLO/capacity planning.",
|
|
4
|
-
"version": "4.
|
|
5
|
-
"skills": "./skills/"
|
|
6
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "perf",
|
|
3
|
+
"description": "Expert guidance for performance testing: planning, scripting, executing, and analyzing load/stress/soak/spike tests using JMeter, k6, Gatling, Locust, Artillery, NeoLoad, LoadRunner, OctoPerf, plus LLM inference benchmarking and SLO/capacity planning.",
|
|
4
|
+
"version": "4.1.0",
|
|
5
|
+
"skills": "./skills/"
|
|
6
|
+
}
|
package/LICENSE.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
Copyright 2026 NaveenKumar Namachivayam
|
|
2
|
-
|
|
3
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
4
|
-
|
|
5
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
6
|
-
|
|
7
|
-
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
8
|
-
|
|
1
|
+
Copyright 2026 NaveenKumar Namachivayam
|
|
2
|
+
|
|
3
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
4
|
+
|
|
5
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
6
|
+
|
|
7
|
+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
8
|
+
|
package/README.md
CHANGED
|
@@ -194,6 +194,8 @@ The skill will auto-trigger when you ask about performance testing, load testing
|
|
|
194
194
|
## 📂 File Structure & Routing
|
|
195
195
|
|
|
196
196
|
Here is how the knowledge base is organized. The entry point [SKILL.md](skills/perf/SKILL.md) routes queries to specific reference guides to keep prompt sizes minimal.
|
|
197
|
+
The topic references also include a tool-selection guide backed by the
|
|
198
|
+
perf.jmeter.ai catalog for broader recommendations.
|
|
197
199
|
|
|
198
200
|
```text
|
|
199
201
|
perf-skills/
|
|
@@ -228,6 +230,7 @@ perf-skills/
|
|
|
228
230
|
├── database-testing.md # JDBC, pools, deadlocks, slow queries
|
|
229
231
|
├── modern-architectures.md # K8s scaling, HPA, Frontend CWV
|
|
230
232
|
├── llm-inference.md # LLM serving: TTFT, TPOT/ITL, TPS, goodput, tools
|
|
233
|
+
├── tool-selection.md # Tool alternatives, comparisons, and catalog lookup
|
|
231
234
|
└── slo-capacity.md # SLOs, error budgets, headroom, CI gating
|
|
232
235
|
```
|
|
233
236
|
|
|
@@ -251,6 +254,26 @@ To avoid hitting context window limits, the skill operates on a **selective load
|
|
|
251
254
|
| *"Our p95 latency spikes during database writes, how do we fix?"* | `database-testing.md` + `results-analysis.md` |
|
|
252
255
|
| *"What TTFT/throughput can our vLLM endpoint sustain at 200 concurrent users?"* | `llm-inference.md` |
|
|
253
256
|
| *"How many replicas do we need, and what SLO headroom should we keep?"* | `slo-capacity.md` |
|
|
257
|
+
| *"Which load testing tool should we use for a gRPC service on-prem?"* | `tool-selection.md` |
|
|
258
|
+
|
|
259
|
+
---
|
|
260
|
+
|
|
261
|
+
## ✅ Eval-Verified Quality
|
|
262
|
+
|
|
263
|
+
This skill is tested with 12 eval cases across 8 categories (k6, JMeter, Artillery, Locust, tool selection, migration, LLM inference, SLO/capacity). Each eval verifies that the skill context produces correct, concrete answers with code examples - not just generic advice.
|
|
264
|
+
|
|
265
|
+
| Category | Evals | What it verifies |
|
|
266
|
+
| :--- | :--- | :--- |
|
|
267
|
+
| k6 | 1, 5, 7 | Checks vs thresholds, executor choice, SLA baselines |
|
|
268
|
+
| JMeter | 3 | OOM diagnosis, listener memory leak |
|
|
269
|
+
| Artillery | 8, 9 | `ensure` CI gating, `arrivalRate` vs concurrency |
|
|
270
|
+
| Locust | 6 | `catch_response` silent failure |
|
|
271
|
+
| Tool selection | 2, 12 | Kafka and catalog-driven tool recommendation |
|
|
272
|
+
| Migration | 4 | LoadRunner-to-k6 concept mapping |
|
|
273
|
+
| LLM inference | 10 | TTFT/TPOT metrics, benchmarking tools |
|
|
274
|
+
| SLO/capacity | 11 | Error budgets, burn rate CI gating |
|
|
275
|
+
|
|
276
|
+
Run them yourself - see [`.claude/CLAUDE.md`](.claude/CLAUDE.md) for instructions.
|
|
254
277
|
|
|
255
278
|
---
|
|
256
279
|
|
package/package.json
CHANGED
|
@@ -1,48 +1,48 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "perf-skills",
|
|
3
|
-
"version": "4.
|
|
4
|
-
"description": "Expert AI skill for performance testing - covers JMeter, k6, Gatling, Locust, Artillery, NeoLoad, LoadRunner, OctoPerf, LLM inference benchmarking, and SLO/capacity planning across the full lifecycle",
|
|
5
|
-
"main": "skills/perf/SKILL.md",
|
|
6
|
-
"files": [
|
|
7
|
-
"skills/",
|
|
8
|
-
".claude-plugin/"
|
|
9
|
-
],
|
|
10
|
-
"keywords": [
|
|
11
|
-
"performance-testing",
|
|
12
|
-
"load-testing",
|
|
13
|
-
"jmeter",
|
|
14
|
-
"k6",
|
|
15
|
-
"gatling",
|
|
16
|
-
"locust",
|
|
17
|
-
"artillery",
|
|
18
|
-
"neoload",
|
|
19
|
-
"loadrunner",
|
|
20
|
-
"octoperf",
|
|
21
|
-
"stress-testing",
|
|
22
|
-
"soak-testing",
|
|
23
|
-
"grpc",
|
|
24
|
-
"graphql",
|
|
25
|
-
"websocket",
|
|
26
|
-
"observability",
|
|
27
|
-
"ci-cd",
|
|
28
|
-
"llm-inference",
|
|
29
|
-
"vllm",
|
|
30
|
-
"slo",
|
|
31
|
-
"capacity-planning",
|
|
32
|
-
"claude-skills",
|
|
33
|
-
"ai-assistant"
|
|
34
|
-
],
|
|
35
|
-
"repository": {
|
|
36
|
-
"type": "git",
|
|
37
|
-
"url": "https://github.com/QAInsights/perf-skills.git"
|
|
38
|
-
},
|
|
39
|
-
"author": {
|
|
40
|
-
"name": "NaveenKumar Namachivayam",
|
|
41
|
-
"email": "contact@qainsights.com"
|
|
42
|
-
},
|
|
43
|
-
"license": "MIT",
|
|
44
|
-
"homepage": "https://github.com/QAInsights/perf-skills#readme",
|
|
45
|
-
"engines": {
|
|
46
|
-
"node": ">=14"
|
|
47
|
-
}
|
|
48
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "perf-skills",
|
|
3
|
+
"version": "4.1.0",
|
|
4
|
+
"description": "Expert AI skill for performance testing - covers JMeter, k6, Gatling, Locust, Artillery, NeoLoad, LoadRunner, OctoPerf, LLM inference benchmarking, and SLO/capacity planning across the full lifecycle",
|
|
5
|
+
"main": "skills/perf/SKILL.md",
|
|
6
|
+
"files": [
|
|
7
|
+
"skills/",
|
|
8
|
+
".claude-plugin/"
|
|
9
|
+
],
|
|
10
|
+
"keywords": [
|
|
11
|
+
"performance-testing",
|
|
12
|
+
"load-testing",
|
|
13
|
+
"jmeter",
|
|
14
|
+
"k6",
|
|
15
|
+
"gatling",
|
|
16
|
+
"locust",
|
|
17
|
+
"artillery",
|
|
18
|
+
"neoload",
|
|
19
|
+
"loadrunner",
|
|
20
|
+
"octoperf",
|
|
21
|
+
"stress-testing",
|
|
22
|
+
"soak-testing",
|
|
23
|
+
"grpc",
|
|
24
|
+
"graphql",
|
|
25
|
+
"websocket",
|
|
26
|
+
"observability",
|
|
27
|
+
"ci-cd",
|
|
28
|
+
"llm-inference",
|
|
29
|
+
"vllm",
|
|
30
|
+
"slo",
|
|
31
|
+
"capacity-planning",
|
|
32
|
+
"claude-skills",
|
|
33
|
+
"ai-assistant"
|
|
34
|
+
],
|
|
35
|
+
"repository": {
|
|
36
|
+
"type": "git",
|
|
37
|
+
"url": "https://github.com/QAInsights/perf-skills.git"
|
|
38
|
+
},
|
|
39
|
+
"author": {
|
|
40
|
+
"name": "NaveenKumar Namachivayam",
|
|
41
|
+
"email": "contact@qainsights.com"
|
|
42
|
+
},
|
|
43
|
+
"license": "MIT",
|
|
44
|
+
"homepage": "https://github.com/QAInsights/perf-skills#readme",
|
|
45
|
+
"engines": {
|
|
46
|
+
"node": ">=14"
|
|
47
|
+
}
|
|
48
|
+
}
|