-
Notifications
You must be signed in to change notification settings - Fork 83
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 743 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 743 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
25
26
27
28
29
30
31
32
33
34
{
"name": "claude-loopkit",
"version": "0.1.0",
"description": "Drop-in .claude/ harness + 41 battle-tested skills for any coding agent (Claude Code, Cursor, Codex, Gemini CLI).",
"keywords": [
"claude",
"claude-code",
"anthropic",
"agent",
"skills",
"harness",
"cursor",
"codex",
"gemini-cli",
"ai",
"llm"
],
"homepage": "https://github.com/Archive228/loopkit#readme",
"bugs": {
"url": "https://github.com/Archive228/loopkit/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Archive228/loopkit.git"
},
"license": "MIT",
"author": "Archive228",
"bin": {
"claude-loopkit": "bin/loopkit.js"
},
"engines": {
"node": ">=18"
}
}