-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 742 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 742 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
35
36
37
38
{
"name": "zodiac-skills",
"version": "2.3.0",
"description": "Behavioral compiler for LLMs — 12 skills that break specific model defaults. Cross-model, verified against real-world benchmarks.",
"bin": {
"zodiac-skills": "bin/cli.js"
},
"files": [
"bin/",
"monkey/",
"ox/",
"tiger/",
"snake/",
"dog/",
"rat/",
"pig/",
"rabbit/",
"dragon/",
"horse/",
"goat/",
"rooster/"
],
"keywords": [
"claude",
"claude-code",
"ai-skills",
"prompt-engineering",
"code-review",
"architecture",
"zodiac"
],
"author": "sidhartharora",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sidtheone/zodiac-skills"
}
}