-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathregistry.json
More file actions
343 lines (343 loc) · 11.4 KB
/
Copy pathregistry.json
File metadata and controls
343 lines (343 loc) · 11.4 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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
{
"name": "synaptic-canvas",
"version": "0.12.0",
"description": "A marketplace for Claude Code skills",
"author": {
"name": "randlee"
},
"packages": [
{
"name": "sc-ai-cli",
"version": "0.12.0",
"description": "AI-first CLI design toolkit: create, review, and harden JSON-first CLIs with MCP-ready contract seams, typed error contracts, auditable mutations, repeatable scaffolding patterns, and stateful simulator design guidance.\n",
"author": "randlee",
"license": "MIT",
"keywords": [],
"category": "tools",
"artifacts": {
"commands": 0,
"skills": 3,
"agents": 0,
"scripts": 0,
"schemas": 0
},
"lastUpdated": "2026-08-30T22:32:48.289968+00:00"
},
{
"name": "sc-ci-automation",
"version": "0.12.0",
"description": "Run CI quality gates (pull \u2192 build \u2192 test) with optional auto-fix and PR creation. Coordinates pull from upstream, builds projects, runs tests, applies straightforward fixes, and creates PRs when all quality gates pass. Supports version bumping with --patch flag.\n",
"author": "randlee",
"license": "MIT",
"keywords": [],
"category": "tools",
"artifacts": {
"commands": 1,
"skills": 1,
"agents": 7,
"scripts": 1,
"schemas": 0
},
"lastUpdated": "2026-08-30T22:32:48.290999+00:00"
},
{
"name": "sc-codex",
"version": "0.12.0",
"description": "Run Codex agents via a Task Tool-compatible runner, with hooks emulation and background execution support.\n",
"author": "synaptic-canvas",
"license": "MIT",
"keywords": [],
"category": "tools",
"artifacts": {
"commands": 1,
"skills": 1,
"agents": 1,
"scripts": 2,
"schemas": 2
},
"lastUpdated": "2026-08-30T22:32:48.291746+00:00"
},
{
"name": "sc-coding-agent-hardening",
"version": "0.12.0",
"description": "Harden coding, QA, and orchestration agent prompts so straightforward defects are fixed instead of being dismissed as minor, pre-existing, non-blocking, or technical debt.\n",
"author": "randlee",
"license": "MIT",
"keywords": [],
"category": "tools",
"artifacts": {
"commands": 0,
"skills": 1,
"agents": 0,
"scripts": 0,
"schemas": 0
},
"lastUpdated": "2026-08-30T22:32:48.292194+00:00"
},
{
"name": "sc-commit-push-pr",
"version": "0.13.0",
"description": "Commit, push, and create PRs for GitHub and Azure DevOps",
"author": "randlee",
"license": "MIT",
"keywords": [],
"category": "tools",
"artifacts": {
"commands": 0,
"skills": 1,
"agents": 2,
"scripts": 10,
"schemas": 0
},
"lastUpdated": "2026-08-30T22:32:48.293058+00:00"
},
{
"name": "sc-delay-tasks",
"version": "0.12.0",
"description": "Schedule delayed one-shot or bounded polling actions with minimal heartbeats. Useful for waiting before running checks (e.g., CI status) or polling with stop-on-success.\n",
"author": "randlee",
"license": "MIT",
"keywords": [],
"category": "tools",
"artifacts": {
"commands": 1,
"skills": 1,
"agents": 3,
"scripts": 2,
"schemas": 0
},
"lastUpdated": "2026-08-30T22:32:48.293630+00:00"
},
{
"name": "sc-docling-pdf",
"version": "0.1.0",
"description": "Convert PDF documents to markdown and structured output using the docling CLI. Selects the optimal conversion profile based on document content: clean text, scanned/OCR, rich datasheets with images and tables, complex layouts via VLM, or technical documents with code and formulas. Extracts images as referenced PNG files for viewing. No MCP required \u2014 pure CLI workflow for Claude Code.\n",
"author": "randlee",
"license": "MIT",
"keywords": [],
"category": "tools",
"artifacts": {
"commands": 0,
"skills": 1,
"agents": 0,
"scripts": 0,
"schemas": 0
},
"lastUpdated": "2026-08-30T22:32:48.294512+00:00"
},
{
"name": "sc-gh-stack",
"version": "0.13.0",
"description": "Stacked-PR orchestration for parallel development with the `gh stack` CLI extension: background agents plan task graphs onto stacks and worktrees, convert flat PRs into clean stacks, and keep stacks rebased as fixes merge \u2014 each returning a compact decision log; deterministic stdlib-Python scripts underneath.\n",
"author": "randlee",
"license": "MIT",
"keywords": [],
"category": "git",
"artifacts": {
"commands": 0,
"skills": 1,
"agents": 3,
"scripts": 5,
"schemas": 0
},
"lastUpdated": "2026-08-30T22:32:48.295409+00:00"
},
{
"name": "sc-git-worktree",
"version": "0.13.0",
"description": "Manage git worktrees with optional tracking and protected branch safeguards: create, scan, cleanup, abort, and update worktrees using a standard sibling folder layout with tracking documents. Prevents accidental deletion of protected branches.\n",
"author": "randlee",
"license": "MIT",
"keywords": [],
"category": "tools",
"artifacts": {
"commands": 1,
"skills": 1,
"agents": 5,
"scripts": 7,
"schemas": 0
},
"lastUpdated": "2026-08-30T22:32:48.296382+00:00"
},
{
"name": "sc-github-issue",
"version": "0.12.0",
"description": "GitHub issue lifecycle management with worktree isolation: list, create, update, and fix issues with automated workflows including PR creation. Integrates with sc-git-worktree for safe isolation.\n",
"author": "randlee",
"license": "MIT",
"keywords": [],
"category": "tools",
"artifacts": {
"commands": 1,
"skills": 1,
"agents": 4,
"scripts": 1,
"schemas": 0
},
"lastUpdated": "2026-08-30T22:32:48.297401+00:00"
},
{
"name": "sc-just",
"version": "0.1.0",
"description": "Set up repo-local just task runners with a curated Justfile, optional .just/ helper scripts, and starter templates for minimal, Python, Go, .NET, and Rust repos.\n",
"author": "randlee",
"license": "MIT",
"keywords": [],
"category": "tools",
"artifacts": {
"commands": 0,
"skills": 1,
"agents": 0,
"scripts": 0,
"schemas": 0
},
"lastUpdated": "2026-08-30T22:32:48.298434+00:00"
},
{
"name": "sc-kanban",
"version": "0.12.0",
"description": "Kanban state machine for Synaptic Canvas: backlog \u2192 board \u2192 done with gate validation, scrubbing, and shared board config (v0.7).\n",
"author": "randlee",
"license": "MIT",
"keywords": [],
"category": "tools",
"artifacts": {
"commands": 1,
"skills": 1,
"agents": 4,
"scripts": 5,
"schemas": 0
},
"lastUpdated": "2026-08-30T22:32:48.299166+00:00"
},
{
"name": "sc-launch-term",
"version": "0.12.0",
"description": "Launch Claude (including Fable), Codex (including Sol, Terra, and Luna), and Gemini sessions in supported terminals with platform-aware autodetect, cmux workspace tabs, and optional tmux session management.\n",
"author": "randlee",
"license": "MIT",
"keywords": [],
"category": "tools",
"artifacts": {
"commands": 0,
"skills": 0,
"agents": 0,
"scripts": 3,
"schemas": 0
},
"lastUpdated": "2026-08-30T22:32:48.299847+00:00"
},
{
"name": "sc-launchpad",
"version": "0.12.0",
"description": "Launch Claude (including Fable), Codex (including Sol, Terra, and Luna), or Gemini as a separate background sub-agent runtime, with explicit ATM teammate-mode normalization and roster registration.\n",
"author": "synaptic-canvas",
"license": "MIT",
"keywords": [],
"category": "tools",
"artifacts": {
"commands": 0,
"skills": 1,
"agents": 1,
"scripts": 2,
"schemas": 0
},
"lastUpdated": "2026-08-30T22:32:48.300530+00:00"
},
{
"name": "sc-manage",
"version": "0.12.0",
"description": "Manage Synaptic Canvas Claude packages. List available packages and their install status (local/global), and install or uninstall packages according to policy.\n",
"author": "synaptic-canvas",
"license": "MIT",
"keywords": [],
"category": "tools",
"artifacts": {
"commands": 1,
"skills": 1,
"agents": 4,
"scripts": 8,
"schemas": 0
},
"lastUpdated": "2026-08-30T22:32:48.301209+00:00"
},
{
"name": "sc-repomix-nuget",
"version": "0.12.0",
"description": "Generate AI-optimized NuGet package context using Repomix with NuGet metadata (dependencies, dependents, namespaces, frameworks). Produces a compressed API surface.\n",
"author": "synaptic-canvas",
"license": "MIT",
"keywords": [],
"category": "tools",
"artifacts": {
"commands": 1,
"skills": 1,
"agents": 3,
"scripts": 3,
"schemas": 0
},
"lastUpdated": "2026-08-30T22:32:48.301884+00:00"
},
{
"name": "sc-roslyn-diff",
"version": "0.12.0",
"description": "Semantic diffing for .NET source using roslyn-diff with JSON-first outputs, HTML reports, and git/PR-aware comparisons.\n",
"author": "randlee",
"license": "MIT",
"keywords": [],
"category": "tools",
"artifacts": {
"commands": 1,
"skills": 1,
"agents": 2,
"scripts": 6,
"schemas": 0
},
"lastUpdated": "2026-08-30T22:32:48.302580+00:00"
},
{
"name": "sc-rust",
"version": "0.12.0",
"description": "Rust development toolkit: idiomatic guidelines, service hardening guidance, design pattern enforcement, and specialized agents for architecture, code review, exploration, implementation, and QA. Includes cross-platform portability guidelines for Ubuntu, macOS, and Windows.\n",
"author": "randlee",
"license": "MIT",
"keywords": [],
"category": "tools",
"artifacts": {
"commands": 0,
"skills": 3,
"agents": 7,
"scripts": 0,
"schemas": 0
},
"lastUpdated": "2026-08-30T22:32:48.303754+00:00"
},
{
"name": "sc-startup",
"version": "0.12.0",
"description": "Startup runner for Synaptic Canvas: read startup prompt, sync master checklist, optional PR triage, worktree hygiene, and CI pull, then emit a concise status with next steps. Supports read-only mode.\n",
"author": "randlee",
"license": "MIT",
"keywords": [],
"category": "tools",
"artifacts": {
"commands": 1,
"skills": 1,
"agents": 2,
"scripts": 1,
"schemas": 0
},
"lastUpdated": "2026-08-30T22:32:48.304498+00:00"
}
],
"metadata": {
"totalPackages": 19,
"totalCommands": 10,
"totalSkills": 22,
"totalAgents": 48,
"totalScripts": 56,
"totalSchemas": 2
},
"generated": "2026-08-30T22:32:48.304513+00:00",
"lastUpdated": "2026-08-30T22:32:48.304514+00:00"
}