forked from rollinsio/beyond-test-coverage
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmarketplace.json
More file actions
24 lines (24 loc) · 784 Bytes
/
Copy pathmarketplace.json
File metadata and controls
24 lines (24 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"$schema": "https://json.schemastore.org/claude-code-marketplace.json",
"name": "beyond-test-coverage",
"owner": {
"name": "Michael Rollins",
"email": "michael@rollins.io"
},
"metadata": {
"description": "Durable test-quality scoring and results dashboards from the llm-testgen-bench experiment.",
"version": "1.0.0"
},
"plugins": [
{
"name": "test-quality-tools",
"description": "Two skills: test-quality (audit/harden/generate mutation-resistant tests against a quality scorecard) and results-dashboard (render a scorecard JSON into an interactive HTML readout).",
"source": "./",
"strict": false,
"skills": [
"./.claude/skills/test-quality",
"./.claude/skills/results-dashboard"
]
}
]
}