skills-atlas-cli 0.11.1 → 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 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": [
@@ -394,42 +413,6 @@
394
413
  "when_to_use_en": "",
395
414
  "py": "yi tu cheng qing interview-me "
396
415
  },
397
- {
398
- "skills": [
399
- "spec-driven-development",
400
- "planning-and-task-breakdown"
401
- ],
402
- "group": "轻量 SDD 框架",
403
- "group_en": "Lightweight SDD framework",
404
- "chain": false,
405
- "description": "编码前用门控工作流创建结构化规范、定义需求/计划/任务(spec-driven-development),并将规范或大任务拆成可实施的小任务,便于估算范围、并行与验证(planning-and-task-breakdown),确保目标明确、避免猜测。",
406
- "description_en": "Before coding, create a structured spec via a gated workflow that defines requirements/plan/tasks (spec-driven-development), and break a spec or large task into small implementable units for scoping, parallelism and verification (planning-and-task-breakdown) — keeping goals explicit and avoiding guesswork.",
407
- "sources": [
408
- {
409
- "name": "addyosmani",
410
- "url": "https://github.com/addyosmani/agent-skills",
411
- "stars": 47663,
412
- "last_commit": "2026-05-28",
413
- "type": "skill-pack",
414
- "author": "addyosmani",
415
- "repo": "agent-skills",
416
- "default_branch": "main",
417
- "license": null,
418
- "doc_path": "README.md",
419
- "install": {
420
- "command": "npx skills add addyosmani/agent-skills",
421
- "kind": "skill-pack",
422
- "alt": "git clone https://github.com/addyosmani/agent-skills ~/.claude/skills/agent-skills"
423
- }
424
- }
425
- ],
426
- "use_case": "",
427
- "use_case_en": "",
428
- "personas": [],
429
- "when_to_use": "",
430
- "when_to_use_en": "",
431
- "py": "qing liang SDD kuang jia spec-driven-development planning-and-task-breakdown "
432
- },
433
416
  {
434
417
  "skills": [
435
418
  "source-driven-development"
@@ -515,8 +498,8 @@
515
498
  "group": "TDD(多家同名版本)",
516
499
  "group_en": "TDD (same-name versions from multiple sources)",
517
500
  "chain": false,
518
- "description": "superpowers test-driven-development(最严,强制 RED-GREEN-REFACTOR)+ mattpocock tdd(最轻,单 vertical slice)+ Pawel test-scenarios(从 user story 生成全面测试场景)。三家可选",
519
- "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)",
520
503
  "sources": [
521
504
  {
522
505
  "name": "superpowers",
@@ -568,6 +551,23 @@
568
551
  "kind": "skill",
569
552
  "alt": "/plugin marketplace add phuryn/pm-skills"
570
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
+ }
571
571
  }
572
572
  ],
573
573
  "use_case": "三家TDD框架可选(严/轻/场景)",
@@ -583,13 +583,16 @@
583
583
  "skills": [
584
584
  "systematic-debugging",
585
585
  "diagnose",
586
- "sentry"
586
+ "sentry",
587
+ "debugging",
588
+ "debugging-and-error-recovery",
589
+ "parallel-debugging"
587
590
  ],
588
591
  "group": "系统化调试",
589
592
  "group_en": "Systematic debugging",
590
593
  "chain": false,
591
- "description": "superpowers systematic-debugging 4 阶段根因(含 root-cause-tracing / defense-in-depth / condition-based-waiting)+ mattpocock diagnose(复现→最小化→假设→注入观测→修→回归测试)+ Codex sentry(看生产 issue + AI 根因 + AI 修复方案,PII 自脱敏)",
592
- "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)",
593
596
  "sources": [
594
597
  {
595
598
  "name": "superpowers",
@@ -641,6 +644,56 @@
641
644
  "kind": "skill",
642
645
  "alt": "git clone https://github.com/openai/skills ~/.claude/skills/skills"
643
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
+ }
644
697
  }
645
698
  ],
646
699
  "use_case": "四阶段根因分析、复现最小化、防御深度",
@@ -650,7 +703,7 @@
650
703
  ],
651
704
  "when_to_use": "线上issue或复杂bug定位",
652
705
  "when_to_use_en": "Production issues or complex bug locating",
653
- "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"
654
707
  },
655
708
  {
656
709
  "skills": [
@@ -781,76 +834,6 @@
781
834
  "when_to_use_en": "Need interactive form filling or clicking automation",
782
835
  "py": "liu lan qi zi dong hua playwright playwright-interactive zhen shi liu lan qi zi dong hua + chi jiu Playwright hui hua"
783
836
  },
784
- {
785
- "skills": [
786
- "debugging",
787
- "debugging-and-error-recovery",
788
- "parallel-debugging"
789
- ],
790
- "group": "系统化调试",
791
- "group_en": "Systematic debugging",
792
- "chain": false,
793
- "description": "假设驱动的系统化根因调试:测试失败、构建中断或行为不符预期时结构化诊断并修复、避免猜测(debugging、debugging-and-error-recovery),并用竞争假设法(ACH)并行调查复杂 bug、跨模块仲裁根因(parallel-debugging)。",
794
- "description_en": "Hypothesis-driven systematic root-cause debugging: when tests fail, builds break or behavior is unexpected, diagnose and fix structurally instead of guessing (debugging, debugging-and-error-recovery), and investigate complex bugs in parallel using Analysis of Competing Hypotheses with cross-module root-cause arbitration (parallel-debugging).",
795
- "sources": [
796
- {
797
- "name": "oh-my-openagent",
798
- "url": "https://github.com/code-yeongyu/oh-my-openagent",
799
- "stars": 60624,
800
- "last_commit": "2026-06-02",
801
- "type": "multi-skill-suite",
802
- "author": "code-yeongyu",
803
- "repo": "oh-my-openagent",
804
- "default_branch": "dev",
805
- "license": null,
806
- "doc_path": "README.md",
807
- "install": {
808
- "command": "npx skills add code-yeongyu/oh-my-openagent",
809
- "kind": "multi-skill-suite",
810
- "alt": "git clone https://github.com/code-yeongyu/oh-my-openagent ~/.claude/skills/oh-my-openagent"
811
- }
812
- },
813
- {
814
- "name": "addyosmani",
815
- "url": "https://github.com/addyosmani/agent-skills",
816
- "stars": 47663,
817
- "last_commit": "2026-05-28",
818
- "type": "skill-pack",
819
- "author": "addyosmani",
820
- "repo": "agent-skills",
821
- "default_branch": "main",
822
- "license": null,
823
- "doc_path": "README.md",
824
- "install": {
825
- "command": "npx skills add addyosmani/agent-skills",
826
- "kind": "skill-pack",
827
- "alt": "git clone https://github.com/addyosmani/agent-skills ~/.claude/skills/agent-skills"
828
- }
829
- },
830
- {
831
- "name": "wshobson",
832
- "url": "https://github.com/wshobson/agents",
833
- "stars": 36250,
834
- "last_commit": "2026-06-01",
835
- "type": "marketplace",
836
- "author": "wshobson",
837
- "repo": "agents",
838
- "default_branch": "main",
839
- "license": null,
840
- "doc_path": "README.md",
841
- "install": {
842
- "command": "/plugin marketplace add wshobson/agents",
843
- "kind": "marketplace"
844
- }
845
- }
846
- ],
847
- "use_case": "",
848
- "use_case_en": "",
849
- "personas": [],
850
- "when_to_use": "",
851
- "when_to_use_en": "",
852
- "py": "xi tong hua tiao shi debugging debugging-and-error-recovery parallel-debugging "
853
- },
854
837
  {
855
838
  "skills": [
856
839
  "agent-browser",
@@ -939,41 +922,6 @@
939
922
  "when_to_use_en": "",
940
923
  "py": "zeng liang shi xian / chi xu yan zheng incremental-implementation "
941
924
  },
942
- {
943
- "skills": [
944
- "test-driven-development"
945
- ],
946
- "group": "TDD(测试驱动开发)",
947
- "group_en": "TDD (test-driven development)",
948
- "chain": false,
949
- "description": "通过先写失败测试再编码的方式驱动开发,确保代码正确性,适用于实现逻辑、修复 bug 和更改行为。",
950
- "description_en": "Drive development by writing a failing test first and then the code, ensuring correctness — for implementing logic, fixing bugs and changing behavior.",
951
- "sources": [
952
- {
953
- "name": "addyosmani",
954
- "url": "https://github.com/addyosmani/agent-skills",
955
- "stars": 47663,
956
- "last_commit": "2026-05-28",
957
- "type": "skill-pack",
958
- "author": "addyosmani",
959
- "repo": "agent-skills",
960
- "default_branch": "main",
961
- "license": null,
962
- "doc_path": "README.md",
963
- "install": {
964
- "command": "npx skills add addyosmani/agent-skills",
965
- "kind": "skill-pack",
966
- "alt": "git clone https://github.com/addyosmani/agent-skills ~/.claude/skills/agent-skills"
967
- }
968
- }
969
- ],
970
- "use_case": "",
971
- "use_case_en": "",
972
- "personas": [],
973
- "when_to_use": "",
974
- "when_to_use_en": "",
975
- "py": "TDD( ce shi qu dong kai fa ) test-driven-development "
976
- },
977
925
  {
978
926
  "skills": [
979
927
  "screen-reader-testing",
@@ -1201,8 +1149,8 @@
1201
1149
  "skills": [
1202
1150
  "remove-deadcode"
1203
1151
  ],
1204
- "group": "重构 / 拯救 ball-of-mud / 语义代码去重",
1205
- "group_en": "Refactoring / rescuing a ball of mud / semantic code dedup",
1152
+ "group": "死代码安全移除",
1153
+ "group_en": "Safe dead-code removal",
1206
1154
  "chain": false,
1207
1155
  "description": "通过 LSP 验证和并行深度 agent 安全移除项目中未使用的代码。",
1208
1156
  "description_en": "Safely remove unused code from a project via LSP verification and parallel deep agents.",
@@ -1230,7 +1178,7 @@
1230
1178
  "personas": [],
1231
1179
  "when_to_use": "",
1232
1180
  "when_to_use_en": "",
1233
- "py": "zhong gou / zheng jiu ball-of-mud / yu yi dai ma qu zhong remove-deadcode "
1181
+ "py": "si dai ma an quan yi chu remove-deadcode "
1234
1182
  },
1235
1183
  {
1236
1184
  "skills": [
@@ -1648,13 +1596,16 @@
1648
1596
  {
1649
1597
  "skills": [
1650
1598
  "using-git-worktrees",
1651
- "finishing-a-development-branch"
1599
+ "finishing-a-development-branch",
1600
+ "git-master",
1601
+ "git-workflow-and-versioning",
1602
+ "gitlab-ci-patterns"
1652
1603
  ],
1653
1604
  "group": "Git 工作流",
1654
1605
  "group_en": "Git workflow",
1655
1606
  "chain": false,
1656
- "description": "superpowers using-git-worktrees(在新 branch 创隔离 workspace + 跑 setup + 验证 baseline)+ finishing-a-development-branch(验证完成→选 merge/PR/keep/discard→清理 worktree",
1657
- "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)",
1658
1609
  "sources": [
1659
1610
  {
1660
1611
  "name": "superpowers",
@@ -1672,52 +1623,119 @@
1672
1623
  "kind": "skill",
1673
1624
  "alt": "/plugin marketplace add obra/superpowers"
1674
1625
  }
1675
- }
1676
- ],
1677
- "use_case": "隔离workspace+验证baseline+完成清理",
1678
- "use_case_en": "Isolated workspace, verify baseline, complete cleanup",
1679
- "personas": [
1680
- "工程"
1681
- ],
1682
- "when_to_use": "并行多分支或试验分离",
1683
- "when_to_use_en": "Parallel branches or experiment isolation",
1684
- "py": "Git gong zuo liu using-git-worktrees finishing-a-development-branch ge li workspace+ yan zheng baseline+ wan cheng qing li"
1685
- },
1686
- {
1687
- "skills": [
1688
- "claude-code-safety-net"
1689
- ],
1690
- "group": "危险命令拦截",
1691
- "group_en": "Dangerous command blocking",
1692
- "chain": false,
1693
- "description": "kenryu42 claude-code-safety-net(plugin 不是 skill):hook 进 PreToolUse 事件,在 Claude 跑 git push --force / reset --hard / rm -rf / clean -f 等危险命令前拦截等用户确认",
1694
- "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
- "sources": [
1626
+ },
1696
1627
  {
1697
- "name": "kenryu42",
1698
- "url": "https://github.com/kenryu42/claude-code-safety-net",
1699
- "stars": 1366,
1700
- "last_commit": "2026-05-08",
1701
- "type": "plugin",
1702
- "author": "kenryu42",
1703
- "repo": "claude-code-safety-net",
1704
- "default_branch": "main",
1705
- "license": "MIT",
1706
- "doc_path": "README.md",
1707
- "install": {
1708
- "command": "/plugin marketplace add kenryu42/claude-code-safety-net",
1709
- "kind": "plugin"
1710
- }
1711
- }
1712
- ],
1713
- "use_case": "plugin拦截危险命令前确认防止误操作",
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
+ }
1676
+ }
1677
+ ],
1678
+ "use_case": "隔离workspace+验证baseline+完成清理",
1679
+ "use_case_en": "Isolated workspace, verify baseline, complete cleanup",
1680
+ "personas": [
1681
+ "工程"
1682
+ ],
1683
+ "when_to_use": "并行多分支或试验分离",
1684
+ "when_to_use_en": "Parallel branches or experiment isolation",
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"
1686
+ },
1687
+ {
1688
+ "skills": [
1689
+ "claude-code-safety-net",
1690
+ "block-no-verify-hook"
1691
+ ],
1692
+ "group": "危险命令拦截",
1693
+ "group_en": "Dangerous command blocking",
1694
+ "chain": false,
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",
1697
+ "sources": [
1698
+ {
1699
+ "name": "kenryu42",
1700
+ "url": "https://github.com/kenryu42/claude-code-safety-net",
1701
+ "stars": 1366,
1702
+ "last_commit": "2026-05-08",
1703
+ "type": "plugin",
1704
+ "author": "kenryu42",
1705
+ "repo": "claude-code-safety-net",
1706
+ "default_branch": "main",
1707
+ "license": "MIT",
1708
+ "doc_path": "README.md",
1709
+ "install": {
1710
+ "command": "/plugin marketplace add kenryu42/claude-code-safety-net",
1711
+ "kind": "plugin"
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
+ }
1729
+ }
1730
+ ],
1731
+ "use_case": "plugin拦截危险命令前确认防止误操作",
1714
1732
  "use_case_en": "Plugin intercepts dangerous commands, confirm before executing",
1715
1733
  "personas": [
1716
1734
  "工程"
1717
1735
  ],
1718
1736
  "when_to_use": "项目启用自动化保护",
1719
1737
  "when_to_use_en": "Projects with automation protection enabled",
1720
- "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"
1721
1739
  },
1722
1740
  {
1723
1741
  "skills": [
@@ -1789,76 +1807,6 @@
1789
1807
  "when_to_use_en": "",
1790
1808
  "py": "GitHub Issue/PR fen xi github-triage "
1791
1809
  },
1792
- {
1793
- "skills": [
1794
- "git-master",
1795
- "git-workflow-and-versioning",
1796
- "gitlab-ci-patterns"
1797
- ],
1798
- "group": "Git 工作流",
1799
- "group_en": "Git workflow",
1800
- "chain": false,
1801
- "description": "结构化 Git 工作流实践,确保代码变更可管理、可审查、可回滚:原子提交、变基、冲突解决与历史代码搜索(git-master),分支与版本规范(git-workflow-and-versioning),以及多阶段缓存/分布式 runner 的 GitLab CI 流水线(gitlab-ci-patterns)。",
1802
- "description_en": "Structured Git workflow practices that keep changes manageable, reviewable and reversible: atomic commits, rebasing, conflict resolution and history search (git-master), branch and versioning conventions (git-workflow-and-versioning), and multi-stage GitLab CI pipelines with caching and distributed runners (gitlab-ci-patterns).",
1803
- "sources": [
1804
- {
1805
- "name": "oh-my-openagent",
1806
- "url": "https://github.com/code-yeongyu/oh-my-openagent",
1807
- "stars": 60624,
1808
- "last_commit": "2026-06-02",
1809
- "type": "multi-skill-suite",
1810
- "author": "code-yeongyu",
1811
- "repo": "oh-my-openagent",
1812
- "default_branch": "dev",
1813
- "license": null,
1814
- "doc_path": "README.md",
1815
- "install": {
1816
- "command": "npx skills add code-yeongyu/oh-my-openagent",
1817
- "kind": "multi-skill-suite",
1818
- "alt": "git clone https://github.com/code-yeongyu/oh-my-openagent ~/.claude/skills/oh-my-openagent"
1819
- }
1820
- },
1821
- {
1822
- "name": "addyosmani",
1823
- "url": "https://github.com/addyosmani/agent-skills",
1824
- "stars": 47663,
1825
- "last_commit": "2026-05-28",
1826
- "type": "skill-pack",
1827
- "author": "addyosmani",
1828
- "repo": "agent-skills",
1829
- "default_branch": "main",
1830
- "license": null,
1831
- "doc_path": "README.md",
1832
- "install": {
1833
- "command": "npx skills add addyosmani/agent-skills",
1834
- "kind": "skill-pack",
1835
- "alt": "git clone https://github.com/addyosmani/agent-skills ~/.claude/skills/agent-skills"
1836
- }
1837
- },
1838
- {
1839
- "name": "wshobson",
1840
- "url": "https://github.com/wshobson/agents",
1841
- "stars": 36250,
1842
- "last_commit": "2026-06-01",
1843
- "type": "marketplace",
1844
- "author": "wshobson",
1845
- "repo": "agents",
1846
- "default_branch": "main",
1847
- "license": null,
1848
- "doc_path": "README.md",
1849
- "install": {
1850
- "command": "/plugin marketplace add wshobson/agents",
1851
- "kind": "marketplace"
1852
- }
1853
- }
1854
- ],
1855
- "use_case": "",
1856
- "use_case_en": "",
1857
- "personas": [],
1858
- "when_to_use": "",
1859
- "when_to_use_en": "",
1860
- "py": "Git gong zuo liu git-master git-workflow-and-versioning gitlab-ci-patterns "
1861
- },
1862
1810
  {
1863
1811
  "skills": [
1864
1812
  "work-with-pr"
@@ -1928,40 +1876,6 @@
1928
1876
  "when_to_use": "",
1929
1877
  "when_to_use_en": "",
1930
1878
  "py": "CI/CD zi dong hua ci-cd-and-automation "
1931
- },
1932
- {
1933
- "skills": [
1934
- "block-no-verify-hook"
1935
- ],
1936
- "group": "危险命令拦截(Hook)",
1937
- "group_en": "Dangerous-command interception (hook)",
1938
- "chain": false,
1939
- "description": "配置 PreToolUse hook,拦截 AI agent 执行含 --no-verify 等绕过标志的 git 命令,强制 pre-commit 检查不被跳过。",
1940
- "description_en": "Configure a PreToolUse hook that intercepts git commands carrying bypass flags such as --no-verify, forcing pre-commit checks not to be skipped.",
1941
- "sources": [
1942
- {
1943
- "name": "wshobson",
1944
- "url": "https://github.com/wshobson/agents",
1945
- "stars": 36250,
1946
- "last_commit": "2026-06-01",
1947
- "type": "marketplace",
1948
- "author": "wshobson",
1949
- "repo": "agents",
1950
- "default_branch": "main",
1951
- "license": null,
1952
- "doc_path": "README.md",
1953
- "install": {
1954
- "command": "/plugin marketplace add wshobson/agents",
1955
- "kind": "marketplace"
1956
- }
1957
- }
1958
- ],
1959
- "use_case": "",
1960
- "use_case_en": "",
1961
- "personas": [],
1962
- "when_to_use": "",
1963
- "when_to_use_en": "",
1964
- "py": "wei xian ming ling lan jie (Hook) block-no-verify-hook "
1965
1879
  }
1966
1880
  ]
1967
1881
  },
@@ -2320,112 +2234,6 @@
2320
2234
  "when_to_use": "",
2321
2235
  "when_to_use_en": "",
2322
2236
  "py": "FastAPI xiang mu jiao shou jia fastapi-templates "
2323
- },
2324
- {
2325
- "skills": [
2326
- "architecture-patterns",
2327
- "microservices-patterns"
2328
- ],
2329
- "group": "后端架构 / 微服务设计",
2330
- "group_en": "Backend architecture / microservices design",
2331
- "chain": false,
2332
- "description": "设计与实现可维护、可测试的后端系统:Clean Architecture、Hexagonal Architecture 与 DDD(architecture-patterns);以及微服务架构的服务分解、同步/异步通信、分布式数据管理、韧性模式与服务发现(microservices-patterns)。",
2333
- "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).",
2334
- "sources": [
2335
- {
2336
- "name": "wshobson",
2337
- "url": "https://github.com/wshobson/agents",
2338
- "stars": 36250,
2339
- "last_commit": "2026-06-01",
2340
- "type": "marketplace",
2341
- "author": "wshobson",
2342
- "repo": "agents",
2343
- "default_branch": "main",
2344
- "license": null,
2345
- "doc_path": "README.md",
2346
- "install": {
2347
- "command": "/plugin marketplace add wshobson/agents",
2348
- "kind": "marketplace"
2349
- }
2350
- }
2351
- ],
2352
- "use_case": "",
2353
- "use_case_en": "",
2354
- "personas": [],
2355
- "when_to_use": "",
2356
- "when_to_use_en": "",
2357
- "py": "hou duan jia gou / wei fu wu she ji architecture-patterns microservices-patterns "
2358
- },
2359
- {
2360
- "skills": [
2361
- "cqrs-implementation",
2362
- "event-store-design",
2363
- "projection-patterns",
2364
- "saga-orchestration"
2365
- ],
2366
- "group": "事件溯源 / CQRS / Saga",
2367
- "group_en": "Event sourcing / CQRS / Saga",
2368
- "chain": false,
2369
- "description": "事件驱动后端模式:CQRS 读写分离(cqrs-implementation)、event store 设计(流模式/快照/查询优化/扩展,event-store-design)、CQRS 读模型与投影优化查询(projection-patterns)、Saga 编排分布式事务与补偿操作确保最终一致性(saga-orchestration)。",
2370
- "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).",
2371
- "sources": [
2372
- {
2373
- "name": "wshobson",
2374
- "url": "https://github.com/wshobson/agents",
2375
- "stars": 36250,
2376
- "last_commit": "2026-06-01",
2377
- "type": "marketplace",
2378
- "author": "wshobson",
2379
- "repo": "agents",
2380
- "default_branch": "main",
2381
- "license": null,
2382
- "doc_path": "README.md",
2383
- "install": {
2384
- "command": "/plugin marketplace add wshobson/agents",
2385
- "kind": "marketplace"
2386
- }
2387
- }
2388
- ],
2389
- "use_case": "",
2390
- "use_case_en": "",
2391
- "personas": [],
2392
- "when_to_use": "",
2393
- "when_to_use_en": "",
2394
- "py": "shi jian su yuan / CQRS / Saga cqrs-implementation event-store-design projection-patterns saga-orchestration "
2395
- },
2396
- {
2397
- "skills": [
2398
- "workflow-orchestration-patterns"
2399
- ],
2400
- "group": "分布式工作流编排(Temporal)",
2401
- "group_en": "Distributed workflow orchestration (Temporal)",
2402
- "chain": false,
2403
- "description": "指导 AI agent 用 Temporal 设计分布式持久化工作流,涵盖 workflow/activity 分离、Saga 模式、状态管理与确定性约束。",
2404
- "description_en": "Guide an agent to design durable distributed workflows with Temporal — covering workflow/activity separation, the Saga pattern, state management and determinism constraints.",
2405
- "sources": [
2406
- {
2407
- "name": "wshobson",
2408
- "url": "https://github.com/wshobson/agents",
2409
- "stars": 36250,
2410
- "last_commit": "2026-06-01",
2411
- "type": "marketplace",
2412
- "author": "wshobson",
2413
- "repo": "agents",
2414
- "default_branch": "main",
2415
- "license": null,
2416
- "doc_path": "README.md",
2417
- "install": {
2418
- "command": "/plugin marketplace add wshobson/agents",
2419
- "kind": "marketplace"
2420
- }
2421
- }
2422
- ],
2423
- "use_case": "",
2424
- "use_case_en": "",
2425
- "personas": [],
2426
- "when_to_use": "",
2427
- "when_to_use_en": "",
2428
- "py": "fen bu shi gong zuo liu bian pai (Temporal) workflow-orchestration-patterns "
2429
2237
  }
2430
2238
  ]
2431
2239
  },
@@ -2601,96 +2409,208 @@
2601
2409
  "description_en": "trailofbits/skills (35+ plugins across 9 domains): smart contracts (building-secure-contracts 6 chains + entry-point-analyzer), code audit (c-review/differential-review/fp-check/insecure-defaults/semgrep-rule/sharp-edges/static-analysis/supply-chain-risk-auditor/testing-handbook/trailmark/variant-analysis/agentic-actions-auditor/audit-context-building/burpsuite-project-parser/dimensional-analysis), malicious code (yara-authoring), formal verification (constant-time/mutation/property-based/spec-to-code/zeroize-audit), reverse engineering (dwarf-expert), mobile (firebase-apk-scanner)",
2602
2410
  "sources": [
2603
2411
  {
2604
- "name": "trailofbits",
2605
- "url": "https://github.com/trailofbits/skills",
2606
- "stars": 5506,
2607
- "last_commit": "2026-05-27",
2412
+ "name": "trailofbits",
2413
+ "url": "https://github.com/trailofbits/skills",
2414
+ "stars": 5506,
2415
+ "last_commit": "2026-05-27",
2416
+ "type": "marketplace",
2417
+ "author": "trailofbits",
2418
+ "repo": "skills",
2419
+ "default_branch": "main",
2420
+ "license": "CC-BY-SA-4.0",
2421
+ "doc_path": "README.md",
2422
+ "install": {
2423
+ "command": "/plugin marketplace add trailofbits/skills",
2424
+ "kind": "marketplace"
2425
+ }
2426
+ }
2427
+ ],
2428
+ "use_case": "35+安全plugin跨9领域(合约/审计/恶意代码等)",
2429
+ "use_case_en": "35+ security plugins across 9 domains: contracts, audit, malware",
2430
+ "personas": [
2431
+ "工程"
2432
+ ],
2433
+ "when_to_use": "专业级安全需求",
2434
+ "when_to_use_en": "Professional-grade security requirements",
2435
+ "py": "zhuan ye ji an quan Marketplace skills 35+ an quan plugin kua 9 ling yu ( he yue / shen ji / e yi dai ma deng )"
2436
+ },
2437
+ {
2438
+ "skills": [
2439
+ "sentry"
2440
+ ],
2441
+ "group": "生产监控",
2442
+ "group_en": "Production monitoring",
2443
+ "chain": false,
2444
+ "description": "Codex sentry(用 sentry CLI 只读地查 issue / event / health,含 issue explain AI 根因 + issue plan AI 修复方案,输出 PII 自脱敏)",
2445
+ "description_en": "Codex sentry (read-only query of issue / event / health via sentry CLI, includes issue explain AI root cause + issue plan AI fix, outputs self-redacted PII)",
2446
+ "sources": [
2447
+ {
2448
+ "name": "Codex",
2449
+ "url": "https://github.com/openai/skills",
2450
+ "stars": 21061,
2451
+ "last_commit": "2026-05-29",
2452
+ "type": "skill",
2453
+ "author": "openai",
2454
+ "repo": "skills",
2455
+ "default_branch": "main",
2456
+ "license": null,
2457
+ "doc_path": "README.md",
2458
+ "install": {
2459
+ "command": "npx skills add openai/skills",
2460
+ "kind": "skill",
2461
+ "alt": "git clone https://github.com/openai/skills ~/.claude/skills/skills"
2462
+ }
2463
+ }
2464
+ ],
2465
+ "use_case": "生产Sentry issue只读查看+AI根因+修复方案",
2466
+ "use_case_en": "Sentry issue read-only view, AI root cause, fix suggestions",
2467
+ "personas": [
2468
+ "工程"
2469
+ ],
2470
+ "when_to_use": "生产问题诊断",
2471
+ "when_to_use_en": "Production issue diagnosis",
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",
2608
2548
  "type": "marketplace",
2609
- "author": "trailofbits",
2610
- "repo": "skills",
2549
+ "author": "wshobson",
2550
+ "repo": "agents",
2611
2551
  "default_branch": "main",
2612
- "license": "CC-BY-SA-4.0",
2552
+ "license": null,
2613
2553
  "doc_path": "README.md",
2614
2554
  "install": {
2615
- "command": "/plugin marketplace add trailofbits/skills",
2555
+ "command": "/plugin marketplace add wshobson/agents",
2616
2556
  "kind": "marketplace"
2617
2557
  }
2618
2558
  }
2619
2559
  ],
2620
- "use_case": "35+安全plugin跨9领域(合约/审计/恶意代码等)",
2621
- "use_case_en": "35+ security plugins across 9 domains: contracts, audit, malware",
2622
- "personas": [
2623
- "工程"
2624
- ],
2625
- "when_to_use": "专业级安全需求",
2626
- "when_to_use_en": "Professional-grade security requirements",
2627
- "py": "zhuan ye ji an quan Marketplace skills 35+ an quan plugin kua 9 ling yu ( he yue / shen ji / e yi dai ma deng )"
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 "
2628
2566
  },
2629
2567
  {
2630
2568
  "skills": [
2631
- "sentry"
2569
+ "cqrs-implementation",
2570
+ "event-store-design",
2571
+ "projection-patterns",
2572
+ "saga-orchestration"
2632
2573
  ],
2633
- "group": "生产监控",
2634
- "group_en": "Production monitoring",
2574
+ "group": "事件溯源 / CQRS / Saga",
2575
+ "group_en": "Event sourcing / CQRS / Saga",
2635
2576
  "chain": false,
2636
- "description": "Codex sentry(用 sentry CLI 只读地查 issue / event / health,含 issue explain AI 根因 + issue plan AI 修复方案,输出 PII 自脱敏)",
2637
- "description_en": "Codex sentry (read-only query of issue / event / health via sentry CLI, includes issue explain AI root cause + issue plan AI fix, outputs self-redacted PII)",
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).",
2638
2579
  "sources": [
2639
2580
  {
2640
- "name": "Codex",
2641
- "url": "https://github.com/openai/skills",
2642
- "stars": 21061,
2643
- "last_commit": "2026-05-29",
2644
- "type": "skill",
2645
- "author": "openai",
2646
- "repo": "skills",
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",
2647
2588
  "default_branch": "main",
2648
2589
  "license": null,
2649
2590
  "doc_path": "README.md",
2650
2591
  "install": {
2651
- "command": "npx skills add openai/skills",
2652
- "kind": "skill",
2653
- "alt": "git clone https://github.com/openai/skills ~/.claude/skills/skills"
2592
+ "command": "/plugin marketplace add wshobson/agents",
2593
+ "kind": "marketplace"
2654
2594
  }
2655
2595
  }
2656
2596
  ],
2657
- "use_case": "生产Sentry issue只读查看+AI根因+修复方案",
2658
- "use_case_en": "Sentry issue read-only view, AI root cause, fix suggestions",
2659
- "personas": [
2660
- "工程"
2661
- ],
2662
- "when_to_use": "生产问题诊断",
2663
- "when_to_use_en": "Production issue diagnosis",
2664
- "py": "sheng chan jian kong sentry sheng chan Sentry issue zhi du cha kan +AI gen yin + xiu fu fang an"
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 "
2665
2603
  },
2666
2604
  {
2667
2605
  "skills": [
2668
- "security-and-hardening",
2669
- "secrets-management"
2606
+ "workflow-orchestration-patterns"
2670
2607
  ],
2671
- "group": "应用层安全(加固 + 密钥管理)",
2672
- "group_en": "Application security (hardening + secrets management)",
2608
+ "group": "分布式工作流编排(Temporal)",
2609
+ "group_en": "Distributed workflow orchestration (Temporal)",
2673
2610
  "chain": false,
2674
- "description": "应用层安全实践:输入校验、加密存储、安全响应头以防 XSS/SQL 注入等漏洞(security-and-hardening);集成 Vault、AWS Secrets Manager 等安全管理 CI/CD 环境中的敏感信息(secrets-management)。",
2675
- "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).",
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.",
2676
2613
  "sources": [
2677
- {
2678
- "name": "addyosmani",
2679
- "url": "https://github.com/addyosmani/agent-skills",
2680
- "stars": 47663,
2681
- "last_commit": "2026-05-28",
2682
- "type": "skill-pack",
2683
- "author": "addyosmani",
2684
- "repo": "agent-skills",
2685
- "default_branch": "main",
2686
- "license": null,
2687
- "doc_path": "README.md",
2688
- "install": {
2689
- "command": "npx skills add addyosmani/agent-skills",
2690
- "kind": "skill-pack",
2691
- "alt": "git clone https://github.com/addyosmani/agent-skills ~/.claude/skills/agent-skills"
2692
- }
2693
- },
2694
2614
  {
2695
2615
  "name": "wshobson",
2696
2616
  "url": "https://github.com/wshobson/agents",
@@ -2713,7 +2633,7 @@
2713
2633
  "personas": [],
2714
2634
  "when_to_use": "",
2715
2635
  "when_to_use_en": "",
2716
- "py": "ying yong ceng an quan jia gu + mi yao guan li security-and-hardening secrets-management "
2636
+ "py": "fen bu shi gong zuo liu bian pai (Temporalworkflow-orchestration-patterns "
2717
2637
  }
2718
2638
  ]
2719
2639
  }
@@ -4052,8 +3972,8 @@
4052
3972
  "skills": [
4053
3973
  "idea-refine"
4054
3974
  ],
4055
- "group": "问题陈述 / 假设识别 / Pre-mortem",
4056
- "group_en": "Problem framing / assumption surfacing / pre-mortem",
3975
+ "group": "想法精炼 / MVP 定义",
3976
+ "group_en": "Idea refinement / MVP definition",
4057
3977
  "chain": false,
4058
3978
  "description": "帮助 AI agent 通过结构化的发散和收敛思维,将模糊想法细化为可执行的概念,包括假设测试和 MVP 定义。",
4059
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.",
@@ -4081,7 +4001,7 @@
4081
4001
  "personas": [],
4082
4002
  "when_to_use": "",
4083
4003
  "when_to_use_en": "",
4084
- "py": "wen ti chen shu / jia she shi bie / Pre-mortem idea-refine "
4004
+ "py": "xiang fa jing lian / MVP ding yi idea-refine "
4085
4005
  }
4086
4006
  ]
4087
4007
  },
@@ -7068,13 +6988,14 @@
7068
6988
  "rows": [
7069
6989
  {
7070
6990
  "skills": [
7071
- "frontend-design"
6991
+ "frontend-design",
6992
+ "frontend-ui-ux"
7072
6993
  ],
7073
6994
  "group": "前端美学",
7074
6995
  "group_en": "frontend aesthetics",
7075
6996
  "chain": false,
7076
- "description": "Anthropic frontend-design(让 Claude 跳出 AI slop,用极简 / 野兽 / 复古未来主义等明确美学方向写生产级 UI",
7077
- "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",
7078
6999
  "sources": [
7079
7000
  {
7080
7001
  "name": "Anthropic",
@@ -7092,6 +7013,23 @@
7092
7013
  "kind": "skill",
7093
7014
  "alt": "/plugin marketplace add anthropics/skills"
7094
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
+ }
7095
7033
  }
7096
7034
  ],
7097
7035
  "use_case": "避免 AI slop,用明确美学方向写生产级 UI 代码",
@@ -7102,7 +7040,7 @@
7102
7040
  ],
7103
7041
  "when_to_use": "生成前端 UI 时指定美学风格",
7104
7042
  "when_to_use_en": "Generating frontend UI with specific style requirements.",
7105
- "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"
7106
7044
  },
7107
7045
  {
7108
7046
  "skills": [
@@ -7181,41 +7119,6 @@
7181
7119
  "when_to_use_en": "Designing component libraries or multi-platform adaptation.",
7182
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"
7183
7121
  },
7184
- {
7185
- "skills": [
7186
- "frontend-ui-ux"
7187
- ],
7188
- "group": "前端美学",
7189
- "group_en": "Frontend aesthetics",
7190
- "chain": false,
7191
- "description": "设计师转开发者角色,即使没有设计模型也能创建令人惊叹的 UI/UX 界面,注重美观和用户体验。",
7192
- "description_en": "A designer-turned-developer persona that creates stunning UI/UX even without a design mockup, focused on aesthetics and user experience.",
7193
- "sources": [
7194
- {
7195
- "name": "oh-my-openagent",
7196
- "url": "https://github.com/code-yeongyu/oh-my-openagent",
7197
- "stars": 60624,
7198
- "last_commit": "2026-06-02",
7199
- "type": "multi-skill-suite",
7200
- "author": "code-yeongyu",
7201
- "repo": "oh-my-openagent",
7202
- "default_branch": "dev",
7203
- "license": null,
7204
- "doc_path": "README.md",
7205
- "install": {
7206
- "command": "npx skills add code-yeongyu/oh-my-openagent",
7207
- "kind": "multi-skill-suite",
7208
- "alt": "git clone https://github.com/code-yeongyu/oh-my-openagent ~/.claude/skills/oh-my-openagent"
7209
- }
7210
- }
7211
- ],
7212
- "use_case": "",
7213
- "use_case_en": "",
7214
- "personas": [],
7215
- "when_to_use": "",
7216
- "when_to_use_en": "",
7217
- "py": "qian duan mei xue frontend-ui-ux "
7218
- },
7219
7122
  {
7220
7123
  "skills": [
7221
7124
  "frontend-ui-engineering"
@@ -8646,13 +8549,14 @@
8646
8549
  },
8647
8550
  {
8648
8551
  "skills": [
8649
- "metrics-dashboard"
8552
+ "metrics-dashboard",
8553
+ "kpi-dashboard-design"
8650
8554
  ],
8651
8555
  "group": "指标 dashboard 设计",
8652
8556
  "group_en": "Metrics dashboard design",
8653
8557
  "chain": false,
8654
- "description": "Pawel metrics-dashboard(产品指标 dashboard + 数据源 + 告警阈值)",
8655
- "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",
8656
8560
  "sources": [
8657
8561
  {
8658
8562
  "name": "Pawel",
@@ -8670,6 +8574,22 @@
8670
8574
  "kind": "skill",
8671
8575
  "alt": "/plugin marketplace add phuryn/pm-skills"
8672
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
+ }
8673
8593
  }
8674
8594
  ],
8675
8595
  "use_case": "设计指标 dashboard 与数据源",
@@ -8680,7 +8600,7 @@
8680
8600
  ],
8681
8601
  "when_to_use": "规划产品数据可视化指标",
8682
8602
  "when_to_use_en": "Planning product data visualization metrics.",
8683
- "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"
8684
8604
  },
8685
8605
  {
8686
8606
  "skills": [
@@ -8923,40 +8843,6 @@
8923
8843
  "when_to_use": "",
8924
8844
  "when_to_use_en": "",
8925
8845
  "py": "shu ju xu shi yu ke shi hua data-storytelling "
8926
- },
8927
- {
8928
- "skills": [
8929
- "kpi-dashboard-design"
8930
- ],
8931
- "group": "指标 dashboard 设计",
8932
- "group_en": "KPI dashboard design",
8933
- "chain": false,
8934
- "description": "帮助 agent 设计有效的 KPI 仪表板,包括指标选择、可视化最佳实践和实时监控模式。",
8935
- "description_en": "Help an agent design effective KPI dashboards — metric selection, visualization best practices and real-time monitoring patterns.",
8936
- "sources": [
8937
- {
8938
- "name": "wshobson",
8939
- "url": "https://github.com/wshobson/agents",
8940
- "stars": 36250,
8941
- "last_commit": "2026-06-01",
8942
- "type": "marketplace",
8943
- "author": "wshobson",
8944
- "repo": "agents",
8945
- "default_branch": "main",
8946
- "license": null,
8947
- "doc_path": "README.md",
8948
- "install": {
8949
- "command": "/plugin marketplace add wshobson/agents",
8950
- "kind": "marketplace"
8951
- }
8952
- }
8953
- ],
8954
- "use_case": "",
8955
- "use_case_en": "",
8956
- "personas": [],
8957
- "when_to_use": "",
8958
- "when_to_use_en": "",
8959
- "py": "zhi biao dashboard she ji kpi-dashboard-design "
8960
8846
  }
8961
8847
  ]
8962
8848
  },
@@ -11720,8 +11606,8 @@
11720
11606
  "skills": [
11721
11607
  "using-agent-skills"
11722
11608
  ],
11723
- "group": "Skill 发现 / 自动调用",
11724
- "group_en": "Skill discovery / auto-invocation",
11609
+ "group": "Skill 自动发现与调用",
11610
+ "group_en": "Skill auto-discovery & invocation",
11725
11611
  "chain": false,
11726
11612
  "description": "帮助 AI agent 在会话开始时发现并调用合适的技能,根据开发阶段自动匹配。",
11727
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.",
@@ -11749,7 +11635,7 @@
11749
11635
  "personas": [],
11750
11636
  "when_to_use": "",
11751
11637
  "when_to_use_en": "",
11752
- "py": "Skill fa xian / zi dong diao yong using-agent-skills "
11638
+ "py": "Skill zi dong fa xian yu diao yong using-agent-skills "
11753
11639
  }
11754
11640
  ]
11755
11641
  },
@@ -14057,13 +13943,14 @@
14057
13943
  "osint-methodology",
14058
13944
  "offensive-osint",
14059
13945
  "osint-recon",
14060
- "hackerone"
13946
+ "hackerone",
13947
+ "security-research"
14061
13948
  ],
14062
13949
  "group": "漏洞挖掘 / Bug Bounty / OSINT",
14063
13950
  "group_en": "Bug hunting / bug bounty / OSINT",
14064
13951
  "chain": false,
14065
- "description": "漏洞赏金方法论与侦察(subfinder/httpx/nuclei)、OSINT 攻击面测绘、triage 验证与披露报告(HackerOne/Bugcrowd)",
14066
- "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)",
14067
13954
  "sources": [
14068
13955
  {
14069
13956
  "name": "elementalsouls-bughunter",
@@ -14149,25 +14036,7 @@
14149
14036
  "kind": "multi-skill-suite",
14150
14037
  "alt": "/plugin marketplace add transilienceai/communitytools"
14151
14038
  }
14152
- }
14153
- ],
14154
- "use_case": "",
14155
- "use_case_en": "",
14156
- "personas": [],
14157
- "when_to_use": "",
14158
- "when_to_use_en": "",
14159
- "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 "
14160
- },
14161
- {
14162
- "skills": [
14163
- "security-research"
14164
- ],
14165
- "group": "漏洞挖掘 / Bug Bounty / OSINT",
14166
- "group_en": "Bug hunting / bug bounty / OSINT",
14167
- "chain": false,
14168
- "description": "编排多个 agent 进行并行安全审计,识别漏洞并验证可利用性,用于预发布安全检查和威胁模型验证。",
14169
- "description_en": "Orchestrate multiple agents to run parallel security audits, identifying vulnerabilities and verifying exploitability — for pre-release security checks and threat-model validation.",
14170
- "sources": [
14039
+ },
14171
14040
  {
14172
14041
  "name": "oh-my-openagent",
14173
14042
  "url": "https://github.com/code-yeongyu/oh-my-openagent",
@@ -14191,7 +14060,7 @@
14191
14060
  "personas": [],
14192
14061
  "when_to_use": "",
14193
14062
  "when_to_use_en": "",
14194
- "py": "lou dong wa jue / Bug Bounty / OSINT security-research "
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 "
14195
14064
  }
14196
14065
  ]
14197
14066
  },
@@ -14647,13 +14516,14 @@
14647
14516
  "semantic-guard-analysis",
14648
14517
  "state-invariant-detection",
14649
14518
  "proxy-upgrade-safety",
14650
- "security-audit"
14519
+ "security-audit",
14520
+ "solidity-security"
14651
14521
  ],
14652
14522
  "group": "智能合约审计 / 漏洞检测",
14653
14523
  "group_en": "Smart contract audit / vulnerability detection",
14654
14524
  "chain": false,
14655
- "description": "Solidity/EVM 合约系统化审计:重入/签名重放/状态校验/精度/代理升级/状态不变量,370 项清单与行为意图建模。",
14656
- "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",
14657
14527
  "sources": [
14658
14528
  {
14659
14529
  "name": "auditmos",
@@ -14719,25 +14589,7 @@
14719
14589
  "command": "/plugin marketplace add trailofbits/skills",
14720
14590
  "kind": "marketplace"
14721
14591
  }
14722
- }
14723
- ],
14724
- "use_case": "",
14725
- "use_case_en": "",
14726
- "personas": [],
14727
- "when_to_use": "",
14728
- "when_to_use_en": "",
14729
- "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 "
14730
- },
14731
- {
14732
- "skills": [
14733
- "solidity-security"
14734
- ],
14735
- "group": "智能合约审计 / 漏洞检测",
14736
- "group_en": "Smart-contract audit / vulnerability detection",
14737
- "chain": false,
14738
- "description": "帮助 agent 掌握智能合约安全最佳实践,防止常见漏洞,用于编写和审计 Solidity 合约。",
14739
- "description_en": "Help an agent master smart-contract security best practices to prevent common vulnerabilities — for writing and auditing Solidity contracts.",
14740
- "sources": [
14592
+ },
14741
14593
  {
14742
14594
  "name": "wshobson",
14743
14595
  "url": "https://github.com/wshobson/agents",
@@ -14760,7 +14612,7 @@
14760
14612
  "personas": [],
14761
14613
  "when_to_use": "",
14762
14614
  "when_to_use_en": "",
14763
- "py": "zhi neng he yue shen ji / lou dong jian ce solidity-security "
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 "
14764
14616
  }
14765
14617
  ]
14766
14618
  },
@@ -15092,13 +14944,14 @@
15092
14944
  "web3-identity-auth",
15093
14945
  "dex-execution",
15094
14946
  "copy-trading",
15095
- "solana-tx-building"
14947
+ "solana-tx-building",
14948
+ "nft-standards"
15096
14949
  ],
15097
14950
  "group": "Web3 应用 / NFT / DAO / 交易",
15098
14951
  "group_en": "Web3 apps / NFT / DAO / trading",
15099
14952
  "chain": false,
15100
- "description": "NFT 铸造/元数据/行情、DAO 提案与治理工具、跨链桥、Web3 身份认证,以及 DEX 执行/跟单/Solana 交易构建。",
15101
- "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",
15102
14955
  "sources": [
15103
14956
  {
15104
14957
  "name": "XSpoonAi",
@@ -15133,25 +14986,7 @@
15133
14986
  "kind": "multi-skill-suite",
15134
14987
  "alt": "/plugin marketplace add agiprolabs/claude-trading-skills"
15135
14988
  }
15136
- }
15137
- ],
15138
- "use_case": "",
15139
- "use_case_en": "",
15140
- "personas": [],
15141
- "when_to_use": "",
15142
- "when_to_use_en": "",
15143
- "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 "
15144
- },
15145
- {
15146
- "skills": [
15147
- "nft-standards"
15148
- ],
15149
- "group": "Web3 应用 / NFT / DAO / 交易",
15150
- "group_en": "Web3 apps / NFT / DAO / trading",
15151
- "chain": false,
15152
- "description": "帮助 agent 实现 NFT 标准(ERC-721、ERC-1155),处理元数据、铸造策略和市场集成,用于构建数字资产系统。",
15153
- "description_en": "Help an agent implement NFT standards (ERC-721, ERC-1155), handling metadata, minting strategies and marketplace integration to build digital-asset systems.",
15154
- "sources": [
14989
+ },
15155
14990
  {
15156
14991
  "name": "wshobson",
15157
14992
  "url": "https://github.com/wshobson/agents",
@@ -15174,7 +15009,7 @@
15174
15009
  "personas": [],
15175
15010
  "when_to_use": "",
15176
15011
  "when_to_use_en": "",
15177
- "py": "Web3 ying yong / NFT / DAO / jiao yi nft-standards "
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 "
15178
15013
  }
15179
15014
  ]
15180
15015
  }