sumulige-claude 1.0.7 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/sessions/active-sessions.json +1 -444
- package/.claude/settings.local.json +24 -1
- package/.claude-plugin/marketplace.json +71 -0
- package/.github/workflows/sync-skills.yml +74 -0
- package/AGENTS.md +81 -22
- package/README.md +140 -720
- package/cli.js +34 -1
- package/config/skill-categories.json +40 -0
- package/docs/DEVELOPMENT.md +423 -0
- package/docs/MARKETPLACE.md +352 -0
- package/lib/marketplace.js +486 -0
- package/package.json +10 -4
- package/scripts/sync-external.mjs +298 -0
- package/scripts/update-registry.mjs +325 -0
- package/sources.yaml +83 -0
- package/template/.claude/hooks/conversation-logger.cjs +222 -0
- package/template/.claude/settings.json +5 -0
|
@@ -1,444 +1 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"id": "session-24296-21777",
|
|
4
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
5
|
-
"startedAt": 1768380114984,
|
|
6
|
-
"lastHeartbeat": 1768380114984,
|
|
7
|
-
"heartbeatCount": 1,
|
|
8
|
-
"status": "active"
|
|
9
|
-
},
|
|
10
|
-
{
|
|
11
|
-
"id": "session-25203-21777",
|
|
12
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
13
|
-
"startedAt": 1768381841359,
|
|
14
|
-
"lastHeartbeat": 1768381841359,
|
|
15
|
-
"heartbeatCount": 1,
|
|
16
|
-
"status": "active"
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"id": "session-25223-21777",
|
|
20
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
21
|
-
"startedAt": 1768381898336,
|
|
22
|
-
"lastHeartbeat": 1768381898336,
|
|
23
|
-
"heartbeatCount": 1,
|
|
24
|
-
"status": "active"
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
"id": "session-25240-21777",
|
|
28
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
29
|
-
"startedAt": 1768381909390,
|
|
30
|
-
"lastHeartbeat": 1768381909390,
|
|
31
|
-
"heartbeatCount": 1,
|
|
32
|
-
"status": "active"
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"id": "session-25263-21777",
|
|
36
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
37
|
-
"startedAt": 1768381940430,
|
|
38
|
-
"lastHeartbeat": 1768381940430,
|
|
39
|
-
"heartbeatCount": 1,
|
|
40
|
-
"status": "active"
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"id": "session-25284-21777",
|
|
44
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
45
|
-
"startedAt": 1768381952270,
|
|
46
|
-
"lastHeartbeat": 1768381952270,
|
|
47
|
-
"heartbeatCount": 1,
|
|
48
|
-
"status": "active"
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"id": "session-25364-21777",
|
|
52
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
53
|
-
"startedAt": 1768381961451,
|
|
54
|
-
"lastHeartbeat": 1768381961451,
|
|
55
|
-
"heartbeatCount": 1,
|
|
56
|
-
"status": "active"
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
"id": "session-25391-21777",
|
|
60
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
61
|
-
"startedAt": 1768381967921,
|
|
62
|
-
"lastHeartbeat": 1768381967921,
|
|
63
|
-
"heartbeatCount": 1,
|
|
64
|
-
"status": "active"
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"id": "session-25407-21777",
|
|
68
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
69
|
-
"startedAt": 1768381976308,
|
|
70
|
-
"lastHeartbeat": 1768381976308,
|
|
71
|
-
"heartbeatCount": 1,
|
|
72
|
-
"status": "active"
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"id": "session-25421-21777",
|
|
76
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
77
|
-
"startedAt": 1768381986295,
|
|
78
|
-
"lastHeartbeat": 1768381986295,
|
|
79
|
-
"heartbeatCount": 1,
|
|
80
|
-
"status": "active"
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
"id": "session-25434-21777",
|
|
84
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
85
|
-
"startedAt": 1768381991401,
|
|
86
|
-
"lastHeartbeat": 1768381991401,
|
|
87
|
-
"heartbeatCount": 1,
|
|
88
|
-
"status": "active"
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
"id": "session-25514-21777",
|
|
92
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
93
|
-
"startedAt": 1768382141338,
|
|
94
|
-
"lastHeartbeat": 1768382141338,
|
|
95
|
-
"heartbeatCount": 1,
|
|
96
|
-
"status": "active"
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
"id": "session-25564-21777",
|
|
100
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
101
|
-
"startedAt": 1768382147029,
|
|
102
|
-
"lastHeartbeat": 1768382147029,
|
|
103
|
-
"heartbeatCount": 1,
|
|
104
|
-
"status": "active"
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
"id": "session-25590-21777",
|
|
108
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
109
|
-
"startedAt": 1768382194722,
|
|
110
|
-
"lastHeartbeat": 1768382194722,
|
|
111
|
-
"heartbeatCount": 1,
|
|
112
|
-
"status": "active"
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
"id": "session-25605-21777",
|
|
116
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
117
|
-
"startedAt": 1768382200403,
|
|
118
|
-
"lastHeartbeat": 1768382200403,
|
|
119
|
-
"heartbeatCount": 1,
|
|
120
|
-
"status": "active"
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"id": "session-25632-21777",
|
|
124
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
125
|
-
"startedAt": 1768382206644,
|
|
126
|
-
"lastHeartbeat": 1768382206644,
|
|
127
|
-
"heartbeatCount": 1,
|
|
128
|
-
"status": "active"
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
"id": "session-25652-21777",
|
|
132
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
133
|
-
"startedAt": 1768382206806,
|
|
134
|
-
"lastHeartbeat": 1768382206806,
|
|
135
|
-
"heartbeatCount": 1,
|
|
136
|
-
"status": "active"
|
|
137
|
-
},
|
|
138
|
-
{
|
|
139
|
-
"id": "session-25796-21777",
|
|
140
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
141
|
-
"startedAt": 1768382343851,
|
|
142
|
-
"lastHeartbeat": 1768382343851,
|
|
143
|
-
"heartbeatCount": 1,
|
|
144
|
-
"status": "active"
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
"id": "session-25814-21777",
|
|
148
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
149
|
-
"startedAt": 1768382362496,
|
|
150
|
-
"lastHeartbeat": 1768382362496,
|
|
151
|
-
"heartbeatCount": 1,
|
|
152
|
-
"status": "active"
|
|
153
|
-
},
|
|
154
|
-
{
|
|
155
|
-
"id": "session-25996-21777",
|
|
156
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
157
|
-
"startedAt": 1768382669972,
|
|
158
|
-
"lastHeartbeat": 1768382669972,
|
|
159
|
-
"heartbeatCount": 1,
|
|
160
|
-
"status": "active"
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
"id": "session-26003-21777",
|
|
164
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
165
|
-
"startedAt": 1768382669992,
|
|
166
|
-
"lastHeartbeat": 1768382669992,
|
|
167
|
-
"heartbeatCount": 1,
|
|
168
|
-
"status": "active"
|
|
169
|
-
},
|
|
170
|
-
{
|
|
171
|
-
"id": "session-26010-21777",
|
|
172
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
173
|
-
"startedAt": 1768382669998,
|
|
174
|
-
"lastHeartbeat": 1768382669998,
|
|
175
|
-
"heartbeatCount": 1,
|
|
176
|
-
"status": "active"
|
|
177
|
-
},
|
|
178
|
-
{
|
|
179
|
-
"id": "session-26110-21777",
|
|
180
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
181
|
-
"startedAt": 1768382728623,
|
|
182
|
-
"lastHeartbeat": 1768382728623,
|
|
183
|
-
"heartbeatCount": 1,
|
|
184
|
-
"status": "active"
|
|
185
|
-
},
|
|
186
|
-
{
|
|
187
|
-
"id": "session-26126-21777",
|
|
188
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
189
|
-
"startedAt": 1768382733375,
|
|
190
|
-
"lastHeartbeat": 1768382733375,
|
|
191
|
-
"heartbeatCount": 1,
|
|
192
|
-
"status": "active"
|
|
193
|
-
},
|
|
194
|
-
{
|
|
195
|
-
"id": "session-26140-21777",
|
|
196
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
197
|
-
"startedAt": 1768382749918,
|
|
198
|
-
"lastHeartbeat": 1768382749918,
|
|
199
|
-
"heartbeatCount": 1,
|
|
200
|
-
"status": "active"
|
|
201
|
-
},
|
|
202
|
-
{
|
|
203
|
-
"id": "session-26155-21777",
|
|
204
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
205
|
-
"startedAt": 1768382752479,
|
|
206
|
-
"lastHeartbeat": 1768382752479,
|
|
207
|
-
"heartbeatCount": 1,
|
|
208
|
-
"status": "active"
|
|
209
|
-
},
|
|
210
|
-
{
|
|
211
|
-
"id": "session-26181-21777",
|
|
212
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
213
|
-
"startedAt": 1768382792393,
|
|
214
|
-
"lastHeartbeat": 1768382792393,
|
|
215
|
-
"heartbeatCount": 1,
|
|
216
|
-
"status": "active"
|
|
217
|
-
},
|
|
218
|
-
{
|
|
219
|
-
"id": "session-26206-21777",
|
|
220
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
221
|
-
"startedAt": 1768382840410,
|
|
222
|
-
"lastHeartbeat": 1768382840410,
|
|
223
|
-
"heartbeatCount": 1,
|
|
224
|
-
"status": "active"
|
|
225
|
-
},
|
|
226
|
-
{
|
|
227
|
-
"id": "session-26220-21777",
|
|
228
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
229
|
-
"startedAt": 1768382843372,
|
|
230
|
-
"lastHeartbeat": 1768382843372,
|
|
231
|
-
"heartbeatCount": 1,
|
|
232
|
-
"status": "active"
|
|
233
|
-
},
|
|
234
|
-
{
|
|
235
|
-
"id": "session-26313-21777",
|
|
236
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
237
|
-
"startedAt": 1768382884460,
|
|
238
|
-
"lastHeartbeat": 1768382884460,
|
|
239
|
-
"heartbeatCount": 1,
|
|
240
|
-
"status": "active"
|
|
241
|
-
},
|
|
242
|
-
{
|
|
243
|
-
"id": "session-26327-21777",
|
|
244
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
245
|
-
"startedAt": 1768382893665,
|
|
246
|
-
"lastHeartbeat": 1768382893665,
|
|
247
|
-
"heartbeatCount": 1,
|
|
248
|
-
"status": "active"
|
|
249
|
-
},
|
|
250
|
-
{
|
|
251
|
-
"id": "session-26340-21777",
|
|
252
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
253
|
-
"startedAt": 1768382896611,
|
|
254
|
-
"lastHeartbeat": 1768382896611,
|
|
255
|
-
"heartbeatCount": 1,
|
|
256
|
-
"status": "active"
|
|
257
|
-
},
|
|
258
|
-
{
|
|
259
|
-
"id": "session-26349-21777",
|
|
260
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
261
|
-
"startedAt": 1768382899845,
|
|
262
|
-
"lastHeartbeat": 1768382899845,
|
|
263
|
-
"heartbeatCount": 1,
|
|
264
|
-
"status": "active"
|
|
265
|
-
},
|
|
266
|
-
{
|
|
267
|
-
"id": "session-26373-21777",
|
|
268
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
269
|
-
"startedAt": 1768382925824,
|
|
270
|
-
"lastHeartbeat": 1768382925824,
|
|
271
|
-
"heartbeatCount": 1,
|
|
272
|
-
"status": "active"
|
|
273
|
-
},
|
|
274
|
-
{
|
|
275
|
-
"id": "session-26390-21777",
|
|
276
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
277
|
-
"startedAt": 1768382946454,
|
|
278
|
-
"lastHeartbeat": 1768382946454,
|
|
279
|
-
"heartbeatCount": 1,
|
|
280
|
-
"status": "active"
|
|
281
|
-
},
|
|
282
|
-
{
|
|
283
|
-
"id": "session-26417-21777",
|
|
284
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
285
|
-
"startedAt": 1768382960687,
|
|
286
|
-
"lastHeartbeat": 1768382960687,
|
|
287
|
-
"heartbeatCount": 1,
|
|
288
|
-
"status": "active"
|
|
289
|
-
},
|
|
290
|
-
{
|
|
291
|
-
"id": "session-26737-21777",
|
|
292
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
293
|
-
"startedAt": 1768383271371,
|
|
294
|
-
"lastHeartbeat": 1768383271371,
|
|
295
|
-
"heartbeatCount": 1,
|
|
296
|
-
"status": "active",
|
|
297
|
-
"number": 1
|
|
298
|
-
},
|
|
299
|
-
{
|
|
300
|
-
"id": "session-26751-21777",
|
|
301
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
302
|
-
"startedAt": 1768383271413,
|
|
303
|
-
"lastHeartbeat": 1768383271413,
|
|
304
|
-
"heartbeatCount": 1,
|
|
305
|
-
"status": "active",
|
|
306
|
-
"number": 2
|
|
307
|
-
},
|
|
308
|
-
{
|
|
309
|
-
"id": "session-26758-21777",
|
|
310
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
311
|
-
"startedAt": 1768383271424,
|
|
312
|
-
"lastHeartbeat": 1768383271424,
|
|
313
|
-
"heartbeatCount": 1,
|
|
314
|
-
"status": "active",
|
|
315
|
-
"number": 3
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
"id": "session-26744-21777",
|
|
319
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
320
|
-
"startedAt": 1768383271437,
|
|
321
|
-
"lastHeartbeat": 1768383271437,
|
|
322
|
-
"heartbeatCount": 1,
|
|
323
|
-
"status": "active",
|
|
324
|
-
"number": 4
|
|
325
|
-
},
|
|
326
|
-
{
|
|
327
|
-
"id": "session-26781-21777",
|
|
328
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
329
|
-
"startedAt": 1768383304643,
|
|
330
|
-
"lastHeartbeat": 1768383304643,
|
|
331
|
-
"heartbeatCount": 1,
|
|
332
|
-
"status": "active",
|
|
333
|
-
"number": 5
|
|
334
|
-
},
|
|
335
|
-
{
|
|
336
|
-
"id": "session-26807-21777",
|
|
337
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
338
|
-
"startedAt": 1768383306773,
|
|
339
|
-
"lastHeartbeat": 1768383306773,
|
|
340
|
-
"heartbeatCount": 1,
|
|
341
|
-
"status": "active",
|
|
342
|
-
"number": 6
|
|
343
|
-
},
|
|
344
|
-
{
|
|
345
|
-
"id": "session-26839-21777",
|
|
346
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
347
|
-
"startedAt": 1768383311349,
|
|
348
|
-
"lastHeartbeat": 1768383311349,
|
|
349
|
-
"heartbeatCount": 1,
|
|
350
|
-
"status": "active",
|
|
351
|
-
"number": 7
|
|
352
|
-
},
|
|
353
|
-
{
|
|
354
|
-
"id": "session-26874-21777",
|
|
355
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
356
|
-
"startedAt": 1768383315706,
|
|
357
|
-
"lastHeartbeat": 1768383315706,
|
|
358
|
-
"heartbeatCount": 1,
|
|
359
|
-
"status": "active",
|
|
360
|
-
"number": 8
|
|
361
|
-
},
|
|
362
|
-
{
|
|
363
|
-
"id": "session-26903-21777",
|
|
364
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
365
|
-
"startedAt": 1768383316502,
|
|
366
|
-
"lastHeartbeat": 1768383316502,
|
|
367
|
-
"heartbeatCount": 1,
|
|
368
|
-
"status": "active",
|
|
369
|
-
"number": 9
|
|
370
|
-
},
|
|
371
|
-
{
|
|
372
|
-
"id": "session-26940-21777",
|
|
373
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
374
|
-
"startedAt": 1768383330856,
|
|
375
|
-
"lastHeartbeat": 1768383330856,
|
|
376
|
-
"heartbeatCount": 1,
|
|
377
|
-
"status": "active",
|
|
378
|
-
"number": 10
|
|
379
|
-
},
|
|
380
|
-
{
|
|
381
|
-
"id": "session-26968-21777",
|
|
382
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
383
|
-
"startedAt": 1768383334042,
|
|
384
|
-
"lastHeartbeat": 1768383334042,
|
|
385
|
-
"heartbeatCount": 1,
|
|
386
|
-
"status": "active"
|
|
387
|
-
},
|
|
388
|
-
{
|
|
389
|
-
"id": "session-27028-21777",
|
|
390
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
391
|
-
"startedAt": 1768383366328,
|
|
392
|
-
"lastHeartbeat": 1768383366328,
|
|
393
|
-
"heartbeatCount": 1,
|
|
394
|
-
"status": "active"
|
|
395
|
-
},
|
|
396
|
-
{
|
|
397
|
-
"id": "session-27064-21777",
|
|
398
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
399
|
-
"startedAt": 1768383373002,
|
|
400
|
-
"lastHeartbeat": 1768383373002,
|
|
401
|
-
"heartbeatCount": 1,
|
|
402
|
-
"status": "active"
|
|
403
|
-
},
|
|
404
|
-
{
|
|
405
|
-
"id": "session-27267-21777",
|
|
406
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
407
|
-
"startedAt": 1768383438293,
|
|
408
|
-
"lastHeartbeat": 1768383438293,
|
|
409
|
-
"heartbeatCount": 1,
|
|
410
|
-
"status": "active"
|
|
411
|
-
},
|
|
412
|
-
{
|
|
413
|
-
"id": "session-27314-21777",
|
|
414
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
415
|
-
"startedAt": 1768383488603,
|
|
416
|
-
"lastHeartbeat": 1768383488603,
|
|
417
|
-
"heartbeatCount": 1,
|
|
418
|
-
"status": "active"
|
|
419
|
-
},
|
|
420
|
-
{
|
|
421
|
-
"id": "session-27335-21777",
|
|
422
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
423
|
-
"startedAt": 1768383494428,
|
|
424
|
-
"lastHeartbeat": 1768383494428,
|
|
425
|
-
"heartbeatCount": 1,
|
|
426
|
-
"status": "active"
|
|
427
|
-
},
|
|
428
|
-
{
|
|
429
|
-
"id": "session-27586-21777",
|
|
430
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
431
|
-
"startedAt": 1768383673341,
|
|
432
|
-
"lastHeartbeat": 1768383673341,
|
|
433
|
-
"heartbeatCount": 1,
|
|
434
|
-
"status": "active"
|
|
435
|
-
},
|
|
436
|
-
{
|
|
437
|
-
"id": "session-27617-21777",
|
|
438
|
-
"identifier": "sumulige@M3 (darwin)",
|
|
439
|
-
"startedAt": 1768383686236,
|
|
440
|
-
"lastHeartbeat": 1768383686236,
|
|
441
|
-
"heartbeatCount": 1,
|
|
442
|
-
"status": "active"
|
|
443
|
-
}
|
|
444
|
-
]
|
|
1
|
+
[]
|
|
@@ -40,7 +40,30 @@
|
|
|
40
40
|
"Bash(npm whoami)",
|
|
41
41
|
"Bash(npm adduser:*)",
|
|
42
42
|
"Bash(npm config set:*)",
|
|
43
|
-
"Bash(npm publish:*)"
|
|
43
|
+
"Bash(npm publish:*)",
|
|
44
|
+
"Bash(open:*)",
|
|
45
|
+
"Bash(tree:*)",
|
|
46
|
+
"Bash(npm run sync:all:*)",
|
|
47
|
+
"Bash(gh repo view:*)",
|
|
48
|
+
"Bash(npm config get:*)",
|
|
49
|
+
"Bash(npm version:*)",
|
|
50
|
+
"Bash(git restore:*)",
|
|
51
|
+
"Bash(smc sync:*)",
|
|
52
|
+
"Bash(smc:*)",
|
|
53
|
+
"Bash(docker-compose up:*)",
|
|
54
|
+
"Bash(curl:*)",
|
|
55
|
+
"Bash(lsof:*)",
|
|
56
|
+
"Bash(ls:*)",
|
|
57
|
+
"Bash(docker exec:*)",
|
|
58
|
+
"Bash(docker ps:*)",
|
|
59
|
+
"Bash(docker logs:*)",
|
|
60
|
+
"Bash(docker restart:*)",
|
|
61
|
+
"WebSearch",
|
|
62
|
+
"Bash(npm run build:*)",
|
|
63
|
+
"Bash(npx tsc:*)",
|
|
64
|
+
"Bash(npm ls:*)",
|
|
65
|
+
"Bash(npm run dev)",
|
|
66
|
+
"Bash(kill:*)"
|
|
44
67
|
]
|
|
45
68
|
},
|
|
46
69
|
"hooks": {
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "smc-skills",
|
|
3
|
+
"description": "Sumulige Claude Agent Harness - Curated skill collection for AI coding agents",
|
|
4
|
+
"homepage": "https://github.com/sumulige/sumulige-claude",
|
|
5
|
+
"owner": {
|
|
6
|
+
"name": "sumulige",
|
|
7
|
+
"email": "sumulige@example.com"
|
|
8
|
+
},
|
|
9
|
+
"plugins": [
|
|
10
|
+
{
|
|
11
|
+
"name": "smc-skills",
|
|
12
|
+
"description": "Multi-agent orchestration harness with curated skills. Includes Conductor, Architect, Builder, Reviewer, Librarian agents plus RAG-based skill discovery system.",
|
|
13
|
+
"source": "./",
|
|
14
|
+
"skills": [
|
|
15
|
+
"./../template/.claude/skills/manus-kickoff"
|
|
16
|
+
],
|
|
17
|
+
"strict": false,
|
|
18
|
+
"skill_list": [
|
|
19
|
+
{
|
|
20
|
+
"name": "manus-kickoff",
|
|
21
|
+
"description": "Manus 风格项目启动流程 - AI 2.0 开发范式",
|
|
22
|
+
"path": "./../template/.claude/skills/manus-kickoff",
|
|
23
|
+
"category": "tools",
|
|
24
|
+
"external": false
|
|
25
|
+
}
|
|
26
|
+
]
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"metadata": {
|
|
30
|
+
"version": "1.0.7",
|
|
31
|
+
"generated_at": "2026-01-14T12:21:55.220Z",
|
|
32
|
+
"skill_count": 1,
|
|
33
|
+
"categories": {
|
|
34
|
+
"tools": {
|
|
35
|
+
"name": "CLI 工具",
|
|
36
|
+
"description": "命令行工具和实用程序",
|
|
37
|
+
"icon": "🔧"
|
|
38
|
+
},
|
|
39
|
+
"development": {
|
|
40
|
+
"name": "开发辅助",
|
|
41
|
+
"description": "语言特定的开发辅助工具",
|
|
42
|
+
"icon": "💻"
|
|
43
|
+
},
|
|
44
|
+
"productivity": {
|
|
45
|
+
"name": "效率工具",
|
|
46
|
+
"description": "工作流自动化和效率提升",
|
|
47
|
+
"icon": "⚡"
|
|
48
|
+
},
|
|
49
|
+
"automation": {
|
|
50
|
+
"name": "自动化",
|
|
51
|
+
"description": "浏览器、CI/CD、系统自动化",
|
|
52
|
+
"icon": "🤖"
|
|
53
|
+
},
|
|
54
|
+
"data": {
|
|
55
|
+
"name": "数据处理",
|
|
56
|
+
"description": "数据库、数据处理和分析",
|
|
57
|
+
"icon": "📊"
|
|
58
|
+
},
|
|
59
|
+
"documentation": {
|
|
60
|
+
"name": "文档",
|
|
61
|
+
"description": "文档、图表、规范生成",
|
|
62
|
+
"icon": "📚"
|
|
63
|
+
},
|
|
64
|
+
"workflow": {
|
|
65
|
+
"name": "工作流编排",
|
|
66
|
+
"description": "多代理编排和协调",
|
|
67
|
+
"icon": "🎼"
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
# Sync External Skills
|
|
2
|
+
#
|
|
3
|
+
# This workflow automatically syncs skills from external repositories
|
|
4
|
+
# defined in sources.yaml. It runs daily and can be triggered manually.
|
|
5
|
+
|
|
6
|
+
name: Sync External Skills
|
|
7
|
+
|
|
8
|
+
on:
|
|
9
|
+
# Run daily at midnight UTC
|
|
10
|
+
schedule:
|
|
11
|
+
- cron: '0 0 * * *'
|
|
12
|
+
|
|
13
|
+
# Allow manual trigger
|
|
14
|
+
workflow_dispatch:
|
|
15
|
+
|
|
16
|
+
# Run on changes to sources.yaml
|
|
17
|
+
push:
|
|
18
|
+
paths:
|
|
19
|
+
- 'sources.yaml'
|
|
20
|
+
- '.github/workflows/sync-skills.yml'
|
|
21
|
+
branches:
|
|
22
|
+
- main
|
|
23
|
+
|
|
24
|
+
jobs:
|
|
25
|
+
sync:
|
|
26
|
+
name: Sync Skills
|
|
27
|
+
runs-on: ubuntu-latest
|
|
28
|
+
|
|
29
|
+
permissions:
|
|
30
|
+
contents: write
|
|
31
|
+
|
|
32
|
+
steps:
|
|
33
|
+
- name: Checkout repository
|
|
34
|
+
uses: actions/checkout@v4
|
|
35
|
+
|
|
36
|
+
- name: Setup Node.js
|
|
37
|
+
uses: actions/setup-node@v4
|
|
38
|
+
with:
|
|
39
|
+
node-version: '20'
|
|
40
|
+
cache: 'npm'
|
|
41
|
+
|
|
42
|
+
- name: Install dependencies
|
|
43
|
+
run: npm ci
|
|
44
|
+
|
|
45
|
+
- name: Sync external skills
|
|
46
|
+
run: npm run sync
|
|
47
|
+
|
|
48
|
+
- name: Update marketplace registry
|
|
49
|
+
run: npm run update-registry
|
|
50
|
+
|
|
51
|
+
- name: Check for changes
|
|
52
|
+
id: git-check
|
|
53
|
+
run: |
|
|
54
|
+
git diff --quiet || echo "changed=true" >> $GITHUB_OUTPUT
|
|
55
|
+
|
|
56
|
+
- name: Commit changes
|
|
57
|
+
if: steps.git-check.outputs.changed == 'true'
|
|
58
|
+
run: |
|
|
59
|
+
git config --local user.email "github-actions[bot]@users.noreply.github.com"
|
|
60
|
+
git config --local user.name "github-actions[bot]"
|
|
61
|
+
git add -A
|
|
62
|
+
git commit -m "chore: sync external skills [skip ci]"
|
|
63
|
+
git push
|
|
64
|
+
|
|
65
|
+
- name: Summary
|
|
66
|
+
if: always()
|
|
67
|
+
run: |
|
|
68
|
+
echo "## Sync Summary" >> $GITHUB_STEP_SUMMARY
|
|
69
|
+
echo "" >> $GITHUB_STEP_SUMMARY
|
|
70
|
+
if [ "${{ steps.git-check.outputs.changed }}" == "true" ]; then
|
|
71
|
+
echo "✅ Skills were synced and changes committed" >> $GITHUB_STEP_SUMMARY
|
|
72
|
+
else
|
|
73
|
+
echo "ℹ️ No changes detected - skills are up to date" >> $GITHUB_STEP_SUMMARY
|
|
74
|
+
fi
|