-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "thunderkit",
"version": "0.1.0",
"description": "Opinionated Agent Skills for shipping big changes in big repos — decompose into parallel lanes, route each to the best model across a heterogeneous fleet (Claude, Codex, Bedrock), review cross-family, ship on evidence.",
"keywords": [
"agent-skills",
"claude-code",
"codex",
"opencode",
"hermes",
"cursor",
"ai-agents",
"multi-model",
"parallel",
"monorepo",
"context-engineering",
"skills"
],
"homepage": "https://thunderock.github.io/thunderkit/",
"repository": {
"type": "git",
"url": "git+https://github.com/thunderock/thunderkit.git"
},
"bugs": {
"url": "https://github.com/thunderock/thunderkit/issues"
},
"license": "MIT",
"author": "Ashutosh Tiwari (https://github.com/thunderock)",
"type": "module",
"bin": {
"thunderkit": "bin/thunderkit.js"
},
"files": [
"skills/",
"bin/",
"NORTH_STAR.md"
],
"engines": {
"node": ">=18"
},
"scripts": {
"test": "python3 tests/validate_frontmatter.py && python3 tests/site_drift.py"
}
}