-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathregistry.json
More file actions
72 lines (72 loc) · 2.59 KB
/
Copy pathregistry.json
File metadata and controls
72 lines (72 loc) · 2.59 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"$schema": "https://ui.shadcn.com/schema/registry.json",
"name": "orc-skills",
"homepage": "https://github.com/TheOrcDev/skills",
"items": [
{
"name": "orc-me",
"type": "registry:item",
"title": "Orc Me",
"description": "Orc voice mode — blunt, decisive, no-hedging answers with full technical accuracy. Installs to .claude/skills/orc-me/SKILL.md in the target project.",
"files": [
{
"path": "skills/orc-me/SKILL.md",
"type": "registry:file",
"target": "~/.claude/skills/orc-me/SKILL.md"
}
]
},
{
"name": "war-boss-review",
"type": "registry:item",
"title": "War-Boss Review",
"description": "Blunt orc code review — ranks findings KILL IT / WEAK / WAAAGH-WORTHY and forces a ship/hold verdict. Installs to .claude/skills/war-boss-review/SKILL.md in the target project.",
"files": [
{
"path": "skills/war-boss-review/SKILL.md",
"type": "registry:file",
"target": "~/.claude/skills/war-boss-review/SKILL.md"
}
]
},
{
"name": "cut-it",
"type": "registry:item",
"title": "Cut It",
"description": "Cut an existing plan into ordered, self-contained slices (execution phases) sized for an AI agent to run one at a time. Installs to .claude/skills/cut-it/SKILL.md in the target project.",
"files": [
{
"path": "skills/cut-it/SKILL.md",
"type": "registry:file",
"target": "~/.claude/skills/cut-it/SKILL.md"
}
]
},
{
"name": "auto-grill",
"type": "registry:item",
"title": "Auto Grill",
"description": "Self-driving grill-me: interrogates a plan one question at a time, offers three answers (A/B/C) with one Recommended, and auto-answers with the recommended option until the plan is resolved. Installs to .claude/skills/auto-grill/SKILL.md in the target project.",
"files": [
{
"path": "skills/auto-grill/SKILL.md",
"type": "registry:file",
"target": "~/.claude/skills/auto-grill/SKILL.md"
}
]
},
{
"name": "shadscan-pre-commit",
"type": "registry:item",
"title": "Shadscan Pre-commit",
"description": "Give AI agents a Shadscan baseline and pre-commit audit protocol without changing project dependencies, scripts, or Git configuration.",
"files": [
{
"path": "skills/shadscan-pre-commit/SKILL.md",
"type": "registry:file",
"target": "~/.claude/skills/shadscan-pre-commit/SKILL.md"
}
]
}
]
}