skills-atlas-cli 0.11.0 → 0.12.0
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/data.json +2276 -108
- package/package.json +1 -1
- package/src/commands/hook.js +37 -33
- package/src/commands/suggest.js +3 -0
- package/src/craft-prompts.js +17 -6
- package/src/registry.js +1 -0
package/data.json
CHANGED
|
@@ -127,13 +127,15 @@
|
|
|
127
127
|
{
|
|
128
128
|
"skills": [
|
|
129
129
|
"openspec",
|
|
130
|
-
"get-shit-done"
|
|
130
|
+
"get-shit-done",
|
|
131
|
+
"spec-driven-development",
|
|
132
|
+
"planning-and-task-breakdown"
|
|
131
133
|
],
|
|
132
134
|
"group": "轻量 SDD 框架",
|
|
133
135
|
"group_en": "Lightweight SDD frameworks",
|
|
134
136
|
"chain": false,
|
|
135
|
-
"description": "openspec(Fission-AI/OpenSpec:openspec init 把\"提议变更 → 评审 → 归档\"接入 Claude Code/Cursor/Codex);get-shit-done(open-gsd:把 meta-prompt + context engineering + SDD 串成统一框架,对标 BMAD/Spec-Kit
|
|
136
|
-
"description_en": "openspec (Fission-AI/OpenSpec: openspec init wires \"proposed change → review → archive\" into Claude Code/Cursor/Codex); get-shit-done (open-gsd: chains meta-prompt + context engineering + SDD into a unified framework, comparable to BMAD/Spec-Kit but leaner)",
|
|
137
|
+
"description": "openspec(Fission-AI/OpenSpec:openspec init 把\"提议变更 → 评审 → 归档\"接入 Claude Code/Cursor/Codex);get-shit-done(open-gsd:把 meta-prompt + context engineering + SDD 串成统一框架,对标 BMAD/Spec-Kit 但更精简);另含 addyosmani spec-driven-development(门控工作流定义需求 / 计划 / 任务)+ planning-and-task-breakdown(大任务拆解为可实施小任务)",
|
|
138
|
+
"description_en": "openspec (Fission-AI/OpenSpec: openspec init wires \"proposed change → review → archive\" into Claude Code/Cursor/Codex); get-shit-done (open-gsd: chains meta-prompt + context engineering + SDD into a unified framework, comparable to BMAD/Spec-Kit but leaner); plus addyosmani spec-driven-development (gated workflow defining requirements / plan / tasks) and planning-and-task-breakdown (decompose large tasks into small implementable units)",
|
|
137
139
|
"sources": [
|
|
138
140
|
{
|
|
139
141
|
"name": "Fission-AI",
|
|
@@ -170,6 +172,23 @@
|
|
|
170
172
|
"kind": "override",
|
|
171
173
|
"note_en": "SDD framework (command pack, not a single skill): drive it via the /gsd-* slash commands after install"
|
|
172
174
|
}
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"name": "addyosmani",
|
|
178
|
+
"url": "https://github.com/addyosmani/agent-skills",
|
|
179
|
+
"stars": 47663,
|
|
180
|
+
"last_commit": "2026-05-28",
|
|
181
|
+
"type": "skill-pack",
|
|
182
|
+
"author": "addyosmani",
|
|
183
|
+
"repo": "agent-skills",
|
|
184
|
+
"default_branch": "main",
|
|
185
|
+
"license": null,
|
|
186
|
+
"doc_path": "README.md",
|
|
187
|
+
"install": {
|
|
188
|
+
"command": "npx skills add addyosmani/agent-skills",
|
|
189
|
+
"kind": "skill-pack",
|
|
190
|
+
"alt": "git clone https://github.com/addyosmani/agent-skills ~/.claude/skills/agent-skills"
|
|
191
|
+
}
|
|
173
192
|
}
|
|
174
193
|
],
|
|
175
194
|
"use_case": "轻量SDD框架+单一上下文提议→评审→归档",
|
|
@@ -180,7 +199,7 @@
|
|
|
180
199
|
],
|
|
181
200
|
"when_to_use": "小改动需要brief评审时",
|
|
182
201
|
"when_to_use_en": "Small changes needing brief review",
|
|
183
|
-
"py": "qing liang SDD kuang jia openspec get-shit-done qing liang SDD kuang jia + dan yi shang xia wen ti yi → ping shen → gui dang"
|
|
202
|
+
"py": "qing liang SDD kuang jia openspec get-shit-done spec-driven-development planning-and-task-breakdown qing liang SDD kuang jia + dan yi shang xia wen ti yi → ping shen → gui dang"
|
|
184
203
|
},
|
|
185
204
|
{
|
|
186
205
|
"skills": [
|
|
@@ -218,6 +237,251 @@
|
|
|
218
237
|
"when_to_use": "工作交接给另一agent时",
|
|
219
238
|
"when_to_use_en": "When handing work to another agent",
|
|
220
239
|
"py": "hui hua jie li / shang xia wen handoff handoff hui hua ya suo handoff wen dang wu feng jie li duo ge agent"
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"skills": [
|
|
243
|
+
"hyperplan"
|
|
244
|
+
],
|
|
245
|
+
"group": "对抗性多 agent 规划",
|
|
246
|
+
"group_en": "Adversarial multi-agent planning",
|
|
247
|
+
"chain": false,
|
|
248
|
+
"description": "帮 agent 通过 5 个对抗性成员进行严格辩论,蒸馏可辩护见解,生成严谨的可执行计划。",
|
|
249
|
+
"description_en": "Have an agent run a rigorous debate among five adversarial members to distill defensible insights and produce a tight, executable plan.",
|
|
250
|
+
"sources": [
|
|
251
|
+
{
|
|
252
|
+
"name": "oh-my-openagent",
|
|
253
|
+
"url": "https://github.com/code-yeongyu/oh-my-openagent",
|
|
254
|
+
"stars": 60624,
|
|
255
|
+
"last_commit": "2026-06-02",
|
|
256
|
+
"type": "multi-skill-suite",
|
|
257
|
+
"author": "code-yeongyu",
|
|
258
|
+
"repo": "oh-my-openagent",
|
|
259
|
+
"default_branch": "dev",
|
|
260
|
+
"license": null,
|
|
261
|
+
"doc_path": "README.md",
|
|
262
|
+
"install": {
|
|
263
|
+
"command": "npx skills add code-yeongyu/oh-my-openagent",
|
|
264
|
+
"kind": "multi-skill-suite",
|
|
265
|
+
"alt": "git clone https://github.com/code-yeongyu/oh-my-openagent ~/.claude/skills/oh-my-openagent"
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
],
|
|
269
|
+
"use_case": "",
|
|
270
|
+
"use_case_en": "",
|
|
271
|
+
"personas": [],
|
|
272
|
+
"when_to_use": "",
|
|
273
|
+
"when_to_use_en": "",
|
|
274
|
+
"py": "dui kang xing duo agent gui hua hyperplan "
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"skills": [
|
|
278
|
+
"ulw-loop"
|
|
279
|
+
],
|
|
280
|
+
"group": "系统化工作流循环(ultrawork)",
|
|
281
|
+
"group_en": "Systematic workflow loop (ultrawork)",
|
|
282
|
+
"chain": false,
|
|
283
|
+
"description": "提供目标导向的 ultrawork 循环,系统化分解任务为证据绑定的步骤,支持手动 QA 和检查点执行。",
|
|
284
|
+
"description_en": "A goal-directed \"ultrawork\" loop that systematically decomposes a task into evidence-bound steps, supporting manual QA and checkpointed execution.",
|
|
285
|
+
"sources": [
|
|
286
|
+
{
|
|
287
|
+
"name": "oh-my-openagent",
|
|
288
|
+
"url": "https://github.com/code-yeongyu/oh-my-openagent",
|
|
289
|
+
"stars": 60624,
|
|
290
|
+
"last_commit": "2026-06-02",
|
|
291
|
+
"type": "multi-skill-suite",
|
|
292
|
+
"author": "code-yeongyu",
|
|
293
|
+
"repo": "oh-my-openagent",
|
|
294
|
+
"default_branch": "dev",
|
|
295
|
+
"license": null,
|
|
296
|
+
"doc_path": "README.md",
|
|
297
|
+
"install": {
|
|
298
|
+
"command": "npx skills add code-yeongyu/oh-my-openagent",
|
|
299
|
+
"kind": "multi-skill-suite",
|
|
300
|
+
"alt": "git clone https://github.com/code-yeongyu/oh-my-openagent ~/.claude/skills/oh-my-openagent"
|
|
301
|
+
}
|
|
302
|
+
}
|
|
303
|
+
],
|
|
304
|
+
"use_case": "",
|
|
305
|
+
"use_case_en": "",
|
|
306
|
+
"personas": [],
|
|
307
|
+
"when_to_use": "",
|
|
308
|
+
"when_to_use_en": "",
|
|
309
|
+
"py": "xi tong hua gong zuo liu xun huan (ultrawork) ulw-loop "
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"skills": [
|
|
313
|
+
"start-work"
|
|
314
|
+
],
|
|
315
|
+
"group": "工作计划执行循环",
|
|
316
|
+
"group_en": "Work-plan execution loop",
|
|
317
|
+
"chain": false,
|
|
318
|
+
"description": "执行 Prometheus 工作计划,管理 Boulder 状态、证据更新、工作树纪律和并行子代理,支持计划恢复和连续执行,适用于开发工作流。",
|
|
319
|
+
"description_en": "Execute a Prometheus work plan — managing Boulder state, evidence updates, worktree discipline and parallel sub-agents, with plan resume and continuous execution for development workflows.",
|
|
320
|
+
"sources": [
|
|
321
|
+
{
|
|
322
|
+
"name": "oh-my-openagent",
|
|
323
|
+
"url": "https://github.com/code-yeongyu/oh-my-openagent",
|
|
324
|
+
"stars": 60624,
|
|
325
|
+
"last_commit": "2026-06-02",
|
|
326
|
+
"type": "multi-skill-suite",
|
|
327
|
+
"author": "code-yeongyu",
|
|
328
|
+
"repo": "oh-my-openagent",
|
|
329
|
+
"default_branch": "dev",
|
|
330
|
+
"license": null,
|
|
331
|
+
"doc_path": "README.md",
|
|
332
|
+
"install": {
|
|
333
|
+
"command": "npx skills add code-yeongyu/oh-my-openagent",
|
|
334
|
+
"kind": "multi-skill-suite",
|
|
335
|
+
"alt": "git clone https://github.com/code-yeongyu/oh-my-openagent ~/.claude/skills/oh-my-openagent"
|
|
336
|
+
}
|
|
337
|
+
}
|
|
338
|
+
],
|
|
339
|
+
"use_case": "",
|
|
340
|
+
"use_case_en": "",
|
|
341
|
+
"personas": [],
|
|
342
|
+
"when_to_use": "",
|
|
343
|
+
"when_to_use_en": "",
|
|
344
|
+
"py": "gong zuo ji hua zhi xing xun huan start-work "
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"skills": [
|
|
348
|
+
"ulw-plan"
|
|
349
|
+
],
|
|
350
|
+
"group": "战略规划工作流",
|
|
351
|
+
"group_en": "Strategic planning workflow",
|
|
352
|
+
"chain": false,
|
|
353
|
+
"description": "通过苏格拉底式访谈、代码库探索和差距分析,为复杂任务生成决策完整的工作计划。",
|
|
354
|
+
"description_en": "Generate a decision-complete work plan for complex tasks through Socratic interviewing, codebase exploration and gap analysis.",
|
|
355
|
+
"sources": [
|
|
356
|
+
{
|
|
357
|
+
"name": "oh-my-openagent",
|
|
358
|
+
"url": "https://github.com/code-yeongyu/oh-my-openagent",
|
|
359
|
+
"stars": 60624,
|
|
360
|
+
"last_commit": "2026-06-02",
|
|
361
|
+
"type": "multi-skill-suite",
|
|
362
|
+
"author": "code-yeongyu",
|
|
363
|
+
"repo": "oh-my-openagent",
|
|
364
|
+
"default_branch": "dev",
|
|
365
|
+
"license": null,
|
|
366
|
+
"doc_path": "README.md",
|
|
367
|
+
"install": {
|
|
368
|
+
"command": "npx skills add code-yeongyu/oh-my-openagent",
|
|
369
|
+
"kind": "multi-skill-suite",
|
|
370
|
+
"alt": "git clone https://github.com/code-yeongyu/oh-my-openagent ~/.claude/skills/oh-my-openagent"
|
|
371
|
+
}
|
|
372
|
+
}
|
|
373
|
+
],
|
|
374
|
+
"use_case": "",
|
|
375
|
+
"use_case_en": "",
|
|
376
|
+
"personas": [],
|
|
377
|
+
"when_to_use": "",
|
|
378
|
+
"when_to_use_en": "",
|
|
379
|
+
"py": "zhan lve gui hua gong zuo liu ulw-plan "
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"skills": [
|
|
383
|
+
"interview-me"
|
|
384
|
+
],
|
|
385
|
+
"group": "意图澄清",
|
|
386
|
+
"group_en": "Intent clarification",
|
|
387
|
+
"chain": false,
|
|
388
|
+
"description": "通过逐步访谈提取用户真实需求,在计划或代码存在前澄清意图,避免构建错误解决方案。",
|
|
389
|
+
"description_en": "Extract the user's true requirements through a step-by-step interview, clarifying intent before any plan or code exists to avoid building the wrong solution.",
|
|
390
|
+
"sources": [
|
|
391
|
+
{
|
|
392
|
+
"name": "addyosmani",
|
|
393
|
+
"url": "https://github.com/addyosmani/agent-skills",
|
|
394
|
+
"stars": 47663,
|
|
395
|
+
"last_commit": "2026-05-28",
|
|
396
|
+
"type": "skill-pack",
|
|
397
|
+
"author": "addyosmani",
|
|
398
|
+
"repo": "agent-skills",
|
|
399
|
+
"default_branch": "main",
|
|
400
|
+
"license": null,
|
|
401
|
+
"doc_path": "README.md",
|
|
402
|
+
"install": {
|
|
403
|
+
"command": "npx skills add addyosmani/agent-skills",
|
|
404
|
+
"kind": "skill-pack",
|
|
405
|
+
"alt": "git clone https://github.com/addyosmani/agent-skills ~/.claude/skills/agent-skills"
|
|
406
|
+
}
|
|
407
|
+
}
|
|
408
|
+
],
|
|
409
|
+
"use_case": "",
|
|
410
|
+
"use_case_en": "",
|
|
411
|
+
"personas": [],
|
|
412
|
+
"when_to_use": "",
|
|
413
|
+
"when_to_use_en": "",
|
|
414
|
+
"py": "yi tu cheng qing interview-me "
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"skills": [
|
|
418
|
+
"source-driven-development"
|
|
419
|
+
],
|
|
420
|
+
"group": "源文档驱动开发",
|
|
421
|
+
"group_en": "Source-documentation-driven development",
|
|
422
|
+
"chain": false,
|
|
423
|
+
"description": "帮助 agent 基于官方文档编写代码,确保实现权威、模式正确,避免过时模式,提升代码质量和可信度。",
|
|
424
|
+
"description_en": "Help an agent write code grounded in official documentation — ensuring authoritative, pattern-correct implementations, avoiding outdated patterns and raising code quality and trustworthiness.",
|
|
425
|
+
"sources": [
|
|
426
|
+
{
|
|
427
|
+
"name": "addyosmani",
|
|
428
|
+
"url": "https://github.com/addyosmani/agent-skills",
|
|
429
|
+
"stars": 47663,
|
|
430
|
+
"last_commit": "2026-05-28",
|
|
431
|
+
"type": "skill-pack",
|
|
432
|
+
"author": "addyosmani",
|
|
433
|
+
"repo": "agent-skills",
|
|
434
|
+
"default_branch": "main",
|
|
435
|
+
"license": null,
|
|
436
|
+
"doc_path": "README.md",
|
|
437
|
+
"install": {
|
|
438
|
+
"command": "npx skills add addyosmani/agent-skills",
|
|
439
|
+
"kind": "skill-pack",
|
|
440
|
+
"alt": "git clone https://github.com/addyosmani/agent-skills ~/.claude/skills/agent-skills"
|
|
441
|
+
}
|
|
442
|
+
}
|
|
443
|
+
],
|
|
444
|
+
"use_case": "",
|
|
445
|
+
"use_case_en": "",
|
|
446
|
+
"personas": [],
|
|
447
|
+
"when_to_use": "",
|
|
448
|
+
"when_to_use_en": "",
|
|
449
|
+
"py": "yuan wen dang qu dong kai fa source-driven-development "
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
"skills": [
|
|
453
|
+
"documentation-and-adrs"
|
|
454
|
+
],
|
|
455
|
+
"group": "架构决策记录(ADR)",
|
|
456
|
+
"group_en": "Architecture Decision Records (ADR)",
|
|
457
|
+
"chain": false,
|
|
458
|
+
"description": "在做出架构决策、修改公共 API 或交付功能时记录 ADR,捕获决策背后的「为什么」、约束与权衡,供未来工程师和 agent 理解代码库上下文。",
|
|
459
|
+
"description_en": "Record an Architecture Decision Record (ADR) when making an architecture decision, changing a public API or shipping a feature — capturing the \"why\", constraints and trade-offs so future engineers and agents understand the codebase context.",
|
|
460
|
+
"sources": [
|
|
461
|
+
{
|
|
462
|
+
"name": "addyosmani",
|
|
463
|
+
"url": "https://github.com/addyosmani/agent-skills",
|
|
464
|
+
"stars": 47663,
|
|
465
|
+
"last_commit": "2026-05-28",
|
|
466
|
+
"type": "skill-pack",
|
|
467
|
+
"author": "addyosmani",
|
|
468
|
+
"repo": "agent-skills",
|
|
469
|
+
"default_branch": "main",
|
|
470
|
+
"license": null,
|
|
471
|
+
"doc_path": "README.md",
|
|
472
|
+
"install": {
|
|
473
|
+
"command": "npx skills add addyosmani/agent-skills",
|
|
474
|
+
"kind": "skill-pack",
|
|
475
|
+
"alt": "git clone https://github.com/addyosmani/agent-skills ~/.claude/skills/agent-skills"
|
|
476
|
+
}
|
|
477
|
+
}
|
|
478
|
+
],
|
|
479
|
+
"use_case": "",
|
|
480
|
+
"use_case_en": "",
|
|
481
|
+
"personas": [],
|
|
482
|
+
"when_to_use": "",
|
|
483
|
+
"when_to_use_en": "",
|
|
484
|
+
"py": "jia gou jue ce ji lu (ADR) documentation-and-adrs "
|
|
221
485
|
}
|
|
222
486
|
]
|
|
223
487
|
},
|
|
@@ -234,8 +498,8 @@
|
|
|
234
498
|
"group": "TDD(多家同名版本)",
|
|
235
499
|
"group_en": "TDD (same-name versions from multiple sources)",
|
|
236
500
|
"chain": false,
|
|
237
|
-
"description": "superpowers test-driven-development(最严,强制 RED-GREEN-REFACTOR)+ mattpocock tdd(最轻,单 vertical slice)+ Pawel test-scenarios(从 user story
|
|
238
|
-
"description_en": "superpowers test-driven-development (strictest, enforces RED-GREEN-REFACTOR) + mattpocock tdd (lightest, single vertical slice) + Pawel test-scenarios (generate comprehensive test scenarios from user story). Three sources to choose from",
|
|
501
|
+
"description": "superpowers test-driven-development(最严,强制 RED-GREEN-REFACTOR)+ mattpocock tdd(最轻,单 vertical slice)+ Pawel test-scenarios(从 user story 生成全面测试场景)。三家可选;另含 addyosmani test-driven-development(又一同名版本,红-绿-重构)",
|
|
502
|
+
"description_en": "superpowers test-driven-development (strictest, enforces RED-GREEN-REFACTOR) + mattpocock tdd (lightest, single vertical slice) + Pawel test-scenarios (generate comprehensive test scenarios from user story). Three sources to choose from; plus addyosmani test-driven-development (another same-name version, red-green-refactor)",
|
|
239
503
|
"sources": [
|
|
240
504
|
{
|
|
241
505
|
"name": "superpowers",
|
|
@@ -287,6 +551,23 @@
|
|
|
287
551
|
"kind": "skill",
|
|
288
552
|
"alt": "/plugin marketplace add phuryn/pm-skills"
|
|
289
553
|
}
|
|
554
|
+
},
|
|
555
|
+
{
|
|
556
|
+
"name": "addyosmani",
|
|
557
|
+
"url": "https://github.com/addyosmani/agent-skills",
|
|
558
|
+
"stars": 47663,
|
|
559
|
+
"last_commit": "2026-05-28",
|
|
560
|
+
"type": "skill-pack",
|
|
561
|
+
"author": "addyosmani",
|
|
562
|
+
"repo": "agent-skills",
|
|
563
|
+
"default_branch": "main",
|
|
564
|
+
"license": null,
|
|
565
|
+
"doc_path": "README.md",
|
|
566
|
+
"install": {
|
|
567
|
+
"command": "npx skills add addyosmani/agent-skills",
|
|
568
|
+
"kind": "skill-pack",
|
|
569
|
+
"alt": "git clone https://github.com/addyosmani/agent-skills ~/.claude/skills/agent-skills"
|
|
570
|
+
}
|
|
290
571
|
}
|
|
291
572
|
],
|
|
292
573
|
"use_case": "三家TDD框架可选(严/轻/场景)",
|
|
@@ -302,13 +583,16 @@
|
|
|
302
583
|
"skills": [
|
|
303
584
|
"systematic-debugging",
|
|
304
585
|
"diagnose",
|
|
305
|
-
"sentry"
|
|
586
|
+
"sentry",
|
|
587
|
+
"debugging",
|
|
588
|
+
"debugging-and-error-recovery",
|
|
589
|
+
"parallel-debugging"
|
|
306
590
|
],
|
|
307
591
|
"group": "系统化调试",
|
|
308
592
|
"group_en": "Systematic debugging",
|
|
309
593
|
"chain": false,
|
|
310
|
-
"description": "superpowers systematic-debugging 4 阶段根因(含 root-cause-tracing / defense-in-depth / condition-based-waiting)+ mattpocock diagnose(复现→最小化→假设→注入观测→修→回归测试)+ Codex sentry(看生产 issue + AI 根因 + AI 修复方案,PII
|
|
311
|
-
"description_en": "superpowers systematic-debugging 4-phase root cause (incl. root-cause-tracing / defense-in-depth / condition-based-waiting) + mattpocock diagnose (reproduce → minimize → hypothesis → inject observation → fix → regression test) + Codex sentry (view production issue + AI root cause + AI fix, PII auto-redacted)",
|
|
594
|
+
"description": "superpowers systematic-debugging 4 阶段根因(含 root-cause-tracing / defense-in-depth / condition-based-waiting)+ mattpocock diagnose(复现→最小化→假设→注入观测→修→回归测试)+ Codex sentry(看生产 issue + AI 根因 + AI 修复方案,PII 自脱敏);另含 debugging / debugging-and-error-recovery(假设驱动根因诊断)与 parallel-debugging(竞争假设法 ACH 并行排查、跨模块仲裁)",
|
|
595
|
+
"description_en": "superpowers systematic-debugging 4-phase root cause (incl. root-cause-tracing / defense-in-depth / condition-based-waiting) + mattpocock diagnose (reproduce → minimize → hypothesis → inject observation → fix → regression test) + Codex sentry (view production issue + AI root cause + AI fix, PII auto-redacted); plus debugging / debugging-and-error-recovery (hypothesis-driven root-cause diagnosis) and parallel-debugging (parallel investigation via Analysis of Competing Hypotheses with cross-module arbitration)",
|
|
312
596
|
"sources": [
|
|
313
597
|
{
|
|
314
598
|
"name": "superpowers",
|
|
@@ -360,6 +644,56 @@
|
|
|
360
644
|
"kind": "skill",
|
|
361
645
|
"alt": "git clone https://github.com/openai/skills ~/.claude/skills/skills"
|
|
362
646
|
}
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
"name": "oh-my-openagent",
|
|
650
|
+
"url": "https://github.com/code-yeongyu/oh-my-openagent",
|
|
651
|
+
"stars": 60624,
|
|
652
|
+
"last_commit": "2026-06-02",
|
|
653
|
+
"type": "multi-skill-suite",
|
|
654
|
+
"author": "code-yeongyu",
|
|
655
|
+
"repo": "oh-my-openagent",
|
|
656
|
+
"default_branch": "dev",
|
|
657
|
+
"license": null,
|
|
658
|
+
"doc_path": "README.md",
|
|
659
|
+
"install": {
|
|
660
|
+
"command": "npx skills add code-yeongyu/oh-my-openagent",
|
|
661
|
+
"kind": "multi-skill-suite",
|
|
662
|
+
"alt": "git clone https://github.com/code-yeongyu/oh-my-openagent ~/.claude/skills/oh-my-openagent"
|
|
663
|
+
}
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
"name": "addyosmani",
|
|
667
|
+
"url": "https://github.com/addyosmani/agent-skills",
|
|
668
|
+
"stars": 47663,
|
|
669
|
+
"last_commit": "2026-05-28",
|
|
670
|
+
"type": "skill-pack",
|
|
671
|
+
"author": "addyosmani",
|
|
672
|
+
"repo": "agent-skills",
|
|
673
|
+
"default_branch": "main",
|
|
674
|
+
"license": null,
|
|
675
|
+
"doc_path": "README.md",
|
|
676
|
+
"install": {
|
|
677
|
+
"command": "npx skills add addyosmani/agent-skills",
|
|
678
|
+
"kind": "skill-pack",
|
|
679
|
+
"alt": "git clone https://github.com/addyosmani/agent-skills ~/.claude/skills/agent-skills"
|
|
680
|
+
}
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
"name": "wshobson",
|
|
684
|
+
"url": "https://github.com/wshobson/agents",
|
|
685
|
+
"stars": 36250,
|
|
686
|
+
"last_commit": "2026-06-01",
|
|
687
|
+
"type": "marketplace",
|
|
688
|
+
"author": "wshobson",
|
|
689
|
+
"repo": "agents",
|
|
690
|
+
"default_branch": "main",
|
|
691
|
+
"license": null,
|
|
692
|
+
"doc_path": "README.md",
|
|
693
|
+
"install": {
|
|
694
|
+
"command": "/plugin marketplace add wshobson/agents",
|
|
695
|
+
"kind": "marketplace"
|
|
696
|
+
}
|
|
363
697
|
}
|
|
364
698
|
],
|
|
365
699
|
"use_case": "四阶段根因分析、复现最小化、防御深度",
|
|
@@ -369,7 +703,7 @@
|
|
|
369
703
|
],
|
|
370
704
|
"when_to_use": "线上issue或复杂bug定位",
|
|
371
705
|
"when_to_use_en": "Production issues or complex bug locating",
|
|
372
|
-
"py": "xi tong hua tiao shi systematic-debugging diagnose sentry si jie duan gen yin fen xi 、 fu xian zui xiao hua 、 fang yu shen du"
|
|
706
|
+
"py": "xi tong hua tiao shi systematic-debugging diagnose sentry debugging debugging-and-error-recovery parallel-debugging si jie duan gen yin fen xi 、 fu xian zui xiao hua 、 fang yu shen du"
|
|
373
707
|
},
|
|
374
708
|
{
|
|
375
709
|
"skills": [
|
|
@@ -499,51 +833,208 @@
|
|
|
499
833
|
"when_to_use": "需要手工点击/填表的自动化",
|
|
500
834
|
"when_to_use_en": "Need interactive form filling or clicking automation",
|
|
501
835
|
"py": "liu lan qi zi dong hua playwright playwright-interactive zhen shi liu lan qi zi dong hua + chi jiu Playwright hui hua"
|
|
502
|
-
}
|
|
503
|
-
]
|
|
504
|
-
},
|
|
505
|
-
{
|
|
506
|
-
"title": "1.3 代码 Review / 重构 / 语义去重",
|
|
507
|
-
"title_en": "1.3 Code Review / refactoring / semantic deduplication",
|
|
508
|
-
"rows": [
|
|
836
|
+
},
|
|
509
837
|
{
|
|
510
838
|
"skills": [
|
|
511
|
-
"
|
|
512
|
-
"
|
|
839
|
+
"agent-browser",
|
|
840
|
+
"browser-testing-with-devtools"
|
|
513
841
|
],
|
|
514
|
-
"group": "
|
|
515
|
-
"group_en": "
|
|
516
|
-
"chain":
|
|
517
|
-
"description": "
|
|
518
|
-
"description_en": "
|
|
842
|
+
"group": "浏览器自动化 / DevTools 测试",
|
|
843
|
+
"group_en": "Browser automation / DevTools testing",
|
|
844
|
+
"chain": false,
|
|
845
|
+
"description": "浏览器自动化与真实浏览器调试:agent-browser 自动化网页导航、表单填写、截图与数据提取;browser-testing-with-devtools 用 Chrome DevTools 在真实浏览器中测试调试,检查 DOM、网络请求与性能分析等运行时数据。",
|
|
846
|
+
"description_en": "Browser automation and real-browser debugging: agent-browser automates navigation, form filling, screenshots and data extraction; browser-testing-with-devtools uses Chrome DevTools to test and debug in a real browser, inspecting DOM, network requests and performance/runtime data.",
|
|
519
847
|
"sources": [
|
|
520
848
|
{
|
|
521
|
-
"name": "
|
|
522
|
-
"url": "https://github.com/
|
|
523
|
-
"stars":
|
|
524
|
-
"last_commit": "2026-06-
|
|
525
|
-
"type": "skill",
|
|
526
|
-
"author": "
|
|
527
|
-
"repo": "
|
|
849
|
+
"name": "oh-my-openagent",
|
|
850
|
+
"url": "https://github.com/code-yeongyu/oh-my-openagent",
|
|
851
|
+
"stars": 60624,
|
|
852
|
+
"last_commit": "2026-06-02",
|
|
853
|
+
"type": "multi-skill-suite",
|
|
854
|
+
"author": "code-yeongyu",
|
|
855
|
+
"repo": "oh-my-openagent",
|
|
856
|
+
"default_branch": "dev",
|
|
857
|
+
"license": null,
|
|
858
|
+
"doc_path": "README.md",
|
|
859
|
+
"install": {
|
|
860
|
+
"command": "npx skills add code-yeongyu/oh-my-openagent",
|
|
861
|
+
"kind": "multi-skill-suite",
|
|
862
|
+
"alt": "git clone https://github.com/code-yeongyu/oh-my-openagent ~/.claude/skills/oh-my-openagent"
|
|
863
|
+
}
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
"name": "addyosmani",
|
|
867
|
+
"url": "https://github.com/addyosmani/agent-skills",
|
|
868
|
+
"stars": 47663,
|
|
869
|
+
"last_commit": "2026-05-28",
|
|
870
|
+
"type": "skill-pack",
|
|
871
|
+
"author": "addyosmani",
|
|
872
|
+
"repo": "agent-skills",
|
|
528
873
|
"default_branch": "main",
|
|
529
|
-
"license":
|
|
874
|
+
"license": null,
|
|
530
875
|
"doc_path": "README.md",
|
|
531
876
|
"install": {
|
|
532
|
-
"command": "npx skills add
|
|
533
|
-
"kind": "skill",
|
|
534
|
-
"alt": "
|
|
877
|
+
"command": "npx skills add addyosmani/agent-skills",
|
|
878
|
+
"kind": "skill-pack",
|
|
879
|
+
"alt": "git clone https://github.com/addyosmani/agent-skills ~/.claude/skills/agent-skills"
|
|
535
880
|
}
|
|
536
881
|
}
|
|
537
882
|
],
|
|
538
|
-
"use_case": "
|
|
539
|
-
"use_case_en": "
|
|
540
|
-
"personas": [
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
"
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
883
|
+
"use_case": "",
|
|
884
|
+
"use_case_en": "",
|
|
885
|
+
"personas": [],
|
|
886
|
+
"when_to_use": "",
|
|
887
|
+
"when_to_use_en": "",
|
|
888
|
+
"py": "liu lan qi zi dong hua / DevTools ce shi agent-browser browser-testing-with-devtools "
|
|
889
|
+
},
|
|
890
|
+
{
|
|
891
|
+
"skills": [
|
|
892
|
+
"incremental-implementation"
|
|
893
|
+
],
|
|
894
|
+
"group": "增量实现 / 持续验证",
|
|
895
|
+
"group_en": "Incremental implementation / continuous verification",
|
|
896
|
+
"chain": false,
|
|
897
|
+
"description": "指导 AI agent 以增量方式实现功能,每步实现、测试和验证,确保系统始终保持可工作状态。",
|
|
898
|
+
"description_en": "Guide an agent to implement features incrementally — implementing, testing and verifying at each step so the system always stays in a working state.",
|
|
899
|
+
"sources": [
|
|
900
|
+
{
|
|
901
|
+
"name": "addyosmani",
|
|
902
|
+
"url": "https://github.com/addyosmani/agent-skills",
|
|
903
|
+
"stars": 47663,
|
|
904
|
+
"last_commit": "2026-05-28",
|
|
905
|
+
"type": "skill-pack",
|
|
906
|
+
"author": "addyosmani",
|
|
907
|
+
"repo": "agent-skills",
|
|
908
|
+
"default_branch": "main",
|
|
909
|
+
"license": null,
|
|
910
|
+
"doc_path": "README.md",
|
|
911
|
+
"install": {
|
|
912
|
+
"command": "npx skills add addyosmani/agent-skills",
|
|
913
|
+
"kind": "skill-pack",
|
|
914
|
+
"alt": "git clone https://github.com/addyosmani/agent-skills ~/.claude/skills/agent-skills"
|
|
915
|
+
}
|
|
916
|
+
}
|
|
917
|
+
],
|
|
918
|
+
"use_case": "",
|
|
919
|
+
"use_case_en": "",
|
|
920
|
+
"personas": [],
|
|
921
|
+
"when_to_use": "",
|
|
922
|
+
"when_to_use_en": "",
|
|
923
|
+
"py": "zeng liang shi xian / chi xu yan zheng incremental-implementation "
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
"skills": [
|
|
927
|
+
"screen-reader-testing",
|
|
928
|
+
"wcag-audit-patterns"
|
|
929
|
+
],
|
|
930
|
+
"group": "无障碍测试(屏幕阅读器 + WCAG)",
|
|
931
|
+
"group_en": "Accessibility testing (screen reader + WCAG)",
|
|
932
|
+
"chain": false,
|
|
933
|
+
"description": "Web 应用无障碍测试:验证屏幕阅读器(VoiceOver、NVDA 等)兼容性并调试辅助技术问题(screen-reader-testing);按 WCAG 2.2 做自动化测试、手动验证与修复策略以确保合规(wcag-audit-patterns)。",
|
|
934
|
+
"description_en": "Web accessibility testing: verify screen-reader (VoiceOver, NVDA, etc.) compatibility and debug assistive-technology issues (screen-reader-testing); run WCAG 2.2 automated tests, manual verification and remediation to ensure compliance (wcag-audit-patterns).",
|
|
935
|
+
"sources": [
|
|
936
|
+
{
|
|
937
|
+
"name": "wshobson",
|
|
938
|
+
"url": "https://github.com/wshobson/agents",
|
|
939
|
+
"stars": 36250,
|
|
940
|
+
"last_commit": "2026-06-01",
|
|
941
|
+
"type": "marketplace",
|
|
942
|
+
"author": "wshobson",
|
|
943
|
+
"repo": "agents",
|
|
944
|
+
"default_branch": "main",
|
|
945
|
+
"license": null,
|
|
946
|
+
"doc_path": "README.md",
|
|
947
|
+
"install": {
|
|
948
|
+
"command": "/plugin marketplace add wshobson/agents",
|
|
949
|
+
"kind": "marketplace"
|
|
950
|
+
}
|
|
951
|
+
}
|
|
952
|
+
],
|
|
953
|
+
"use_case": "",
|
|
954
|
+
"use_case_en": "",
|
|
955
|
+
"personas": [],
|
|
956
|
+
"when_to_use": "",
|
|
957
|
+
"when_to_use_en": "",
|
|
958
|
+
"py": "wu zhang ai ce shi ( ping mu yue du qi + WCAG) screen-reader-testing wcag-audit-patterns "
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
"skills": [
|
|
962
|
+
"temporal-python-testing"
|
|
963
|
+
],
|
|
964
|
+
"group": "Temporal 工作流测试",
|
|
965
|
+
"group_en": "Temporal workflow testing",
|
|
966
|
+
"chain": false,
|
|
967
|
+
"description": "指导 AI agent 使用 pytest 对 Temporal 工作流进行单元测试、集成测试和回放测试,涵盖时间跳跃、mock 策略与 CI/CD 集成。",
|
|
968
|
+
"description_en": "Guide an agent to unit-, integration- and replay-test Temporal workflows with pytest — covering time-skipping, mocking strategies and CI/CD integration.",
|
|
969
|
+
"sources": [
|
|
970
|
+
{
|
|
971
|
+
"name": "wshobson",
|
|
972
|
+
"url": "https://github.com/wshobson/agents",
|
|
973
|
+
"stars": 36250,
|
|
974
|
+
"last_commit": "2026-06-01",
|
|
975
|
+
"type": "marketplace",
|
|
976
|
+
"author": "wshobson",
|
|
977
|
+
"repo": "agents",
|
|
978
|
+
"default_branch": "main",
|
|
979
|
+
"license": null,
|
|
980
|
+
"doc_path": "README.md",
|
|
981
|
+
"install": {
|
|
982
|
+
"command": "/plugin marketplace add wshobson/agents",
|
|
983
|
+
"kind": "marketplace"
|
|
984
|
+
}
|
|
985
|
+
}
|
|
986
|
+
],
|
|
987
|
+
"use_case": "",
|
|
988
|
+
"use_case_en": "",
|
|
989
|
+
"personas": [],
|
|
990
|
+
"when_to_use": "",
|
|
991
|
+
"when_to_use_en": "",
|
|
992
|
+
"py": "Temporal gong zuo liu ce shi temporal-python-testing "
|
|
993
|
+
}
|
|
994
|
+
]
|
|
995
|
+
},
|
|
996
|
+
{
|
|
997
|
+
"title": "1.3 代码 Review / 重构 / 语义去重",
|
|
998
|
+
"title_en": "1.3 Code Review / refactoring / semantic deduplication",
|
|
999
|
+
"rows": [
|
|
1000
|
+
{
|
|
1001
|
+
"skills": [
|
|
1002
|
+
"requesting-code-review",
|
|
1003
|
+
"receiving-code-review"
|
|
1004
|
+
],
|
|
1005
|
+
"group": "Code Review 双向",
|
|
1006
|
+
"group_en": "Bidirectional code review",
|
|
1007
|
+
"chain": true,
|
|
1008
|
+
"description": "superpowers requesting-code-review(提交前清单)+ receiving-code-review(接 review 反馈处理)",
|
|
1009
|
+
"description_en": "superpowers requesting-code-review (pre-commit checklist) + receiving-code-review (handle incoming review feedback)",
|
|
1010
|
+
"sources": [
|
|
1011
|
+
{
|
|
1012
|
+
"name": "superpowers",
|
|
1013
|
+
"url": "https://github.com/obra/superpowers",
|
|
1014
|
+
"stars": 214769,
|
|
1015
|
+
"last_commit": "2026-06-01",
|
|
1016
|
+
"type": "skill",
|
|
1017
|
+
"author": "obra",
|
|
1018
|
+
"repo": "superpowers",
|
|
1019
|
+
"default_branch": "main",
|
|
1020
|
+
"license": "MIT",
|
|
1021
|
+
"doc_path": "README.md",
|
|
1022
|
+
"install": {
|
|
1023
|
+
"command": "npx skills add obra/superpowers",
|
|
1024
|
+
"kind": "skill",
|
|
1025
|
+
"alt": "/plugin marketplace add obra/superpowers"
|
|
1026
|
+
}
|
|
1027
|
+
}
|
|
1028
|
+
],
|
|
1029
|
+
"use_case": "提交前清单+接收反馈处理双向review",
|
|
1030
|
+
"use_case_en": "Bidirectional code review: pre-submit checklist, feedback handling",
|
|
1031
|
+
"personas": [
|
|
1032
|
+
"工程"
|
|
1033
|
+
],
|
|
1034
|
+
"when_to_use": "CR前做检查/CR后改进",
|
|
1035
|
+
"when_to_use_en": "Before code review and after feedback",
|
|
1036
|
+
"py": "Code Review shuang xiang requesting-code-review receiving-code-review ti jiao qian qing dan + jie shou fan kui chu li shuang xiang review"
|
|
1037
|
+
},
|
|
547
1038
|
{
|
|
548
1039
|
"skills": [
|
|
549
1040
|
"improve-codebase-architecture",
|
|
@@ -564,60 +1055,498 @@
|
|
|
564
1055
|
"author": "mattpocock",
|
|
565
1056
|
"repo": "skills",
|
|
566
1057
|
"default_branch": "main",
|
|
567
|
-
"license": "MIT",
|
|
1058
|
+
"license": "MIT",
|
|
1059
|
+
"doc_path": "README.md",
|
|
1060
|
+
"install": {
|
|
1061
|
+
"command": "npx skills add mattpocock/skills",
|
|
1062
|
+
"kind": "skill",
|
|
1063
|
+
"alt": "git clone https://github.com/mattpocock/skills ~/.claude/skills/skills"
|
|
1064
|
+
}
|
|
1065
|
+
}
|
|
1066
|
+
],
|
|
1067
|
+
"use_case": "定期拯救代码库+系统级解释视角",
|
|
1068
|
+
"use_case_en": "Periodically rescue codebase, system-level explanation view",
|
|
1069
|
+
"personas": [
|
|
1070
|
+
"工程"
|
|
1071
|
+
],
|
|
1072
|
+
"when_to_use": "代码库开始杂乱时",
|
|
1073
|
+
"when_to_use_en": "When codebase becomes messy",
|
|
1074
|
+
"py": "zhong gou / zheng jiu ball-of-mud improve-codebase-architecture zoom-out ding qi zheng jiu dai ma ku + xi tong ji jie shi shi jiao"
|
|
1075
|
+
},
|
|
1076
|
+
{
|
|
1077
|
+
"skills": [
|
|
1078
|
+
"finding-duplicate-functions"
|
|
1079
|
+
],
|
|
1080
|
+
"group": "语义代码去重",
|
|
1081
|
+
"group_en": "Semantic code deduplication",
|
|
1082
|
+
"chain": false,
|
|
1083
|
+
"description": "superpowers-lab finding-duplicate-functions(Haiku 分类 → Opus 找同意图不同实现)",
|
|
1084
|
+
"description_en": "superpowers-lab finding-duplicate-functions (Haiku classifies → Opus finds same intent, different implementations)",
|
|
1085
|
+
"sources": [
|
|
1086
|
+
{
|
|
1087
|
+
"name": "superpowers-lab",
|
|
1088
|
+
"url": "https://github.com/obra/superpowers-lab",
|
|
1089
|
+
"stars": 355,
|
|
1090
|
+
"last_commit": "2026-06-01",
|
|
1091
|
+
"type": "skill",
|
|
1092
|
+
"author": "obra",
|
|
1093
|
+
"repo": "superpowers-lab",
|
|
1094
|
+
"default_branch": "main",
|
|
1095
|
+
"license": "MIT",
|
|
1096
|
+
"doc_path": "README.md",
|
|
1097
|
+
"install": {
|
|
1098
|
+
"command": "npx skills add obra/superpowers-lab",
|
|
1099
|
+
"kind": "skill",
|
|
1100
|
+
"alt": "git clone https://github.com/obra/superpowers-lab ~/.claude/skills/superpowers-lab"
|
|
1101
|
+
}
|
|
1102
|
+
}
|
|
1103
|
+
],
|
|
1104
|
+
"use_case": "语义级代码去重找同意图不同实现",
|
|
1105
|
+
"use_case_en": "Semantic code deduplication: find same intent, different implementations",
|
|
1106
|
+
"personas": [
|
|
1107
|
+
"工程"
|
|
1108
|
+
],
|
|
1109
|
+
"when_to_use": "重构前扫重复逻辑",
|
|
1110
|
+
"when_to_use_en": "Scan duplicate logic before refactoring",
|
|
1111
|
+
"py": "yu yi dai ma qu zhong finding-duplicate-functions yu yi ji dai ma qu zhong zhao tong yi tu bu tong shi xian"
|
|
1112
|
+
},
|
|
1113
|
+
{
|
|
1114
|
+
"skills": [
|
|
1115
|
+
"pre-publish-review"
|
|
1116
|
+
],
|
|
1117
|
+
"group": "多 Agent 发布审查门禁",
|
|
1118
|
+
"group_en": "Multi-agent pre-publish review gate",
|
|
1119
|
+
"chain": false,
|
|
1120
|
+
"description": "npm 发布前三层审查门禁:自动检测未发布变更、最多 10 个 ultrabrain agent 逐变更深度分析、5 agent 全局代码质量/安全审查、1 oracle 综合发布就绪性评估与版本风险判断。",
|
|
1121
|
+
"description_en": "A three-layer review gate before an npm publish: auto-detect unpublished changes, deep per-change analysis by up to 10 \"ultrabrain\" agents, a 5-agent global code-quality/security review, and a final single-oracle release-readiness and version-risk assessment.",
|
|
1122
|
+
"sources": [
|
|
1123
|
+
{
|
|
1124
|
+
"name": "oh-my-openagent",
|
|
1125
|
+
"url": "https://github.com/code-yeongyu/oh-my-openagent",
|
|
1126
|
+
"stars": 60624,
|
|
1127
|
+
"last_commit": "2026-06-02",
|
|
1128
|
+
"type": "multi-skill-suite",
|
|
1129
|
+
"author": "code-yeongyu",
|
|
1130
|
+
"repo": "oh-my-openagent",
|
|
1131
|
+
"default_branch": "dev",
|
|
1132
|
+
"license": null,
|
|
1133
|
+
"doc_path": "README.md",
|
|
1134
|
+
"install": {
|
|
1135
|
+
"command": "npx skills add code-yeongyu/oh-my-openagent",
|
|
1136
|
+
"kind": "multi-skill-suite",
|
|
1137
|
+
"alt": "git clone https://github.com/code-yeongyu/oh-my-openagent ~/.claude/skills/oh-my-openagent"
|
|
1138
|
+
}
|
|
1139
|
+
}
|
|
1140
|
+
],
|
|
1141
|
+
"use_case": "",
|
|
1142
|
+
"use_case_en": "",
|
|
1143
|
+
"personas": [],
|
|
1144
|
+
"when_to_use": "",
|
|
1145
|
+
"when_to_use_en": "",
|
|
1146
|
+
"py": "duo Agent fa bu shen cha men jin pre-publish-review "
|
|
1147
|
+
},
|
|
1148
|
+
{
|
|
1149
|
+
"skills": [
|
|
1150
|
+
"remove-deadcode"
|
|
1151
|
+
],
|
|
1152
|
+
"group": "死代码安全移除",
|
|
1153
|
+
"group_en": "Safe dead-code removal",
|
|
1154
|
+
"chain": false,
|
|
1155
|
+
"description": "通过 LSP 验证和并行深度 agent 安全移除项目中未使用的代码。",
|
|
1156
|
+
"description_en": "Safely remove unused code from a project via LSP verification and parallel deep agents.",
|
|
1157
|
+
"sources": [
|
|
1158
|
+
{
|
|
1159
|
+
"name": "oh-my-openagent",
|
|
1160
|
+
"url": "https://github.com/code-yeongyu/oh-my-openagent",
|
|
1161
|
+
"stars": 60624,
|
|
1162
|
+
"last_commit": "2026-06-02",
|
|
1163
|
+
"type": "multi-skill-suite",
|
|
1164
|
+
"author": "code-yeongyu",
|
|
1165
|
+
"repo": "oh-my-openagent",
|
|
1166
|
+
"default_branch": "dev",
|
|
1167
|
+
"license": null,
|
|
1168
|
+
"doc_path": "README.md",
|
|
1169
|
+
"install": {
|
|
1170
|
+
"command": "npx skills add code-yeongyu/oh-my-openagent",
|
|
1171
|
+
"kind": "multi-skill-suite",
|
|
1172
|
+
"alt": "git clone https://github.com/code-yeongyu/oh-my-openagent ~/.claude/skills/oh-my-openagent"
|
|
1173
|
+
}
|
|
1174
|
+
}
|
|
1175
|
+
],
|
|
1176
|
+
"use_case": "",
|
|
1177
|
+
"use_case_en": "",
|
|
1178
|
+
"personas": [],
|
|
1179
|
+
"when_to_use": "",
|
|
1180
|
+
"when_to_use_en": "",
|
|
1181
|
+
"py": "si dai ma an quan yi chu remove-deadcode "
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
"skills": [
|
|
1185
|
+
"comment-checker"
|
|
1186
|
+
],
|
|
1187
|
+
"group": "注释质量自动检查",
|
|
1188
|
+
"group_en": "Automatic comment-quality check",
|
|
1189
|
+
"chain": false,
|
|
1190
|
+
"description": "编辑代码后自动检查注释质量,阻断问题补丁并要求修复或解释,保障代码审查效率。",
|
|
1191
|
+
"description_en": "After code edits, automatically check comment quality, blocking problematic patches and requiring a fix or explanation to keep reviews efficient.",
|
|
1192
|
+
"sources": [
|
|
1193
|
+
{
|
|
1194
|
+
"name": "oh-my-openagent",
|
|
1195
|
+
"url": "https://github.com/code-yeongyu/oh-my-openagent",
|
|
1196
|
+
"stars": 60624,
|
|
1197
|
+
"last_commit": "2026-06-02",
|
|
1198
|
+
"type": "multi-skill-suite",
|
|
1199
|
+
"author": "code-yeongyu",
|
|
1200
|
+
"repo": "oh-my-openagent",
|
|
1201
|
+
"default_branch": "dev",
|
|
1202
|
+
"license": null,
|
|
1203
|
+
"doc_path": "README.md",
|
|
1204
|
+
"install": {
|
|
1205
|
+
"command": "npx skills add code-yeongyu/oh-my-openagent",
|
|
1206
|
+
"kind": "multi-skill-suite",
|
|
1207
|
+
"alt": "git clone https://github.com/code-yeongyu/oh-my-openagent ~/.claude/skills/oh-my-openagent"
|
|
1208
|
+
}
|
|
1209
|
+
}
|
|
1210
|
+
],
|
|
1211
|
+
"use_case": "",
|
|
1212
|
+
"use_case_en": "",
|
|
1213
|
+
"personas": [],
|
|
1214
|
+
"when_to_use": "",
|
|
1215
|
+
"when_to_use_en": "",
|
|
1216
|
+
"py": "zhu shi zhi liang zi dong jian cha comment-checker "
|
|
1217
|
+
},
|
|
1218
|
+
{
|
|
1219
|
+
"skills": [
|
|
1220
|
+
"lsp"
|
|
1221
|
+
],
|
|
1222
|
+
"group": "LSP 语言服务集成",
|
|
1223
|
+
"group_en": "LSP language-service integration",
|
|
1224
|
+
"chain": false,
|
|
1225
|
+
"description": "提供 LSP 工具集,支持诊断、定义跳转、引用查找、符号搜索和安全重命名等代码导航能力。",
|
|
1226
|
+
"description_en": "Provide an LSP toolset for code navigation — diagnostics, go-to-definition, find-references, symbol search and safe rename.",
|
|
1227
|
+
"sources": [
|
|
1228
|
+
{
|
|
1229
|
+
"name": "oh-my-openagent",
|
|
1230
|
+
"url": "https://github.com/code-yeongyu/oh-my-openagent",
|
|
1231
|
+
"stars": 60624,
|
|
1232
|
+
"last_commit": "2026-06-02",
|
|
1233
|
+
"type": "multi-skill-suite",
|
|
1234
|
+
"author": "code-yeongyu",
|
|
1235
|
+
"repo": "oh-my-openagent",
|
|
1236
|
+
"default_branch": "dev",
|
|
1237
|
+
"license": null,
|
|
1238
|
+
"doc_path": "README.md",
|
|
1239
|
+
"install": {
|
|
1240
|
+
"command": "npx skills add code-yeongyu/oh-my-openagent",
|
|
1241
|
+
"kind": "multi-skill-suite",
|
|
1242
|
+
"alt": "git clone https://github.com/code-yeongyu/oh-my-openagent ~/.claude/skills/oh-my-openagent"
|
|
1243
|
+
}
|
|
1244
|
+
}
|
|
1245
|
+
],
|
|
1246
|
+
"use_case": "",
|
|
1247
|
+
"use_case_en": "",
|
|
1248
|
+
"personas": [],
|
|
1249
|
+
"when_to_use": "",
|
|
1250
|
+
"when_to_use_en": "",
|
|
1251
|
+
"py": "LSP yu yan fu wu ji cheng lsp "
|
|
1252
|
+
},
|
|
1253
|
+
{
|
|
1254
|
+
"skills": [
|
|
1255
|
+
"programming"
|
|
1256
|
+
],
|
|
1257
|
+
"group": "多语言编程规范与工具链",
|
|
1258
|
+
"group_en": "Multi-language coding standards & toolchain",
|
|
1259
|
+
"chain": false,
|
|
1260
|
+
"description": "强制应用于多语言代码编写,确保严格类型、现代工具链和代码质量,涵盖 Python、Rust、TypeScript 等。",
|
|
1261
|
+
"description_en": "Enforced across multi-language code-writing to guarantee strict typing, a modern toolchain and code quality — covering Python, Rust, TypeScript and more.",
|
|
1262
|
+
"sources": [
|
|
1263
|
+
{
|
|
1264
|
+
"name": "oh-my-openagent",
|
|
1265
|
+
"url": "https://github.com/code-yeongyu/oh-my-openagent",
|
|
1266
|
+
"stars": 60624,
|
|
1267
|
+
"last_commit": "2026-06-02",
|
|
1268
|
+
"type": "multi-skill-suite",
|
|
1269
|
+
"author": "code-yeongyu",
|
|
1270
|
+
"repo": "oh-my-openagent",
|
|
1271
|
+
"default_branch": "dev",
|
|
1272
|
+
"license": null,
|
|
1273
|
+
"doc_path": "README.md",
|
|
1274
|
+
"install": {
|
|
1275
|
+
"command": "npx skills add code-yeongyu/oh-my-openagent",
|
|
1276
|
+
"kind": "multi-skill-suite",
|
|
1277
|
+
"alt": "git clone https://github.com/code-yeongyu/oh-my-openagent ~/.claude/skills/oh-my-openagent"
|
|
1278
|
+
}
|
|
1279
|
+
}
|
|
1280
|
+
],
|
|
1281
|
+
"use_case": "",
|
|
1282
|
+
"use_case_en": "",
|
|
1283
|
+
"personas": [],
|
|
1284
|
+
"when_to_use": "",
|
|
1285
|
+
"when_to_use_en": "",
|
|
1286
|
+
"py": "duo yu yan bian cheng gui fan yu gong ju lian programming "
|
|
1287
|
+
},
|
|
1288
|
+
{
|
|
1289
|
+
"skills": [
|
|
1290
|
+
"refactor",
|
|
1291
|
+
"remove-ai-slops"
|
|
1292
|
+
],
|
|
1293
|
+
"group": "智能重构 / 清理 AI 代码气味",
|
|
1294
|
+
"group_en": "Smart refactoring / removing AI code smells",
|
|
1295
|
+
"chain": false,
|
|
1296
|
+
"description": "智能重构命令(支持 refactor/cleanup/extract 等触发词)执行代码重构;并通过回归测试锁定行为后批量移除 AI 生成的代码气味,覆盖 10 类代码问题。",
|
|
1297
|
+
"description_en": "A smart refactoring command (triggered by refactor/cleanup/extract and more) executes code refactors; plus removal of AI-generated code smells — locking behavior with regression tests, then batch-cleaning and verifying across 10 categories of issues.",
|
|
1298
|
+
"sources": [
|
|
1299
|
+
{
|
|
1300
|
+
"name": "oh-my-openagent",
|
|
1301
|
+
"url": "https://github.com/code-yeongyu/oh-my-openagent",
|
|
1302
|
+
"stars": 60624,
|
|
1303
|
+
"last_commit": "2026-06-02",
|
|
1304
|
+
"type": "multi-skill-suite",
|
|
1305
|
+
"author": "code-yeongyu",
|
|
1306
|
+
"repo": "oh-my-openagent",
|
|
1307
|
+
"default_branch": "dev",
|
|
1308
|
+
"license": null,
|
|
1309
|
+
"doc_path": "README.md",
|
|
1310
|
+
"install": {
|
|
1311
|
+
"command": "npx skills add code-yeongyu/oh-my-openagent",
|
|
1312
|
+
"kind": "multi-skill-suite",
|
|
1313
|
+
"alt": "git clone https://github.com/code-yeongyu/oh-my-openagent ~/.claude/skills/oh-my-openagent"
|
|
1314
|
+
}
|
|
1315
|
+
}
|
|
1316
|
+
],
|
|
1317
|
+
"use_case": "",
|
|
1318
|
+
"use_case_en": "",
|
|
1319
|
+
"personas": [],
|
|
1320
|
+
"when_to_use": "",
|
|
1321
|
+
"when_to_use_en": "",
|
|
1322
|
+
"py": "zhi neng zhong gou / qing li AI dai ma qi wei refactor remove-ai-slops "
|
|
1323
|
+
},
|
|
1324
|
+
{
|
|
1325
|
+
"skills": [
|
|
1326
|
+
"review-work",
|
|
1327
|
+
"code-review-and-quality"
|
|
1328
|
+
],
|
|
1329
|
+
"group": "实现后并行 Code Review(多子代理)",
|
|
1330
|
+
"group_en": "Post-implementation parallel code review",
|
|
1331
|
+
"chain": false,
|
|
1332
|
+
"description": "实现完成后的多维并行代码审查:review-work 启动 5 个并行子代理做目标约束验证、代码质量、安全审查、QA 与上下文挖掘;code-review-and-quality 从正确性、可读性、架构、安全与性能多维评审,确保合并前达标。",
|
|
1333
|
+
"description_en": "Multi-dimensional parallel code review after implementation: review-work spawns five parallel sub-agents for goal-constraint verification, code quality, security review, QA and context mining; code-review-and-quality evaluates correctness, readability, architecture, security and performance to ensure merge-readiness.",
|
|
1334
|
+
"sources": [
|
|
1335
|
+
{
|
|
1336
|
+
"name": "oh-my-openagent",
|
|
1337
|
+
"url": "https://github.com/code-yeongyu/oh-my-openagent",
|
|
1338
|
+
"stars": 60624,
|
|
1339
|
+
"last_commit": "2026-06-02",
|
|
1340
|
+
"type": "multi-skill-suite",
|
|
1341
|
+
"author": "code-yeongyu",
|
|
1342
|
+
"repo": "oh-my-openagent",
|
|
1343
|
+
"default_branch": "dev",
|
|
1344
|
+
"license": null,
|
|
1345
|
+
"doc_path": "README.md",
|
|
1346
|
+
"install": {
|
|
1347
|
+
"command": "npx skills add code-yeongyu/oh-my-openagent",
|
|
1348
|
+
"kind": "multi-skill-suite",
|
|
1349
|
+
"alt": "git clone https://github.com/code-yeongyu/oh-my-openagent ~/.claude/skills/oh-my-openagent"
|
|
1350
|
+
}
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
"name": "addyosmani",
|
|
1354
|
+
"url": "https://github.com/addyosmani/agent-skills",
|
|
1355
|
+
"stars": 47663,
|
|
1356
|
+
"last_commit": "2026-05-28",
|
|
1357
|
+
"type": "skill-pack",
|
|
1358
|
+
"author": "addyosmani",
|
|
1359
|
+
"repo": "agent-skills",
|
|
1360
|
+
"default_branch": "main",
|
|
1361
|
+
"license": null,
|
|
1362
|
+
"doc_path": "README.md",
|
|
1363
|
+
"install": {
|
|
1364
|
+
"command": "npx skills add addyosmani/agent-skills",
|
|
1365
|
+
"kind": "skill-pack",
|
|
1366
|
+
"alt": "git clone https://github.com/addyosmani/agent-skills ~/.claude/skills/agent-skills"
|
|
1367
|
+
}
|
|
1368
|
+
}
|
|
1369
|
+
],
|
|
1370
|
+
"use_case": "",
|
|
1371
|
+
"use_case_en": "",
|
|
1372
|
+
"personas": [],
|
|
1373
|
+
"when_to_use": "",
|
|
1374
|
+
"when_to_use_en": "",
|
|
1375
|
+
"py": "shi xian hou bing xing Code Review( duo zi dai li ) review-work code-review-and-quality "
|
|
1376
|
+
},
|
|
1377
|
+
{
|
|
1378
|
+
"skills": [
|
|
1379
|
+
"code-simplification"
|
|
1380
|
+
],
|
|
1381
|
+
"group": "代码简化",
|
|
1382
|
+
"group_en": "Code simplification",
|
|
1383
|
+
"chain": false,
|
|
1384
|
+
"description": "帮助 agent 简化代码以提高可读性和可维护性,而不改变行为,适用于重构和代码审查场景。",
|
|
1385
|
+
"description_en": "Simplify code to improve readability and maintainability without changing behavior — for refactoring and code-review scenarios.",
|
|
1386
|
+
"sources": [
|
|
1387
|
+
{
|
|
1388
|
+
"name": "addyosmani",
|
|
1389
|
+
"url": "https://github.com/addyosmani/agent-skills",
|
|
1390
|
+
"stars": 47663,
|
|
1391
|
+
"last_commit": "2026-05-28",
|
|
1392
|
+
"type": "skill-pack",
|
|
1393
|
+
"author": "addyosmani",
|
|
1394
|
+
"repo": "agent-skills",
|
|
1395
|
+
"default_branch": "main",
|
|
1396
|
+
"license": null,
|
|
1397
|
+
"doc_path": "README.md",
|
|
1398
|
+
"install": {
|
|
1399
|
+
"command": "npx skills add addyosmani/agent-skills",
|
|
1400
|
+
"kind": "skill-pack",
|
|
1401
|
+
"alt": "git clone https://github.com/addyosmani/agent-skills ~/.claude/skills/agent-skills"
|
|
1402
|
+
}
|
|
1403
|
+
}
|
|
1404
|
+
],
|
|
1405
|
+
"use_case": "",
|
|
1406
|
+
"use_case_en": "",
|
|
1407
|
+
"personas": [],
|
|
1408
|
+
"when_to_use": "",
|
|
1409
|
+
"when_to_use_en": "",
|
|
1410
|
+
"py": "dai ma jian hua code-simplification "
|
|
1411
|
+
},
|
|
1412
|
+
{
|
|
1413
|
+
"skills": [
|
|
1414
|
+
"deprecation-and-migration"
|
|
1415
|
+
],
|
|
1416
|
+
"group": "代码废弃与迁移管理",
|
|
1417
|
+
"group_en": "Deprecation & migration management",
|
|
1418
|
+
"chain": false,
|
|
1419
|
+
"description": "管理代码废弃和用户迁移,帮助 agent 安全移除旧系统并将用户迁移到新实现,减少维护成本。",
|
|
1420
|
+
"description_en": "Manage code deprecation and user migration — safely removing legacy systems and migrating users to new implementations to cut maintenance cost.",
|
|
1421
|
+
"sources": [
|
|
1422
|
+
{
|
|
1423
|
+
"name": "addyosmani",
|
|
1424
|
+
"url": "https://github.com/addyosmani/agent-skills",
|
|
1425
|
+
"stars": 47663,
|
|
1426
|
+
"last_commit": "2026-05-28",
|
|
1427
|
+
"type": "skill-pack",
|
|
1428
|
+
"author": "addyosmani",
|
|
1429
|
+
"repo": "agent-skills",
|
|
1430
|
+
"default_branch": "main",
|
|
1431
|
+
"license": null,
|
|
1432
|
+
"doc_path": "README.md",
|
|
1433
|
+
"install": {
|
|
1434
|
+
"command": "npx skills add addyosmani/agent-skills",
|
|
1435
|
+
"kind": "skill-pack",
|
|
1436
|
+
"alt": "git clone https://github.com/addyosmani/agent-skills ~/.claude/skills/agent-skills"
|
|
1437
|
+
}
|
|
1438
|
+
}
|
|
1439
|
+
],
|
|
1440
|
+
"use_case": "",
|
|
1441
|
+
"use_case_en": "",
|
|
1442
|
+
"personas": [],
|
|
1443
|
+
"when_to_use": "",
|
|
1444
|
+
"when_to_use_en": "",
|
|
1445
|
+
"py": "dai ma fei qi yu qian yi guan li deprecation-and-migration "
|
|
1446
|
+
},
|
|
1447
|
+
{
|
|
1448
|
+
"skills": [
|
|
1449
|
+
"doubt-driven-development"
|
|
1450
|
+
],
|
|
1451
|
+
"group": "质疑驱动 / 对抗性审查",
|
|
1452
|
+
"group_en": "Doubt-driven / adversarial review",
|
|
1453
|
+
"chain": false,
|
|
1454
|
+
"description": "在任何非平凡决策落地前,注入一个偏向「证伪」的新鲜上下文审阅者进行对抗性交叉审查,防止长期会话中积累的假设被默认为事实,适用于高风险、不可逆或安全性敏感的场景。",
|
|
1455
|
+
"description_en": "Before any non-trivial decision lands, inject a fresh-context reviewer biased toward falsification for adversarial cross-review, preventing assumptions accumulated over a long session from being treated as fact — for high-risk, irreversible or security-sensitive situations.",
|
|
1456
|
+
"sources": [
|
|
1457
|
+
{
|
|
1458
|
+
"name": "addyosmani",
|
|
1459
|
+
"url": "https://github.com/addyosmani/agent-skills",
|
|
1460
|
+
"stars": 47663,
|
|
1461
|
+
"last_commit": "2026-05-28",
|
|
1462
|
+
"type": "skill-pack",
|
|
1463
|
+
"author": "addyosmani",
|
|
1464
|
+
"repo": "agent-skills",
|
|
1465
|
+
"default_branch": "main",
|
|
1466
|
+
"license": null,
|
|
1467
|
+
"doc_path": "README.md",
|
|
1468
|
+
"install": {
|
|
1469
|
+
"command": "npx skills add addyosmani/agent-skills",
|
|
1470
|
+
"kind": "skill-pack",
|
|
1471
|
+
"alt": "git clone https://github.com/addyosmani/agent-skills ~/.claude/skills/agent-skills"
|
|
1472
|
+
}
|
|
1473
|
+
}
|
|
1474
|
+
],
|
|
1475
|
+
"use_case": "",
|
|
1476
|
+
"use_case_en": "",
|
|
1477
|
+
"personas": [],
|
|
1478
|
+
"when_to_use": "",
|
|
1479
|
+
"when_to_use_en": "",
|
|
1480
|
+
"py": "zhi yi qu dong / dui kang xing shen cha doubt-driven-development "
|
|
1481
|
+
},
|
|
1482
|
+
{
|
|
1483
|
+
"skills": [
|
|
1484
|
+
"performance-optimization"
|
|
1485
|
+
],
|
|
1486
|
+
"group": "性能优化",
|
|
1487
|
+
"group_en": "Performance optimization",
|
|
1488
|
+
"chain": false,
|
|
1489
|
+
"description": "基于测量和 Core Web Vitals 优化应用性能,识别瓶颈并提供修复策略,避免过早优化。",
|
|
1490
|
+
"description_en": "Optimize application performance based on measurement and Core Web Vitals, identifying bottlenecks and offering fix strategies while avoiding premature optimization.",
|
|
1491
|
+
"sources": [
|
|
1492
|
+
{
|
|
1493
|
+
"name": "addyosmani",
|
|
1494
|
+
"url": "https://github.com/addyosmani/agent-skills",
|
|
1495
|
+
"stars": 47663,
|
|
1496
|
+
"last_commit": "2026-05-28",
|
|
1497
|
+
"type": "skill-pack",
|
|
1498
|
+
"author": "addyosmani",
|
|
1499
|
+
"repo": "agent-skills",
|
|
1500
|
+
"default_branch": "main",
|
|
1501
|
+
"license": null,
|
|
568
1502
|
"doc_path": "README.md",
|
|
569
1503
|
"install": {
|
|
570
|
-
"command": "npx skills add
|
|
571
|
-
"kind": "skill",
|
|
572
|
-
"alt": "git clone https://github.com/
|
|
1504
|
+
"command": "npx skills add addyosmani/agent-skills",
|
|
1505
|
+
"kind": "skill-pack",
|
|
1506
|
+
"alt": "git clone https://github.com/addyosmani/agent-skills ~/.claude/skills/agent-skills"
|
|
573
1507
|
}
|
|
574
1508
|
}
|
|
575
1509
|
],
|
|
576
|
-
"use_case": "
|
|
577
|
-
"use_case_en": "
|
|
578
|
-
"personas": [
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
"
|
|
582
|
-
"when_to_use_en": "When codebase becomes messy",
|
|
583
|
-
"py": "zhong gou / zheng jiu ball-of-mud improve-codebase-architecture zoom-out ding qi zheng jiu dai ma ku + xi tong ji jie shi shi jiao"
|
|
1510
|
+
"use_case": "",
|
|
1511
|
+
"use_case_en": "",
|
|
1512
|
+
"personas": [],
|
|
1513
|
+
"when_to_use": "",
|
|
1514
|
+
"when_to_use_en": "",
|
|
1515
|
+
"py": "xing neng you hua performance-optimization "
|
|
584
1516
|
},
|
|
585
1517
|
{
|
|
586
1518
|
"skills": [
|
|
587
|
-
"
|
|
1519
|
+
"multi-reviewer-patterns"
|
|
588
1520
|
],
|
|
589
|
-
"group": "
|
|
590
|
-
"group_en": "
|
|
1521
|
+
"group": "多 reviewer 协调与发现去重",
|
|
1522
|
+
"group_en": "Multi-reviewer orchestration & finding dedup",
|
|
591
1523
|
"chain": false,
|
|
592
|
-
"description": "
|
|
593
|
-
"description_en": "
|
|
1524
|
+
"description": "协调多个 agent 并行执行代码审查,自动去重发现、校准严重等级并生成统一报告,支持安全、性能、架构、测试等多维度 review。",
|
|
1525
|
+
"description_en": "Coordinate multiple agents to run code reviews in parallel, automatically deduplicating findings, calibrating severity and producing a unified report across security, performance, architecture and testing dimensions.",
|
|
594
1526
|
"sources": [
|
|
595
1527
|
{
|
|
596
|
-
"name": "
|
|
597
|
-
"url": "https://github.com/
|
|
598
|
-
"stars":
|
|
1528
|
+
"name": "wshobson",
|
|
1529
|
+
"url": "https://github.com/wshobson/agents",
|
|
1530
|
+
"stars": 36250,
|
|
599
1531
|
"last_commit": "2026-06-01",
|
|
600
|
-
"type": "
|
|
601
|
-
"author": "
|
|
602
|
-
"repo": "
|
|
1532
|
+
"type": "marketplace",
|
|
1533
|
+
"author": "wshobson",
|
|
1534
|
+
"repo": "agents",
|
|
603
1535
|
"default_branch": "main",
|
|
604
|
-
"license":
|
|
1536
|
+
"license": null,
|
|
605
1537
|
"doc_path": "README.md",
|
|
606
1538
|
"install": {
|
|
607
|
-
"command": "
|
|
608
|
-
"kind": "
|
|
609
|
-
"alt": "git clone https://github.com/obra/superpowers-lab ~/.claude/skills/superpowers-lab"
|
|
1539
|
+
"command": "/plugin marketplace add wshobson/agents",
|
|
1540
|
+
"kind": "marketplace"
|
|
610
1541
|
}
|
|
611
1542
|
}
|
|
612
1543
|
],
|
|
613
|
-
"use_case": "
|
|
614
|
-
"use_case_en": "
|
|
615
|
-
"personas": [
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
"
|
|
619
|
-
"when_to_use_en": "Scan duplicate logic before refactoring",
|
|
620
|
-
"py": "yu yi dai ma qu zhong finding-duplicate-functions yu yi ji dai ma qu zhong zhao tong yi tu bu tong shi xian"
|
|
1544
|
+
"use_case": "",
|
|
1545
|
+
"use_case_en": "",
|
|
1546
|
+
"personas": [],
|
|
1547
|
+
"when_to_use": "",
|
|
1548
|
+
"when_to_use_en": "",
|
|
1549
|
+
"py": "duo reviewer xie tiao yu fa xian qu zhong multi-reviewer-patterns "
|
|
621
1550
|
}
|
|
622
1551
|
]
|
|
623
1552
|
},
|
|
@@ -667,13 +1596,16 @@
|
|
|
667
1596
|
{
|
|
668
1597
|
"skills": [
|
|
669
1598
|
"using-git-worktrees",
|
|
670
|
-
"finishing-a-development-branch"
|
|
1599
|
+
"finishing-a-development-branch",
|
|
1600
|
+
"git-master",
|
|
1601
|
+
"git-workflow-and-versioning",
|
|
1602
|
+
"gitlab-ci-patterns"
|
|
671
1603
|
],
|
|
672
1604
|
"group": "Git 工作流",
|
|
673
1605
|
"group_en": "Git workflow",
|
|
674
1606
|
"chain": false,
|
|
675
|
-
"description": "superpowers using-git-worktrees(在新 branch 创隔离 workspace + 跑 setup + 验证 baseline)+ finishing-a-development-branch(验证完成→选 merge/PR/keep/discard→清理 worktree
|
|
676
|
-
"description_en": "superpowers using-git-worktrees (create isolated workspace on a new branch + run setup + verify baseline) + finishing-a-development-branch (verify completion → choose merge/PR/keep/discard → clean up worktree)",
|
|
1607
|
+
"description": "superpowers using-git-worktrees(在新 branch 创隔离 workspace + 跑 setup + 验证 baseline)+ finishing-a-development-branch(验证完成→选 merge/PR/keep/discard→清理 worktree);另含 git-master(原子提交 / 变基 / 冲突解决 / 历史搜索)、git-workflow-and-versioning(分支与版本规范)、gitlab-ci-patterns(GitLab CI 多阶段管道)",
|
|
1608
|
+
"description_en": "superpowers using-git-worktrees (create isolated workspace on a new branch + run setup + verify baseline) + finishing-a-development-branch (verify completion → choose merge/PR/keep/discard → clean up worktree); plus git-master (atomic commits / rebase / conflict resolution / history search), git-workflow-and-versioning (branch & versioning conventions) and gitlab-ci-patterns (multi-stage GitLab CI pipelines)",
|
|
677
1609
|
"sources": [
|
|
678
1610
|
{
|
|
679
1611
|
"name": "superpowers",
|
|
@@ -691,6 +1623,56 @@
|
|
|
691
1623
|
"kind": "skill",
|
|
692
1624
|
"alt": "/plugin marketplace add obra/superpowers"
|
|
693
1625
|
}
|
|
1626
|
+
},
|
|
1627
|
+
{
|
|
1628
|
+
"name": "oh-my-openagent",
|
|
1629
|
+
"url": "https://github.com/code-yeongyu/oh-my-openagent",
|
|
1630
|
+
"stars": 60624,
|
|
1631
|
+
"last_commit": "2026-06-02",
|
|
1632
|
+
"type": "multi-skill-suite",
|
|
1633
|
+
"author": "code-yeongyu",
|
|
1634
|
+
"repo": "oh-my-openagent",
|
|
1635
|
+
"default_branch": "dev",
|
|
1636
|
+
"license": null,
|
|
1637
|
+
"doc_path": "README.md",
|
|
1638
|
+
"install": {
|
|
1639
|
+
"command": "npx skills add code-yeongyu/oh-my-openagent",
|
|
1640
|
+
"kind": "multi-skill-suite",
|
|
1641
|
+
"alt": "git clone https://github.com/code-yeongyu/oh-my-openagent ~/.claude/skills/oh-my-openagent"
|
|
1642
|
+
}
|
|
1643
|
+
},
|
|
1644
|
+
{
|
|
1645
|
+
"name": "addyosmani",
|
|
1646
|
+
"url": "https://github.com/addyosmani/agent-skills",
|
|
1647
|
+
"stars": 47663,
|
|
1648
|
+
"last_commit": "2026-05-28",
|
|
1649
|
+
"type": "skill-pack",
|
|
1650
|
+
"author": "addyosmani",
|
|
1651
|
+
"repo": "agent-skills",
|
|
1652
|
+
"default_branch": "main",
|
|
1653
|
+
"license": null,
|
|
1654
|
+
"doc_path": "README.md",
|
|
1655
|
+
"install": {
|
|
1656
|
+
"command": "npx skills add addyosmani/agent-skills",
|
|
1657
|
+
"kind": "skill-pack",
|
|
1658
|
+
"alt": "git clone https://github.com/addyosmani/agent-skills ~/.claude/skills/agent-skills"
|
|
1659
|
+
}
|
|
1660
|
+
},
|
|
1661
|
+
{
|
|
1662
|
+
"name": "wshobson",
|
|
1663
|
+
"url": "https://github.com/wshobson/agents",
|
|
1664
|
+
"stars": 36250,
|
|
1665
|
+
"last_commit": "2026-06-01",
|
|
1666
|
+
"type": "marketplace",
|
|
1667
|
+
"author": "wshobson",
|
|
1668
|
+
"repo": "agents",
|
|
1669
|
+
"default_branch": "main",
|
|
1670
|
+
"license": null,
|
|
1671
|
+
"doc_path": "README.md",
|
|
1672
|
+
"install": {
|
|
1673
|
+
"command": "/plugin marketplace add wshobson/agents",
|
|
1674
|
+
"kind": "marketplace"
|
|
1675
|
+
}
|
|
694
1676
|
}
|
|
695
1677
|
],
|
|
696
1678
|
"use_case": "隔离workspace+验证baseline+完成清理",
|
|
@@ -700,17 +1682,18 @@
|
|
|
700
1682
|
],
|
|
701
1683
|
"when_to_use": "并行多分支或试验分离",
|
|
702
1684
|
"when_to_use_en": "Parallel branches or experiment isolation",
|
|
703
|
-
"py": "Git gong zuo liu using-git-worktrees finishing-a-development-branch ge li workspace+ yan zheng baseline+ wan cheng qing li"
|
|
1685
|
+
"py": "Git gong zuo liu using-git-worktrees finishing-a-development-branch git-master git-workflow-and-versioning gitlab-ci-patterns ge li workspace+ yan zheng baseline+ wan cheng qing li"
|
|
704
1686
|
},
|
|
705
1687
|
{
|
|
706
1688
|
"skills": [
|
|
707
|
-
"claude-code-safety-net"
|
|
1689
|
+
"claude-code-safety-net",
|
|
1690
|
+
"block-no-verify-hook"
|
|
708
1691
|
],
|
|
709
1692
|
"group": "危险命令拦截",
|
|
710
1693
|
"group_en": "Dangerous command blocking",
|
|
711
1694
|
"chain": false,
|
|
712
|
-
"description": "kenryu42 claude-code-safety-net(plugin 不是 skill):hook 进 PreToolUse 事件,在 Claude 跑 git push --force / reset --hard / rm -rf / clean -f
|
|
713
|
-
"description_en": "kenryu42 claude-code-safety-net (plugin, not skill): hook into PreToolUse event, block dangerous commands like git push --force / reset --hard / rm -rf / clean -f before Claude runs them, awaiting user confirmation",
|
|
1695
|
+
"description": "kenryu42 claude-code-safety-net(plugin 不是 skill):hook 进 PreToolUse 事件,在 Claude 跑 git push --force / reset --hard / rm -rf / clean -f 等危险命令前拦截等用户确认;另含 block-no-verify-hook:用 PreToolUse hook 拦截含 --no-verify 等绕过标志的 git 命令",
|
|
1696
|
+
"description_en": "kenryu42 claude-code-safety-net (plugin, not skill): hook into PreToolUse event, block dangerous commands like git push --force / reset --hard / rm -rf / clean -f before Claude runs them, awaiting user confirmation; plus block-no-verify-hook: a PreToolUse hook intercepting git commands with bypass flags like --no-verify",
|
|
714
1697
|
"sources": [
|
|
715
1698
|
{
|
|
716
1699
|
"name": "kenryu42",
|
|
@@ -727,6 +1710,22 @@
|
|
|
727
1710
|
"command": "/plugin marketplace add kenryu42/claude-code-safety-net",
|
|
728
1711
|
"kind": "plugin"
|
|
729
1712
|
}
|
|
1713
|
+
},
|
|
1714
|
+
{
|
|
1715
|
+
"name": "wshobson",
|
|
1716
|
+
"url": "https://github.com/wshobson/agents",
|
|
1717
|
+
"stars": 36250,
|
|
1718
|
+
"last_commit": "2026-06-01",
|
|
1719
|
+
"type": "marketplace",
|
|
1720
|
+
"author": "wshobson",
|
|
1721
|
+
"repo": "agents",
|
|
1722
|
+
"default_branch": "main",
|
|
1723
|
+
"license": null,
|
|
1724
|
+
"doc_path": "README.md",
|
|
1725
|
+
"install": {
|
|
1726
|
+
"command": "/plugin marketplace add wshobson/agents",
|
|
1727
|
+
"kind": "marketplace"
|
|
1728
|
+
}
|
|
730
1729
|
}
|
|
731
1730
|
],
|
|
732
1731
|
"use_case": "plugin拦截危险命令前确认防止误操作",
|
|
@@ -736,7 +1735,147 @@
|
|
|
736
1735
|
],
|
|
737
1736
|
"when_to_use": "项目启用自动化保护",
|
|
738
1737
|
"when_to_use_en": "Projects with automation protection enabled",
|
|
739
|
-
"py": "wei xian ming ling lan jie claude-code-safety-net plugin lan jie wei xian ming ling qian que ren fang zhi wu cao zuo"
|
|
1738
|
+
"py": "wei xian ming ling lan jie claude-code-safety-net block-no-verify-hook plugin lan jie wei xian ming ling qian que ren fang zhi wu cao zuo"
|
|
1739
|
+
},
|
|
1740
|
+
{
|
|
1741
|
+
"skills": [
|
|
1742
|
+
"get-unpublished-changes"
|
|
1743
|
+
],
|
|
1744
|
+
"group": "版本管理 / Changelog",
|
|
1745
|
+
"group_en": "Version management / Changelog",
|
|
1746
|
+
"chain": false,
|
|
1747
|
+
"description": "对比 HEAD 与最新 npm 发布版本,读取实际 diff 生成结构化 changelog,按 feat/fix/refactor 分组并推荐版本号。",
|
|
1748
|
+
"description_en": "Diff HEAD against the latest npm-published version, read the actual diff to generate a structured changelog, group changes by feat/fix/refactor, and recommend a version number.",
|
|
1749
|
+
"sources": [
|
|
1750
|
+
{
|
|
1751
|
+
"name": "oh-my-openagent",
|
|
1752
|
+
"url": "https://github.com/code-yeongyu/oh-my-openagent",
|
|
1753
|
+
"stars": 60624,
|
|
1754
|
+
"last_commit": "2026-06-02",
|
|
1755
|
+
"type": "multi-skill-suite",
|
|
1756
|
+
"author": "code-yeongyu",
|
|
1757
|
+
"repo": "oh-my-openagent",
|
|
1758
|
+
"default_branch": "dev",
|
|
1759
|
+
"license": null,
|
|
1760
|
+
"doc_path": "README.md",
|
|
1761
|
+
"install": {
|
|
1762
|
+
"command": "npx skills add code-yeongyu/oh-my-openagent",
|
|
1763
|
+
"kind": "multi-skill-suite",
|
|
1764
|
+
"alt": "git clone https://github.com/code-yeongyu/oh-my-openagent ~/.claude/skills/oh-my-openagent"
|
|
1765
|
+
}
|
|
1766
|
+
}
|
|
1767
|
+
],
|
|
1768
|
+
"use_case": "",
|
|
1769
|
+
"use_case_en": "",
|
|
1770
|
+
"personas": [],
|
|
1771
|
+
"when_to_use": "",
|
|
1772
|
+
"when_to_use_en": "",
|
|
1773
|
+
"py": "ban ben guan li / Changelog get-unpublished-changes "
|
|
1774
|
+
},
|
|
1775
|
+
{
|
|
1776
|
+
"skills": [
|
|
1777
|
+
"github-triage"
|
|
1778
|
+
],
|
|
1779
|
+
"group": "GitHub Issue/PR 分析",
|
|
1780
|
+
"group_en": "GitHub Issue/PR triage",
|
|
1781
|
+
"chain": false,
|
|
1782
|
+
"description": "只读模式批量分析所有 open issues 和 PRs,为每项启动并行子 agent,输出带 GitHub 链接证据的分类报告,不做任何修改操作。",
|
|
1783
|
+
"description_en": "Read-only batch analysis of all open issues and PRs, spawning a parallel sub-agent for each item, producing a categorized report backed by GitHub-link evidence without making any changes.",
|
|
1784
|
+
"sources": [
|
|
1785
|
+
{
|
|
1786
|
+
"name": "oh-my-openagent",
|
|
1787
|
+
"url": "https://github.com/code-yeongyu/oh-my-openagent",
|
|
1788
|
+
"stars": 60624,
|
|
1789
|
+
"last_commit": "2026-06-02",
|
|
1790
|
+
"type": "multi-skill-suite",
|
|
1791
|
+
"author": "code-yeongyu",
|
|
1792
|
+
"repo": "oh-my-openagent",
|
|
1793
|
+
"default_branch": "dev",
|
|
1794
|
+
"license": null,
|
|
1795
|
+
"doc_path": "README.md",
|
|
1796
|
+
"install": {
|
|
1797
|
+
"command": "npx skills add code-yeongyu/oh-my-openagent",
|
|
1798
|
+
"kind": "multi-skill-suite",
|
|
1799
|
+
"alt": "git clone https://github.com/code-yeongyu/oh-my-openagent ~/.claude/skills/oh-my-openagent"
|
|
1800
|
+
}
|
|
1801
|
+
}
|
|
1802
|
+
],
|
|
1803
|
+
"use_case": "",
|
|
1804
|
+
"use_case_en": "",
|
|
1805
|
+
"personas": [],
|
|
1806
|
+
"when_to_use": "",
|
|
1807
|
+
"when_to_use_en": "",
|
|
1808
|
+
"py": "GitHub Issue/PR fen xi github-triage "
|
|
1809
|
+
},
|
|
1810
|
+
{
|
|
1811
|
+
"skills": [
|
|
1812
|
+
"work-with-pr"
|
|
1813
|
+
],
|
|
1814
|
+
"group": "PR 全生命周期自动化",
|
|
1815
|
+
"group_en": "Full PR lifecycle automation",
|
|
1816
|
+
"chain": false,
|
|
1817
|
+
"description": "自动化完整 PR 生命周期,从工作区设置、实现、创建 PR 到验证循环(CI、审查、批准),直到合并完成并清理。",
|
|
1818
|
+
"description_en": "Automate the full PR lifecycle — from workspace setup, implementation and PR creation through the verification loop (CI, review, approval) until merge and cleanup.",
|
|
1819
|
+
"sources": [
|
|
1820
|
+
{
|
|
1821
|
+
"name": "oh-my-openagent",
|
|
1822
|
+
"url": "https://github.com/code-yeongyu/oh-my-openagent",
|
|
1823
|
+
"stars": 60624,
|
|
1824
|
+
"last_commit": "2026-06-02",
|
|
1825
|
+
"type": "multi-skill-suite",
|
|
1826
|
+
"author": "code-yeongyu",
|
|
1827
|
+
"repo": "oh-my-openagent",
|
|
1828
|
+
"default_branch": "dev",
|
|
1829
|
+
"license": null,
|
|
1830
|
+
"doc_path": "README.md",
|
|
1831
|
+
"install": {
|
|
1832
|
+
"command": "npx skills add code-yeongyu/oh-my-openagent",
|
|
1833
|
+
"kind": "multi-skill-suite",
|
|
1834
|
+
"alt": "git clone https://github.com/code-yeongyu/oh-my-openagent ~/.claude/skills/oh-my-openagent"
|
|
1835
|
+
}
|
|
1836
|
+
}
|
|
1837
|
+
],
|
|
1838
|
+
"use_case": "",
|
|
1839
|
+
"use_case_en": "",
|
|
1840
|
+
"personas": [],
|
|
1841
|
+
"when_to_use": "",
|
|
1842
|
+
"when_to_use_en": "",
|
|
1843
|
+
"py": "PR quan sheng ming zhou qi zi dong hua work-with-pr "
|
|
1844
|
+
},
|
|
1845
|
+
{
|
|
1846
|
+
"skills": [
|
|
1847
|
+
"ci-cd-and-automation"
|
|
1848
|
+
],
|
|
1849
|
+
"group": "CI/CD 自动化",
|
|
1850
|
+
"group_en": "CI/CD automation",
|
|
1851
|
+
"chain": false,
|
|
1852
|
+
"description": "帮助 AI agent 自动化 CI/CD 流水线配置,确保代码变更通过质量门(如测试、检查)后才能部署,提高开发流程的可靠性和效率。",
|
|
1853
|
+
"description_en": "Automate CI/CD pipeline configuration so changes deploy only after passing quality gates (tests, checks), improving the reliability and efficiency of the dev workflow.",
|
|
1854
|
+
"sources": [
|
|
1855
|
+
{
|
|
1856
|
+
"name": "addyosmani",
|
|
1857
|
+
"url": "https://github.com/addyosmani/agent-skills",
|
|
1858
|
+
"stars": 47663,
|
|
1859
|
+
"last_commit": "2026-05-28",
|
|
1860
|
+
"type": "skill-pack",
|
|
1861
|
+
"author": "addyosmani",
|
|
1862
|
+
"repo": "agent-skills",
|
|
1863
|
+
"default_branch": "main",
|
|
1864
|
+
"license": null,
|
|
1865
|
+
"doc_path": "README.md",
|
|
1866
|
+
"install": {
|
|
1867
|
+
"command": "npx skills add addyosmani/agent-skills",
|
|
1868
|
+
"kind": "skill-pack",
|
|
1869
|
+
"alt": "git clone https://github.com/addyosmani/agent-skills ~/.claude/skills/agent-skills"
|
|
1870
|
+
}
|
|
1871
|
+
}
|
|
1872
|
+
],
|
|
1873
|
+
"use_case": "",
|
|
1874
|
+
"use_case_en": "",
|
|
1875
|
+
"personas": [],
|
|
1876
|
+
"when_to_use": "",
|
|
1877
|
+
"when_to_use_en": "",
|
|
1878
|
+
"py": "CI/CD zi dong hua ci-cd-and-automation "
|
|
740
1879
|
}
|
|
741
1880
|
]
|
|
742
1881
|
},
|
|
@@ -783,6 +1922,41 @@
|
|
|
783
1922
|
"when_to_use": "App就绪需选平台部署",
|
|
784
1923
|
"when_to_use_en": "App ready, select deployment platform",
|
|
785
1924
|
"py": "ping tai te hua bu shu (4 xuan 1 ping xing ti dai ) cloudflare-deploy netlify-deploy render-deploy vercel-deploy si ping tai bu shu jue ce shu (Vercel/Netlify/Render/CF)"
|
|
1925
|
+
},
|
|
1926
|
+
{
|
|
1927
|
+
"skills": [
|
|
1928
|
+
"shipping-and-launch"
|
|
1929
|
+
],
|
|
1930
|
+
"group": "生产部署与监控",
|
|
1931
|
+
"group_en": "Production launch & monitoring",
|
|
1932
|
+
"chain": false,
|
|
1933
|
+
"description": "帮助 agent 准备生产部署,提供预发布检查清单、监控设置和回滚策略,确保安全、可观测的发布流程。",
|
|
1934
|
+
"description_en": "Help an agent prepare a production deployment with a pre-launch checklist, monitoring setup and rollback strategy for a safe, observable release.",
|
|
1935
|
+
"sources": [
|
|
1936
|
+
{
|
|
1937
|
+
"name": "addyosmani",
|
|
1938
|
+
"url": "https://github.com/addyosmani/agent-skills",
|
|
1939
|
+
"stars": 47663,
|
|
1940
|
+
"last_commit": "2026-05-28",
|
|
1941
|
+
"type": "skill-pack",
|
|
1942
|
+
"author": "addyosmani",
|
|
1943
|
+
"repo": "agent-skills",
|
|
1944
|
+
"default_branch": "main",
|
|
1945
|
+
"license": null,
|
|
1946
|
+
"doc_path": "README.md",
|
|
1947
|
+
"install": {
|
|
1948
|
+
"command": "npx skills add addyosmani/agent-skills",
|
|
1949
|
+
"kind": "skill-pack",
|
|
1950
|
+
"alt": "git clone https://github.com/addyosmani/agent-skills ~/.claude/skills/agent-skills"
|
|
1951
|
+
}
|
|
1952
|
+
}
|
|
1953
|
+
],
|
|
1954
|
+
"use_case": "",
|
|
1955
|
+
"use_case_en": "",
|
|
1956
|
+
"personas": [],
|
|
1957
|
+
"when_to_use": "",
|
|
1958
|
+
"when_to_use_en": "",
|
|
1959
|
+
"py": "sheng chan bu shu yu jian kong shipping-and-launch "
|
|
786
1960
|
}
|
|
787
1961
|
]
|
|
788
1962
|
},
|
|
@@ -974,6 +2148,92 @@
|
|
|
974
2148
|
"when_to_use": "需要浏览器自动化agent",
|
|
975
2149
|
"when_to_use_en": "Need browser automation agent",
|
|
976
2150
|
"py": "liu lan qi agent CLI agent-browser Chrome DevTools Protocol liu lan qi zi dong hua CLI"
|
|
2151
|
+
},
|
|
2152
|
+
{
|
|
2153
|
+
"skills": [
|
|
2154
|
+
"api-and-interface-design",
|
|
2155
|
+
"api-design-principles"
|
|
2156
|
+
],
|
|
2157
|
+
"group": "API 与接口设计",
|
|
2158
|
+
"group_en": "API & interface design",
|
|
2159
|
+
"chain": false,
|
|
2160
|
+
"description": "设计稳定、易用、可扩展的 API 与接口:确保模块间清晰通信、防止误用(api-and-interface-design),并遵循 REST/GraphQL 资源建模、HTTP 语义与 schema 设计的最佳实践与反模式(api-design-principles),适用于 REST、GraphQL 或模块边界。",
|
|
2161
|
+
"description_en": "Design stable, ergonomic, scalable APIs and interfaces: ensure clear inter-module communication and prevent misuse (api-and-interface-design), following REST/GraphQL resource modeling, HTTP semantics and schema-design best practices and pitfalls (api-design-principles) — for REST, GraphQL or module boundaries.",
|
|
2162
|
+
"sources": [
|
|
2163
|
+
{
|
|
2164
|
+
"name": "addyosmani",
|
|
2165
|
+
"url": "https://github.com/addyosmani/agent-skills",
|
|
2166
|
+
"stars": 47663,
|
|
2167
|
+
"last_commit": "2026-05-28",
|
|
2168
|
+
"type": "skill-pack",
|
|
2169
|
+
"author": "addyosmani",
|
|
2170
|
+
"repo": "agent-skills",
|
|
2171
|
+
"default_branch": "main",
|
|
2172
|
+
"license": null,
|
|
2173
|
+
"doc_path": "README.md",
|
|
2174
|
+
"install": {
|
|
2175
|
+
"command": "npx skills add addyosmani/agent-skills",
|
|
2176
|
+
"kind": "skill-pack",
|
|
2177
|
+
"alt": "git clone https://github.com/addyosmani/agent-skills ~/.claude/skills/agent-skills"
|
|
2178
|
+
}
|
|
2179
|
+
},
|
|
2180
|
+
{
|
|
2181
|
+
"name": "wshobson",
|
|
2182
|
+
"url": "https://github.com/wshobson/agents",
|
|
2183
|
+
"stars": 36250,
|
|
2184
|
+
"last_commit": "2026-06-01",
|
|
2185
|
+
"type": "marketplace",
|
|
2186
|
+
"author": "wshobson",
|
|
2187
|
+
"repo": "agents",
|
|
2188
|
+
"default_branch": "main",
|
|
2189
|
+
"license": null,
|
|
2190
|
+
"doc_path": "README.md",
|
|
2191
|
+
"install": {
|
|
2192
|
+
"command": "/plugin marketplace add wshobson/agents",
|
|
2193
|
+
"kind": "marketplace"
|
|
2194
|
+
}
|
|
2195
|
+
}
|
|
2196
|
+
],
|
|
2197
|
+
"use_case": "",
|
|
2198
|
+
"use_case_en": "",
|
|
2199
|
+
"personas": [],
|
|
2200
|
+
"when_to_use": "",
|
|
2201
|
+
"when_to_use_en": "",
|
|
2202
|
+
"py": "API yu jie kou she ji api-and-interface-design api-design-principles "
|
|
2203
|
+
},
|
|
2204
|
+
{
|
|
2205
|
+
"skills": [
|
|
2206
|
+
"fastapi-templates"
|
|
2207
|
+
],
|
|
2208
|
+
"group": "FastAPI 项目脚手架",
|
|
2209
|
+
"group_en": "FastAPI project scaffolding",
|
|
2210
|
+
"chain": false,
|
|
2211
|
+
"description": "搭建生产级 FastAPI 项目脚手架:推荐目录结构、async 模式、依赖注入、完善的错误处理与测试配置,用于新建 FastAPI 应用或后端 API 项目。",
|
|
2212
|
+
"description_en": "Scaffold production-grade FastAPI projects: recommended directory structure, async patterns, dependency injection, comprehensive error handling and testing configuration — for new FastAPI applications or backend API projects.",
|
|
2213
|
+
"sources": [
|
|
2214
|
+
{
|
|
2215
|
+
"name": "wshobson",
|
|
2216
|
+
"url": "https://github.com/wshobson/agents",
|
|
2217
|
+
"stars": 36250,
|
|
2218
|
+
"last_commit": "2026-06-01",
|
|
2219
|
+
"type": "marketplace",
|
|
2220
|
+
"author": "wshobson",
|
|
2221
|
+
"repo": "agents",
|
|
2222
|
+
"default_branch": "main",
|
|
2223
|
+
"license": null,
|
|
2224
|
+
"doc_path": "README.md",
|
|
2225
|
+
"install": {
|
|
2226
|
+
"command": "/plugin marketplace add wshobson/agents",
|
|
2227
|
+
"kind": "marketplace"
|
|
2228
|
+
}
|
|
2229
|
+
}
|
|
2230
|
+
],
|
|
2231
|
+
"use_case": "",
|
|
2232
|
+
"use_case_en": "",
|
|
2233
|
+
"personas": [],
|
|
2234
|
+
"when_to_use": "",
|
|
2235
|
+
"when_to_use_en": "",
|
|
2236
|
+
"py": "FastAPI xiang mu jiao shou jia fastapi-templates "
|
|
977
2237
|
}
|
|
978
2238
|
]
|
|
979
2239
|
},
|
|
@@ -1210,6 +2470,170 @@
|
|
|
1210
2470
|
"when_to_use": "生产问题诊断",
|
|
1211
2471
|
"when_to_use_en": "Production issue diagnosis",
|
|
1212
2472
|
"py": "sheng chan jian kong sentry sheng chan Sentry issue zhi du cha kan +AI gen yin + xiu fu fang an"
|
|
2473
|
+
},
|
|
2474
|
+
{
|
|
2475
|
+
"skills": [
|
|
2476
|
+
"security-and-hardening",
|
|
2477
|
+
"secrets-management"
|
|
2478
|
+
],
|
|
2479
|
+
"group": "应用层安全(加固 + 密钥管理)",
|
|
2480
|
+
"group_en": "Application security (hardening + secrets management)",
|
|
2481
|
+
"chain": false,
|
|
2482
|
+
"description": "应用层安全实践:输入校验、加密存储、安全响应头以防 XSS/SQL 注入等漏洞(security-and-hardening);集成 Vault、AWS Secrets Manager 等安全管理 CI/CD 环境中的敏感信息(secrets-management)。",
|
|
2483
|
+
"description_en": "Application-layer security practices: validate input, encrypt storage and set secure response headers to prevent XSS, SQL injection and similar flaws (security-and-hardening); integrate Vault, AWS Secrets Manager and the like to safely manage secrets in CI/CD environments (secrets-management).",
|
|
2484
|
+
"sources": [
|
|
2485
|
+
{
|
|
2486
|
+
"name": "addyosmani",
|
|
2487
|
+
"url": "https://github.com/addyosmani/agent-skills",
|
|
2488
|
+
"stars": 47663,
|
|
2489
|
+
"last_commit": "2026-05-28",
|
|
2490
|
+
"type": "skill-pack",
|
|
2491
|
+
"author": "addyosmani",
|
|
2492
|
+
"repo": "agent-skills",
|
|
2493
|
+
"default_branch": "main",
|
|
2494
|
+
"license": null,
|
|
2495
|
+
"doc_path": "README.md",
|
|
2496
|
+
"install": {
|
|
2497
|
+
"command": "npx skills add addyosmani/agent-skills",
|
|
2498
|
+
"kind": "skill-pack",
|
|
2499
|
+
"alt": "git clone https://github.com/addyosmani/agent-skills ~/.claude/skills/agent-skills"
|
|
2500
|
+
}
|
|
2501
|
+
},
|
|
2502
|
+
{
|
|
2503
|
+
"name": "wshobson",
|
|
2504
|
+
"url": "https://github.com/wshobson/agents",
|
|
2505
|
+
"stars": 36250,
|
|
2506
|
+
"last_commit": "2026-06-01",
|
|
2507
|
+
"type": "marketplace",
|
|
2508
|
+
"author": "wshobson",
|
|
2509
|
+
"repo": "agents",
|
|
2510
|
+
"default_branch": "main",
|
|
2511
|
+
"license": null,
|
|
2512
|
+
"doc_path": "README.md",
|
|
2513
|
+
"install": {
|
|
2514
|
+
"command": "/plugin marketplace add wshobson/agents",
|
|
2515
|
+
"kind": "marketplace"
|
|
2516
|
+
}
|
|
2517
|
+
}
|
|
2518
|
+
],
|
|
2519
|
+
"use_case": "",
|
|
2520
|
+
"use_case_en": "",
|
|
2521
|
+
"personas": [],
|
|
2522
|
+
"when_to_use": "",
|
|
2523
|
+
"when_to_use_en": "",
|
|
2524
|
+
"py": "ying yong ceng an quan ( jia gu + mi yao guan li ) security-and-hardening secrets-management "
|
|
2525
|
+
}
|
|
2526
|
+
]
|
|
2527
|
+
},
|
|
2528
|
+
{
|
|
2529
|
+
"title": "1.9 后端架构 / 微服务 / 分布式系统",
|
|
2530
|
+
"title_en": "1.9 Backend architecture / microservices / distributed systems",
|
|
2531
|
+
"rows": [
|
|
2532
|
+
{
|
|
2533
|
+
"skills": [
|
|
2534
|
+
"architecture-patterns",
|
|
2535
|
+
"microservices-patterns"
|
|
2536
|
+
],
|
|
2537
|
+
"group": "后端架构 / 微服务设计",
|
|
2538
|
+
"group_en": "Backend architecture / microservices design",
|
|
2539
|
+
"chain": false,
|
|
2540
|
+
"description": "设计与实现可维护、可测试的后端系统:Clean Architecture、Hexagonal Architecture 与 DDD(architecture-patterns);以及微服务架构的服务分解、同步/异步通信、分布式数据管理、韧性模式与服务发现(microservices-patterns)。",
|
|
2541
|
+
"description_en": "Design and implement maintainable, testable backend systems: Clean Architecture, Hexagonal Architecture and DDD (architecture-patterns); plus microservice service decomposition, sync/async communication, distributed data management, resilience patterns and service discovery (microservices-patterns).",
|
|
2542
|
+
"sources": [
|
|
2543
|
+
{
|
|
2544
|
+
"name": "wshobson",
|
|
2545
|
+
"url": "https://github.com/wshobson/agents",
|
|
2546
|
+
"stars": 36250,
|
|
2547
|
+
"last_commit": "2026-06-01",
|
|
2548
|
+
"type": "marketplace",
|
|
2549
|
+
"author": "wshobson",
|
|
2550
|
+
"repo": "agents",
|
|
2551
|
+
"default_branch": "main",
|
|
2552
|
+
"license": null,
|
|
2553
|
+
"doc_path": "README.md",
|
|
2554
|
+
"install": {
|
|
2555
|
+
"command": "/plugin marketplace add wshobson/agents",
|
|
2556
|
+
"kind": "marketplace"
|
|
2557
|
+
}
|
|
2558
|
+
}
|
|
2559
|
+
],
|
|
2560
|
+
"use_case": "",
|
|
2561
|
+
"use_case_en": "",
|
|
2562
|
+
"personas": [],
|
|
2563
|
+
"when_to_use": "",
|
|
2564
|
+
"when_to_use_en": "",
|
|
2565
|
+
"py": "hou duan jia gou / wei fu wu she ji architecture-patterns microservices-patterns "
|
|
2566
|
+
},
|
|
2567
|
+
{
|
|
2568
|
+
"skills": [
|
|
2569
|
+
"cqrs-implementation",
|
|
2570
|
+
"event-store-design",
|
|
2571
|
+
"projection-patterns",
|
|
2572
|
+
"saga-orchestration"
|
|
2573
|
+
],
|
|
2574
|
+
"group": "事件溯源 / CQRS / Saga",
|
|
2575
|
+
"group_en": "Event sourcing / CQRS / Saga",
|
|
2576
|
+
"chain": false,
|
|
2577
|
+
"description": "事件驱动后端模式:CQRS 读写分离(cqrs-implementation)、event store 设计(流模式/快照/查询优化/扩展,event-store-design)、CQRS 读模型与投影优化查询(projection-patterns)、Saga 编排分布式事务与补偿操作确保最终一致性(saga-orchestration)。",
|
|
2578
|
+
"description_en": "Event-driven backend patterns: CQRS read/write separation (cqrs-implementation), event-store design (stream patterns, snapshots, query optimization, scaling — event-store-design), CQRS read models and projections for query performance (projection-patterns), and Saga orchestration of distributed transactions with compensating actions for eventual consistency (saga-orchestration).",
|
|
2579
|
+
"sources": [
|
|
2580
|
+
{
|
|
2581
|
+
"name": "wshobson",
|
|
2582
|
+
"url": "https://github.com/wshobson/agents",
|
|
2583
|
+
"stars": 36250,
|
|
2584
|
+
"last_commit": "2026-06-01",
|
|
2585
|
+
"type": "marketplace",
|
|
2586
|
+
"author": "wshobson",
|
|
2587
|
+
"repo": "agents",
|
|
2588
|
+
"default_branch": "main",
|
|
2589
|
+
"license": null,
|
|
2590
|
+
"doc_path": "README.md",
|
|
2591
|
+
"install": {
|
|
2592
|
+
"command": "/plugin marketplace add wshobson/agents",
|
|
2593
|
+
"kind": "marketplace"
|
|
2594
|
+
}
|
|
2595
|
+
}
|
|
2596
|
+
],
|
|
2597
|
+
"use_case": "",
|
|
2598
|
+
"use_case_en": "",
|
|
2599
|
+
"personas": [],
|
|
2600
|
+
"when_to_use": "",
|
|
2601
|
+
"when_to_use_en": "",
|
|
2602
|
+
"py": "shi jian su yuan / CQRS / Saga cqrs-implementation event-store-design projection-patterns saga-orchestration "
|
|
2603
|
+
},
|
|
2604
|
+
{
|
|
2605
|
+
"skills": [
|
|
2606
|
+
"workflow-orchestration-patterns"
|
|
2607
|
+
],
|
|
2608
|
+
"group": "分布式工作流编排(Temporal)",
|
|
2609
|
+
"group_en": "Distributed workflow orchestration (Temporal)",
|
|
2610
|
+
"chain": false,
|
|
2611
|
+
"description": "指导 AI agent 用 Temporal 设计分布式持久化工作流,涵盖 workflow/activity 分离、Saga 模式、状态管理与确定性约束。",
|
|
2612
|
+
"description_en": "Guide an agent to design durable distributed workflows with Temporal — covering workflow/activity separation, the Saga pattern, state management and determinism constraints.",
|
|
2613
|
+
"sources": [
|
|
2614
|
+
{
|
|
2615
|
+
"name": "wshobson",
|
|
2616
|
+
"url": "https://github.com/wshobson/agents",
|
|
2617
|
+
"stars": 36250,
|
|
2618
|
+
"last_commit": "2026-06-01",
|
|
2619
|
+
"type": "marketplace",
|
|
2620
|
+
"author": "wshobson",
|
|
2621
|
+
"repo": "agents",
|
|
2622
|
+
"default_branch": "main",
|
|
2623
|
+
"license": null,
|
|
2624
|
+
"doc_path": "README.md",
|
|
2625
|
+
"install": {
|
|
2626
|
+
"command": "/plugin marketplace add wshobson/agents",
|
|
2627
|
+
"kind": "marketplace"
|
|
2628
|
+
}
|
|
2629
|
+
}
|
|
2630
|
+
],
|
|
2631
|
+
"use_case": "",
|
|
2632
|
+
"use_case_en": "",
|
|
2633
|
+
"personas": [],
|
|
2634
|
+
"when_to_use": "",
|
|
2635
|
+
"when_to_use_en": "",
|
|
2636
|
+
"py": "fen bu shi gong zuo liu bian pai (Temporal) workflow-orchestration-patterns "
|
|
1213
2637
|
}
|
|
1214
2638
|
]
|
|
1215
2639
|
}
|
|
@@ -1844,6 +3268,82 @@
|
|
|
1844
3268
|
"when_to_use": "批量总结论文做文献综述",
|
|
1845
3269
|
"when_to_use_en": "Bulk summarize papers for literature reviews.",
|
|
1846
3270
|
"py": "lun wen zhai yao (FOCUS fang fa ) skill-focus yong FOCUS fang fa zhai yao xue shu lun wen , bian yu hou xu jiao cha bi jiao he zong shu 。"
|
|
3271
|
+
},
|
|
3272
|
+
{
|
|
3273
|
+
"skills": [
|
|
3274
|
+
"understand-chat",
|
|
3275
|
+
"understand-dashboard",
|
|
3276
|
+
"understand-diff",
|
|
3277
|
+
"understand-domain",
|
|
3278
|
+
"understand-explain",
|
|
3279
|
+
"understand-knowledge"
|
|
3280
|
+
],
|
|
3281
|
+
"group": "项目知识图谱工具集",
|
|
3282
|
+
"group_en": "Project knowledge-graph toolset",
|
|
3283
|
+
"chain": false,
|
|
3284
|
+
"description": "Understand-Anything 的代码知识图谱工具集:图谱问答(chat)、Web 仪表板可视化(dashboard)、git diff 影响与风险分析(diff)、业务域流图提取(domain)、文件/函数深度解释(explain)与 Karpathy 式 LLM 知识库实体/关系聚类(knowledge)。",
|
|
3285
|
+
"description_en": "Understand-Anything's code knowledge-graph toolset: graph-grounded Q&A (chat), web-dashboard visualization (dashboard), git-diff impact & risk analysis (diff), business-domain flow extraction (domain), deep file/function explanation (explain), and Karpathy-style LLM knowledge-base entity/relation clustering (knowledge).",
|
|
3286
|
+
"sources": [
|
|
3287
|
+
{
|
|
3288
|
+
"name": "understand-anything",
|
|
3289
|
+
"url": "https://github.com/Lum1104/Understand-Anything",
|
|
3290
|
+
"stars": 49118,
|
|
3291
|
+
"last_commit": "2026-06-01",
|
|
3292
|
+
"type": "skill-pack",
|
|
3293
|
+
"author": "Lum1104",
|
|
3294
|
+
"repo": "Understand-Anything",
|
|
3295
|
+
"default_branch": "main",
|
|
3296
|
+
"license": null,
|
|
3297
|
+
"doc_path": "README.md",
|
|
3298
|
+
"install": {
|
|
3299
|
+
"command": "npx skills add Lum1104/Understand-Anything",
|
|
3300
|
+
"kind": "skill-pack",
|
|
3301
|
+
"alt": "git clone https://github.com/Lum1104/Understand-Anything ~/.claude/skills/Understand-Anything"
|
|
3302
|
+
}
|
|
3303
|
+
}
|
|
3304
|
+
],
|
|
3305
|
+
"use_case": "",
|
|
3306
|
+
"use_case_en": "",
|
|
3307
|
+
"personas": [],
|
|
3308
|
+
"when_to_use": "",
|
|
3309
|
+
"when_to_use_en": "",
|
|
3310
|
+
"py": "xiang mu zhi shi tu pu gong ju ji understand-chat understand-dashboard understand-diff understand-domain understand-explain understand-knowledge "
|
|
3311
|
+
},
|
|
3312
|
+
{
|
|
3313
|
+
"skills": [
|
|
3314
|
+
"understand",
|
|
3315
|
+
"understand-onboard"
|
|
3316
|
+
],
|
|
3317
|
+
"group": "知识图谱驱动的入职流程",
|
|
3318
|
+
"group_en": "Knowledge-graph-driven onboarding",
|
|
3319
|
+
"chain": true,
|
|
3320
|
+
"description": "基于代码库构建可交互知识图谱(understand),再据图谱生成新成员入职指南(understand-onboard),帮助快速理解项目结构、架构与关键组件 —— 两步强绑定的入职工作流。",
|
|
3321
|
+
"description_en": "Build an interactive knowledge graph of the codebase (understand), then generate a new-hire onboarding guide from it (understand-onboard) — a two-step chained workflow for quickly grasping project structure, architecture and key components.",
|
|
3322
|
+
"sources": [
|
|
3323
|
+
{
|
|
3324
|
+
"name": "understand-anything",
|
|
3325
|
+
"url": "https://github.com/Lum1104/Understand-Anything",
|
|
3326
|
+
"stars": 49118,
|
|
3327
|
+
"last_commit": "2026-06-01",
|
|
3328
|
+
"type": "skill-pack",
|
|
3329
|
+
"author": "Lum1104",
|
|
3330
|
+
"repo": "Understand-Anything",
|
|
3331
|
+
"default_branch": "main",
|
|
3332
|
+
"license": null,
|
|
3333
|
+
"doc_path": "README.md",
|
|
3334
|
+
"install": {
|
|
3335
|
+
"command": "npx skills add Lum1104/Understand-Anything",
|
|
3336
|
+
"kind": "skill-pack",
|
|
3337
|
+
"alt": "git clone https://github.com/Lum1104/Understand-Anything ~/.claude/skills/Understand-Anything"
|
|
3338
|
+
}
|
|
3339
|
+
}
|
|
3340
|
+
],
|
|
3341
|
+
"use_case": "",
|
|
3342
|
+
"use_case_en": "",
|
|
3343
|
+
"personas": [],
|
|
3344
|
+
"when_to_use": "",
|
|
3345
|
+
"when_to_use_en": "",
|
|
3346
|
+
"py": "zhi shi tu pu qu dong de ru zhi liu cheng understand understand-onboard "
|
|
1847
3347
|
}
|
|
1848
3348
|
]
|
|
1849
3349
|
},
|
|
@@ -2467,6 +3967,41 @@
|
|
|
2467
3967
|
"when_to_use": "重大发布或决策前做压力测试",
|
|
2468
3968
|
"when_to_use_en": "Stress-test major launches or decisions",
|
|
2469
3969
|
"py": "Pre-mortem pre-mortem qian zhi shi bai fen xi , zai zhi xing qian fa xian yin cang feng xian"
|
|
3970
|
+
},
|
|
3971
|
+
{
|
|
3972
|
+
"skills": [
|
|
3973
|
+
"idea-refine"
|
|
3974
|
+
],
|
|
3975
|
+
"group": "想法精炼 / MVP 定义",
|
|
3976
|
+
"group_en": "Idea refinement / MVP definition",
|
|
3977
|
+
"chain": false,
|
|
3978
|
+
"description": "帮助 AI agent 通过结构化的发散和收敛思维,将模糊想法细化为可执行的概念,包括假设测试和 MVP 定义。",
|
|
3979
|
+
"description_en": "Help an agent refine a vague idea into an executable concept through structured divergent and convergent thinking, including hypothesis testing and MVP definition.",
|
|
3980
|
+
"sources": [
|
|
3981
|
+
{
|
|
3982
|
+
"name": "addyosmani",
|
|
3983
|
+
"url": "https://github.com/addyosmani/agent-skills",
|
|
3984
|
+
"stars": 47663,
|
|
3985
|
+
"last_commit": "2026-05-28",
|
|
3986
|
+
"type": "skill-pack",
|
|
3987
|
+
"author": "addyosmani",
|
|
3988
|
+
"repo": "agent-skills",
|
|
3989
|
+
"default_branch": "main",
|
|
3990
|
+
"license": null,
|
|
3991
|
+
"doc_path": "README.md",
|
|
3992
|
+
"install": {
|
|
3993
|
+
"command": "npx skills add addyosmani/agent-skills",
|
|
3994
|
+
"kind": "skill-pack",
|
|
3995
|
+
"alt": "git clone https://github.com/addyosmani/agent-skills ~/.claude/skills/agent-skills"
|
|
3996
|
+
}
|
|
3997
|
+
}
|
|
3998
|
+
],
|
|
3999
|
+
"use_case": "",
|
|
4000
|
+
"use_case_en": "",
|
|
4001
|
+
"personas": [],
|
|
4002
|
+
"when_to_use": "",
|
|
4003
|
+
"when_to_use_en": "",
|
|
4004
|
+
"py": "xiang fa jing lian / MVP ding yi idea-refine "
|
|
2470
4005
|
}
|
|
2471
4006
|
]
|
|
2472
4007
|
},
|
|
@@ -5453,13 +6988,14 @@
|
|
|
5453
6988
|
"rows": [
|
|
5454
6989
|
{
|
|
5455
6990
|
"skills": [
|
|
5456
|
-
"frontend-design"
|
|
6991
|
+
"frontend-design",
|
|
6992
|
+
"frontend-ui-ux"
|
|
5457
6993
|
],
|
|
5458
6994
|
"group": "前端美学",
|
|
5459
6995
|
"group_en": "frontend aesthetics",
|
|
5460
6996
|
"chain": false,
|
|
5461
|
-
"description": "Anthropic frontend-design(让 Claude 跳出 AI slop,用极简 / 野兽 / 复古未来主义等明确美学方向写生产级 UI
|
|
5462
|
-
"description_en": "Anthropic frontend-design (get Claude out of AI slop, write production-grade UI with an explicit aesthetic direction: minimalist / brutalist / retro-futurist, etc.)",
|
|
6997
|
+
"description": "Anthropic frontend-design(让 Claude 跳出 AI slop,用极简 / 野兽 / 复古未来主义等明确美学方向写生产级 UI);另含 frontend-ui-ux:设计师转开发者,无设计稿也能产出美观 UI/UX",
|
|
6998
|
+
"description_en": "Anthropic frontend-design (get Claude out of AI slop, write production-grade UI with an explicit aesthetic direction: minimalist / brutalist / retro-futurist, etc.); plus frontend-ui-ux: a designer-turned-developer that produces beautiful UI/UX even without a mockup",
|
|
5463
6999
|
"sources": [
|
|
5464
7000
|
{
|
|
5465
7001
|
"name": "Anthropic",
|
|
@@ -5477,6 +7013,23 @@
|
|
|
5477
7013
|
"kind": "skill",
|
|
5478
7014
|
"alt": "/plugin marketplace add anthropics/skills"
|
|
5479
7015
|
}
|
|
7016
|
+
},
|
|
7017
|
+
{
|
|
7018
|
+
"name": "oh-my-openagent",
|
|
7019
|
+
"url": "https://github.com/code-yeongyu/oh-my-openagent",
|
|
7020
|
+
"stars": 60624,
|
|
7021
|
+
"last_commit": "2026-06-02",
|
|
7022
|
+
"type": "multi-skill-suite",
|
|
7023
|
+
"author": "code-yeongyu",
|
|
7024
|
+
"repo": "oh-my-openagent",
|
|
7025
|
+
"default_branch": "dev",
|
|
7026
|
+
"license": null,
|
|
7027
|
+
"doc_path": "README.md",
|
|
7028
|
+
"install": {
|
|
7029
|
+
"command": "npx skills add code-yeongyu/oh-my-openagent",
|
|
7030
|
+
"kind": "multi-skill-suite",
|
|
7031
|
+
"alt": "git clone https://github.com/code-yeongyu/oh-my-openagent ~/.claude/skills/oh-my-openagent"
|
|
7032
|
+
}
|
|
5480
7033
|
}
|
|
5481
7034
|
],
|
|
5482
7035
|
"use_case": "避免 AI slop,用明确美学方向写生产级 UI 代码",
|
|
@@ -5487,7 +7040,7 @@
|
|
|
5487
7040
|
],
|
|
5488
7041
|
"when_to_use": "生成前端 UI 时指定美学风格",
|
|
5489
7042
|
"when_to_use_en": "Generating frontend UI with specific style requirements.",
|
|
5490
|
-
"py": "qian duan mei xue frontend-design bi mian AI slop, yong ming que mei xue fang xiang xie sheng chan ji UI dai ma"
|
|
7043
|
+
"py": "qian duan mei xue frontend-design frontend-ui-ux bi mian AI slop, yong ming que mei xue fang xiang xie sheng chan ji UI dai ma"
|
|
5491
7044
|
},
|
|
5492
7045
|
{
|
|
5493
7046
|
"skills": [
|
|
@@ -5565,6 +7118,41 @@
|
|
|
5565
7118
|
"when_to_use": "设计组件库或多平台适配时",
|
|
5566
7119
|
"when_to_use_en": "Designing component libraries or multi-platform adaptation.",
|
|
5567
7120
|
"py": "kua ping tai UI/UX ui-ux-pro-max-skill kua ping tai UI/UX zu jian ku 、 shi jue feng ge 、 she ji yuan ze zhi dao"
|
|
7121
|
+
},
|
|
7122
|
+
{
|
|
7123
|
+
"skills": [
|
|
7124
|
+
"frontend-ui-engineering"
|
|
7125
|
+
],
|
|
7126
|
+
"group": "前端工程规范",
|
|
7127
|
+
"group_en": "Frontend engineering standards",
|
|
7128
|
+
"chain": false,
|
|
7129
|
+
"description": "帮助 AI agent 构建生产质量、可访问、高性能且视觉精致的用户界面,遵循设计系统,避免 AI 生成的通用外观。",
|
|
7130
|
+
"description_en": "Help an agent build production-quality, accessible, performant and visually polished UIs that follow a design system and avoid a generic AI-generated look.",
|
|
7131
|
+
"sources": [
|
|
7132
|
+
{
|
|
7133
|
+
"name": "addyosmani",
|
|
7134
|
+
"url": "https://github.com/addyosmani/agent-skills",
|
|
7135
|
+
"stars": 47663,
|
|
7136
|
+
"last_commit": "2026-05-28",
|
|
7137
|
+
"type": "skill-pack",
|
|
7138
|
+
"author": "addyosmani",
|
|
7139
|
+
"repo": "agent-skills",
|
|
7140
|
+
"default_branch": "main",
|
|
7141
|
+
"license": null,
|
|
7142
|
+
"doc_path": "README.md",
|
|
7143
|
+
"install": {
|
|
7144
|
+
"command": "npx skills add addyosmani/agent-skills",
|
|
7145
|
+
"kind": "skill-pack",
|
|
7146
|
+
"alt": "git clone https://github.com/addyosmani/agent-skills ~/.claude/skills/agent-skills"
|
|
7147
|
+
}
|
|
7148
|
+
}
|
|
7149
|
+
],
|
|
7150
|
+
"use_case": "",
|
|
7151
|
+
"use_case_en": "",
|
|
7152
|
+
"personas": [],
|
|
7153
|
+
"when_to_use": "",
|
|
7154
|
+
"when_to_use_en": "",
|
|
7155
|
+
"py": "qian duan gong cheng gui fan frontend-ui-engineering "
|
|
5568
7156
|
}
|
|
5569
7157
|
]
|
|
5570
7158
|
},
|
|
@@ -5609,6 +7197,40 @@
|
|
|
5609
7197
|
"when_to_use": "需要快速 demo 或原型时",
|
|
5610
7198
|
"when_to_use_en": "Needing quick demos or prototypes.",
|
|
5611
7199
|
"py": "dan wen jian React HTML artifact web-artifacts-builder kuai su gou jian ke jiao hu React + Tailwind dan wen jian artifact"
|
|
7200
|
+
},
|
|
7201
|
+
{
|
|
7202
|
+
"skills": [
|
|
7203
|
+
"brand-landingpage"
|
|
7204
|
+
],
|
|
7205
|
+
"group": "品牌着陆页设计",
|
|
7206
|
+
"group_en": "Brand landing-page design",
|
|
7207
|
+
"chain": false,
|
|
7208
|
+
"description": "通过品牌身份访谈引导用户确定视觉方向,再用 Stitch 生成并迭代打磨部署就绪的单页着陆页 HTML,适合尚无设计稿的产品营销页。",
|
|
7209
|
+
"description_en": "Guide the user through a brand-identity interview to set a visual direction, then use Stitch to generate and iteratively polish a deploy-ready single-page landing-page HTML — ideal for product marketing pages with no existing design.",
|
|
7210
|
+
"sources": [
|
|
7211
|
+
{
|
|
7212
|
+
"name": "wshobson",
|
|
7213
|
+
"url": "https://github.com/wshobson/agents",
|
|
7214
|
+
"stars": 36250,
|
|
7215
|
+
"last_commit": "2026-06-01",
|
|
7216
|
+
"type": "marketplace",
|
|
7217
|
+
"author": "wshobson",
|
|
7218
|
+
"repo": "agents",
|
|
7219
|
+
"default_branch": "main",
|
|
7220
|
+
"license": null,
|
|
7221
|
+
"doc_path": "README.md",
|
|
7222
|
+
"install": {
|
|
7223
|
+
"command": "/plugin marketplace add wshobson/agents",
|
|
7224
|
+
"kind": "marketplace"
|
|
7225
|
+
}
|
|
7226
|
+
}
|
|
7227
|
+
],
|
|
7228
|
+
"use_case": "",
|
|
7229
|
+
"use_case_en": "",
|
|
7230
|
+
"personas": [],
|
|
7231
|
+
"when_to_use": "",
|
|
7232
|
+
"when_to_use_en": "",
|
|
7233
|
+
"py": "pin pai zhuo lu ye she ji brand-landingpage "
|
|
5612
7234
|
}
|
|
5613
7235
|
]
|
|
5614
7236
|
},
|
|
@@ -6927,13 +8549,14 @@
|
|
|
6927
8549
|
},
|
|
6928
8550
|
{
|
|
6929
8551
|
"skills": [
|
|
6930
|
-
"metrics-dashboard"
|
|
8552
|
+
"metrics-dashboard",
|
|
8553
|
+
"kpi-dashboard-design"
|
|
6931
8554
|
],
|
|
6932
8555
|
"group": "指标 dashboard 设计",
|
|
6933
8556
|
"group_en": "Metrics dashboard design",
|
|
6934
8557
|
"chain": false,
|
|
6935
|
-
"description": "Pawel metrics-dashboard(产品指标 dashboard + 数据源 +
|
|
6936
|
-
"description_en": "Pawel metrics-dashboard (product metrics dashboard + data sources + alert threshold)",
|
|
8558
|
+
"description": "Pawel metrics-dashboard(产品指标 dashboard + 数据源 + 告警阈值);另含 kpi-dashboard-design:指标选择、可视化最佳实践与实时监控模式",
|
|
8559
|
+
"description_en": "Pawel metrics-dashboard (product metrics dashboard + data sources + alert threshold); plus kpi-dashboard-design: metric selection, visualization best practices and real-time monitoring patterns",
|
|
6937
8560
|
"sources": [
|
|
6938
8561
|
{
|
|
6939
8562
|
"name": "Pawel",
|
|
@@ -6951,6 +8574,22 @@
|
|
|
6951
8574
|
"kind": "skill",
|
|
6952
8575
|
"alt": "/plugin marketplace add phuryn/pm-skills"
|
|
6953
8576
|
}
|
|
8577
|
+
},
|
|
8578
|
+
{
|
|
8579
|
+
"name": "wshobson",
|
|
8580
|
+
"url": "https://github.com/wshobson/agents",
|
|
8581
|
+
"stars": 36250,
|
|
8582
|
+
"last_commit": "2026-06-01",
|
|
8583
|
+
"type": "marketplace",
|
|
8584
|
+
"author": "wshobson",
|
|
8585
|
+
"repo": "agents",
|
|
8586
|
+
"default_branch": "main",
|
|
8587
|
+
"license": null,
|
|
8588
|
+
"doc_path": "README.md",
|
|
8589
|
+
"install": {
|
|
8590
|
+
"command": "/plugin marketplace add wshobson/agents",
|
|
8591
|
+
"kind": "marketplace"
|
|
8592
|
+
}
|
|
6954
8593
|
}
|
|
6955
8594
|
],
|
|
6956
8595
|
"use_case": "设计指标 dashboard 与数据源",
|
|
@@ -6961,7 +8600,7 @@
|
|
|
6961
8600
|
],
|
|
6962
8601
|
"when_to_use": "规划产品数据可视化指标",
|
|
6963
8602
|
"when_to_use_en": "Planning product data visualization metrics.",
|
|
6964
|
-
"py": "zhi biao dashboard she ji metrics-dashboard she ji zhi biao dashboard yu shu ju yuan"
|
|
8603
|
+
"py": "zhi biao dashboard she ji metrics-dashboard kpi-dashboard-design she ji zhi biao dashboard yu shu ju yuan"
|
|
6965
8604
|
},
|
|
6966
8605
|
{
|
|
6967
8606
|
"skills": [
|
|
@@ -7169,7 +8808,41 @@
|
|
|
7169
8808
|
"personas": [],
|
|
7170
8809
|
"when_to_use": "",
|
|
7171
8810
|
"when_to_use_en": "",
|
|
7172
|
-
"py": "ke xue / chu ban ji shu ju ke shi hua matplotlib scientific-visualization econ-visualization tikz figure-generation table-generation scientific-schematics "
|
|
8811
|
+
"py": "ke xue / chu ban ji shu ju ke shi hua matplotlib scientific-visualization econ-visualization tikz figure-generation table-generation scientific-schematics "
|
|
8812
|
+
},
|
|
8813
|
+
{
|
|
8814
|
+
"skills": [
|
|
8815
|
+
"data-storytelling"
|
|
8816
|
+
],
|
|
8817
|
+
"group": "数据叙事与可视化",
|
|
8818
|
+
"group_en": "Data storytelling & visualization",
|
|
8819
|
+
"chain": false,
|
|
8820
|
+
"description": "帮助 agent 将数据转化为引人入胜的叙事,用于制作商业演示、数据报告和投资者呈现。",
|
|
8821
|
+
"description_en": "Help an agent turn data into a compelling narrative — for business presentations, data reports and investor decks.",
|
|
8822
|
+
"sources": [
|
|
8823
|
+
{
|
|
8824
|
+
"name": "wshobson",
|
|
8825
|
+
"url": "https://github.com/wshobson/agents",
|
|
8826
|
+
"stars": 36250,
|
|
8827
|
+
"last_commit": "2026-06-01",
|
|
8828
|
+
"type": "marketplace",
|
|
8829
|
+
"author": "wshobson",
|
|
8830
|
+
"repo": "agents",
|
|
8831
|
+
"default_branch": "main",
|
|
8832
|
+
"license": null,
|
|
8833
|
+
"doc_path": "README.md",
|
|
8834
|
+
"install": {
|
|
8835
|
+
"command": "/plugin marketplace add wshobson/agents",
|
|
8836
|
+
"kind": "marketplace"
|
|
8837
|
+
}
|
|
8838
|
+
}
|
|
8839
|
+
],
|
|
8840
|
+
"use_case": "",
|
|
8841
|
+
"use_case_en": "",
|
|
8842
|
+
"personas": [],
|
|
8843
|
+
"when_to_use": "",
|
|
8844
|
+
"when_to_use_en": "",
|
|
8845
|
+
"py": "shu ju xu shi yu ke shi hua data-storytelling "
|
|
7173
8846
|
}
|
|
7174
8847
|
]
|
|
7175
8848
|
},
|
|
@@ -9124,6 +10797,41 @@
|
|
|
9124
10797
|
"when_to_use": "设计多 agent 系统或优化长链路任务前",
|
|
9125
10798
|
"when_to_use_en": "Before designing multi-agent systems or optimizing long-chain tasks.",
|
|
9126
10799
|
"py": "Context Engineering di ji ke context-fundamentals li jie LLM context ji zhi he agent jia gou de ji chu yuan li yu you hua fang xiang"
|
|
10800
|
+
},
|
|
10801
|
+
{
|
|
10802
|
+
"skills": [
|
|
10803
|
+
"context-engineering"
|
|
10804
|
+
],
|
|
10805
|
+
"group": "上下文工程优化",
|
|
10806
|
+
"group_en": "Context-engineering optimization",
|
|
10807
|
+
"chain": false,
|
|
10808
|
+
"description": "优化 agent 上下文设置,确保在正确时间提供正确信息,以提高输出质量和减少幻觉。",
|
|
10809
|
+
"description_en": "Optimize an agent's context so the right information is present at the right time, improving output quality and reducing hallucination.",
|
|
10810
|
+
"sources": [
|
|
10811
|
+
{
|
|
10812
|
+
"name": "addyosmani",
|
|
10813
|
+
"url": "https://github.com/addyosmani/agent-skills",
|
|
10814
|
+
"stars": 47663,
|
|
10815
|
+
"last_commit": "2026-05-28",
|
|
10816
|
+
"type": "skill-pack",
|
|
10817
|
+
"author": "addyosmani",
|
|
10818
|
+
"repo": "agent-skills",
|
|
10819
|
+
"default_branch": "main",
|
|
10820
|
+
"license": null,
|
|
10821
|
+
"doc_path": "README.md",
|
|
10822
|
+
"install": {
|
|
10823
|
+
"command": "npx skills add addyosmani/agent-skills",
|
|
10824
|
+
"kind": "skill-pack",
|
|
10825
|
+
"alt": "git clone https://github.com/addyosmani/agent-skills ~/.claude/skills/agent-skills"
|
|
10826
|
+
}
|
|
10827
|
+
}
|
|
10828
|
+
],
|
|
10829
|
+
"use_case": "",
|
|
10830
|
+
"use_case_en": "",
|
|
10831
|
+
"personas": [],
|
|
10832
|
+
"when_to_use": "",
|
|
10833
|
+
"when_to_use_en": "",
|
|
10834
|
+
"py": "shang xia wen gong cheng you hua context-engineering "
|
|
9127
10835
|
}
|
|
9128
10836
|
]
|
|
9129
10837
|
},
|
|
@@ -9170,6 +10878,41 @@
|
|
|
9170
10878
|
"when_to_use": "发现模型忘记早期信息或回复质量下降时",
|
|
9171
10879
|
"when_to_use_en": "When model forgets early context or response quality declines.",
|
|
9172
10880
|
"py": "Context sheng ming zhou qi 4 jian tao context-degradation context-optimization context-compression filesystem-context shi bie bing xiu fu zhang hui hua zhong de context degradation wen ti , ya suo / you hua token xiao lv"
|
|
10881
|
+
},
|
|
10882
|
+
{
|
|
10883
|
+
"skills": [
|
|
10884
|
+
"init-deep"
|
|
10885
|
+
],
|
|
10886
|
+
"group": "Agent 知识库初始化(AGENTS.md)",
|
|
10887
|
+
"group_en": "Agent knowledge-base init (AGENTS.md)",
|
|
10888
|
+
"chain": false,
|
|
10889
|
+
"description": "初始化层次化的 AGENTS.md 知识库,为 agent 建立结构化上下文基础,便于后续复杂任务编排和执行。",
|
|
10890
|
+
"description_en": "Initialize a hierarchical AGENTS.md knowledge base to establish a structured context foundation for the agent, easing later orchestration of complex tasks.",
|
|
10891
|
+
"sources": [
|
|
10892
|
+
{
|
|
10893
|
+
"name": "oh-my-openagent",
|
|
10894
|
+
"url": "https://github.com/code-yeongyu/oh-my-openagent",
|
|
10895
|
+
"stars": 60624,
|
|
10896
|
+
"last_commit": "2026-06-02",
|
|
10897
|
+
"type": "multi-skill-suite",
|
|
10898
|
+
"author": "code-yeongyu",
|
|
10899
|
+
"repo": "oh-my-openagent",
|
|
10900
|
+
"default_branch": "dev",
|
|
10901
|
+
"license": null,
|
|
10902
|
+
"doc_path": "README.md",
|
|
10903
|
+
"install": {
|
|
10904
|
+
"command": "npx skills add code-yeongyu/oh-my-openagent",
|
|
10905
|
+
"kind": "multi-skill-suite",
|
|
10906
|
+
"alt": "git clone https://github.com/code-yeongyu/oh-my-openagent ~/.claude/skills/oh-my-openagent"
|
|
10907
|
+
}
|
|
10908
|
+
}
|
|
10909
|
+
],
|
|
10910
|
+
"use_case": "",
|
|
10911
|
+
"use_case_en": "",
|
|
10912
|
+
"personas": [],
|
|
10913
|
+
"when_to_use": "",
|
|
10914
|
+
"when_to_use_en": "",
|
|
10915
|
+
"py": "Agent zhi shi ku chu shi hua (AGENTS.md) init-deep "
|
|
9173
10916
|
}
|
|
9174
10917
|
]
|
|
9175
10918
|
},
|
|
@@ -9407,6 +11150,76 @@
|
|
|
9407
11150
|
"when_to_use": "上线自主 agent 前规范其行为边界",
|
|
9408
11151
|
"when_to_use_en": "Standardize autonomous agent behavior before production.",
|
|
9409
11152
|
"py": "zi zhu loop kong zhi ping mian harness-engineering kong zhi zi zhu agent xun huan de bian ji quan xian 、 hui gun 、 ri zhi deng an quan bian jie"
|
|
11153
|
+
},
|
|
11154
|
+
{
|
|
11155
|
+
"skills": [
|
|
11156
|
+
"parallel-feature-development",
|
|
11157
|
+
"task-coordination-strategies"
|
|
11158
|
+
],
|
|
11159
|
+
"group": "多代理并行开发协调",
|
|
11160
|
+
"group_en": "Multi-agent parallel development coordination",
|
|
11161
|
+
"chain": true,
|
|
11162
|
+
"description": "多代理并行开发的协调工作流:用文件所有权策略避免冲突、让多代理同时实现不同层或组件(parallel-feature-development);并把复杂任务拆成可并行单元、设计依赖图、监控与平衡负载(task-coordination-strategies)。",
|
|
11163
|
+
"description_en": "A coordination workflow for multi-agent parallel development: use file-ownership strategies to avoid conflicts so agents implement different layers/components simultaneously (parallel-feature-development), and decompose complex tasks into parallel units with dependency graphs, monitoring and load balancing (task-coordination-strategies).",
|
|
11164
|
+
"sources": [
|
|
11165
|
+
{
|
|
11166
|
+
"name": "wshobson",
|
|
11167
|
+
"url": "https://github.com/wshobson/agents",
|
|
11168
|
+
"stars": 36250,
|
|
11169
|
+
"last_commit": "2026-06-01",
|
|
11170
|
+
"type": "marketplace",
|
|
11171
|
+
"author": "wshobson",
|
|
11172
|
+
"repo": "agents",
|
|
11173
|
+
"default_branch": "main",
|
|
11174
|
+
"license": null,
|
|
11175
|
+
"doc_path": "README.md",
|
|
11176
|
+
"install": {
|
|
11177
|
+
"command": "/plugin marketplace add wshobson/agents",
|
|
11178
|
+
"kind": "marketplace"
|
|
11179
|
+
}
|
|
11180
|
+
}
|
|
11181
|
+
],
|
|
11182
|
+
"use_case": "",
|
|
11183
|
+
"use_case_en": "",
|
|
11184
|
+
"personas": [],
|
|
11185
|
+
"when_to_use": "",
|
|
11186
|
+
"when_to_use_en": "",
|
|
11187
|
+
"py": "duo dai li bing xing kai fa xie tiao parallel-feature-development task-coordination-strategies "
|
|
11188
|
+
},
|
|
11189
|
+
{
|
|
11190
|
+
"skills": [
|
|
11191
|
+
"team-composition-patterns",
|
|
11192
|
+
"team-communication-protocols"
|
|
11193
|
+
],
|
|
11194
|
+
"group": "多 agent 团队组成与通信协议",
|
|
11195
|
+
"group_en": "Multi-agent team composition & communication protocols",
|
|
11196
|
+
"chain": false,
|
|
11197
|
+
"description": "为 agent 团队设计最优组成(大小启发式、预设配置、agent 类型选择、显示模式)以适配任务复杂度(team-composition-patterns),并提供结构化通信协议(消息类型、计划批准、关闭流程、防反模式)优化协调(team-communication-protocols)。",
|
|
11198
|
+
"description_en": "Design optimal agent-team composition (size heuristics, presets, agent-type selection, display modes) to match task complexity (team-composition-patterns), and provide structured communication protocols (message types, plan approval, shutdown flow, anti-pattern guards) to optimize coordination (team-communication-protocols).",
|
|
11199
|
+
"sources": [
|
|
11200
|
+
{
|
|
11201
|
+
"name": "wshobson",
|
|
11202
|
+
"url": "https://github.com/wshobson/agents",
|
|
11203
|
+
"stars": 36250,
|
|
11204
|
+
"last_commit": "2026-06-01",
|
|
11205
|
+
"type": "marketplace",
|
|
11206
|
+
"author": "wshobson",
|
|
11207
|
+
"repo": "agents",
|
|
11208
|
+
"default_branch": "main",
|
|
11209
|
+
"license": null,
|
|
11210
|
+
"doc_path": "README.md",
|
|
11211
|
+
"install": {
|
|
11212
|
+
"command": "/plugin marketplace add wshobson/agents",
|
|
11213
|
+
"kind": "marketplace"
|
|
11214
|
+
}
|
|
11215
|
+
}
|
|
11216
|
+
],
|
|
11217
|
+
"use_case": "",
|
|
11218
|
+
"use_case_en": "",
|
|
11219
|
+
"personas": [],
|
|
11220
|
+
"when_to_use": "",
|
|
11221
|
+
"when_to_use_en": "",
|
|
11222
|
+
"py": "duo agent tuan dui zu cheng yu tong xin xie yi team-composition-patterns team-communication-protocols "
|
|
9410
11223
|
}
|
|
9411
11224
|
]
|
|
9412
11225
|
},
|
|
@@ -9788,6 +11601,41 @@
|
|
|
9788
11601
|
"when_to_use": "从Claude Code切换到Codex平台",
|
|
9789
11602
|
"when_to_use_en": "Switching from Claude Code to Codex",
|
|
9790
11603
|
"py": "kua agent qian yi migrate-to-codex qian yi Claude Code de gong zuo liu dao Codex agent"
|
|
11604
|
+
},
|
|
11605
|
+
{
|
|
11606
|
+
"skills": [
|
|
11607
|
+
"using-agent-skills"
|
|
11608
|
+
],
|
|
11609
|
+
"group": "Skill 自动发现与调用",
|
|
11610
|
+
"group_en": "Skill auto-discovery & invocation",
|
|
11611
|
+
"chain": false,
|
|
11612
|
+
"description": "帮助 AI agent 在会话开始时发现并调用合适的技能,根据开发阶段自动匹配。",
|
|
11613
|
+
"description_en": "Help an agent discover and invoke the right skills at the start of a session, matching them automatically to the current development stage.",
|
|
11614
|
+
"sources": [
|
|
11615
|
+
{
|
|
11616
|
+
"name": "addyosmani",
|
|
11617
|
+
"url": "https://github.com/addyosmani/agent-skills",
|
|
11618
|
+
"stars": 47663,
|
|
11619
|
+
"last_commit": "2026-05-28",
|
|
11620
|
+
"type": "skill-pack",
|
|
11621
|
+
"author": "addyosmani",
|
|
11622
|
+
"repo": "agent-skills",
|
|
11623
|
+
"default_branch": "main",
|
|
11624
|
+
"license": null,
|
|
11625
|
+
"doc_path": "README.md",
|
|
11626
|
+
"install": {
|
|
11627
|
+
"command": "npx skills add addyosmani/agent-skills",
|
|
11628
|
+
"kind": "skill-pack",
|
|
11629
|
+
"alt": "git clone https://github.com/addyosmani/agent-skills ~/.claude/skills/agent-skills"
|
|
11630
|
+
}
|
|
11631
|
+
}
|
|
11632
|
+
],
|
|
11633
|
+
"use_case": "",
|
|
11634
|
+
"use_case_en": "",
|
|
11635
|
+
"personas": [],
|
|
11636
|
+
"when_to_use": "",
|
|
11637
|
+
"when_to_use_en": "",
|
|
11638
|
+
"py": "Skill zi dong fa xian yu diao yong using-agent-skills "
|
|
9791
11639
|
}
|
|
9792
11640
|
]
|
|
9793
11641
|
},
|
|
@@ -11679,6 +13527,41 @@
|
|
|
11679
13527
|
"when_to_use": "",
|
|
11680
13528
|
"when_to_use_en": "",
|
|
11681
13529
|
"py": "Kubernetes / GitOps / CI-CD flux-operations flux-gitops-patterns k8s-platform-operations k8s-security-hardening cert-manager-troubleshooting k8s-network-troubleshooting k8s-troubleshooter gitops-workflows ci-cd kubernetes-specialist devops-engineer "
|
|
13530
|
+
},
|
|
13531
|
+
{
|
|
13532
|
+
"skills": [
|
|
13533
|
+
"deployment-pipeline-design",
|
|
13534
|
+
"github-actions-templates"
|
|
13535
|
+
],
|
|
13536
|
+
"group": "CI/CD 管道 / GitHub Actions 模板",
|
|
13537
|
+
"group_en": "CI/CD pipelines / GitHub Actions templates",
|
|
13538
|
+
"chain": false,
|
|
13539
|
+
"description": "设计与实现多阶段 CI/CD 管道:审批门、安全检查与零停机部署策略(deployment-pipeline-design),并提供生产就绪的 GitHub Actions 工作流模板用于自动化测试、构建与部署(github-actions-templates)。",
|
|
13540
|
+
"description_en": "Design and implement multi-stage CI/CD pipelines with approval gates, security checks and zero-downtime deployment strategies (deployment-pipeline-design), plus production-ready GitHub Actions workflow templates to automate testing, building and deployment (github-actions-templates).",
|
|
13541
|
+
"sources": [
|
|
13542
|
+
{
|
|
13543
|
+
"name": "wshobson",
|
|
13544
|
+
"url": "https://github.com/wshobson/agents",
|
|
13545
|
+
"stars": 36250,
|
|
13546
|
+
"last_commit": "2026-06-01",
|
|
13547
|
+
"type": "marketplace",
|
|
13548
|
+
"author": "wshobson",
|
|
13549
|
+
"repo": "agents",
|
|
13550
|
+
"default_branch": "main",
|
|
13551
|
+
"license": null,
|
|
13552
|
+
"doc_path": "README.md",
|
|
13553
|
+
"install": {
|
|
13554
|
+
"command": "/plugin marketplace add wshobson/agents",
|
|
13555
|
+
"kind": "marketplace"
|
|
13556
|
+
}
|
|
13557
|
+
}
|
|
13558
|
+
],
|
|
13559
|
+
"use_case": "",
|
|
13560
|
+
"use_case_en": "",
|
|
13561
|
+
"personas": [],
|
|
13562
|
+
"when_to_use": "",
|
|
13563
|
+
"when_to_use_en": "",
|
|
13564
|
+
"py": "CI/CD guan dao / GitHub Actions mu ban deployment-pipeline-design github-actions-templates "
|
|
11682
13565
|
}
|
|
11683
13566
|
]
|
|
11684
13567
|
},
|
|
@@ -12060,13 +13943,14 @@
|
|
|
12060
13943
|
"osint-methodology",
|
|
12061
13944
|
"offensive-osint",
|
|
12062
13945
|
"osint-recon",
|
|
12063
|
-
"hackerone"
|
|
13946
|
+
"hackerone",
|
|
13947
|
+
"security-research"
|
|
12064
13948
|
],
|
|
12065
13949
|
"group": "漏洞挖掘 / Bug Bounty / OSINT",
|
|
12066
13950
|
"group_en": "Bug hunting / bug bounty / OSINT",
|
|
12067
13951
|
"chain": false,
|
|
12068
|
-
"description": "漏洞赏金方法论与侦察(subfinder/httpx/nuclei)、OSINT 攻击面测绘、triage 验证与披露报告(HackerOne/Bugcrowd)
|
|
12069
|
-
"description_en": "Bug-bounty methodology & recon (subfinder/httpx/nuclei), OSINT attack-surface mapping, triage validation and disclosure reporting (HackerOne/Bugcrowd)
|
|
13952
|
+
"description": "漏洞赏金方法论与侦察(subfinder/httpx/nuclei)、OSINT 攻击面测绘、triage 验证与披露报告(HackerOne/Bugcrowd);另含 security-research:编排多 agent 并行安全审计、验证可利用性(预发布安全检查 / 威胁模型验证)",
|
|
13953
|
+
"description_en": "Bug-bounty methodology & recon (subfinder/httpx/nuclei), OSINT attack-surface mapping, triage validation and disclosure reporting (HackerOne/Bugcrowd); plus security-research: orchestrate multiple agents for parallel security audits and exploitability verification (pre-release security checks / threat-model validation)",
|
|
12070
13954
|
"sources": [
|
|
12071
13955
|
{
|
|
12072
13956
|
"name": "elementalsouls-bughunter",
|
|
@@ -12152,6 +14036,23 @@
|
|
|
12152
14036
|
"kind": "multi-skill-suite",
|
|
12153
14037
|
"alt": "/plugin marketplace add transilienceai/communitytools"
|
|
12154
14038
|
}
|
|
14039
|
+
},
|
|
14040
|
+
{
|
|
14041
|
+
"name": "oh-my-openagent",
|
|
14042
|
+
"url": "https://github.com/code-yeongyu/oh-my-openagent",
|
|
14043
|
+
"stars": 60624,
|
|
14044
|
+
"last_commit": "2026-06-02",
|
|
14045
|
+
"type": "multi-skill-suite",
|
|
14046
|
+
"author": "code-yeongyu",
|
|
14047
|
+
"repo": "oh-my-openagent",
|
|
14048
|
+
"default_branch": "dev",
|
|
14049
|
+
"license": null,
|
|
14050
|
+
"doc_path": "README.md",
|
|
14051
|
+
"install": {
|
|
14052
|
+
"command": "npx skills add code-yeongyu/oh-my-openagent",
|
|
14053
|
+
"kind": "multi-skill-suite",
|
|
14054
|
+
"alt": "git clone https://github.com/code-yeongyu/oh-my-openagent ~/.claude/skills/oh-my-openagent"
|
|
14055
|
+
}
|
|
12155
14056
|
}
|
|
12156
14057
|
],
|
|
12157
14058
|
"use_case": "",
|
|
@@ -12159,7 +14060,7 @@
|
|
|
12159
14060
|
"personas": [],
|
|
12160
14061
|
"when_to_use": "",
|
|
12161
14062
|
"when_to_use_en": "",
|
|
12162
|
-
"py": "lou dong wa jue / Bug Bounty / OSINT bug-bounty bb-methodology bugcrowd-reporting cloud-iam-deep web2-recon web2-vuln-classes triage-validation report-writing osint-methodology offensive-osint osint-recon hackerone "
|
|
14063
|
+
"py": "lou dong wa jue / Bug Bounty / OSINT bug-bounty bb-methodology bugcrowd-reporting cloud-iam-deep web2-recon web2-vuln-classes triage-validation report-writing osint-methodology offensive-osint osint-recon hackerone security-research "
|
|
12163
14064
|
}
|
|
12164
14065
|
]
|
|
12165
14066
|
},
|
|
@@ -12615,13 +14516,14 @@
|
|
|
12615
14516
|
"semantic-guard-analysis",
|
|
12616
14517
|
"state-invariant-detection",
|
|
12617
14518
|
"proxy-upgrade-safety",
|
|
12618
|
-
"security-audit"
|
|
14519
|
+
"security-audit",
|
|
14520
|
+
"solidity-security"
|
|
12619
14521
|
],
|
|
12620
14522
|
"group": "智能合约审计 / 漏洞检测",
|
|
12621
14523
|
"group_en": "Smart contract audit / vulnerability detection",
|
|
12622
14524
|
"chain": false,
|
|
12623
|
-
"description": "Solidity/EVM 合约系统化审计:重入/签名重放/状态校验/精度/代理升级/状态不变量,370
|
|
12624
|
-
"description_en": "Systematic Solidity/EVM contract audits: reentrancy/signature-replay/state-validation/precision/proxy-upgrade/state-invariants, 370-item checklists and behavioral-intent modeling
|
|
14525
|
+
"description": "Solidity/EVM 合约系统化审计:重入/签名重放/状态校验/精度/代理升级/状态不变量,370 项清单与行为意图建模;另含 solidity-security:智能合约安全最佳实践与漏洞防护,用于编写 / 审计 Solidity",
|
|
14526
|
+
"description_en": "Systematic Solidity/EVM contract audits: reentrancy/signature-replay/state-validation/precision/proxy-upgrade/state-invariants, 370-item checklists and behavioral-intent modeling; plus solidity-security: smart-contract security best practices and vulnerability prevention for writing / auditing Solidity",
|
|
12625
14527
|
"sources": [
|
|
12626
14528
|
{
|
|
12627
14529
|
"name": "auditmos",
|
|
@@ -12687,6 +14589,22 @@
|
|
|
12687
14589
|
"command": "/plugin marketplace add trailofbits/skills",
|
|
12688
14590
|
"kind": "marketplace"
|
|
12689
14591
|
}
|
|
14592
|
+
},
|
|
14593
|
+
{
|
|
14594
|
+
"name": "wshobson",
|
|
14595
|
+
"url": "https://github.com/wshobson/agents",
|
|
14596
|
+
"stars": 36250,
|
|
14597
|
+
"last_commit": "2026-06-01",
|
|
14598
|
+
"type": "marketplace",
|
|
14599
|
+
"author": "wshobson",
|
|
14600
|
+
"repo": "agents",
|
|
14601
|
+
"default_branch": "main",
|
|
14602
|
+
"license": null,
|
|
14603
|
+
"doc_path": "README.md",
|
|
14604
|
+
"install": {
|
|
14605
|
+
"command": "/plugin marketplace add wshobson/agents",
|
|
14606
|
+
"kind": "marketplace"
|
|
14607
|
+
}
|
|
12690
14608
|
}
|
|
12691
14609
|
],
|
|
12692
14610
|
"use_case": "",
|
|
@@ -12694,7 +14612,7 @@
|
|
|
12694
14612
|
"personas": [],
|
|
12695
14613
|
"when_to_use": "",
|
|
12696
14614
|
"when_to_use_en": "",
|
|
12697
|
-
"py": "zhi neng he yue shen ji / lou dong jian ce audit-reentrancy audit-signature audit-state-validation audit-math-precision behavioral-state-analysis semantic-guard-analysis state-invariant-detection proxy-upgrade-safety security-audit "
|
|
14615
|
+
"py": "zhi neng he yue shen ji / lou dong jian ce audit-reentrancy audit-signature audit-state-validation audit-math-precision behavioral-state-analysis semantic-guard-analysis state-invariant-detection proxy-upgrade-safety security-audit solidity-security "
|
|
12698
14616
|
}
|
|
12699
14617
|
]
|
|
12700
14618
|
},
|
|
@@ -12839,6 +14757,74 @@
|
|
|
12839
14757
|
"when_to_use": "",
|
|
12840
14758
|
"when_to_use_en": "",
|
|
12841
14759
|
"py": "he yue kai fa / gong ju lian contract-deployer Account Abstraction Paymaster solana-toolkit "
|
|
14760
|
+
},
|
|
14761
|
+
{
|
|
14762
|
+
"skills": [
|
|
14763
|
+
"defi-protocol-templates"
|
|
14764
|
+
],
|
|
14765
|
+
"group": "DeFi 合约开发 / 工具链",
|
|
14766
|
+
"group_en": "DeFi contract development / tooling",
|
|
14767
|
+
"chain": false,
|
|
14768
|
+
"description": "提供 DeFi 协议的生产级 Solidity 模板,涵盖质押、AMM、治理、借贷和闪电贷,供 agent 直接生成完整合约代码。",
|
|
14769
|
+
"description_en": "Provide production-grade Solidity templates for DeFi protocols — staking, AMM, governance, lending and flash loans — for an agent to generate complete contract code directly.",
|
|
14770
|
+
"sources": [
|
|
14771
|
+
{
|
|
14772
|
+
"name": "wshobson",
|
|
14773
|
+
"url": "https://github.com/wshobson/agents",
|
|
14774
|
+
"stars": 36250,
|
|
14775
|
+
"last_commit": "2026-06-01",
|
|
14776
|
+
"type": "marketplace",
|
|
14777
|
+
"author": "wshobson",
|
|
14778
|
+
"repo": "agents",
|
|
14779
|
+
"default_branch": "main",
|
|
14780
|
+
"license": null,
|
|
14781
|
+
"doc_path": "README.md",
|
|
14782
|
+
"install": {
|
|
14783
|
+
"command": "/plugin marketplace add wshobson/agents",
|
|
14784
|
+
"kind": "marketplace"
|
|
14785
|
+
}
|
|
14786
|
+
}
|
|
14787
|
+
],
|
|
14788
|
+
"use_case": "",
|
|
14789
|
+
"use_case_en": "",
|
|
14790
|
+
"personas": [],
|
|
14791
|
+
"when_to_use": "",
|
|
14792
|
+
"when_to_use_en": "",
|
|
14793
|
+
"py": "DeFi he yue kai fa / gong ju lian defi-protocol-templates "
|
|
14794
|
+
},
|
|
14795
|
+
{
|
|
14796
|
+
"skills": [
|
|
14797
|
+
"web3-testing"
|
|
14798
|
+
],
|
|
14799
|
+
"group": "Web3 智能合约测试",
|
|
14800
|
+
"group_en": "Web3 smart-contract testing",
|
|
14801
|
+
"chain": false,
|
|
14802
|
+
"description": "为 Solidity 智能合约提供 Hardhat/Foundry 全面测试指导,覆盖单元测试、集成测试、Gas 优化、模糊测试和主网 fork,用于合约开发与 DeFi 协议验证。",
|
|
14803
|
+
"description_en": "Provide comprehensive Hardhat/Foundry testing guidance for Solidity contracts — unit, integration, gas optimization, fuzzing and mainnet-fork tests — for contract development and DeFi protocol validation.",
|
|
14804
|
+
"sources": [
|
|
14805
|
+
{
|
|
14806
|
+
"name": "wshobson",
|
|
14807
|
+
"url": "https://github.com/wshobson/agents",
|
|
14808
|
+
"stars": 36250,
|
|
14809
|
+
"last_commit": "2026-06-01",
|
|
14810
|
+
"type": "marketplace",
|
|
14811
|
+
"author": "wshobson",
|
|
14812
|
+
"repo": "agents",
|
|
14813
|
+
"default_branch": "main",
|
|
14814
|
+
"license": null,
|
|
14815
|
+
"doc_path": "README.md",
|
|
14816
|
+
"install": {
|
|
14817
|
+
"command": "/plugin marketplace add wshobson/agents",
|
|
14818
|
+
"kind": "marketplace"
|
|
14819
|
+
}
|
|
14820
|
+
}
|
|
14821
|
+
],
|
|
14822
|
+
"use_case": "",
|
|
14823
|
+
"use_case_en": "",
|
|
14824
|
+
"personas": [],
|
|
14825
|
+
"when_to_use": "",
|
|
14826
|
+
"when_to_use_en": "",
|
|
14827
|
+
"py": "Web3 zhi neng he yue ce shi web3-testing "
|
|
12842
14828
|
}
|
|
12843
14829
|
]
|
|
12844
14830
|
},
|
|
@@ -12958,13 +14944,14 @@
|
|
|
12958
14944
|
"web3-identity-auth",
|
|
12959
14945
|
"dex-execution",
|
|
12960
14946
|
"copy-trading",
|
|
12961
|
-
"solana-tx-building"
|
|
14947
|
+
"solana-tx-building",
|
|
14948
|
+
"nft-standards"
|
|
12962
14949
|
],
|
|
12963
14950
|
"group": "Web3 应用 / NFT / DAO / 交易",
|
|
12964
14951
|
"group_en": "Web3 apps / NFT / DAO / trading",
|
|
12965
14952
|
"chain": false,
|
|
12966
|
-
"description": "NFT 铸造/元数据/行情、DAO 提案与治理工具、跨链桥、Web3 身份认证,以及 DEX 执行/跟单/Solana
|
|
12967
|
-
"description_en": "NFT minting/metadata/analytics, DAO proposal & governance tooling, cross-chain bridges, Web3 identity auth, plus DEX execution/copy-trading/Solana tx building
|
|
14953
|
+
"description": "NFT 铸造/元数据/行情、DAO 提案与治理工具、跨链桥、Web3 身份认证,以及 DEX 执行/跟单/Solana 交易构建;另含 nft-standards:实现 ERC-721 / ERC-1155、元数据 / 铸造 / 市场集成",
|
|
14954
|
+
"description_en": "NFT minting/metadata/analytics, DAO proposal & governance tooling, cross-chain bridges, Web3 identity auth, plus DEX execution/copy-trading/Solana tx building; plus nft-standards: implement ERC-721 / ERC-1155 with metadata, minting and marketplace integration",
|
|
12968
14955
|
"sources": [
|
|
12969
14956
|
{
|
|
12970
14957
|
"name": "XSpoonAi",
|
|
@@ -12999,6 +14986,22 @@
|
|
|
12999
14986
|
"kind": "multi-skill-suite",
|
|
13000
14987
|
"alt": "/plugin marketplace add agiprolabs/claude-trading-skills"
|
|
13001
14988
|
}
|
|
14989
|
+
},
|
|
14990
|
+
{
|
|
14991
|
+
"name": "wshobson",
|
|
14992
|
+
"url": "https://github.com/wshobson/agents",
|
|
14993
|
+
"stars": 36250,
|
|
14994
|
+
"last_commit": "2026-06-01",
|
|
14995
|
+
"type": "marketplace",
|
|
14996
|
+
"author": "wshobson",
|
|
14997
|
+
"repo": "agents",
|
|
14998
|
+
"default_branch": "main",
|
|
14999
|
+
"license": null,
|
|
15000
|
+
"doc_path": "README.md",
|
|
15001
|
+
"install": {
|
|
15002
|
+
"command": "/plugin marketplace add wshobson/agents",
|
|
15003
|
+
"kind": "marketplace"
|
|
15004
|
+
}
|
|
13002
15005
|
}
|
|
13003
15006
|
],
|
|
13004
15007
|
"use_case": "",
|
|
@@ -13006,7 +15009,7 @@
|
|
|
13006
15009
|
"personas": [],
|
|
13007
15010
|
"when_to_use": "",
|
|
13008
15011
|
"when_to_use_en": "",
|
|
13009
|
-
"py": "Web3 ying yong / NFT / DAO / jiao yi nft-minter-basic nft-metadata-pinner nft-market-analysis dao-proposal-starter web3-dao-tooling cross-chain-bridge web3-identity-auth dex-execution copy-trading solana-tx-building "
|
|
15012
|
+
"py": "Web3 ying yong / NFT / DAO / jiao yi nft-minter-basic nft-metadata-pinner nft-market-analysis dao-proposal-starter web3-dao-tooling cross-chain-bridge web3-identity-auth dex-execution copy-trading solana-tx-building nft-standards "
|
|
13010
15013
|
}
|
|
13011
15014
|
]
|
|
13012
15015
|
}
|
|
@@ -15567,6 +17570,171 @@
|
|
|
15567
17570
|
},
|
|
15568
17571
|
"skill_docs": null,
|
|
15569
17572
|
"skill_licenses": null
|
|
17573
|
+
},
|
|
17574
|
+
"oh-my-openagent": {
|
|
17575
|
+
"url": "https://github.com/code-yeongyu/oh-my-openagent",
|
|
17576
|
+
"description": "omo —— 面向复杂代码库的 agent harness(「镐子」),复杂软件工程的一体化 skill 套件。",
|
|
17577
|
+
"description_en": "omo — the agent harness (\"pickaxe\") for complex codebases; an all-in-one skill suite for complex software engineering.",
|
|
17578
|
+
"stars": 60624,
|
|
17579
|
+
"last_commit": "2026-06-02",
|
|
17580
|
+
"type": "multi-skill-suite",
|
|
17581
|
+
"author": "code-yeongyu",
|
|
17582
|
+
"repo": "oh-my-openagent",
|
|
17583
|
+
"default_branch": "dev",
|
|
17584
|
+
"license": null,
|
|
17585
|
+
"doc_path": "README.md",
|
|
17586
|
+
"install": {
|
|
17587
|
+
"command": "npx skills add code-yeongyu/oh-my-openagent",
|
|
17588
|
+
"kind": "multi-skill-suite",
|
|
17589
|
+
"alt": "git clone https://github.com/code-yeongyu/oh-my-openagent ~/.claude/skills/oh-my-openagent"
|
|
17590
|
+
},
|
|
17591
|
+
"skill_docs": {
|
|
17592
|
+
"get-unpublished-changes": ".agents/skills/get-unpublished-changes/SKILL.md",
|
|
17593
|
+
"github-triage": ".agents/skills/github-triage/SKILL.md",
|
|
17594
|
+
"hyperplan": ".agents/skills/hyperplan/SKILL.md",
|
|
17595
|
+
"pre-publish-review": ".agents/skills/pre-publish-review/SKILL.md",
|
|
17596
|
+
"git-master": "src/features/builtin-skills/git-master/SKILL.md",
|
|
17597
|
+
"remove-deadcode": ".agents/skills/remove-deadcode/SKILL.md",
|
|
17598
|
+
"security-research": ".agents/skills/security-research/SKILL.md",
|
|
17599
|
+
"work-with-pr": ".agents/skills/work-with-pr/SKILL.md",
|
|
17600
|
+
"comment-checker": "packages/omo-codex/plugin/components/comment-checker/skills/comment-checker/SKILL.md",
|
|
17601
|
+
"lsp": "packages/omo-codex/plugin/components/lsp/skills/lsp/SKILL.md",
|
|
17602
|
+
"ulw-loop": "packages/omo-codex/plugin/components/ulw-loop/skills/ulw-loop/SKILL.md",
|
|
17603
|
+
"debugging": "packages/omo-codex/plugin/skills/debugging/SKILL.md",
|
|
17604
|
+
"frontend-ui-ux": "packages/omo-codex/plugin/skills/frontend-ui-ux/SKILL.md",
|
|
17605
|
+
"init-deep": "packages/omo-codex/plugin/skills/init-deep/SKILL.md",
|
|
17606
|
+
"programming": "packages/omo-codex/plugin/skills/programming/SKILL.md",
|
|
17607
|
+
"refactor": "packages/omo-codex/plugin/skills/refactor/SKILL.md",
|
|
17608
|
+
"remove-ai-slops": "packages/omo-codex/plugin/skills/remove-ai-slops/SKILL.md",
|
|
17609
|
+
"review-work": "packages/omo-codex/plugin/skills/review-work/SKILL.md",
|
|
17610
|
+
"start-work": "packages/omo-codex/plugin/skills/start-work/SKILL.md",
|
|
17611
|
+
"ulw-plan": "packages/omo-codex/plugin/skills/ulw-plan/SKILL.md",
|
|
17612
|
+
"agent-browser": "src/features/builtin-skills/agent-browser/SKILL.md"
|
|
17613
|
+
},
|
|
17614
|
+
"skill_licenses": null
|
|
17615
|
+
},
|
|
17616
|
+
"understand-anything": {
|
|
17617
|
+
"url": "https://github.com/Lum1104/Understand-Anything",
|
|
17618
|
+
"description": "把任意代码变成可探索、可搜索、可问答的交互式知识图谱;支持 Claude Code、Codex、Cursor、Copilot、Gemini CLI 等。",
|
|
17619
|
+
"description_en": "Turn any code into an interactive knowledge graph you can explore, search and ask questions about; works with Claude Code, Codex, Cursor, Copilot, Gemini CLI and more.",
|
|
17620
|
+
"stars": 49118,
|
|
17621
|
+
"last_commit": "2026-06-01",
|
|
17622
|
+
"type": "skill-pack",
|
|
17623
|
+
"author": "Lum1104",
|
|
17624
|
+
"repo": "Understand-Anything",
|
|
17625
|
+
"default_branch": "main",
|
|
17626
|
+
"license": null,
|
|
17627
|
+
"doc_path": "README.md",
|
|
17628
|
+
"install": {
|
|
17629
|
+
"command": "npx skills add Lum1104/Understand-Anything",
|
|
17630
|
+
"kind": "skill-pack",
|
|
17631
|
+
"alt": "git clone https://github.com/Lum1104/Understand-Anything ~/.claude/skills/Understand-Anything"
|
|
17632
|
+
},
|
|
17633
|
+
"skill_docs": {
|
|
17634
|
+
"understand-chat": "understand-anything-plugin/skills/understand-chat/SKILL.md",
|
|
17635
|
+
"understand-dashboard": "understand-anything-plugin/skills/understand-dashboard/SKILL.md",
|
|
17636
|
+
"understand-diff": "understand-anything-plugin/skills/understand-diff/SKILL.md",
|
|
17637
|
+
"understand-domain": "understand-anything-plugin/skills/understand-domain/SKILL.md",
|
|
17638
|
+
"understand-explain": "understand-anything-plugin/skills/understand-explain/SKILL.md",
|
|
17639
|
+
"understand-knowledge": "understand-anything-plugin/skills/understand-knowledge/SKILL.md",
|
|
17640
|
+
"understand": "understand-anything-plugin/skills/understand/SKILL.md",
|
|
17641
|
+
"understand-onboard": "understand-anything-plugin/skills/understand-onboard/SKILL.md"
|
|
17642
|
+
},
|
|
17643
|
+
"skill_licenses": null
|
|
17644
|
+
},
|
|
17645
|
+
"addyosmani": {
|
|
17646
|
+
"url": "https://github.com/addyosmani/agent-skills",
|
|
17647
|
+
"description": "面向 AI 编码 agent 的生产级工程 skill 集。",
|
|
17648
|
+
"description_en": "Production-grade engineering skills for AI coding agents.",
|
|
17649
|
+
"stars": 47663,
|
|
17650
|
+
"last_commit": "2026-05-28",
|
|
17651
|
+
"type": "skill-pack",
|
|
17652
|
+
"author": "addyosmani",
|
|
17653
|
+
"repo": "agent-skills",
|
|
17654
|
+
"default_branch": "main",
|
|
17655
|
+
"license": null,
|
|
17656
|
+
"doc_path": "README.md",
|
|
17657
|
+
"install": {
|
|
17658
|
+
"command": "npx skills add addyosmani/agent-skills",
|
|
17659
|
+
"kind": "skill-pack",
|
|
17660
|
+
"alt": "git clone https://github.com/addyosmani/agent-skills ~/.claude/skills/agent-skills"
|
|
17661
|
+
},
|
|
17662
|
+
"skill_docs": {
|
|
17663
|
+
"git-workflow-and-versioning": "skills/git-workflow-and-versioning/SKILL.md",
|
|
17664
|
+
"debugging-and-error-recovery": "skills/debugging-and-error-recovery/SKILL.md",
|
|
17665
|
+
"code-review-and-quality": "skills/code-review-and-quality/SKILL.md",
|
|
17666
|
+
"browser-testing-with-devtools": "skills/browser-testing-with-devtools/SKILL.md",
|
|
17667
|
+
"api-and-interface-design": "skills/api-and-interface-design/SKILL.md",
|
|
17668
|
+
"ci-cd-and-automation": "skills/ci-cd-and-automation/SKILL.md",
|
|
17669
|
+
"code-simplification": "skills/code-simplification/SKILL.md",
|
|
17670
|
+
"context-engineering": "skills/context-engineering/SKILL.md",
|
|
17671
|
+
"deprecation-and-migration": "skills/deprecation-and-migration/SKILL.md",
|
|
17672
|
+
"doubt-driven-development": "skills/doubt-driven-development/SKILL.md",
|
|
17673
|
+
"frontend-ui-engineering": "skills/frontend-ui-engineering/SKILL.md",
|
|
17674
|
+
"idea-refine": "skills/idea-refine/SKILL.md",
|
|
17675
|
+
"incremental-implementation": "skills/incremental-implementation/SKILL.md",
|
|
17676
|
+
"interview-me": "skills/interview-me/SKILL.md",
|
|
17677
|
+
"performance-optimization": "skills/performance-optimization/SKILL.md",
|
|
17678
|
+
"spec-driven-development": "skills/spec-driven-development/SKILL.md",
|
|
17679
|
+
"planning-and-task-breakdown": "skills/planning-and-task-breakdown/SKILL.md",
|
|
17680
|
+
"security-and-hardening": "skills/security-and-hardening/SKILL.md",
|
|
17681
|
+
"shipping-and-launch": "skills/shipping-and-launch/SKILL.md",
|
|
17682
|
+
"source-driven-development": "skills/source-driven-development/SKILL.md",
|
|
17683
|
+
"test-driven-development": "skills/test-driven-development/SKILL.md",
|
|
17684
|
+
"using-agent-skills": "skills/using-agent-skills/SKILL.md",
|
|
17685
|
+
"documentation-and-adrs": "skills/documentation-and-adrs/SKILL.md"
|
|
17686
|
+
},
|
|
17687
|
+
"skill_licenses": null
|
|
17688
|
+
},
|
|
17689
|
+
"wshobson": {
|
|
17690
|
+
"url": "https://github.com/wshobson/agents",
|
|
17691
|
+
"description": "面向 Claude Code、Codex CLI、Cursor、OpenCode、Gemini CLI 的多 harness agentic 插件市场。",
|
|
17692
|
+
"description_en": "Multi-harness agentic plugin marketplace for Claude Code, Codex CLI, Cursor, OpenCode and Gemini CLI.",
|
|
17693
|
+
"stars": 36250,
|
|
17694
|
+
"last_commit": "2026-06-01",
|
|
17695
|
+
"type": "marketplace",
|
|
17696
|
+
"author": "wshobson",
|
|
17697
|
+
"repo": "agents",
|
|
17698
|
+
"default_branch": "main",
|
|
17699
|
+
"license": null,
|
|
17700
|
+
"doc_path": "README.md",
|
|
17701
|
+
"install": {
|
|
17702
|
+
"command": "/plugin marketplace add wshobson/agents",
|
|
17703
|
+
"kind": "marketplace"
|
|
17704
|
+
},
|
|
17705
|
+
"skill_docs": {
|
|
17706
|
+
"gitlab-ci-patterns": "plugins/cicd-automation/skills/gitlab-ci-patterns/SKILL.md",
|
|
17707
|
+
"parallel-debugging": "plugins/agent-teams/skills/parallel-debugging/SKILL.md",
|
|
17708
|
+
"api-design-principles": "plugins/backend-development/skills/api-design-principles/SKILL.md",
|
|
17709
|
+
"secrets-management": "plugins/cicd-automation/skills/secrets-management/SKILL.md",
|
|
17710
|
+
"screen-reader-testing": "plugins/accessibility-compliance/skills/screen-reader-testing/SKILL.md",
|
|
17711
|
+
"wcag-audit-patterns": "plugins/accessibility-compliance/skills/wcag-audit-patterns/SKILL.md",
|
|
17712
|
+
"multi-reviewer-patterns": "plugins/agent-teams/skills/multi-reviewer-patterns/SKILL.md",
|
|
17713
|
+
"parallel-feature-development": "plugins/agent-teams/skills/parallel-feature-development/SKILL.md",
|
|
17714
|
+
"task-coordination-strategies": "plugins/agent-teams/skills/task-coordination-strategies/SKILL.md",
|
|
17715
|
+
"team-composition-patterns": "plugins/agent-teams/skills/team-composition-patterns/SKILL.md",
|
|
17716
|
+
"team-communication-protocols": "plugins/agent-teams/skills/team-communication-protocols/SKILL.md",
|
|
17717
|
+
"fastapi-templates": "plugins/api-scaffolding/skills/fastapi-templates/SKILL.md",
|
|
17718
|
+
"architecture-patterns": "plugins/backend-development/skills/architecture-patterns/SKILL.md",
|
|
17719
|
+
"microservices-patterns": "plugins/backend-development/skills/microservices-patterns/SKILL.md",
|
|
17720
|
+
"cqrs-implementation": "plugins/backend-development/skills/cqrs-implementation/SKILL.md",
|
|
17721
|
+
"event-store-design": "plugins/backend-development/skills/event-store-design/SKILL.md",
|
|
17722
|
+
"projection-patterns": "plugins/backend-development/skills/projection-patterns/SKILL.md",
|
|
17723
|
+
"saga-orchestration": "plugins/backend-development/skills/saga-orchestration/SKILL.md",
|
|
17724
|
+
"temporal-python-testing": "plugins/backend-development/skills/temporal-python-testing/SKILL.md",
|
|
17725
|
+
"workflow-orchestration-patterns": "plugins/backend-development/skills/workflow-orchestration-patterns/SKILL.md",
|
|
17726
|
+
"block-no-verify-hook": "plugins/block-no-verify/skills/block-no-verify-hook/SKILL.md",
|
|
17727
|
+
"defi-protocol-templates": "plugins/blockchain-web3/skills/defi-protocol-templates/SKILL.md",
|
|
17728
|
+
"nft-standards": "plugins/blockchain-web3/skills/nft-standards/SKILL.md",
|
|
17729
|
+
"solidity-security": "plugins/blockchain-web3/skills/solidity-security/SKILL.md",
|
|
17730
|
+
"web3-testing": "plugins/blockchain-web3/skills/web3-testing/SKILL.md",
|
|
17731
|
+
"brand-landingpage": "plugins/brand-landingpage/skills/brand-landingpage/SKILL.md",
|
|
17732
|
+
"data-storytelling": "plugins/business-analytics/skills/data-storytelling/SKILL.md",
|
|
17733
|
+
"kpi-dashboard-design": "plugins/business-analytics/skills/kpi-dashboard-design/SKILL.md",
|
|
17734
|
+
"deployment-pipeline-design": "plugins/cicd-automation/skills/deployment-pipeline-design/SKILL.md",
|
|
17735
|
+
"github-actions-templates": "plugins/cicd-automation/skills/github-actions-templates/SKILL.md"
|
|
17736
|
+
},
|
|
17737
|
+
"skill_licenses": null
|
|
15570
17738
|
}
|
|
15571
17739
|
}
|
|
15572
17740
|
}
|