Skip to content

Commit e0dfac7

Browse files
feat: implement modular k6-skills architecture (v0.1.0)
- Restructure skills into four modular components: k6-plan, k6-executor, k6-config, k6-validate - Each skill is self-contained with SKILL.md and references/ directory - Update plugin.json with version 0.1.0 and Claude-specific description - Update README with v0.1.0 architecture documentation - Remove legacy k6-core skill in favor of modular approach - Align with official Claude Skills specification
1 parent c034fa3 commit e0dfac7

23 files changed

Lines changed: 2043 additions & 1357 deletions

.claude-plugin/plugin.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "grafana-k6",
3-
"version": "1.0.0",
4-
"description": "Multi-agent k6 performance testing skill with deterministic script generation and interactive ambiguity resolution for HTTP, gRPC, and browser testing",
3+
"version": "0.1.0",
4+
"description": "Claude Skills for k6 performance testing with interactive planning, executor selection, script validation, and multi-environment configuration",
55
"author": {
66
"name": "charlyautomatiza",
77
"url": "https://github.com/charlyautomatiza/grafana-k6-skill"
88
},
99
"repository": "charlyautomatiza/grafana-k6-skill",
10-
"skills": "./skills/"
10+
"license": "MIT"
1111
}

0 commit comments

Comments
 (0)