-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathregistry.json
More file actions
177 lines (177 loc) · 4.7 KB
/
registry.json
File metadata and controls
177 lines (177 loc) · 4.7 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
{
"version": 1,
"description": "Hub registry — reverse index of which projects use which hub resources",
"projects": {
"agent": {
"path": "~/Projects/agent",
"type": "infra",
"status": "active",
"bootstrapped": true,
"summary": "Claude Code plugin/skill hub — plugins, templates, registry for all projects",
"plugins": [],
"rules": [],
"mcps": [],
"skills": [
"token-optimize-workspace"
],
"notes": "Hub project. Life management skills moved to digital-identity."
},
"Bookie": {
"path": "~/Projects/Bookie",
"type": "app",
"status": "active",
"bootstrapped": true,
"summary": "Reading community resource hub — AI book video production pipeline",
"plugins": [],
"rules": [],
"mcps": [
"notebooklm"
],
"skills": [
"catalog-insights",
"create-storyboard",
"extract-notes",
"extract-notes-workspace",
"gen-image",
"generate-prompts",
"new-subproject",
"produce-video",
"write-metadata",
"write-video"
],
"notes": "Media/video production workflow. Custom Bash hook for large media warnings."
},
"chimera-protocol": {
"path": "~/Projects/chimera-protocol",
"type": "godot",
"status": "active",
"bootstrapped": true,
"summary": "2D pixel art Action-RPG/Metroidvania in Godot 4.5 — parasitic mutation mechanics",
"plugins": [
"godot-dev"
],
"rules": [],
"mcps": [],
"skills": [
"check-gdd",
"gen-image",
"test",
"write-gdd"
],
"notes": ""
},
"digital-identity": {
"path": "~/Projects/digital-identity",
"type": "app",
"status": "active",
"bootstrapped": true,
"summary": "Personal profile center — centralized identity for AI context, CVs, and blog",
"plugins": [],
"rules": [],
"mcps": [],
"skills": [
"compile",
"reflect",
"arrange",
"finance"
],
"notes": "Personal profile center. Life management skills: quest + track moved to global, reschedule-quest merged into arrange, tempo deleted."
},
"Idea_Vault": {
"path": "~/Projects/Idea_Vault",
"type": "app",
"status": "active",
"bootstrapped": true,
"summary": "Personal knowledge base in Obsidian — notes, ideas, research",
"plugins": [],
"rules": [],
"mcps": [
"obsidian"
],
"skills": [
"create-note",
"obsidian-bases",
"obsidian-markdown"
],
"notes": "Obsidian/note-taking workspace."
},
"media-server": {
"path": "~/Projects/media-server",
"type": "infra",
"status": "active",
"bootstrapped": true,
"summary": "Docker-based home media server stack",
"plugins": [],
"rules": [],
"mcps": [],
"skills": [
"stack-health",
"stack-up"
],
"notes": "Docker-based media server stack."
},
"Wildtide": {
"path": "~/Projects/Wildtide",
"type": "godot",
"status": "active",
"bootstrapped": true,
"summary": "Open-world survival game in Godot 4.5 — dynamic ecosystem simulation",
"plugins": [
"godot-dev"
],
"rules": [
"wildtide-conventions"
],
"mcps": [],
"skills": [
"gen-image",
"lint",
"new-scene",
"test",
"update-mb",
"write-gdd"
],
"notes": "Stop hook runs gdformat on modified .gd files."
},
"workstation-setup": {
"path": "~/Projects/workstation-setup",
"type": "infra",
"status": "active",
"bootstrapped": true,
"summary": "Fedora/Nobara workstation provisioning and configuration",
"plugins": [],
"rules": [],
"mcps": [],
"skills": [
"test-setup",
"validate"
],
"notes": "System/workstation configuration."
},
"Learning_English": {
"path": "~/Projects/Learning_English",
"type": "app",
"status": "active",
"bootstrapped": true,
"plugins": [],
"rules": [],
"mcps": [],
"skills": [
"gen-image"
],
"notes": ""
},
"portfolio": {
"path": "~/Projects/portfolio",
"type": "app",
"status": "active",
"bootstrapped": true,
"summary": "Public portfolio site — Astro + Cloudflare Pages, dog-fooding the website service offering",
"plugins": [],
"rules": [],
"mcps": [],
"skills": [],
"notes": "Static site, no skills needed. Upwork URL placeholder in Contact.astro needs real URL."
}
}
}