opencode-skills-collection 3.1.0 → 3.1.2

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.
Files changed (291) hide show
  1. package/bundled-skills/.antigravity-install-manifest.json +84 -1
  2. package/bundled-skills/2slides-ppt-generator/SKILL.md +8 -7
  3. package/bundled-skills/android-cli/SKILL.md +19 -7
  4. package/bundled-skills/android-ui-journey-testing/SKILL.md +191 -0
  5. package/bundled-skills/apple-notes-search/SKILL.md +12 -2
  6. package/bundled-skills/ask-matt/SKILL.md +92 -0
  7. package/bundled-skills/atlas-ledger/SKILL.md +8 -0
  8. package/bundled-skills/bugs-are-annoying/SKILL.md +137 -0
  9. package/bundled-skills/codebase-design/DEEPENING.md +37 -0
  10. package/bundled-skills/codebase-design/DESIGN-IT-TWICE.md +44 -0
  11. package/bundled-skills/codebase-design/SKILL.md +145 -0
  12. package/bundled-skills/codex-fable5/SKILL.md +10 -2
  13. package/bundled-skills/competitor-analysis/LICENSE.txt +21 -0
  14. package/bundled-skills/competitor-analysis/SKILL.md +434 -0
  15. package/bundled-skills/competitor-analysis/references/battle-card-subagent.md +127 -0
  16. package/bundled-skills/competitor-analysis/references/battle-card.md +91 -0
  17. package/bundled-skills/competitor-analysis/references/example-research.md +130 -0
  18. package/bundled-skills/competitor-analysis/references/report-template.html +127 -0
  19. package/bundled-skills/competitor-analysis/references/research-patterns.md +217 -0
  20. package/bundled-skills/competitor-analysis/references/workflow.md +434 -0
  21. package/bundled-skills/competitor-analysis/scripts/capture_screenshots.mjs +142 -0
  22. package/bundled-skills/competitor-analysis/scripts/compile_report.mjs +929 -0
  23. package/bundled-skills/competitor-analysis/scripts/extract_vs_names.mjs +140 -0
  24. package/bundled-skills/competitor-analysis/scripts/gate_candidates.mjs +224 -0
  25. package/bundled-skills/competitor-analysis/scripts/list_urls.mjs +90 -0
  26. package/bundled-skills/competitor-analysis/scripts/md_utils.mjs +50 -0
  27. package/bundled-skills/competitor-analysis/scripts/merge_partials.mjs +291 -0
  28. package/bundled-skills/competitor-analysis/scripts/package.json +6 -0
  29. package/bundled-skills/design-it/3d-ui/SKILL.md +259 -0
  30. package/bundled-skills/design-it/SKILL.md +170 -0
  31. package/bundled-skills/design-it/ai-native-ui/SKILL.md +295 -0
  32. package/bundled-skills/design-it/aurora-ui/SKILL.md +307 -0
  33. package/bundled-skills/design-it/bento-ui/SKILL.md +314 -0
  34. package/bundled-skills/design-it/brutalism/SKILL.md +270 -0
  35. package/bundled-skills/design-it/brutalist-typography/SKILL.md +287 -0
  36. package/bundled-skills/design-it/card-based-design/SKILL.md +262 -0
  37. package/bundled-skills/design-it/claymorphism/SKILL.md +287 -0
  38. package/bundled-skills/design-it/color-blocking/SKILL.md +278 -0
  39. package/bundled-skills/design-it/command-center-ui/SKILL.md +345 -0
  40. package/bundled-skills/design-it/cyber-y2k/SKILL.md +312 -0
  41. package/bundled-skills/design-it/cyberpunk-ui/SKILL.md +262 -0
  42. package/bundled-skills/design-it/dark-mode/SKILL.md +289 -0
  43. package/bundled-skills/design-it/dashboard-design/SKILL.md +331 -0
  44. package/bundled-skills/design-it/data-dense-design/SKILL.md +322 -0
  45. package/bundled-skills/design-it/duotone-design/SKILL.md +248 -0
  46. package/bundled-skills/design-it/editorial-design/SKILL.md +328 -0
  47. package/bundled-skills/design-it/flat-design/SKILL.md +221 -0
  48. package/bundled-skills/design-it/flat-design-2/SKILL.md +240 -0
  49. package/bundled-skills/design-it/floating-ui/SKILL.md +299 -0
  50. package/bundled-skills/design-it/frutiger-aero/SKILL.md +274 -0
  51. package/bundled-skills/design-it/glassmorphism/SKILL.md +272 -0
  52. package/bundled-skills/design-it/gradient-design/SKILL.md +309 -0
  53. package/bundled-skills/design-it/high-contrast/SKILL.md +288 -0
  54. package/bundled-skills/design-it/holographic-ui/SKILL.md +310 -0
  55. package/bundled-skills/design-it/isometric-design/SKILL.md +228 -0
  56. package/bundled-skills/design-it/layered-design/SKILL.md +247 -0
  57. package/bundled-skills/design-it/material-design/SKILL.md +275 -0
  58. package/bundled-skills/design-it/maximalism/SKILL.md +297 -0
  59. package/bundled-skills/design-it/minimalism/SKILL.md +267 -0
  60. package/bundled-skills/design-it/monochromatic-ui/SKILL.md +296 -0
  61. package/bundled-skills/design-it/neo-brutalism/SKILL.md +270 -0
  62. package/bundled-skills/design-it/neumorphism/SKILL.md +248 -0
  63. package/bundled-skills/design-it/retro-design/SKILL.md +283 -0
  64. package/bundled-skills/design-it/retro-futurism/SKILL.md +259 -0
  65. package/bundled-skills/design-it/sci-fi-interface/SKILL.md +309 -0
  66. package/bundled-skills/design-it/skeuomorphism/SKILL.md +280 -0
  67. package/bundled-skills/design-it/soft-pastel/SKILL.md +307 -0
  68. package/bundled-skills/design-it/spatial-computing-ui/SKILL.md +300 -0
  69. package/bundled-skills/design-it/spatial-design/SKILL.md +268 -0
  70. package/bundled-skills/design-it/swiss-design/SKILL.md +293 -0
  71. package/bundled-skills/design-it/synthwave/SKILL.md +257 -0
  72. package/bundled-skills/design-it/tile-design/SKILL.md +297 -0
  73. package/bundled-skills/design-it/typography-first/SKILL.md +247 -0
  74. package/bundled-skills/design-it/vaporwave/SKILL.md +331 -0
  75. package/bundled-skills/design-it/vibrant-maximalism/SKILL.md +291 -0
  76. package/bundled-skills/design-it/widget-based-design/SKILL.md +274 -0
  77. package/bundled-skills/design-it/y2k-design/SKILL.md +268 -0
  78. package/bundled-skills/diagnosing-bugs/SKILL.md +165 -0
  79. package/bundled-skills/diagnosing-bugs/scripts/hitl-loop.template.sh +41 -0
  80. package/bundled-skills/docs/contributors/skill-scoring.md +235 -0
  81. package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
  82. package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
  83. package/bundled-skills/docs/maintainers/repo-growth-seo.md +3 -3
  84. package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
  85. package/bundled-skills/docs/users/bundles.md +145 -1
  86. package/bundled-skills/docs/users/claude-code-skills.md +1 -1
  87. package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
  88. package/bundled-skills/docs/users/getting-started.md +1 -1
  89. package/bundled-skills/docs/users/kiro-integration.md +1 -1
  90. package/bundled-skills/docs/users/specialized-plugin-roadmap.md +11 -4
  91. package/bundled-skills/docs/users/usage.md +4 -4
  92. package/bundled-skills/docs/users/visual-guide.md +4 -4
  93. package/bundled-skills/domain-modeling/ADR-FORMAT.md +47 -0
  94. package/bundled-skills/domain-modeling/CONTEXT-FORMAT.md +60 -0
  95. package/bundled-skills/domain-modeling/SKILL.md +105 -0
  96. package/bundled-skills/dos-verify-done-claims/SKILL.md +16 -4
  97. package/bundled-skills/ecl-harness-engineer/agents/creator-config.md +1 -1
  98. package/bundled-skills/ecl-harness-engineer/references/environment-config-guide.md +2 -2
  99. package/bundled-skills/ecl-harness-engineer/references/environment-detection-guide.md +4 -4
  100. package/bundled-skills/event-staffing-ordering/SKILL.md +4 -0
  101. package/bundled-skills/grill-me/SKILL.md +36 -0
  102. package/bundled-skills/grill-with-docs/SKILL.md +36 -0
  103. package/bundled-skills/grilling/SKILL.md +39 -0
  104. package/bundled-skills/handoff/SKILL.md +45 -0
  105. package/bundled-skills/image-generator/.env.example +7 -0
  106. package/bundled-skills/image-generator/SKILL.md +509 -0
  107. package/bundled-skills/improve-codebase-architecture/HTML-REPORT.md +123 -0
  108. package/bundled-skills/improve-codebase-architecture/SKILL.md +97 -0
  109. package/bundled-skills/learn/SKILL.md +156 -0
  110. package/bundled-skills/lesson-generator/SKILL.md +90 -0
  111. package/bundled-skills/llm-council/.env.example +7 -0
  112. package/bundled-skills/llm-council/SKILL.md +602 -0
  113. package/bundled-skills/loop-library/SKILL.md +208 -0
  114. package/bundled-skills/loop-library/agents/openai.yaml +4 -0
  115. package/bundled-skills/loop-library/references/catalog.md +270 -0
  116. package/bundled-skills/lovable-cleanup/SKILL.md +9 -7
  117. package/bundled-skills/macos-screen-recorder/SKILL.md +9 -1
  118. package/bundled-skills/mailtrap-managing-contacts/SKILL.md +112 -0
  119. package/bundled-skills/mailtrap-sending-emails/SKILL.md +167 -0
  120. package/bundled-skills/mailtrap-setting-up-sending-domain/SKILL.md +77 -0
  121. package/bundled-skills/mailtrap-testing-with-sandbox/SKILL.md +110 -0
  122. package/bundled-skills/prototype/LOGIC.md +79 -0
  123. package/bundled-skills/prototype/SKILL.md +62 -0
  124. package/bundled-skills/prototype/UI.md +112 -0
  125. package/bundled-skills/screenstudio-alt/SKILL.md +9 -1
  126. package/bundled-skills/setup-matt-pocock-skills/SKILL.md +158 -0
  127. package/bundled-skills/setup-matt-pocock-skills/domain.md +51 -0
  128. package/bundled-skills/setup-matt-pocock-skills/issue-tracker-github.md +34 -0
  129. package/bundled-skills/setup-matt-pocock-skills/issue-tracker-gitlab.md +35 -0
  130. package/bundled-skills/setup-matt-pocock-skills/issue-tracker-local.md +19 -0
  131. package/bundled-skills/setup-matt-pocock-skills/triage-labels.md +15 -0
  132. package/bundled-skills/survey-generator/LICENSE +21 -0
  133. package/bundled-skills/survey-generator/SKILL.md +143 -0
  134. package/bundled-skills/survey-generator/build_artifact.py +208 -0
  135. package/bundled-skills/survey-generator/examples/agentic-engineering/research_bundle.json +1196 -0
  136. package/bundled-skills/survey-generator/examples/agentic-engineering/survey.html +706 -0
  137. package/bundled-skills/survey-generator/style_spec.json +85 -0
  138. package/bundled-skills/survey-generator/templates/research_bundle_template.json +69 -0
  139. package/bundled-skills/tdd/SKILL.md +139 -0
  140. package/bundled-skills/tdd/mocking.md +59 -0
  141. package/bundled-skills/tdd/refactoring.md +10 -0
  142. package/bundled-skills/tdd/tests.md +61 -0
  143. package/bundled-skills/teach/GLOSSARY-FORMAT.md +35 -0
  144. package/bundled-skills/teach/LEARNING-RECORD-FORMAT.md +46 -0
  145. package/bundled-skills/teach/MISSION-FORMAT.md +31 -0
  146. package/bundled-skills/teach/RESOURCES-FORMAT.md +32 -0
  147. package/bundled-skills/teach/SKILL.md +169 -0
  148. package/bundled-skills/to-issues/SKILL.md +115 -0
  149. package/bundled-skills/to-prd/SKILL.md +104 -0
  150. package/bundled-skills/tools-page-seo-optimizer/SKILL.md +616 -0
  151. package/bundled-skills/triage/AGENT-BRIEF.md +207 -0
  152. package/bundled-skills/triage/OUT-OF-SCOPE.md +105 -0
  153. package/bundled-skills/triage/SKILL.md +143 -0
  154. package/bundled-skills/vibecode-production-qa-validator/SKILL.md +371 -141
  155. package/bundled-skills/wiki-builder/SKILL.md +157 -0
  156. package/bundled-skills/wiki-builder/agents/openai.yaml +5 -0
  157. package/bundled-skills/wiki-builder/references/wiki-flavors.md +98 -0
  158. package/bundled-skills/wiki-builder/scripts/init_wiki.sh +105 -0
  159. package/bundled-skills/wiki-builder/templates/index.md +20 -0
  160. package/bundled-skills/wiki-builder/templates/maintenance-log.md +7 -0
  161. package/bundled-skills/wiki-builder/templates/prompts/compile-concept-page.md +12 -0
  162. package/bundled-skills/wiki-builder/templates/prompts/compile-index.md +11 -0
  163. package/bundled-skills/wiki-builder/templates/prompts/compile-source-page.md +12 -0
  164. package/bundled-skills/wiki-builder/templates/prompts/lint-wiki.md +10 -0
  165. package/bundled-skills/wiki-builder/templates/prompts/query-and-file.md +11 -0
  166. package/bundled-skills/wiki-builder/templates/sources.md +9 -0
  167. package/bundled-skills/wiki-builder/templates/wiki.config.md +53 -0
  168. package/bundled-skills/writing-great-skills/GLOSSARY.md +181 -0
  169. package/bundled-skills/writing-great-skills/SKILL.md +111 -0
  170. package/bundled-skills/yao-meta-skill/SKILL.md +86 -0
  171. package/bundled-skills/yao-meta-skill/agents/interface.yaml +26 -0
  172. package/bundled-skills/yao-meta-skill/manifest.json +24 -0
  173. package/bundled-skills/yao-meta-skill/references/artifact-design-doctrine.md +49 -0
  174. package/bundled-skills/yao-meta-skill/references/authoring-discipline.md +78 -0
  175. package/bundled-skills/yao-meta-skill/references/autonomous-adaptation.md +65 -0
  176. package/bundled-skills/yao-meta-skill/references/distribution-registry-method.md +60 -0
  177. package/bundled-skills/yao-meta-skill/references/eval-playbook.md +69 -0
  178. package/bundled-skills/yao-meta-skill/references/gate-selection.md +68 -0
  179. package/bundled-skills/yao-meta-skill/references/governance.md +134 -0
  180. package/bundled-skills/yao-meta-skill/references/human-review-template.md +54 -0
  181. package/bundled-skills/yao-meta-skill/references/intent-dialogue.md +138 -0
  182. package/bundled-skills/yao-meta-skill/references/iteration-philosophy.md +30 -0
  183. package/bundled-skills/yao-meta-skill/references/non-skill-decision-tree.md +39 -0
  184. package/bundled-skills/yao-meta-skill/references/operating-modes.md +107 -0
  185. package/bundled-skills/yao-meta-skill/references/output-eval-method.md +113 -0
  186. package/bundled-skills/yao-meta-skill/references/output-quality-risk.md +41 -0
  187. package/bundled-skills/yao-meta-skill/references/output-visual-quality.md +53 -0
  188. package/bundled-skills/yao-meta-skill/references/packaging-contracts.md +70 -0
  189. package/bundled-skills/yao-meta-skill/references/pattern-extraction-doctrine.md +76 -0
  190. package/bundled-skills/yao-meta-skill/references/platform-capability-matrix.md +49 -0
  191. package/bundled-skills/yao-meta-skill/references/prompt-engineering-doctrine.md +76 -0
  192. package/bundled-skills/yao-meta-skill/references/qa-ladder.md +57 -0
  193. package/bundled-skills/yao-meta-skill/references/reference-scan.md +126 -0
  194. package/bundled-skills/yao-meta-skill/references/regression-cause-taxonomy.md +80 -0
  195. package/bundled-skills/yao-meta-skill/references/resource-boundaries.md +120 -0
  196. package/bundled-skills/yao-meta-skill/references/review-studio-method.md +87 -0
  197. package/bundled-skills/yao-meta-skill/references/review-waiver-method.md +76 -0
  198. package/bundled-skills/yao-meta-skill/references/runtime-conformance-method.md +21 -0
  199. package/bundled-skills/yao-meta-skill/references/skill-archetypes.md +86 -0
  200. package/bundled-skills/yao-meta-skill/references/skill-atlas-method.md +35 -0
  201. package/bundled-skills/yao-meta-skill/references/skill-engineering-method.md +210 -0
  202. package/bundled-skills/yao-meta-skill/references/skill-ir-method.md +41 -0
  203. package/bundled-skills/yao-meta-skill/references/skillops-decision-policy.md +53 -0
  204. package/bundled-skills/yao-meta-skill/references/systems-thinking-doctrine.md +75 -0
  205. package/bundled-skills/yao-meta-skill/references/telemetry-drift-method.md +182 -0
  206. package/bundled-skills/yao-meta-skill/references/trust-security-method.md +79 -0
  207. package/bundled-skills/yao-meta-skill/references/user-memory-policy.md +35 -0
  208. package/bundled-skills/youtube-notetaker/SKILL.md +209 -0
  209. package/bundled-skills/youtube-notetaker/reference/artifact.html +269 -0
  210. package/bundled-skills/youtube-notetaker/scripts/contact_sheet.py +53 -0
  211. package/bundled-skills/youtube-notetaker/scripts/detect_slides.sh +19 -0
  212. package/bundled-skills/youtube-notetaker/scripts/download.sh +24 -0
  213. package/bundled-skills/youtube-notetaker/scripts/extract_slides.py +43 -0
  214. package/bundled-skills/youtube-notetaker/scripts/serve.py +222 -0
  215. package/bundled-skills/youtube-notetaker/scripts/setup.sh +27 -0
  216. package/bundled-skills/youtube-notetaker/scripts/verify.sh +31 -0
  217. package/bundled-skills/youtube-notetaker/scripts/vtt_to_transcript.py +59 -0
  218. package/bundled-skills/youtube-notetaker/scripts/write_library_item.py +69 -0
  219. package/package.json +1 -1
  220. package/skills_index.json +2013 -330
  221. package/bundled-skills/ai-md/SKILL.md +0 -523
  222. package/bundled-skills/atlas-contract/SKILL.md +0 -650
  223. package/bundled-skills/busybox-on-windows/SKILL.md +0 -40
  224. package/bundled-skills/monte-carlo-prevent/SKILL.md +0 -257
  225. package/bundled-skills/monte-carlo-prevent/references/TROUBLESHOOTING.md +0 -23
  226. package/bundled-skills/monte-carlo-prevent/references/parameters.md +0 -32
  227. package/bundled-skills/monte-carlo-prevent/references/workflows.md +0 -478
  228. package/bundled-skills/monte-carlo-push-ingestion/SKILL.md +0 -372
  229. package/bundled-skills/monte-carlo-push-ingestion/references/anomaly-detection.md +0 -87
  230. package/bundled-skills/monte-carlo-push-ingestion/references/custom-lineage.md +0 -203
  231. package/bundled-skills/monte-carlo-push-ingestion/references/direct-http-api.md +0 -207
  232. package/bundled-skills/monte-carlo-push-ingestion/references/prerequisites.md +0 -150
  233. package/bundled-skills/monte-carlo-push-ingestion/references/push-lineage.md +0 -160
  234. package/bundled-skills/monte-carlo-push-ingestion/references/push-metadata.md +0 -158
  235. package/bundled-skills/monte-carlo-push-ingestion/references/push-query-logs.md +0 -219
  236. package/bundled-skills/monte-carlo-push-ingestion/references/validation.md +0 -257
  237. package/bundled-skills/monte-carlo-push-ingestion/scripts/sample_verify.py +0 -357
  238. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/collect_and_push_lineage.py +0 -70
  239. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/collect_and_push_metadata.py +0 -65
  240. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/collect_and_push_query_logs.py +0 -70
  241. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/collect_lineage.py +0 -214
  242. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/collect_metadata.py +0 -160
  243. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/collect_query_logs.py +0 -164
  244. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/push_lineage.py +0 -198
  245. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/push_metadata.py +0 -193
  246. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/push_query_logs.py +0 -207
  247. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery-iceberg/collect_and_push_metadata.py +0 -71
  248. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery-iceberg/collect_and_push_query_logs.py +0 -64
  249. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery-iceberg/collect_metadata.py +0 -253
  250. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery-iceberg/collect_query_logs.py +0 -149
  251. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery-iceberg/push_metadata.py +0 -190
  252. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery-iceberg/push_query_logs.py +0 -208
  253. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/collect_and_push_lineage.py +0 -83
  254. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/collect_and_push_metadata.py +0 -77
  255. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/collect_and_push_query_logs.py +0 -83
  256. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/collect_lineage.py +0 -240
  257. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/collect_metadata.py +0 -212
  258. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/collect_query_logs.py +0 -204
  259. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/push_lineage.py +0 -192
  260. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/push_metadata.py +0 -178
  261. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/push_query_logs.py +0 -200
  262. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/collect_and_push_lineage.py +0 -119
  263. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/collect_and_push_metadata.py +0 -119
  264. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/collect_and_push_query_logs.py +0 -117
  265. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/collect_lineage.py +0 -265
  266. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/collect_metadata.py +0 -313
  267. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/collect_query_logs.py +0 -284
  268. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/push_lineage.py +0 -309
  269. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/push_metadata.py +0 -245
  270. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/push_query_logs.py +0 -255
  271. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/collect_and_push_lineage.py +0 -78
  272. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/collect_and_push_metadata.py +0 -80
  273. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/collect_and_push_query_logs.py +0 -88
  274. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/collect_lineage.py +0 -235
  275. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/collect_metadata.py +0 -219
  276. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/collect_query_logs.py +0 -239
  277. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/push_lineage.py +0 -178
  278. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/push_metadata.py +0 -178
  279. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/push_query_logs.py +0 -196
  280. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/collect_and_push_lineage.py +0 -154
  281. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/collect_and_push_metadata.py +0 -137
  282. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/collect_and_push_query_logs.py +0 -137
  283. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/collect_lineage.py +0 -349
  284. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/collect_metadata.py +0 -329
  285. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/collect_query_logs.py +0 -254
  286. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/push_lineage.py +0 -307
  287. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/push_metadata.py +0 -228
  288. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/push_query_logs.py +0 -248
  289. package/bundled-skills/monte-carlo-push-ingestion/scripts/test_template_sdk_usage.py +0 -340
  290. package/bundled-skills/skill-optimizer/SKILL.md +0 -271
  291. package/bundled-skills/using-superpowers/SKILL.md +0 -98
package/skills_index.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "path": "skills/00-andruia-consultant",
5
5
  "category": "andruia",
6
6
  "name": "00-andruia-consultant",
7
- "description": "Arquitecto de Soluciones Principal y Consultor Tecnol\u00f3gico de Andru.ia. Diagnostica y traza la hoja de ruta \u00f3ptima para proyectos de IA en espa\u00f1ol.",
7
+ "description": "Arquitecto de Soluciones Principal y Consultor Tecnológico de Andru.ia. Diagnostica y traza la hoja de ruta óptima para proyectos de IA en español.",
8
8
  "risk": "safe",
9
9
  "source": "personal",
10
10
  "date_added": "2026-02-27",
@@ -48,7 +48,7 @@
48
48
  "path": "skills/10-andruia-skill-smith",
49
49
  "category": "andruia",
50
50
  "name": "10-andruia-skill-smith",
51
- "description": "Ingeniero de Sistemas de Andru.ia. Dise\u00f1a, redacta y despliega nuevas habilidades (skills) dentro del repositorio siguiendo el Est\u00e1ndar de Diamante.",
51
+ "description": "Ingeniero de Sistemas de Andru.ia. Diseña, redacta y despliega nuevas habilidades (skills) dentro del repositorio siguiendo el Estándar de Diamante.",
52
52
  "risk": "safe",
53
53
  "source": "personal",
54
54
  "date_added": "2026-02-25",
@@ -70,7 +70,7 @@
70
70
  "path": "skills/20-andruia-niche-intelligence",
71
71
  "category": "andruia",
72
72
  "name": "20-andruia-niche-intelligence",
73
- "description": "Estratega de Inteligencia de Dominio de Andru.ia. Analiza el nicho espec\u00edfico de un proyecto para inyectar conocimientos, regulaciones y est\u00e1ndares \u00fanicos del sector. Act\u00edvalo tras definir el nicho.",
73
+ "description": "Estratega de Inteligencia de Dominio de Andru.ia. Analiza el nicho específico de un proyecto para inyectar conocimientos, regulaciones y estándares únicos del sector. Actívalo tras definir el nicho.",
74
74
  "risk": "safe",
75
75
  "source": "personal",
76
76
  "date_added": "2026-02-27",
@@ -114,7 +114,7 @@
114
114
  "path": "skills/2slides-ppt-generator",
115
115
  "category": "api-integration",
116
116
  "name": "2slides-ppt-generator",
117
- "description": "AI-powered presentation generation via the 2slides API \u2014 create slides from text, match a reference image style, summarize documents into decks, add AI voice narration, and export pages/audio. Use for any \"make slides\", \"create a deck\", or \"slides from this document\" request.",
117
+ "description": "AI-powered presentation generation via the 2slides API create slides from text, match a reference image style, summarize documents into decks, add AI voice narration, and export pages/audio. Use for any \"make slides\", \"create a deck\", or \"slides from this document\" request.",
118
118
  "risk": "safe",
119
119
  "source": "community",
120
120
  "date_added": "2026-06-05",
@@ -153,6 +153,28 @@
153
153
  "reasons": []
154
154
  }
155
155
  },
156
+ {
157
+ "id": "3d-ui",
158
+ "path": "skills/design-it/3d-ui",
159
+ "category": "design-it",
160
+ "name": "3d-ui",
161
+ "description": "Web and App implementation guide for 3D UI. Trigger when user wants actual 3D objects, perspective effects, and spatial depth.",
162
+ "risk": "safe",
163
+ "source": "self",
164
+ "date_added": "2026-06-17",
165
+ "plugin": {
166
+ "targets": {
167
+ "codex": "supported",
168
+ "claude": "supported"
169
+ },
170
+ "setup": {
171
+ "type": "none",
172
+ "summary": "",
173
+ "docs": null
174
+ },
175
+ "reasons": []
176
+ }
177
+ },
156
178
  {
157
179
  "id": "3d-web-experience",
158
180
  "path": "skills/3d-web-experience",
@@ -246,7 +268,7 @@
246
268
  "path": "skills/accesslint-audit",
247
269
  "category": "web-development",
248
270
  "name": "accesslint-audit",
249
- "description": "Find and fix WCAG 2.2 accessibility issues. Two modes \u2014 report (sweep a codebase or page, produce a prioritized written report, no edits) and fix (audit\u2192edit\u2192verify loop on a target). Prefers direct-CDP live-DOM auditing; falls back to a browser-MCP composition or HTML-string audits.",
271
+ "description": "Find and fix WCAG 2.2 accessibility issues. Two modes report (sweep a codebase or page, produce a prioritized written report, no edits) and fix (audit→edit→verify loop on a target). Prefers direct-CDP live-DOM auditing; falls back to a browser-MCP composition or HTML-string audits.",
250
272
  "risk": "safe",
251
273
  "source": "https://github.com/AccessLint/skills",
252
274
  "date_added": "2026-06-02",
@@ -268,7 +290,7 @@
268
290
  "path": "skills/accesslint-diff",
269
291
  "category": "uncategorized",
270
292
  "name": "accesslint-diff",
271
- "description": "Diff a live page's accessibility violations against a baseline \u2014 by default compares uncommitted changes (stash-based), or pass --branch [<name>] to diff against a branch. Reports only new violations introduced, violations fixed, and pre-existing count. Use `scan` for a full audit with no diffing.",
293
+ "description": "Diff a live page's accessibility violations against a baseline by default compares uncommitted changes (stash-based), or pass --branch [<name>] to diff against a branch. Reports only new violations introduced, violations fixed, and pre-existing count. Use `scan` for a full audit with no diffing.",
272
294
  "risk": "safe",
273
295
  "source": "https://github.com/AccessLint/skills",
274
296
  "date_added": "2026-06-02",
@@ -534,7 +556,7 @@
534
556
  "path": "skills/agent-evaluation",
535
557
  "category": "ai-agents",
536
558
  "name": "agent-evaluation",
537
- "description": "Testing and benchmarking LLM agents including behavioral testing, capability assessment, reliability metrics, and production monitoring\u2014where even top agents achieve less than 50% on real-world benchmarks",
559
+ "description": "Testing and benchmarking LLM agents including behavioral testing, capability assessment, reliability metrics, and production monitoring—where even top agents achieve less than 50% on real-world benchmarks",
538
560
  "risk": "safe",
539
561
  "source": "vibeship-spawner-skills (Apache 2.0)",
540
562
  "date_added": "2026-02-27",
@@ -844,7 +866,7 @@
844
866
  "path": "skills/agentphone",
845
867
  "category": "ai-ml",
846
868
  "name": "agentphone",
847
- "description": "Build AI phone agents with AgentPhone API. Use when the user wants to make phone calls, send/receive SMS, manage phone numbers, create voice agents, set up webhooks, or check usage \u2014 anything related to telephony, phone numbers, or voice AI.",
869
+ "description": "Build AI phone agents with AgentPhone API. Use when the user wants to make phone calls, send/receive SMS, manage phone numbers, create voice agents, set up webhooks, or check usage anything related to telephony, phone numbers, or voice AI.",
848
870
  "risk": "critical",
849
871
  "source": "community",
850
872
  "date_added": null,
@@ -976,7 +998,7 @@
976
998
  "path": "skills/ai-analyzer",
977
999
  "category": "ai-ml",
978
1000
  "name": "ai-analyzer",
979
- "description": "AI\u9a71\u52a8\u7684\u7efc\u5408\u5065\u5eb7\u5206\u6790\u7cfb\u7edf\uff0c\u6574\u5408\u591a\u7ef4\u5ea6\u5065\u5eb7\u6570\u636e\u3001\u8bc6\u522b\u5f02\u5e38\u6a21\u5f0f\u3001\u9884\u6d4b\u5065\u5eb7\u98ce\u9669\u3001\u63d0\u4f9b\u4e2a\u6027\u5316\u5efa\u8bae\u3002\u652f\u6301\u667a\u80fd\u95ee\u7b54\u548cAI\u5065\u5eb7\u62a5\u544a\u751f\u6210\u3002",
1001
+ "description": "AI驱动的综合健康分析系统,整合多维度健康数据、识别异常模式、预测健康风险、提供个性化建议。支持智能问答和AI健康报告生成。",
980
1002
  "risk": "unknown",
981
1003
  "source": "community",
982
1004
  "date_added": null,
@@ -1061,30 +1083,6 @@
1061
1083
  ]
1062
1084
  }
1063
1085
  },
1064
- {
1065
- "id": "ai-md",
1066
- "path": "skills/ai-md",
1067
- "category": "ai-ml",
1068
- "name": "ai-md",
1069
- "description": "Convert human-written CLAUDE.md into AI-native structured-label format. Battle-tested across 4 models. Same rules, fewer tokens, higher compliance.",
1070
- "risk": "safe",
1071
- "source": "community",
1072
- "date_added": "2026-03-11",
1073
- "plugin": {
1074
- "targets": {
1075
- "codex": "blocked",
1076
- "claude": "supported"
1077
- },
1078
- "setup": {
1079
- "type": "none",
1080
- "summary": "",
1081
- "docs": null
1082
- },
1083
- "reasons": [
1084
- "target_specific_home_path"
1085
- ]
1086
- }
1087
- },
1088
1086
  {
1089
1087
  "id": "ai-ml",
1090
1088
  "path": "skills/ai-ml",
@@ -1129,6 +1127,28 @@
1129
1127
  "reasons": []
1130
1128
  }
1131
1129
  },
1130
+ {
1131
+ "id": "ai-native-ui",
1132
+ "path": "skills/design-it/ai-native-ui",
1133
+ "category": "design-it",
1134
+ "name": "ai-native-ui",
1135
+ "description": "Web and App implementation guide for AI Native UI. Trigger when user wants conversational interfaces, adaptive layouts, and generative AI aesthetics.",
1136
+ "risk": "safe",
1137
+ "source": "self",
1138
+ "date_added": "2026-06-17",
1139
+ "plugin": {
1140
+ "targets": {
1141
+ "codex": "supported",
1142
+ "claude": "supported"
1143
+ },
1144
+ "setup": {
1145
+ "type": "none",
1146
+ "summary": "",
1147
+ "docs": null
1148
+ },
1149
+ "reasons": []
1150
+ }
1151
+ },
1132
1152
  {
1133
1153
  "id": "ai-product",
1134
1154
  "path": "skills/ai-product",
@@ -1266,7 +1286,7 @@
1266
1286
  "path": "skills/akf-trust-metadata",
1267
1287
  "category": "uncategorized",
1268
1288
  "name": "akf-trust-metadata",
1269
- "description": "The AI native file format. EXIF for AI \u2014 stamps every file with trust scores, source provenance, and compliance metadata. Embeds into 20+ formats (DOCX, PDF, images, code). EU AI Act, SOX, HIPAA auditing.",
1289
+ "description": "The AI native file format. EXIF for AI stamps every file with trust scores, source provenance, and compliance metadata. Embeds into 20+ formats (DOCX, PDF, images, code). EU AI Act, SOX, HIPAA auditing.",
1270
1290
  "risk": "safe",
1271
1291
  "source": "community",
1272
1292
  "date_added": "2026-03-27",
@@ -1420,7 +1440,7 @@
1420
1440
  "path": "skills/analytics-product",
1421
1441
  "category": "data",
1422
1442
  "name": "analytics-product",
1423
- "description": "Analytics de produto \u2014 PostHog, Mixpanel, eventos, funnels, cohorts, retencao, north star metric, OKRs e dashboards de produto.",
1443
+ "description": "Analytics de produto PostHog, Mixpanel, eventos, funnels, cohorts, retencao, north star metric, OKRs e dashboards de produto.",
1424
1444
  "risk": "none",
1425
1445
  "source": "community",
1426
1446
  "date_added": "2026-03-06",
@@ -1511,20 +1531,22 @@
1511
1531
  "category": "tools",
1512
1532
  "name": "android-cli",
1513
1533
  "description": "Orchestrates Android development tasks including project creation, deployment, SDK management, and environment diagnostics using the `android` command-line tool.",
1514
- "risk": "safe",
1534
+ "risk": "critical",
1515
1535
  "source": "self",
1516
1536
  "date_added": "2026-06-15",
1517
1537
  "plugin": {
1518
1538
  "targets": {
1519
- "codex": "supported",
1520
- "claude": "supported"
1539
+ "codex": "blocked",
1540
+ "claude": "blocked"
1521
1541
  },
1522
1542
  "setup": {
1523
- "type": "none",
1524
- "summary": "",
1525
- "docs": null
1543
+ "type": "manual",
1544
+ "summary": "Installer guidance executes remote Android CLI setup scripts; keep out of plugin-safe bundles.",
1545
+ "docs": "SKILL.md"
1526
1546
  },
1527
- "reasons": []
1547
+ "reasons": [
1548
+ "explicit_target_restriction"
1549
+ ]
1528
1550
  }
1529
1551
  },
1530
1552
  {
@@ -1571,6 +1593,28 @@
1571
1593
  "reasons": []
1572
1594
  }
1573
1595
  },
1596
+ {
1597
+ "id": "android-ui-journey-testing",
1598
+ "path": "skills/android-ui-journey-testing",
1599
+ "category": "testing",
1600
+ "name": "android-ui-journey-testing",
1601
+ "description": "XML-specified Android UI journey testing, interactive step execution, assertion verification, and JSON outcome reporting.",
1602
+ "risk": "critical",
1603
+ "source": "self",
1604
+ "date_added": "2026-06-18",
1605
+ "plugin": {
1606
+ "targets": {
1607
+ "codex": "supported",
1608
+ "claude": "supported"
1609
+ },
1610
+ "setup": {
1611
+ "type": "none",
1612
+ "summary": "",
1613
+ "docs": null
1614
+ },
1615
+ "reasons": []
1616
+ }
1617
+ },
1574
1618
  {
1575
1619
  "id": "android_ui_verification",
1576
1620
  "path": "skills/android_ui_verification",
@@ -1864,7 +1908,7 @@
1864
1908
  "path": "skills/aomi-transact",
1865
1909
  "category": "ai-ml",
1866
1910
  "name": "aomi-transact",
1867
- "description": "Build natural-language crypto/DeFi agents and EVM MCP plugins (Claude Code, Cursor, Codex, Gemini). Aomi turns prompts into wallet-signed txs on Ethereum, Base, Arbitrum, Optimism, Polygon, Linea \u2014 non-custodial, fork-simulated. 40+ apps: Uniswap, Aave, Lido, Morpho, GMX, Hyperliquid, Polymarket.",
1911
+ "description": "Build natural-language crypto/DeFi agents and EVM MCP plugins (Claude Code, Cursor, Codex, Gemini). Aomi turns prompts into wallet-signed txs on Ethereum, Base, Arbitrum, Optimism, Polygon, Linea non-custodial, fork-simulated. 40+ apps: Uniswap, Aave, Lido, Morpho, GMX, Hyperliquid, Polymarket.",
1868
1912
  "risk": "critical",
1869
1913
  "source": "aomi-labs/skills (MIT)",
1870
1914
  "date_added": "2026-05-06",
@@ -2461,7 +2505,7 @@
2461
2505
  "category": "uncategorized",
2462
2506
  "name": "apple-notes-search",
2463
2507
  "description": "Semantic + keyword search and connection-discovery across the user's own Apple Notes via the apple-notes MCP server. Use when the user wants to find, recall, or synthesize something from their notes, or surface non-obvious bridges/related notes. macOS, on-device.",
2464
- "risk": "safe",
2508
+ "risk": "critical",
2465
2509
  "source": "community",
2466
2510
  "date_added": "2026-06-16",
2467
2511
  "plugin": {
@@ -2470,12 +2514,13 @@
2470
2514
  "claude": "blocked"
2471
2515
  },
2472
2516
  "setup": {
2473
- "type": "none",
2474
- "summary": "",
2475
- "docs": null
2517
+ "type": "manual",
2518
+ "summary": "Requires third-party MCP setup and macOS Full Disk Access; keep out of plugin-safe bundles.",
2519
+ "docs": "SKILL.md"
2476
2520
  },
2477
2521
  "reasons": [
2478
- "absolute_host_path"
2522
+ "absolute_host_path",
2523
+ "explicit_target_restriction"
2479
2524
  ]
2480
2525
  }
2481
2526
  },
@@ -2677,6 +2722,28 @@
2677
2722
  "reasons": []
2678
2723
  }
2679
2724
  },
2725
+ {
2726
+ "id": "ask-matt",
2727
+ "path": "skills/ask-matt",
2728
+ "category": "productivity",
2729
+ "name": "ask-matt",
2730
+ "description": "Ask which skill or flow fits your situation. A router over the user-invoked skills in this repo.",
2731
+ "risk": "safe",
2732
+ "source": "community",
2733
+ "date_added": "2026-06-19",
2734
+ "plugin": {
2735
+ "targets": {
2736
+ "codex": "supported",
2737
+ "claude": "supported"
2738
+ },
2739
+ "setup": {
2740
+ "type": "none",
2741
+ "summary": "",
2742
+ "docs": null
2743
+ },
2744
+ "reasons": []
2745
+ }
2746
+ },
2680
2747
  {
2681
2748
  "id": "ask-questions-if-underspecified",
2682
2749
  "path": "skills/ask-questions-if-underspecified",
@@ -2704,7 +2771,7 @@
2704
2771
  "path": "skills/astro",
2705
2772
  "category": "frontend",
2706
2773
  "name": "astro",
2707
- "description": "Build content-focused websites with Astro \u2014 zero JS by default, islands architecture, multi-framework components, and Markdown/MDX support.",
2774
+ "description": "Build content-focused websites with Astro zero JS by default, islands architecture, multi-framework components, and Markdown/MDX support.",
2708
2775
  "risk": "safe",
2709
2776
  "source": "community",
2710
2777
  "date_added": "2026-03-18",
@@ -2765,28 +2832,6 @@
2765
2832
  "reasons": []
2766
2833
  }
2767
2834
  },
2768
- {
2769
- "id": "atlas-contract",
2770
- "path": "skills/atlas-contract",
2771
- "category": "backend",
2772
- "name": "atlas-contract",
2773
- "description": "Goal-integrity skill. Use for backend/API/persistence, preserve/do-not-change, tests/validation, mocks, rework, multi-part requests. Emits Goal Contracts, Deviation Notices, Phase Checks, Final Audits. Skip for Q&A or trivial edits.",
2774
- "risk": "critical",
2775
- "source": "community",
2776
- "date_added": "2026-06-12",
2777
- "plugin": {
2778
- "targets": {
2779
- "codex": "supported",
2780
- "claude": "supported"
2781
- },
2782
- "setup": {
2783
- "type": "none",
2784
- "summary": "",
2785
- "docs": null
2786
- },
2787
- "reasons": []
2788
- }
2789
- },
2790
2835
  {
2791
2836
  "id": "atlas-ledger",
2792
2837
  "path": "skills/atlas-ledger",
@@ -2798,15 +2843,17 @@
2798
2843
  "date_added": "2026-06-12",
2799
2844
  "plugin": {
2800
2845
  "targets": {
2801
- "codex": "supported",
2802
- "claude": "supported"
2846
+ "codex": "blocked",
2847
+ "claude": "blocked"
2803
2848
  },
2804
2849
  "setup": {
2805
- "type": "none",
2806
- "summary": "",
2807
- "docs": null
2850
+ "type": "manual",
2851
+ "summary": "Writes durable Atlas.md project memory after confirmation; keep out of plugin-safe bundles.",
2852
+ "docs": "SKILL.md"
2808
2853
  },
2809
- "reasons": []
2854
+ "reasons": [
2855
+ "explicit_target_restriction"
2856
+ ]
2810
2857
  }
2811
2858
  },
2812
2859
  {
@@ -2923,6 +2970,28 @@
2923
2970
  ]
2924
2971
  }
2925
2972
  },
2973
+ {
2974
+ "id": "aurora-ui",
2975
+ "path": "skills/design-it/aurora-ui",
2976
+ "category": "design-it",
2977
+ "name": "aurora-ui",
2978
+ "description": "Web and App implementation guide for Aurora UI. Trigger when user wants gradient glows, color blobs, and atmospheric lighting effects.",
2979
+ "risk": "safe",
2980
+ "source": "self",
2981
+ "date_added": "2026-06-17",
2982
+ "plugin": {
2983
+ "targets": {
2984
+ "codex": "supported",
2985
+ "claude": "supported"
2986
+ },
2987
+ "setup": {
2988
+ "type": "none",
2989
+ "summary": "",
2990
+ "docs": null
2991
+ },
2992
+ "reasons": []
2993
+ }
2994
+ },
2926
2995
  {
2927
2996
  "id": "auth-implementation-patterns",
2928
2997
  "path": "skills/auth-implementation-patterns",
@@ -3302,7 +3371,7 @@
3302
3371
  "path": "skills/awt-e2e-testing",
3303
3372
  "category": "test-automation",
3304
3373
  "name": "awt-e2e-testing",
3305
- "description": "AI-powered E2E web testing \u2014 eyes and hands for AI coding tools. Declarative YAML scenarios, Playwright execution, visual matching (OpenCV + OCR), platform auto-detection (Flutter/React/Vue), learning DB. Install: npx skills add ksgisang/awt-skill --skill awt -g",
3374
+ "description": "AI-powered E2E web testing eyes and hands for AI coding tools. Declarative YAML scenarios, Playwright execution, visual matching (OpenCV + OCR), platform auto-detection (Flutter/React/Vue), learning DB. Install: npx skills add ksgisang/awt-skill --skill awt -g",
3306
3375
  "risk": "unknown",
3307
3376
  "source": "https://github.com/ksgisang/awt-skill",
3308
3377
  "date_added": null,
@@ -3324,7 +3393,7 @@
3324
3393
  "path": "skills/axiom",
3325
3394
  "category": "uncategorized",
3326
3395
  "name": "axiom",
3327
- "description": "First-principles assumption auditor. Classifies each hidden assumption (fact / convention / belief / interest-driven), ranks by fragility \u00d7 impact, and rebuilds conclusions from verified premises. Bilingual: auto-detects Chinese or English.",
3396
+ "description": "First-principles assumption auditor. Classifies each hidden assumption (fact / convention / belief / interest-driven), ranks by fragility × impact, and rebuilds conclusions from verified premises. Bilingual: auto-detects Chinese or English.",
3328
3397
  "risk": "safe",
3329
3398
  "source": "community",
3330
3399
  "date_added": "2026-04-13",
@@ -4050,7 +4119,7 @@
4050
4119
  "path": "skills/azure-communication-callingserver-java",
4051
4120
  "category": "cloud",
4052
4121
  "name": "azure-communication-callingserver-java",
4053
- "description": "\u26a0\ufe0f DEPRECATED: This SDK has been renamed to Call Automation. For new projects, use azure-communication-callautomation instead. This skill is for maintaining legacy code only.",
4122
+ "description": "⚠️ DEPRECATED: This SDK has been renamed to Call Automation. For new projects, use azure-communication-callautomation instead. This skill is for maintaining legacy code only.",
4054
4123
  "risk": "safe",
4055
4124
  "source": "community",
4056
4125
  "date_added": "2026-02-27",
@@ -6294,7 +6363,7 @@
6294
6363
  "path": "skills/bdistill-behavioral-xray",
6295
6364
  "category": "ai-testing",
6296
6365
  "name": "bdistill-behavioral-xray",
6297
- "description": "X-ray any AI model's behavioral patterns \u2014 refusal boundaries, hallucination tendencies, reasoning style, formatting defaults. No API key needed.",
6366
+ "description": "X-ray any AI model's behavioral patterns refusal boundaries, hallucination tendencies, reasoning style, formatting defaults. No API key needed.",
6298
6367
  "risk": "safe",
6299
6368
  "source": "community",
6300
6369
  "date_added": "2026-03-20",
@@ -6377,6 +6446,28 @@
6377
6446
  "reasons": []
6378
6447
  }
6379
6448
  },
6449
+ {
6450
+ "id": "bento-ui",
6451
+ "path": "skills/design-it/bento-ui",
6452
+ "category": "design-it",
6453
+ "name": "bento-ui",
6454
+ "description": "Web and App implementation guide for Bento UI. Trigger when user wants modular grid cards, Apple-like dashboard style, or sections arranged like a bento box.",
6455
+ "risk": "safe",
6456
+ "source": "self",
6457
+ "date_added": "2026-06-17",
6458
+ "plugin": {
6459
+ "targets": {
6460
+ "codex": "supported",
6461
+ "claude": "supported"
6462
+ },
6463
+ "setup": {
6464
+ "type": "none",
6465
+ "summary": "",
6466
+ "docs": null
6467
+ },
6468
+ "reasons": []
6469
+ }
6470
+ },
6380
6471
  {
6381
6472
  "id": "bevy-ecs-expert",
6382
6473
  "path": "skills/bevy-ecs-expert",
@@ -6428,7 +6519,7 @@
6428
6519
  "path": "skills/bill-gates",
6429
6520
  "category": "uncategorized",
6430
6521
  "name": "bill-gates",
6431
- "description": "Agente que simula Bill Gates \u2014 cofundador da Microsoft, arquiteto da industria de software comercial, estrategista tecnologico global, investidor sistemico e filantropo baseado em dados.",
6522
+ "description": "Agente que simula Bill Gates cofundador da Microsoft, arquiteto da industria de software comercial, estrategista tecnologico global, investidor sistemico e filantropo baseado em dados.",
6432
6523
  "risk": "safe",
6433
6524
  "source": "community",
6434
6525
  "date_added": "2026-03-06",
@@ -6584,7 +6675,7 @@
6584
6675
  "path": "skills/blog-writing-guide",
6585
6676
  "category": "content",
6586
6677
  "name": "blog-writing-guide",
6587
- "description": "This skill enforces Sentry's blog writing standards across every post \u2014 whether you're helping an engineer write their first blog post or a marketer draft a product announcement.",
6678
+ "description": "This skill enforces Sentry's blog writing standards across every post whether you're helping an engineer write their first blog post or a marketer draft a product announcement.",
6588
6679
  "risk": "unknown",
6589
6680
  "source": "community",
6590
6681
  "date_added": "2026-03-06",
@@ -6606,7 +6697,7 @@
6606
6697
  "path": "skills/blueprint",
6607
6698
  "category": "planning",
6608
6699
  "name": "blueprint",
6609
- "description": "Turn a one-line objective into a step-by-step construction plan any coding agent can execute cold. Each step has a self-contained context brief \u2014 a fresh agent in a new session can pick up any step without reading prior steps.",
6700
+ "description": "Turn a one-line objective into a step-by-step construction plan any coding agent can execute cold. Each step has a self-contained context brief a fresh agent in a new session can pick up any step without reading prior steps.",
6610
6701
  "risk": "safe",
6611
6702
  "source": "community",
6612
6703
  "date_added": "2026-03-10",
@@ -6889,6 +6980,50 @@
6889
6980
  "reasons": []
6890
6981
  }
6891
6982
  },
6983
+ {
6984
+ "id": "brutalism",
6985
+ "path": "skills/design-it/brutalism",
6986
+ "category": "design-it",
6987
+ "name": "brutalism",
6988
+ "description": "Web and App implementation guide for Brutalism. Trigger when user wants a raw appearance, intentionally unfinished look, and rejection of standard design conventions.",
6989
+ "risk": "safe",
6990
+ "source": "self",
6991
+ "date_added": "2026-06-17",
6992
+ "plugin": {
6993
+ "targets": {
6994
+ "codex": "supported",
6995
+ "claude": "supported"
6996
+ },
6997
+ "setup": {
6998
+ "type": "none",
6999
+ "summary": "",
7000
+ "docs": null
7001
+ },
7002
+ "reasons": []
7003
+ }
7004
+ },
7005
+ {
7006
+ "id": "brutalist-typography",
7007
+ "path": "skills/design-it/brutalist-typography",
7008
+ "category": "design-it",
7009
+ "name": "brutalist-typography",
7010
+ "description": "Web and App implementation guide for Brutalist Typography. Trigger when user wants huge fonts, raw presentation, and aggressive layout decisions.",
7011
+ "risk": "safe",
7012
+ "source": "self",
7013
+ "date_added": "2026-06-17",
7014
+ "plugin": {
7015
+ "targets": {
7016
+ "codex": "supported",
7017
+ "claude": "supported"
7018
+ },
7019
+ "setup": {
7020
+ "type": "none",
7021
+ "summary": "",
7022
+ "docs": null
7023
+ },
7024
+ "reasons": []
7025
+ }
7026
+ },
6892
7027
  {
6893
7028
  "id": "bug-hunter",
6894
7029
  "path": "skills/bug-hunter",
@@ -6911,6 +7046,28 @@
6911
7046
  "reasons": []
6912
7047
  }
6913
7048
  },
7049
+ {
7050
+ "id": "bugs-are-annoying",
7051
+ "path": "skills/bugs-are-annoying",
7052
+ "category": "uncategorized",
7053
+ "name": "bugs-are-annoying",
7054
+ "description": "Adversarial code auditor that hunts down bugs, logic errors, and security flaws. Use for deep correctness passes, not style reviews.",
7055
+ "risk": "critical",
7056
+ "source": "community",
7057
+ "date_added": "2026-06-19",
7058
+ "plugin": {
7059
+ "targets": {
7060
+ "codex": "supported",
7061
+ "claude": "supported"
7062
+ },
7063
+ "setup": {
7064
+ "type": "none",
7065
+ "summary": "",
7066
+ "docs": null
7067
+ },
7068
+ "reasons": []
7069
+ }
7070
+ },
6914
7071
  {
6915
7072
  "id": "build",
6916
7073
  "path": "skills/build",
@@ -7109,28 +7266,6 @@
7109
7266
  "reasons": []
7110
7267
  }
7111
7268
  },
7112
- {
7113
- "id": "busybox-on-windows",
7114
- "path": "skills/busybox-on-windows",
7115
- "category": "development",
7116
- "name": "busybox-on-windows",
7117
- "description": "How to use a Win32 build of BusyBox to run many of the standard UNIX command line tools on Windows.",
7118
- "risk": "safe",
7119
- "source": "community",
7120
- "date_added": "2026-02-27",
7121
- "plugin": {
7122
- "targets": {
7123
- "codex": "supported",
7124
- "claude": "supported"
7125
- },
7126
- "setup": {
7127
- "type": "none",
7128
- "summary": "",
7129
- "docs": null
7130
- },
7131
- "reasons": []
7132
- }
7133
- },
7134
7269
  {
7135
7270
  "id": "buywhere-product-catalog",
7136
7271
  "path": "skills/buywhere-product-catalog",
@@ -7417,6 +7552,28 @@
7417
7552
  "reasons": []
7418
7553
  }
7419
7554
  },
7555
+ {
7556
+ "id": "card-based-design",
7557
+ "path": "skills/design-it/card-based-design",
7558
+ "category": "design-it",
7559
+ "name": "card-based-design",
7560
+ "description": "Web and App implementation guide for Card-Based Design. Trigger when user wants information cards, Pinterest-style layouts, and bite-sized content containers.",
7561
+ "risk": "safe",
7562
+ "source": "self",
7563
+ "date_added": "2026-06-17",
7564
+ "plugin": {
7565
+ "targets": {
7566
+ "codex": "supported",
7567
+ "claude": "supported"
7568
+ },
7569
+ "setup": {
7570
+ "type": "none",
7571
+ "summary": "",
7572
+ "docs": null
7573
+ },
7574
+ "reasons": []
7575
+ }
7576
+ },
7420
7577
  {
7421
7578
  "id": "carrier-relationship-management",
7422
7579
  "path": "skills/carrier-relationship-management",
@@ -8151,6 +8308,28 @@
8151
8308
  "reasons": []
8152
8309
  }
8153
8310
  },
8311
+ {
8312
+ "id": "claymorphism",
8313
+ "path": "skills/design-it/claymorphism",
8314
+ "category": "design-it",
8315
+ "name": "claymorphism",
8316
+ "description": "Web and App implementation guide for Claymorphism. Trigger when user wants soft 3D elements, rounded shapes, and a playful, tactile appearance.",
8317
+ "risk": "safe",
8318
+ "source": "self",
8319
+ "date_added": "2026-06-17",
8320
+ "plugin": {
8321
+ "targets": {
8322
+ "codex": "supported",
8323
+ "claude": "supported"
8324
+ },
8325
+ "setup": {
8326
+ "type": "none",
8327
+ "summary": "",
8328
+ "docs": null
8329
+ },
8330
+ "reasons": []
8331
+ }
8332
+ },
8154
8333
  {
8155
8334
  "id": "clean-code",
8156
8335
  "path": "skills/clean-code",
@@ -8701,6 +8880,28 @@
8701
8880
  "reasons": []
8702
8881
  }
8703
8882
  },
8883
+ {
8884
+ "id": "codebase-design",
8885
+ "path": "skills/codebase-design",
8886
+ "category": "architecture",
8887
+ "name": "codebase-design",
8888
+ "description": "Shared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunities, decide where a seam goes, make code more testable or AI-navigable, or when another skill needs the deep-module vocabulary.",
8889
+ "risk": "safe",
8890
+ "source": "community",
8891
+ "date_added": "2026-06-19",
8892
+ "plugin": {
8893
+ "targets": {
8894
+ "codex": "supported",
8895
+ "claude": "supported"
8896
+ },
8897
+ "setup": {
8898
+ "type": "none",
8899
+ "summary": "",
8900
+ "docs": null
8901
+ },
8902
+ "reasons": []
8903
+ }
8904
+ },
8704
8905
  {
8705
8906
  "id": "codebase-to-wordpress-converter",
8706
8907
  "path": "skills/codebase-to-wordpress-converter",
@@ -8729,20 +8930,22 @@
8729
8930
  "category": "agent-behavior",
8730
8931
  "name": "codex-fable5",
8731
8932
  "description": "Apply Fable-inspired discipline to Codex work: inspect first, track goals and findings, ground conclusions in evidence, verify before completion, and adapt Claude/Fable prompt guidance without identity or provider claims.",
8732
- "risk": "safe",
8933
+ "risk": "critical",
8733
8934
  "source": "community",
8734
8935
  "date_added": "2026-06-15",
8735
8936
  "plugin": {
8736
8937
  "targets": {
8737
- "codex": "supported",
8738
- "claude": "supported"
8938
+ "codex": "blocked",
8939
+ "claude": "blocked"
8739
8940
  },
8740
8941
  "setup": {
8741
- "type": "none",
8742
- "summary": "",
8743
- "docs": null
8942
+ "type": "manual",
8943
+ "summary": "Optional external plugin/helper setup executes mutable third-party code; keep out of plugin-safe bundles.",
8944
+ "docs": "SKILL.md"
8744
8945
  },
8745
- "reasons": []
8946
+ "reasons": [
8947
+ "explicit_target_restriction"
8948
+ ]
8746
8949
  }
8747
8950
  },
8748
8951
  {
@@ -8789,6 +8992,28 @@
8789
8992
  "reasons": []
8790
8993
  }
8791
8994
  },
8995
+ {
8996
+ "id": "color-blocking",
8997
+ "path": "skills/design-it/color-blocking",
8998
+ "category": "design-it",
8999
+ "name": "color-blocking",
9000
+ "description": "Web and App implementation guide for Color Blocking. Trigger when user wants large color sections, striking layout divisions, and Mondrian-style grids.",
9001
+ "risk": "safe",
9002
+ "source": "self",
9003
+ "date_added": "2026-06-17",
9004
+ "plugin": {
9005
+ "targets": {
9006
+ "codex": "supported",
9007
+ "claude": "supported"
9008
+ },
9009
+ "setup": {
9010
+ "type": "none",
9011
+ "summary": "",
9012
+ "docs": null
9013
+ },
9014
+ "reasons": []
9015
+ }
9016
+ },
8792
9017
  {
8793
9018
  "id": "comfyui-gateway",
8794
9019
  "path": "skills/comfyui-gateway",
@@ -8811,12 +9036,34 @@
8811
9036
  "reasons": []
8812
9037
  }
8813
9038
  },
9039
+ {
9040
+ "id": "command-center-ui",
9041
+ "path": "skills/design-it/command-center-ui",
9042
+ "category": "design-it",
9043
+ "name": "command-center-ui",
9044
+ "description": "Web and App implementation guide for Command Center UI. Trigger when user wants monitoring systems, enterprise dashboards, NOCs, and global maps.",
9045
+ "risk": "safe",
9046
+ "source": "self",
9047
+ "date_added": "2026-06-17",
9048
+ "plugin": {
9049
+ "targets": {
9050
+ "codex": "supported",
9051
+ "claude": "supported"
9052
+ },
9053
+ "setup": {
9054
+ "type": "none",
9055
+ "summary": "",
9056
+ "docs": null
9057
+ },
9058
+ "reasons": []
9059
+ }
9060
+ },
8814
9061
  {
8815
9062
  "id": "commit",
8816
9063
  "path": "skills/commit",
8817
9064
  "category": "workflow",
8818
9065
  "name": "commit",
8819
- "description": "ALWAYS use this skill when committing code changes \u2014 never commit directly without it. Creates commits following Sentry conventions with proper conventional commit format and issue references. Trigger on any commit, git commit, save changes, or commit message task.",
9066
+ "description": "ALWAYS use this skill when committing code changes never commit directly without it. Creates commits following Sentry conventions with proper conventional commit format and issue references. Trigger on any commit, git commit, save changes, or commit message task.",
8820
9067
  "risk": "critical",
8821
9068
  "source": "community",
8822
9069
  "date_added": null,
@@ -8877,6 +9124,30 @@
8877
9124
  "reasons": []
8878
9125
  }
8879
9126
  },
9127
+ {
9128
+ "id": "competitor-analysis",
9129
+ "path": "skills/competitor-analysis",
9130
+ "category": "marketing",
9131
+ "name": "competitor-analysis",
9132
+ "description": "Research competitors with Browserbase discovery, enrichment lanes, screenshots, matrices, and HTML reports.",
9133
+ "risk": "safe",
9134
+ "source": "official",
9135
+ "date_added": "2026-06-19",
9136
+ "plugin": {
9137
+ "targets": {
9138
+ "codex": "blocked",
9139
+ "claude": "supported"
9140
+ },
9141
+ "setup": {
9142
+ "type": "none",
9143
+ "summary": "",
9144
+ "docs": null
9145
+ },
9146
+ "reasons": [
9147
+ "target_specific_home_path"
9148
+ ]
9149
+ }
9150
+ },
8880
9151
  {
8881
9152
  "id": "complexity-cuts",
8882
9153
  "path": "skills/complexity-cuts",
@@ -9960,7 +10231,7 @@
9960
10231
  "path": "skills/crossframe",
9961
10232
  "category": "workflow",
9962
10233
  "name": "crossframe",
9963
- "description": "Use when the user explicitly invokes CrossFrame or \u8de8\u5c3a\u5ea6\u7ed3\u6784\u8bca\u65ad for Chinese-canonical structural diagnosis of complex relationships, organizations, institutions, public disputes, or long-term evolution.",
10234
+ "description": "Use when the user explicitly invokes CrossFrame or 跨尺度结构诊断 for Chinese-canonical structural diagnosis of complex relationships, organizations, institutions, public disputes, or long-term evolution.",
9964
10235
  "risk": "safe",
9965
10236
  "source": "community",
9966
10237
  "date_added": "2026-06-16",
@@ -10373,6 +10644,50 @@
10373
10644
  "reasons": []
10374
10645
  }
10375
10646
  },
10647
+ {
10648
+ "id": "cyber-y2k",
10649
+ "path": "skills/design-it/cyber-y2k",
10650
+ "category": "design-it",
10651
+ "name": "cyber-y2k",
10652
+ "description": "Web and App implementation guide for Cyber Y2K. Trigger when user wants modern Y2K, holographic visuals, and glitch aesthetics.",
10653
+ "risk": "safe",
10654
+ "source": "self",
10655
+ "date_added": "2026-06-17",
10656
+ "plugin": {
10657
+ "targets": {
10658
+ "codex": "supported",
10659
+ "claude": "supported"
10660
+ },
10661
+ "setup": {
10662
+ "type": "none",
10663
+ "summary": "",
10664
+ "docs": null
10665
+ },
10666
+ "reasons": []
10667
+ }
10668
+ },
10669
+ {
10670
+ "id": "cyberpunk-ui",
10671
+ "path": "skills/design-it/cyberpunk-ui",
10672
+ "category": "design-it",
10673
+ "name": "cyberpunk-ui",
10674
+ "description": "Web and App implementation guide for Cyberpunk UI. Trigger when user wants neon colors, dark backgrounds, high-tech dystopian aesthetics, and hacking interfaces.",
10675
+ "risk": "safe",
10676
+ "source": "self",
10677
+ "date_added": "2026-06-17",
10678
+ "plugin": {
10679
+ "targets": {
10680
+ "codex": "supported",
10681
+ "claude": "supported"
10682
+ },
10683
+ "setup": {
10684
+ "type": "none",
10685
+ "summary": "",
10686
+ "docs": null
10687
+ },
10688
+ "reasons": []
10689
+ }
10690
+ },
10376
10691
  {
10377
10692
  "id": "daily",
10378
10693
  "path": "skills/daily",
@@ -10400,7 +10715,7 @@
10400
10715
  "path": "skills/daily-gift",
10401
10716
  "category": "productivity",
10402
10717
  "name": "daily-gift",
10403
- "description": "Relationship-aware daily gift engine with five-stage creative pipeline \u2014 editorial judgment, synthesis, concept generation, visual strategy, and rendering in H5, image, or video",
10718
+ "description": "Relationship-aware daily gift engine with five-stage creative pipeline editorial judgment, synthesis, concept generation, visual strategy, and rendering in H5, image, or video",
10404
10719
  "risk": "unknown",
10405
10720
  "source": "community",
10406
10721
  "date_added": "2026-04-15",
@@ -10439,6 +10754,28 @@
10439
10754
  "reasons": []
10440
10755
  }
10441
10756
  },
10757
+ {
10758
+ "id": "dark-mode",
10759
+ "path": "skills/design-it/dark-mode",
10760
+ "category": "design-it",
10761
+ "name": "dark-mode",
10762
+ "description": "Web and App implementation guide for Dark Mode Design. Trigger when user wants dark surfaces, reduced eye strain, and premium sleek aesthetics.",
10763
+ "risk": "safe",
10764
+ "source": "self",
10765
+ "date_added": "2026-06-17",
10766
+ "plugin": {
10767
+ "targets": {
10768
+ "codex": "supported",
10769
+ "claude": "supported"
10770
+ },
10771
+ "setup": {
10772
+ "type": "none",
10773
+ "summary": "",
10774
+ "docs": null
10775
+ },
10776
+ "reasons": []
10777
+ }
10778
+ },
10442
10779
  {
10443
10780
  "id": "dart",
10444
10781
  "path": "skills/super-code/dart",
@@ -10461,6 +10798,50 @@
10461
10798
  "reasons": []
10462
10799
  }
10463
10800
  },
10801
+ {
10802
+ "id": "dashboard-design",
10803
+ "path": "skills/design-it/dashboard-design",
10804
+ "category": "design-it",
10805
+ "name": "dashboard-design",
10806
+ "description": "Web and App implementation guide for Dashboard Design. Trigger when user wants analytics-focused layouts, data visualization, and modular overview screens.",
10807
+ "risk": "safe",
10808
+ "source": "self",
10809
+ "date_added": "2026-06-17",
10810
+ "plugin": {
10811
+ "targets": {
10812
+ "codex": "supported",
10813
+ "claude": "supported"
10814
+ },
10815
+ "setup": {
10816
+ "type": "none",
10817
+ "summary": "",
10818
+ "docs": null
10819
+ },
10820
+ "reasons": []
10821
+ }
10822
+ },
10823
+ {
10824
+ "id": "data-dense-design",
10825
+ "path": "skills/design-it/data-dense-design",
10826
+ "category": "design-it",
10827
+ "name": "data-dense-design",
10828
+ "description": "Web and App implementation guide for Data-Dense Design. Trigger when user wants professional tools, maximum information density, and expert interfaces (like Bloomberg terminals or IDEs).",
10829
+ "risk": "safe",
10830
+ "source": "self",
10831
+ "date_added": "2026-06-17",
10832
+ "plugin": {
10833
+ "targets": {
10834
+ "codex": "supported",
10835
+ "claude": "supported"
10836
+ },
10837
+ "setup": {
10838
+ "type": "none",
10839
+ "summary": "",
10840
+ "docs": null
10841
+ },
10842
+ "reasons": []
10843
+ }
10844
+ },
10464
10845
  {
10465
10846
  "id": "data-engineer",
10466
10847
  "path": "skills/data-engineer",
@@ -10598,7 +10979,7 @@
10598
10979
  "path": "skills/data-structure-protocol",
10599
10980
  "category": "data-science",
10600
10981
  "name": "data-structure-protocol",
10601
- "description": "Give agents persistent structural memory of a codebase \u2014 navigate dependencies, track public APIs, and understand why connections exist without re-reading the whole repo.",
10982
+ "description": "Give agents persistent structural memory of a codebase navigate dependencies, track public APIs, and understand why connections exist without re-reading the whole repo.",
10602
10983
  "risk": "safe",
10603
10984
  "source": "https://github.com/k-kolomeitsev/data-structure-protocol",
10604
10985
  "date_added": "2026-02-27",
@@ -11365,6 +11746,28 @@
11365
11746
  "reasons": []
11366
11747
  }
11367
11748
  },
11749
+ {
11750
+ "id": "design-it",
11751
+ "path": "skills/design-it",
11752
+ "category": "frontend",
11753
+ "name": "design-it",
11754
+ "description": "Routes frontend design tasks to 48 specific UI styles. Triggers for websites, app screens, or UI components requesting a specific aesthetic.",
11755
+ "risk": "safe",
11756
+ "source": "self",
11757
+ "date_added": "2026-06-17",
11758
+ "plugin": {
11759
+ "targets": {
11760
+ "codex": "supported",
11761
+ "claude": "supported"
11762
+ },
11763
+ "setup": {
11764
+ "type": "none",
11765
+ "summary": "",
11766
+ "docs": null
11767
+ },
11768
+ "reasons": []
11769
+ }
11770
+ },
11368
11771
  {
11369
11772
  "id": "design-md",
11370
11773
  "path": "skills/design-md",
@@ -11524,7 +11927,7 @@
11524
11927
  "path": "skills/devops-deploy",
11525
11928
  "category": "devops",
11526
11929
  "name": "devops-deploy",
11527
- "description": "DevOps e deploy de aplicacoes \u2014 Docker, CI/CD com GitHub Actions, AWS Lambda, SAM, Terraform, infraestrutura como codigo e monitoramento.",
11930
+ "description": "DevOps e deploy de aplicacoes Docker, CI/CD com GitHub Actions, AWS Lambda, SAM, Terraform, infraestrutura como codigo e monitoramento.",
11528
11931
  "risk": "critical",
11529
11932
  "source": "community",
11530
11933
  "date_added": "2026-03-06",
@@ -11563,6 +11966,28 @@
11563
11966
  "reasons": []
11564
11967
  }
11565
11968
  },
11969
+ {
11970
+ "id": "diagnosing-bugs",
11971
+ "path": "skills/diagnosing-bugs",
11972
+ "category": "development",
11973
+ "name": "diagnosing-bugs",
11974
+ "description": "Diagnosis loop for hard bugs and performance regressions. Use when the user says \"diagnose\"/\"debug this\", or reports something broken/throwing/failing/slow.",
11975
+ "risk": "safe",
11976
+ "source": "community",
11977
+ "date_added": "2026-06-19",
11978
+ "plugin": {
11979
+ "targets": {
11980
+ "codex": "supported",
11981
+ "claude": "supported"
11982
+ },
11983
+ "setup": {
11984
+ "type": "none",
11985
+ "summary": "",
11986
+ "docs": null
11987
+ },
11988
+ "reasons": []
11989
+ }
11990
+ },
11566
11991
  {
11567
11992
  "id": "diary",
11568
11993
  "path": "skills/diary",
@@ -12006,14 +12431,14 @@
12006
12431
  }
12007
12432
  },
12008
12433
  {
12009
- "id": "dos-verify-done-claims",
12010
- "path": "skills/dos-verify-done-claims",
12011
- "category": "quality",
12012
- "name": "dos-verify-done-claims",
12013
- "description": "Before accepting an agent's 'done / shipped / fixed' claim, verify it against ground truth (git ancestry + the commit's own diff) using the DOS kernel's `dos verify` and `dos commit-audit` \u2014 never the agent's own narration.",
12434
+ "id": "domain-modeling",
12435
+ "path": "skills/domain-modeling",
12436
+ "category": "architecture",
12437
+ "name": "domain-modeling",
12438
+ "description": "Build and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous language, record an architectural decision, or when another skill needs to maintain the domain model.",
12014
12439
  "risk": "safe",
12015
12440
  "source": "community",
12016
- "date_added": "2026-06-12",
12441
+ "date_added": "2026-06-19",
12017
12442
  "plugin": {
12018
12443
  "targets": {
12019
12444
  "codex": "supported",
@@ -12027,6 +12452,30 @@
12027
12452
  "reasons": []
12028
12453
  }
12029
12454
  },
12455
+ {
12456
+ "id": "dos-verify-done-claims",
12457
+ "path": "skills/dos-verify-done-claims",
12458
+ "category": "quality",
12459
+ "name": "dos-verify-done-claims",
12460
+ "description": "Before accepting an agent's 'done / shipped / fixed' claim, verify it against ground truth (git ancestry + the commit's own diff) using the DOS kernel's `dos verify` and `dos commit-audit` — never the agent's own narration.",
12461
+ "risk": "critical",
12462
+ "source": "community",
12463
+ "date_added": "2026-06-12",
12464
+ "plugin": {
12465
+ "targets": {
12466
+ "codex": "blocked",
12467
+ "claude": "blocked"
12468
+ },
12469
+ "setup": {
12470
+ "type": "manual",
12471
+ "summary": "Setup installs and executes an external PyPI CLI; keep out of plugin-safe bundles.",
12472
+ "docs": "SKILL.md"
12473
+ },
12474
+ "reasons": [
12475
+ "explicit_target_restriction"
12476
+ ]
12477
+ }
12478
+ },
12030
12479
  {
12031
12480
  "id": "dotnet-architect",
12032
12481
  "path": "skills/dotnet-architect",
@@ -12120,7 +12569,7 @@
12120
12569
  "path": "skills/drizzle-orm-expert",
12121
12570
  "category": "database",
12122
12571
  "name": "drizzle-orm-expert",
12123
- "description": "Expert in Drizzle ORM for TypeScript \u2014 schema design, relational queries, migrations, and serverless database integration. Use when building type-safe database layers with Drizzle.",
12572
+ "description": "Expert in Drizzle ORM for TypeScript schema design, relational queries, migrations, and serverless database integration. Use when building type-safe database layers with Drizzle.",
12124
12573
  "risk": "safe",
12125
12574
  "source": "community",
12126
12575
  "date_added": "2026-03-04",
@@ -12159,6 +12608,28 @@
12159
12608
  "reasons": []
12160
12609
  }
12161
12610
  },
12611
+ {
12612
+ "id": "duotone-design",
12613
+ "path": "skills/design-it/duotone-design",
12614
+ "category": "design-it",
12615
+ "name": "duotone-design",
12616
+ "description": "Web and App implementation guide for Duotone Design. Trigger when user wants two-color schemes, striking imagery, and Spotify-like playlist aesthetics.",
12617
+ "risk": "safe",
12618
+ "source": "self",
12619
+ "date_added": "2026-06-17",
12620
+ "plugin": {
12621
+ "targets": {
12622
+ "codex": "supported",
12623
+ "claude": "supported"
12624
+ },
12625
+ "setup": {
12626
+ "type": "none",
12627
+ "summary": "",
12628
+ "docs": null
12629
+ },
12630
+ "reasons": []
12631
+ }
12632
+ },
12162
12633
  {
12163
12634
  "id": "dwarf-expert",
12164
12635
  "path": "skills/dwarf-expert",
@@ -12252,7 +12723,7 @@
12252
12723
  "path": "skills/earllm-build",
12253
12724
  "category": "uncategorized",
12254
12725
  "name": "earllm-build",
12255
- "description": "Build, maintain, and extend the EarLLM One Android project \u2014 a Kotlin/Compose app that connects Bluetooth earbuds to an LLM via voice pipeline.",
12726
+ "description": "Build, maintain, and extend the EarLLM One Android project a Kotlin/Compose app that connects Bluetooth earbuds to an LLM via voice pipeline.",
12256
12727
  "risk": "safe",
12257
12728
  "source": "community",
12258
12729
  "date_added": "2026-03-06",
@@ -12291,6 +12762,28 @@
12291
12762
  "reasons": []
12292
12763
  }
12293
12764
  },
12765
+ {
12766
+ "id": "editorial-design",
12767
+ "path": "skills/design-it/editorial-design",
12768
+ "category": "design-it",
12769
+ "name": "editorial-design",
12770
+ "description": "Web and App implementation guide for Editorial Design. Trigger when user wants a magazine-inspired layout, large headlines, and elegant typography pairing.",
12771
+ "risk": "safe",
12772
+ "source": "self",
12773
+ "date_added": "2026-06-17",
12774
+ "plugin": {
12775
+ "targets": {
12776
+ "codex": "supported",
12777
+ "claude": "supported"
12778
+ },
12779
+ "setup": {
12780
+ "type": "none",
12781
+ "summary": "",
12782
+ "docs": null
12783
+ },
12784
+ "reasons": []
12785
+ }
12786
+ },
12294
12787
  {
12295
12788
  "id": "efficient-web-research",
12296
12789
  "path": "skills/efficient-web-research",
@@ -12518,7 +13011,7 @@
12518
13011
  "path": "skills/emergency-card",
12519
13012
  "category": "health",
12520
13013
  "name": "emergency-card",
12521
- "description": "\u751f\u6210\u7d27\u6025\u60c5\u51b5\u4e0b\u5feb\u901f\u8bbf\u95ee\u7684\u533b\u7597\u4fe1\u606f\u6458\u8981\u5361\u7247\u3002\u5f53\u7528\u6237\u9700\u8981\u65c5\u884c\u3001\u5c31\u8bca\u51c6\u5907\u3001\u7d27\u6025\u60c5\u51b5\u6216\u8be2\u95ee\"\u7d27\u6025\u4fe1\u606f\"\u3001\"\u533b\u7597\u5361\u7247\"\u3001\"\u6025\u6551\u4fe1\u606f\"\u65f6\u4f7f\u7528\u6b64\u6280\u80fd\u3002\u63d0\u53d6\u5173\u952e\u4fe1\u606f\uff08\u8fc7\u654f\u3001\u7528\u836f\u3001\u6025\u75c7\u3001\u690d\u5165\u7269\uff09\uff0c\u652f\u6301\u591a\u683c\u5f0f\u8f93\u51fa\uff08JSON\u3001\u6587\u672c\u3001\u4e8c\u7ef4\u7801\uff09\uff0c\u7528\u4e8e\u6025\u6551\u6216\u5feb\u901f\u5c31\u533b\u3002",
13014
+ "description": "生成紧急情况下快速访问的医疗信息摘要卡片。当用户需要旅行、就诊准备、紧急情况或询问\"紧急信息\"、\"医疗卡片\"、\"急救信息\"时使用此技能。提取关键信息(过敏、用药、急症、植入物),支持多格式输出(JSON、文本、二维码),用于急救或快速就医。",
12522
13015
  "risk": "unknown",
12523
13016
  "source": "community",
12524
13017
  "date_added": null,
@@ -12892,7 +13385,7 @@
12892
13385
  "path": "skills/event-staffing-compliance",
12893
13386
  "category": "uncategorized",
12894
13387
  "name": "event-staffing-compliance",
12895
- "description": "Assess worker-classification and compliance risk for temporary event staffing in the US and Canada \u2014 W-2 vs 1099, misclassification penalties, joint-employer liability, COI, and wage/hour rules. Includes live state-by-state lookups via MCP.",
13388
+ "description": "Assess worker-classification and compliance risk for temporary event staffing in the US and Canada W-2 vs 1099, misclassification penalties, joint-employer liability, COI, and wage/hour rules. Includes live state-by-state lookups via MCP.",
12896
13389
  "risk": "safe",
12897
13390
  "source": "community",
12898
13391
  "date_added": "2026-06-05",
@@ -13002,7 +13495,7 @@
13002
13495
  "path": "skills/examprep-ai",
13003
13496
  "category": "education",
13004
13497
  "name": "examprep-ai",
13005
- "description": "Exam preparation assistant that converts syllabi, past papers, or notes into a ranked High Score Roadmap. Covers theory, numericals, MCQs, coding, and lab prep, ordered Easy \u2192 Medium \u2192 Hard. Use for last-minute revision, important topics, and question prediction.",
13498
+ "description": "Exam preparation assistant that converts syllabi, past papers, or notes into a ranked High Score Roadmap. Covers theory, numericals, MCQs, coding, and lab prep, ordered Easy Medium Hard. Use for last-minute revision, important topics, and question prediction.",
13006
13499
  "risk": "safe",
13007
13500
  "source": "community",
13008
13501
  "date_added": "2026-06-05",
@@ -13398,7 +13891,7 @@
13398
13891
  "path": "skills/family-health-analyzer",
13399
13892
  "category": "health",
13400
13893
  "name": "family-health-analyzer",
13401
- "description": "\u5206\u6790\u5bb6\u65cf\u75c5\u53f2\u3001\u8bc4\u4f30\u9057\u4f20\u98ce\u9669\u3001\u8bc6\u522b\u5bb6\u5ead\u5065\u5eb7\u6a21\u5f0f\u3001\u63d0\u4f9b\u4e2a\u6027\u5316\u9884\u9632\u5efa\u8bae",
13894
+ "description": "分析家族病史、评估遗传风险、识别家庭健康模式、提供个性化预防建议",
13402
13895
  "risk": "unknown",
13403
13896
  "source": "community",
13404
13897
  "date_added": null,
@@ -13816,7 +14309,7 @@
13816
14309
  "path": "skills/fitness-analyzer",
13817
14310
  "category": "health",
13818
14311
  "name": "fitness-analyzer",
13819
- "description": "\u5206\u6790\u8fd0\u52a8\u6570\u636e\u3001\u8bc6\u522b\u8fd0\u52a8\u6a21\u5f0f\u3001\u8bc4\u4f30\u5065\u8eab\u8fdb\u5c55\uff0c\u5e76\u63d0\u4f9b\u4e2a\u6027\u5316\u8bad\u7ec3\u5efa\u8bae\u3002\u652f\u6301\u4e0e\u6162\u6027\u75c5\u6570\u636e\u7684\u5173\u8054\u5206\u6790\u3002",
14312
+ "description": "分析运动数据、识别运动模式、评估健身进展,并提供个性化训练建议。支持与慢性病数据的关联分析。",
13820
14313
  "risk": "unknown",
13821
14314
  "source": "community",
13822
14315
  "date_added": null,
@@ -13921,6 +14414,72 @@
13921
14414
  "reasons": []
13922
14415
  }
13923
14416
  },
14417
+ {
14418
+ "id": "flat-design",
14419
+ "path": "skills/design-it/flat-design",
14420
+ "category": "design-it",
14421
+ "name": "flat-design",
14422
+ "description": "Web and App implementation guide for the Flat Design style. Trigger when the user wants no shadows, simple shapes, and bold colors.",
14423
+ "risk": "safe",
14424
+ "source": "self",
14425
+ "date_added": "2026-06-17",
14426
+ "plugin": {
14427
+ "targets": {
14428
+ "codex": "supported",
14429
+ "claude": "supported"
14430
+ },
14431
+ "setup": {
14432
+ "type": "none",
14433
+ "summary": "",
14434
+ "docs": null
14435
+ },
14436
+ "reasons": []
14437
+ }
14438
+ },
14439
+ {
14440
+ "id": "flat-design-2",
14441
+ "path": "skills/design-it/flat-design-2",
14442
+ "category": "design-it",
14443
+ "name": "flat-design-2",
14444
+ "description": "Web and App implementation guide for Flat Design 2.0 (Semi-Flat). Trigger when the user wants flat design with subtle shadows and improved usability.",
14445
+ "risk": "safe",
14446
+ "source": "self",
14447
+ "date_added": "2026-06-17",
14448
+ "plugin": {
14449
+ "targets": {
14450
+ "codex": "supported",
14451
+ "claude": "supported"
14452
+ },
14453
+ "setup": {
14454
+ "type": "none",
14455
+ "summary": "",
14456
+ "docs": null
14457
+ },
14458
+ "reasons": []
14459
+ }
14460
+ },
14461
+ {
14462
+ "id": "floating-ui",
14463
+ "path": "skills/design-it/floating-ui",
14464
+ "category": "design-it",
14465
+ "name": "floating-ui",
14466
+ "description": "Web and App implementation guide for Floating UI. Trigger when user wants detached cards, elevated components, and a light, airy feel.",
14467
+ "risk": "safe",
14468
+ "source": "self",
14469
+ "date_added": "2026-06-17",
14470
+ "plugin": {
14471
+ "targets": {
14472
+ "codex": "supported",
14473
+ "claude": "supported"
14474
+ },
14475
+ "setup": {
14476
+ "type": "none",
14477
+ "summary": "",
14478
+ "docs": null
14479
+ },
14480
+ "reasons": []
14481
+ }
14482
+ },
13924
14483
  {
13925
14484
  "id": "flowhunt-skill",
13926
14485
  "path": "skills/flowhunt-skill",
@@ -13992,7 +14551,7 @@
13992
14551
  "path": "skills/form-cro",
13993
14552
  "category": "marketing",
13994
14553
  "name": "form-cro",
13995
- "description": "Optimize any form that is NOT signup or account registration \u2014 including lead capture, contact, demo request, application, survey, quote, and checkout forms.",
14554
+ "description": "Optimize any form that is NOT signup or account registration including lead capture, contact, demo request, application, survey, quote, and checkout forms.",
13996
14555
  "risk": "unknown",
13997
14556
  "source": "community",
13998
14557
  "date_added": "2026-02-27",
@@ -14669,6 +15228,28 @@
14669
15228
  "reasons": []
14670
15229
  }
14671
15230
  },
15231
+ {
15232
+ "id": "frutiger-aero",
15233
+ "path": "skills/design-it/frutiger-aero",
15234
+ "category": "design-it",
15235
+ "name": "frutiger-aero",
15236
+ "description": "Web and App implementation guide for Frutiger Aero. Trigger when user wants glossy gradients, early 2000s nature-inspired tech, glass, and water motifs.",
15237
+ "risk": "safe",
15238
+ "source": "self",
15239
+ "date_added": "2026-06-17",
15240
+ "plugin": {
15241
+ "targets": {
15242
+ "codex": "supported",
15243
+ "claude": "supported"
15244
+ },
15245
+ "setup": {
15246
+ "type": "none",
15247
+ "summary": "",
15248
+ "docs": null
15249
+ },
15250
+ "reasons": []
15251
+ }
15252
+ },
14672
15253
  {
14673
15254
  "id": "fsi-compliance-checker",
14674
15255
  "path": "skills/fsi-compliance-checker",
@@ -14982,7 +15563,7 @@
14982
15563
  "path": "skills/geoffrey-hinton",
14983
15564
  "category": "uncategorized",
14984
15565
  "name": "geoffrey-hinton",
14985
- "description": "Agente que simula Geoffrey Hinton \u2014 Godfather of Deep Learning, Pr\u00eamio Turing 2018, criador do backpropagation e das Deep Belief Networks.",
15566
+ "description": "Agente que simula Geoffrey Hinton Godfather of Deep Learning, Prêmio Turing 2018, criador do backpropagation e das Deep Belief Networks.",
14986
15567
  "risk": "safe",
14987
15568
  "source": "community",
14988
15569
  "date_added": "2026-03-06",
@@ -15026,7 +15607,7 @@
15026
15607
  "path": "skills/gha-security-review",
15027
15608
  "category": "security",
15028
15609
  "name": "gha-security-review",
15029
- "description": "Find exploitable vulnerabilities in GitHub Actions workflows. Every finding MUST include a concrete exploitation scenario \u2014 if you can't build the attack, don't report it.",
15610
+ "description": "Find exploitable vulnerabilities in GitHub Actions workflows. Every finding MUST include a concrete exploitation scenario if you can't build the attack, don't report it.",
15030
15611
  "risk": "safe",
15031
15612
  "source": "community",
15032
15613
  "date_added": "2026-03-16",
@@ -15395,6 +15976,28 @@
15395
15976
  "reasons": []
15396
15977
  }
15397
15978
  },
15979
+ {
15980
+ "id": "glassmorphism",
15981
+ "path": "skills/design-it/glassmorphism",
15982
+ "category": "design-it",
15983
+ "name": "glassmorphism",
15984
+ "description": "Web and App implementation guide for Glassmorphism. Trigger when user wants a frosted glass effect, blurred backgrounds, transparency, or a sleek MacOS-like feel.",
15985
+ "risk": "safe",
15986
+ "source": "self",
15987
+ "date_added": "2026-06-17",
15988
+ "plugin": {
15989
+ "targets": {
15990
+ "codex": "supported",
15991
+ "claude": "supported"
15992
+ },
15993
+ "setup": {
15994
+ "type": "none",
15995
+ "summary": "",
15996
+ "docs": null
15997
+ },
15998
+ "reasons": []
15999
+ }
16000
+ },
15398
16001
  {
15399
16002
  "id": "global-chat-agent-discovery",
15400
16003
  "path": "skills/global-chat-agent-discovery",
@@ -15532,7 +16135,7 @@
15532
16135
  "path": "skills/goal-analyzer",
15533
16136
  "category": "health",
15534
16137
  "name": "goal-analyzer",
15535
- "description": "\u5206\u6790\u5065\u5eb7\u76ee\u6807\u6570\u636e\u3001\u8bc6\u522b\u76ee\u6807\u6a21\u5f0f\u3001\u8bc4\u4f30\u76ee\u6807\u8fdb\u5ea6,\u5e76\u63d0\u4f9b\u4e2a\u6027\u5316\u76ee\u6807\u7ba1\u7406\u5efa\u8bae\u3002\u652f\u6301\u4e0e\u8425\u517b\u3001\u8fd0\u52a8\u3001\u7761\u7720\u7b49\u5065\u5eb7\u6570\u636e\u7684\u5173\u8054\u5206\u6790\u3002",
16138
+ "description": "分析健康目标数据、识别目标模式、评估目标进度,并提供个性化目标管理建议。支持与营养、运动、睡眠等健康数据的关联分析。",
15536
16139
  "risk": "unknown",
15537
16140
  "source": "community",
15538
16141
  "date_added": null,
@@ -15791,6 +16394,28 @@
15791
16394
  "reasons": []
15792
16395
  }
15793
16396
  },
16397
+ {
16398
+ "id": "gradient-design",
16399
+ "path": "skills/design-it/gradient-design",
16400
+ "category": "design-it",
16401
+ "name": "gradient-design",
16402
+ "description": "Web and App implementation guide for Gradient Design. Trigger when user wants heavy gradient usage, vibrant transitions, and modern energetic feels.",
16403
+ "risk": "safe",
16404
+ "source": "self",
16405
+ "date_added": "2026-06-17",
16406
+ "plugin": {
16407
+ "targets": {
16408
+ "codex": "supported",
16409
+ "claude": "supported"
16410
+ },
16411
+ "setup": {
16412
+ "type": "none",
16413
+ "summary": "",
16414
+ "docs": null
16415
+ },
16416
+ "reasons": []
16417
+ }
16418
+ },
15794
16419
  {
15795
16420
  "id": "grafana-dashboards",
15796
16421
  "path": "skills/grafana-dashboards",
@@ -15857,6 +16482,72 @@
15857
16482
  "reasons": []
15858
16483
  }
15859
16484
  },
16485
+ {
16486
+ "id": "grill-me",
16487
+ "path": "skills/grill-me",
16488
+ "category": "productivity",
16489
+ "name": "grill-me",
16490
+ "description": "A relentless interview to sharpen a plan or design.",
16491
+ "risk": "safe",
16492
+ "source": "community",
16493
+ "date_added": "2026-06-19",
16494
+ "plugin": {
16495
+ "targets": {
16496
+ "codex": "supported",
16497
+ "claude": "supported"
16498
+ },
16499
+ "setup": {
16500
+ "type": "none",
16501
+ "summary": "",
16502
+ "docs": null
16503
+ },
16504
+ "reasons": []
16505
+ }
16506
+ },
16507
+ {
16508
+ "id": "grill-with-docs",
16509
+ "path": "skills/grill-with-docs",
16510
+ "category": "productivity",
16511
+ "name": "grill-with-docs",
16512
+ "description": "A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.",
16513
+ "risk": "safe",
16514
+ "source": "community",
16515
+ "date_added": "2026-06-19",
16516
+ "plugin": {
16517
+ "targets": {
16518
+ "codex": "supported",
16519
+ "claude": "supported"
16520
+ },
16521
+ "setup": {
16522
+ "type": "none",
16523
+ "summary": "",
16524
+ "docs": null
16525
+ },
16526
+ "reasons": []
16527
+ }
16528
+ },
16529
+ {
16530
+ "id": "grilling",
16531
+ "path": "skills/grilling",
16532
+ "category": "productivity",
16533
+ "name": "grilling",
16534
+ "description": "Interview the user relentlessly about a plan or design. Use when the user wants to stress-test a plan before building, or uses any 'grill' trigger phrases.",
16535
+ "risk": "safe",
16536
+ "source": "community",
16537
+ "date_added": "2026-06-19",
16538
+ "plugin": {
16539
+ "targets": {
16540
+ "codex": "supported",
16541
+ "claude": "supported"
16542
+ },
16543
+ "setup": {
16544
+ "type": "none",
16545
+ "summary": "",
16546
+ "docs": null
16547
+ },
16548
+ "reasons": []
16549
+ }
16550
+ },
15860
16551
  {
15861
16552
  "id": "growth-engine",
15862
16553
  "path": "skills/growth-engine",
@@ -15901,6 +16592,28 @@
15901
16592
  "reasons": []
15902
16593
  }
15903
16594
  },
16595
+ {
16596
+ "id": "handoff",
16597
+ "path": "skills/handoff",
16598
+ "category": "productivity",
16599
+ "name": "handoff",
16600
+ "description": "Compact the current conversation into a handoff document for another agent to pick up.",
16601
+ "risk": "safe",
16602
+ "source": "community",
16603
+ "date_added": "2026-06-19",
16604
+ "plugin": {
16605
+ "targets": {
16606
+ "codex": "supported",
16607
+ "claude": "supported"
16608
+ },
16609
+ "setup": {
16610
+ "type": "none",
16611
+ "summary": "",
16612
+ "docs": null
16613
+ },
16614
+ "reasons": []
16615
+ }
16616
+ },
15904
16617
  {
15905
16618
  "id": "hasdata",
15906
16619
  "path": "skills/hasdata",
@@ -15994,7 +16707,7 @@
15994
16707
  "path": "skills/health-trend-analyzer",
15995
16708
  "category": "health",
15996
16709
  "name": "health-trend-analyzer",
15997
- "description": "\u5206\u6790\u4e00\u6bb5\u65f6\u95f4\u5185\u5065\u5eb7\u6570\u636e\u7684\u8d8b\u52bf\u548c\u6a21\u5f0f\u3002\u5173\u8054\u836f\u7269\u3001\u75c7\u72b6\u3001\u751f\u547d\u4f53\u5f81\u3001\u5316\u9a8c\u7ed3\u679c\u548c\u5176\u4ed6\u5065\u5eb7\u6307\u6807\u7684\u53d8\u5316\u3002\u8bc6\u522b\u4ee4\u4eba\u62c5\u5fe7\u7684\u8d8b\u52bf\u3001\u6539\u5584\u60c5\u51b5\uff0c\u5e76\u63d0\u4f9b\u6570\u636e\u9a71\u52a8\u7684\u6d1e\u5bdf\u3002\u5f53\u7528\u6237\u8be2\u95ee\u5065\u5eb7\u8d8b\u52bf\u3001\u6a21\u5f0f\u3001\u968f\u65f6\u95f4\u7684\u53d8\u5316\u6216\"\u6211\u7684\u5065\u5eb7\u72b6\u51b5\u6709\u4ec0\u4e48\u53d8\u5316\uff1f\"\u65f6\u4f7f\u7528\u3002\u652f\u6301\u591a\u7ef4\u5ea6\u5206\u6790\uff08\u4f53\u91cd/BMI\u3001\u75c7\u72b6\u3001\u836f\u7269\u4f9d\u4ece\u6027\u3001\u5316\u9a8c\u7ed3\u679c\u3001\u60c5\u7eea\u7761\u7720\uff09\uff0c\u76f8\u5173\u6027\u5206\u6790\uff0c\u53d8\u5316\u68c0\u6d4b\uff0c\u4ee5\u53ca\u4ea4\u4e92\u5f0fHTML\u53ef\u89c6\u5316\u62a5\u544a\uff08ECharts\u56fe\u8868\uff09\u3002",
16710
+ "description": "分析一段时间内健康数据的趋势和模式。关联药物、症状、生命体征、化验结果和其他健康指标的变化。识别令人担忧的趋势、改善情况,并提供数据驱动的洞察。当用户询问健康趋势、模式、随时间的变化或\"我的健康状况有什么变化?\"时使用。支持多维度分析(体重/BMI、症状、药物依从性、化验结果、情绪睡眠),相关性分析,变化检测,以及交互式HTML可视化报告(ECharts图表)。",
15998
16711
  "risk": "unknown",
15999
16712
  "source": "community",
16000
16713
  "date_added": null,
@@ -16409,6 +17122,28 @@
16409
17122
  "reasons": []
16410
17123
  }
16411
17124
  },
17125
+ {
17126
+ "id": "high-contrast",
17127
+ "path": "skills/design-it/high-contrast",
17128
+ "category": "design-it",
17129
+ "name": "high-contrast",
17130
+ "description": "Web and App implementation guide for High Contrast Design. Trigger when user wants accessibility-focused design, extreme legibility, or stark visual impact.",
17131
+ "risk": "safe",
17132
+ "source": "self",
17133
+ "date_added": "2026-06-17",
17134
+ "plugin": {
17135
+ "targets": {
17136
+ "codex": "supported",
17137
+ "claude": "supported"
17138
+ },
17139
+ "setup": {
17140
+ "type": "none",
17141
+ "summary": "",
17142
+ "docs": null
17143
+ },
17144
+ "reasons": []
17145
+ }
17146
+ },
16412
17147
  {
16413
17148
  "id": "high-end-visual-design",
16414
17149
  "path": "skills/high-end-visual-design",
@@ -16431,12 +17166,34 @@
16431
17166
  "reasons": []
16432
17167
  }
16433
17168
  },
17169
+ {
17170
+ "id": "holographic-ui",
17171
+ "path": "skills/design-it/holographic-ui",
17172
+ "category": "design-it",
17173
+ "name": "holographic-ui",
17174
+ "description": "Web and App implementation guide for Holographic UI. Trigger when user wants light-based appearance, projected interfaces, and transparent floating elements.",
17175
+ "risk": "safe",
17176
+ "source": "self",
17177
+ "date_added": "2026-06-17",
17178
+ "plugin": {
17179
+ "targets": {
17180
+ "codex": "supported",
17181
+ "claude": "supported"
17182
+ },
17183
+ "setup": {
17184
+ "type": "none",
17185
+ "summary": "",
17186
+ "docs": null
17187
+ },
17188
+ "reasons": []
17189
+ }
17190
+ },
16434
17191
  {
16435
17192
  "id": "hono",
16436
17193
  "path": "skills/hono",
16437
17194
  "category": "backend",
16438
17195
  "name": "hono",
16439
- "description": "Build ultra-fast web APIs and full-stack apps with Hono \u2014 runs on Cloudflare Workers, Deno, Bun, Node.js, and any WinterCG-compatible runtime.",
17196
+ "description": "Build ultra-fast web APIs and full-stack apps with Hono runs on Cloudflare Workers, Deno, Bun, Node.js, and any WinterCG-compatible runtime.",
16440
17197
  "risk": "safe",
16441
17198
  "source": "community",
16442
17199
  "date_added": "2026-03-18",
@@ -16876,7 +17633,7 @@
16876
17633
  "path": "skills/humanize-chinese",
16877
17634
  "category": "content",
16878
17635
  "name": "humanize-chinese",
16879
- "description": "Detect and rewrite AI-like Chinese text with a practical workflow for scoring, humanization, academic AIGC reduction, and style conversion. Use when the user asks to \u53bbAI\u5473, \u964dAIGC, \u53bb\u9664AI\u75d5\u8ff9, \u8bba\u6587\u964d\u91cd, \u77e5\u7f51\u68c0\u6d4b, \u7ef4\u666e\u68c0\u6d4b, humanize chinese, detect AI text, or make Chinese text sound more natural.",
17636
+ "description": "Detect and rewrite AI-like Chinese text with a practical workflow for scoring, humanization, academic AIGC reduction, and style conversion. Use when the user asks to 去AI味, 降AIGC, 去除AI痕迹, 论文降重, 知网检测, 维普检测, humanize chinese, detect AI text, or make Chinese text sound more natural.",
16880
17637
  "risk": "safe",
16881
17638
  "source": "community",
16882
17639
  "date_added": "2026-04-03",
@@ -17008,7 +17765,7 @@
17008
17765
  "path": "skills/idea-darwin",
17009
17766
  "category": "uncategorized",
17010
17767
  "name": "idea-darwin",
17011
- "description": "Darwinian idea evolution engine \u2014 toss rough ideas onto an evolution island, let them compete, crossbreed, and mutate through structured rounds to surface your strongest concepts.",
17768
+ "description": "Darwinian idea evolution engine toss rough ideas onto an evolution island, let them compete, crossbreed, and mutate through structured rounds to surface your strongest concepts.",
17012
17769
  "risk": "safe",
17013
17770
  "source": "community",
17014
17771
  "date_added": "2026-04-07",
@@ -17030,7 +17787,7 @@
17030
17787
  "path": "skills/idea-os",
17031
17788
  "category": "product-management",
17032
17789
  "name": "idea-os",
17033
- "description": "Five-phase pipeline (triage \u2192 clarify \u2192 research \u2192 PRD \u2192 plan) that turns a raw idea into four linked files: clarifying questions, deep research, a PRD with non-goals and metrics, and a phased execution plan with mermaid user journey and kill criteria.",
17790
+ "description": "Five-phase pipeline (triage clarify research PRD plan) that turns a raw idea into four linked files: clarifying questions, deep research, a PRD with non-goals and metrics, and a phased execution plan with mermaid user journey and kill criteria.",
17034
17791
  "risk": "safe",
17035
17792
  "source": "community",
17036
17793
  "date_added": "2026-04-18",
@@ -17118,7 +17875,7 @@
17118
17875
  "path": "skills/ilya-sutskever",
17119
17876
  "category": "ai-ml",
17120
17877
  "name": "ilya-sutskever",
17121
- "description": "Agente que simula Ilya Sutskever \u2014 co-fundador da OpenAI, ex-Chief Scientist, fundador da SSI. Use quando quiser perspectivas sobre: AGI safety-first, consci\u00eancia de IA, scaling laws, deep learning profundo, o epis\u00f3dio de novembro 2023 na OpenAI, superintelig\u00eancia segura.",
17878
+ "description": "Agente que simula Ilya Sutskever co-fundador da OpenAI, ex-Chief Scientist, fundador da SSI. Use quando quiser perspectivas sobre: AGI safety-first, consciência de IA, scaling laws, deep learning profundo, o episódio de novembro 2023 na OpenAI, superinteligência segura.",
17122
17879
  "risk": "safe",
17123
17880
  "source": "community",
17124
17881
  "date_added": "2026-03-06",
@@ -17135,12 +17892,34 @@
17135
17892
  "reasons": []
17136
17893
  }
17137
17894
  },
17895
+ {
17896
+ "id": "image-generator",
17897
+ "path": "skills/image-generator",
17898
+ "category": "media",
17899
+ "name": "image-generator",
17900
+ "description": "Generate and edit images using Gemini's Nano Banana Pro model (gemini-3-pro-image-preview). Use this skill when the user asks you to generate images, create visuals, edit photos, create logos, generate product mockups, or perform any image generation/editing task.",
17901
+ "risk": "safe",
17902
+ "source": "official",
17903
+ "date_added": "2026-06-19",
17904
+ "plugin": {
17905
+ "targets": {
17906
+ "codex": "supported",
17907
+ "claude": "supported"
17908
+ },
17909
+ "setup": {
17910
+ "type": "none",
17911
+ "summary": "",
17912
+ "docs": null
17913
+ },
17914
+ "reasons": []
17915
+ }
17916
+ },
17138
17917
  {
17139
17918
  "id": "image-studio",
17140
17919
  "path": "skills/image-studio",
17141
17920
  "category": "graphics-processing",
17142
17921
  "name": "image-studio",
17143
- "description": "Studio de geracao de imagens inteligente \u2014 roteamento automatico entre ai-studio-image (fotos humanizadas/influencer) e stability-ai (arte/ ilustracao/edicao). Detecta o tipo de imagem solicitada e escolhe o modelo ideal automaticamente.",
17922
+ "description": "Studio de geracao de imagens inteligente roteamento automatico entre ai-studio-image (fotos humanizadas/influencer) e stability-ai (arte/ ilustracao/edicao). Detecta o tipo de imagem solicitada e escolhe o modelo ideal automaticamente.",
17144
17923
  "risk": "safe",
17145
17924
  "source": "community",
17146
17925
  "date_added": "2026-03-06",
@@ -17201,6 +17980,28 @@
17201
17980
  "reasons": []
17202
17981
  }
17203
17982
  },
17983
+ {
17984
+ "id": "improve-codebase-architecture",
17985
+ "path": "skills/improve-codebase-architecture",
17986
+ "category": "development",
17987
+ "name": "improve-codebase-architecture",
17988
+ "description": "Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.",
17989
+ "risk": "safe",
17990
+ "source": "community",
17991
+ "date_added": "2026-06-19",
17992
+ "plugin": {
17993
+ "targets": {
17994
+ "codex": "supported",
17995
+ "claude": "supported"
17996
+ },
17997
+ "setup": {
17998
+ "type": "none",
17999
+ "summary": "",
18000
+ "docs": null
18001
+ },
18002
+ "reasons": []
18003
+ }
18004
+ },
17204
18005
  {
17205
18006
  "id": "incident-responder",
17206
18007
  "path": "skills/incident-responder",
@@ -17558,7 +18359,7 @@
17558
18359
  "path": "skills/interview-coach",
17559
18360
  "category": "productivity",
17560
18361
  "name": "interview-coach",
17561
- "description": "Full job search coaching system \u2014 JD decoding, resume, storybank, mock interviews, transcript analysis, comp negotiation. 23 commands, persistent state.",
18362
+ "description": "Full job search coaching system JD decoding, resume, storybank, mock interviews, transcript analysis, comp negotiation. 23 commands, persistent state.",
17562
18363
  "risk": "safe",
17563
18364
  "source": "community",
17564
18365
  "date_added": "2026-03-11",
@@ -17663,6 +18464,28 @@
17663
18464
  "reasons": []
17664
18465
  }
17665
18466
  },
18467
+ {
18468
+ "id": "isometric-design",
18469
+ "path": "skills/design-it/isometric-design",
18470
+ "category": "design-it",
18471
+ "name": "isometric-design",
18472
+ "description": "Web and App implementation guide for Isometric Design. Trigger when user wants angled 3D appearances without vanishing points, often used for technical illustrations.",
18473
+ "risk": "safe",
18474
+ "source": "self",
18475
+ "date_added": "2026-06-17",
18476
+ "plugin": {
18477
+ "targets": {
18478
+ "codex": "supported",
18479
+ "claude": "supported"
18480
+ },
18481
+ "setup": {
18482
+ "type": "none",
18483
+ "summary": "",
18484
+ "docs": null
18485
+ },
18486
+ "reasons": []
18487
+ }
18488
+ },
17666
18489
  {
17667
18490
  "id": "issues",
17668
18491
  "path": "skills/issues",
@@ -18611,6 +19434,28 @@
18611
19434
  "reasons": []
18612
19435
  }
18613
19436
  },
19437
+ {
19438
+ "id": "layered-design",
19439
+ "path": "skills/design-it/layered-design",
19440
+ "category": "design-it",
19441
+ "name": "layered-design",
19442
+ "description": "Web and App implementation guide for Layered Design. Trigger when user wants multiple depth levels, floating panels, and overlapping content.",
19443
+ "risk": "safe",
19444
+ "source": "self",
19445
+ "date_added": "2026-06-17",
19446
+ "plugin": {
19447
+ "targets": {
19448
+ "codex": "supported",
19449
+ "claude": "supported"
19450
+ },
19451
+ "setup": {
19452
+ "type": "none",
19453
+ "summary": "",
19454
+ "docs": null
19455
+ },
19456
+ "reasons": []
19457
+ }
19458
+ },
18614
19459
  {
18615
19460
  "id": "lead-magnets",
18616
19461
  "path": "skills/lead-magnets",
@@ -18633,6 +19478,28 @@
18633
19478
  "reasons": []
18634
19479
  }
18635
19480
  },
19481
+ {
19482
+ "id": "learn",
19483
+ "path": "skills/learn",
19484
+ "category": "education",
19485
+ "name": "learn",
19486
+ "description": "Help a user learn a topic through adaptive tutoring, lesson planning, practice, retrieval checks, explanations, study guides, or exercises. Use when the user asks to learn, understand, practice, drill, review, study, or be tutored on something.",
19487
+ "risk": "safe",
19488
+ "source": "official",
19489
+ "date_added": "2026-06-19",
19490
+ "plugin": {
19491
+ "targets": {
19492
+ "codex": "supported",
19493
+ "claude": "supported"
19494
+ },
19495
+ "setup": {
19496
+ "type": "none",
19497
+ "summary": "",
19498
+ "docs": null
19499
+ },
19500
+ "reasons": []
19501
+ }
19502
+ },
18636
19503
  {
18637
19504
  "id": "legacy-modernizer",
18638
19505
  "path": "skills/legacy-modernizer",
@@ -18831,6 +19698,28 @@
18831
19698
  "reasons": []
18832
19699
  }
18833
19700
  },
19701
+ {
19702
+ "id": "lesson-generator",
19703
+ "path": "skills/lesson-generator",
19704
+ "category": "education",
19705
+ "name": "lesson-generator",
19706
+ "description": "Build compact, standalone multi-lesson course artifacts with lesson navigation, objectives, flashcards, quizzes, and source links.",
19707
+ "risk": "safe",
19708
+ "source": "official",
19709
+ "date_added": "2026-06-19",
19710
+ "plugin": {
19711
+ "targets": {
19712
+ "codex": "supported",
19713
+ "claude": "supported"
19714
+ },
19715
+ "setup": {
19716
+ "type": "none",
19717
+ "summary": "",
19718
+ "docs": null
19719
+ },
19720
+ "reasons": []
19721
+ }
19722
+ },
18834
19723
  {
18835
19724
  "id": "lex",
18836
19725
  "path": "skills/lex",
@@ -18902,7 +19791,7 @@
18902
19791
  "path": "skills/lightning-factory-explainer",
18903
19792
  "category": "blockchain",
18904
19793
  "name": "lightning-factory-explainer",
18905
- "description": "Explain Bitcoin Lightning channel factories and the SuperScalar protocol \u2014 scalable Lightning onboarding using shared UTXOs, Decker-Wattenhofer trees, timeout-signature trees, MuSig2, and Taproot. No soft fork required.",
19794
+ "description": "Explain Bitcoin Lightning channel factories and the SuperScalar protocol scalable Lightning onboarding using shared UTXOs, Decker-Wattenhofer trees, timeout-signature trees, MuSig2, and Taproot. No soft fork required.",
18906
19795
  "risk": "safe",
18907
19796
  "source": "community",
18908
19797
  "date_added": "2026-03-03",
@@ -19253,6 +20142,28 @@
19253
20142
  "reasons": []
19254
20143
  }
19255
20144
  },
20145
+ {
20146
+ "id": "llm-council",
20147
+ "path": "skills/llm-council",
20148
+ "category": "ai-agents",
20149
+ "name": "llm-council",
20150
+ "description": "Run Fireworks-hosted open-weight model councils that compare responses and synthesize a final answer.",
20151
+ "risk": "safe",
20152
+ "source": "official",
20153
+ "date_added": "2026-06-19",
20154
+ "plugin": {
20155
+ "targets": {
20156
+ "codex": "supported",
20157
+ "claude": "supported"
20158
+ },
20159
+ "setup": {
20160
+ "type": "none",
20161
+ "summary": "",
20162
+ "docs": null
20163
+ },
20164
+ "reasons": []
20165
+ }
20166
+ },
19256
20167
  {
19257
20168
  "id": "llm-evaluation",
19258
20169
  "path": "skills/llm-evaluation",
@@ -19458,7 +20369,7 @@
19458
20369
  "path": "skills/longbridge",
19459
20370
  "category": "finance",
19460
20371
  "name": "longbridge",
19461
- "description": "125+ agent skills for Longbridge Securities \u2014 real-time quotes, charts, fundamentals, portfolio analysis, options, and more for HK/US/A-share/SG markets. Trilingual: Simplified Chinese, Traditional Chinese, English.",
20372
+ "description": "125+ agent skills for Longbridge Securities real-time quotes, charts, fundamentals, portfolio analysis, options, and more for HK/US/A-share/SG markets. Trilingual: Simplified Chinese, Traditional Chinese, English.",
19462
20373
  "risk": "critical",
19463
20374
  "source": "official",
19464
20375
  "date_added": "2026-05-29",
@@ -19504,7 +20415,7 @@
19504
20415
  "path": "skills/lookdev-auto",
19505
20416
  "category": "uncategorized",
19506
20417
  "name": "lookdev-auto",
19507
- "description": "Automated visual tuning: a vision or video model rates rendered variants in a loop. Render several labeled variants into one artifact, ask the model to rate them and suggest better values, render the suggestions, ask it to pick the best, repeat until good \u2014 the model is the eye, you run the loop.",
20418
+ "description": "Automated visual tuning: a vision or video model rates rendered variants in a loop. Render several labeled variants into one artifact, ask the model to rate them and suggest better values, render the suggestions, ask it to pick the best, repeat until good the model is the eye, you run the loop.",
19508
20419
  "risk": "safe",
19509
20420
  "source": "community",
19510
20421
  "date_added": "2026-06-16",
@@ -19521,6 +20432,28 @@
19521
20432
  "reasons": []
19522
20433
  }
19523
20434
  },
20435
+ {
20436
+ "id": "loop-library",
20437
+ "path": "skills/loop-library",
20438
+ "category": "ai-agents",
20439
+ "name": "loop-library",
20440
+ "description": "Find, compare, adapt, and design bounded AI-agent feedback loops with explicit checks, stop rules, guardrails, and handoffs.",
20441
+ "risk": "safe",
20442
+ "source": "official",
20443
+ "date_added": "2026-06-19",
20444
+ "plugin": {
20445
+ "targets": {
20446
+ "codex": "supported",
20447
+ "claude": "supported"
20448
+ },
20449
+ "setup": {
20450
+ "type": "none",
20451
+ "summary": "",
20452
+ "docs": null
20453
+ },
20454
+ "reasons": []
20455
+ }
20456
+ },
19524
20457
  {
19525
20458
  "id": "loss-aversion-designer",
19526
20459
  "path": "skills/loss-aversion-designer",
@@ -19548,7 +20481,7 @@
19548
20481
  "path": "skills/lovable-cleanup",
19549
20482
  "category": "uncategorized",
19550
20483
  "name": "lovable-cleanup",
19551
- "description": "Audits and strips Lovable scaffolding from Vite + React projects \u2014 removes lovable-tagger, swaps placeholder assets, prunes unused Radix deps, and cleans generated docs so the codebase ships as yours.",
20484
+ "description": "Audits and strips Lovable scaffolding from Vite + React projects removes lovable-tagger, swaps placeholder assets, prunes unused Radix deps, and cleans generated docs so the codebase ships as yours.",
19552
20485
  "risk": "safe",
19553
20486
  "source": "community",
19554
20487
  "date_added": "2026-06-13",
@@ -19702,21 +20635,23 @@
19702
20635
  "path": "skills/macos-screen-recorder",
19703
20636
  "category": "uncategorized",
19704
20637
  "name": "macos-screen-recorder",
19705
- "description": "macOS screen recorder that captures the main display PLUS system audio via ScreenCaptureKit \u2014 no BlackHole/loopback driver, no sudo, just the standard Screen Recording permission. CLI-driven; fills the headless-screen-recording-with-system-sound gap QuickTime and `screencapture -v` can't.",
19706
- "risk": "safe",
20638
+ "description": "macOS screen recorder that captures the main display PLUS system audio via ScreenCaptureKit no BlackHole/loopback driver, no sudo, just the standard Screen Recording permission. CLI-driven; fills the headless-screen-recording-with-system-sound gap QuickTime and `screencapture -v` can't.",
20639
+ "risk": "critical",
19707
20640
  "source": "community",
19708
20641
  "date_added": "2026-06-16",
19709
20642
  "plugin": {
19710
20643
  "targets": {
19711
- "codex": "supported",
19712
- "claude": "supported"
20644
+ "codex": "blocked",
20645
+ "claude": "blocked"
19713
20646
  },
19714
20647
  "setup": {
19715
- "type": "none",
19716
- "summary": "",
19717
- "docs": null
20648
+ "type": "manual",
20649
+ "summary": "Screen/audio/input capture requires sensitive macOS permissions; keep out of plugin-safe bundles.",
20650
+ "docs": "SKILL.md"
19718
20651
  },
19719
- "reasons": []
20652
+ "reasons": [
20653
+ "explicit_target_restriction"
20654
+ ]
19720
20655
  }
19721
20656
  },
19722
20657
  {
@@ -19807,6 +20742,94 @@
19807
20742
  "reasons": []
19808
20743
  }
19809
20744
  },
20745
+ {
20746
+ "id": "mailtrap-managing-contacts",
20747
+ "path": "skills/mailtrap-managing-contacts",
20748
+ "category": "uncategorized",
20749
+ "name": "mailtrap-managing-contacts",
20750
+ "description": "Manage Mailtrap contacts, lists, segments, custom fields, imports, CRM syncs, and campaign audiences through the UI or API.",
20751
+ "risk": "critical",
20752
+ "source": "community",
20753
+ "date_added": "2026-06-19",
20754
+ "plugin": {
20755
+ "targets": {
20756
+ "codex": "supported",
20757
+ "claude": "supported"
20758
+ },
20759
+ "setup": {
20760
+ "type": "none",
20761
+ "summary": "",
20762
+ "docs": null
20763
+ },
20764
+ "reasons": []
20765
+ }
20766
+ },
20767
+ {
20768
+ "id": "mailtrap-sending-emails",
20769
+ "path": "skills/mailtrap-sending-emails",
20770
+ "category": "uncategorized",
20771
+ "name": "mailtrap-sending-emails",
20772
+ "description": "Configure or troubleshoot Mailtrap live email sending with Email API, SMTP, transactional streams, bulk streams, or batches.",
20773
+ "risk": "critical",
20774
+ "source": "community",
20775
+ "date_added": "2026-06-19",
20776
+ "plugin": {
20777
+ "targets": {
20778
+ "codex": "supported",
20779
+ "claude": "supported"
20780
+ },
20781
+ "setup": {
20782
+ "type": "none",
20783
+ "summary": "",
20784
+ "docs": null
20785
+ },
20786
+ "reasons": []
20787
+ }
20788
+ },
20789
+ {
20790
+ "id": "mailtrap-setting-up-sending-domain",
20791
+ "path": "skills/mailtrap-setting-up-sending-domain",
20792
+ "category": "uncategorized",
20793
+ "name": "mailtrap-setting-up-sending-domain",
20794
+ "description": "Add or verify a Mailtrap sending domain, troubleshoot DNS propagation, publish SPF/DKIM/DMARC records, and complete compliance.",
20795
+ "risk": "critical",
20796
+ "source": "community",
20797
+ "date_added": "2026-06-19",
20798
+ "plugin": {
20799
+ "targets": {
20800
+ "codex": "supported",
20801
+ "claude": "supported"
20802
+ },
20803
+ "setup": {
20804
+ "type": "none",
20805
+ "summary": "",
20806
+ "docs": null
20807
+ },
20808
+ "reasons": []
20809
+ }
20810
+ },
20811
+ {
20812
+ "id": "mailtrap-testing-with-sandbox",
20813
+ "path": "skills/mailtrap-testing-with-sandbox",
20814
+ "category": "uncategorized",
20815
+ "name": "mailtrap-testing-with-sandbox",
20816
+ "description": "Capture outbound email in Mailtrap Email Sandbox for development, staging, CI, HTML inspection, spam checks, and fake inbox tests.",
20817
+ "risk": "safe",
20818
+ "source": "community",
20819
+ "date_added": "2026-06-19",
20820
+ "plugin": {
20821
+ "targets": {
20822
+ "codex": "supported",
20823
+ "claude": "supported"
20824
+ },
20825
+ "setup": {
20826
+ "type": "none",
20827
+ "summary": "",
20828
+ "docs": null
20829
+ },
20830
+ "reasons": []
20831
+ }
20832
+ },
19810
20833
  {
19811
20834
  "id": "make-automation",
19812
20835
  "path": "skills/make-automation",
@@ -19834,7 +20857,7 @@
19834
20857
  "path": "skills/makepad-animation",
19835
20858
  "category": "development",
19836
20859
  "name": "makepad-animation",
19837
- "description": "CRITICAL: Use for Makepad animation system. Triggers on:\nmakepad animation, makepad animator, makepad hover, makepad state,\nmakepad transition, \"from: { all: Forward\", makepad pressed,\nmakepad \u52a8\u753b, makepad \u72b6\u6001, makepad \u8fc7\u6e21, makepad \u60ac\u505c\u6548\u679c\n",
20860
+ "description": "CRITICAL: Use for Makepad animation system. Triggers on:\nmakepad animation, makepad animator, makepad hover, makepad state,\nmakepad transition, \"from: { all: Forward\", makepad pressed,\nmakepad 动画, makepad 状态, makepad 过渡, makepad 悬停效果\n",
19838
20861
  "risk": "safe",
19839
20862
  "source": "community",
19840
20863
  "date_added": null,
@@ -19856,7 +20879,7 @@
19856
20879
  "path": "skills/makepad-basics",
19857
20880
  "category": "development",
19858
20881
  "name": "makepad-basics",
19859
- "description": "CRITICAL: Use for Makepad getting started and app structure. Triggers on:\nmakepad, makepad getting started, makepad tutorial, live_design!, app_main!,\nmakepad project setup, makepad hello world, \"how to create makepad app\",\nmakepad \u5165\u95e8, \u521b\u5efa makepad \u5e94\u7528, makepad \u6559\u7a0b, makepad \u9879\u76ee\u7ed3\u6784\n",
20882
+ "description": "CRITICAL: Use for Makepad getting started and app structure. Triggers on:\nmakepad, makepad getting started, makepad tutorial, live_design!, app_main!,\nmakepad project setup, makepad hello world, \"how to create makepad app\",\nmakepad 入门, 创建 makepad 应用, makepad 教程, makepad 项目结构\n",
19860
20883
  "risk": "unknown",
19861
20884
  "source": "https://github.com/makepad/makepad",
19862
20885
  "date_added": null,
@@ -19878,7 +20901,7 @@
19878
20901
  "path": "skills/makepad-deployment",
19879
20902
  "category": "development",
19880
20903
  "name": "makepad-deployment",
19881
- "description": "CRITICAL: Use for Makepad packaging and deployment. Triggers on:\ndeploy, package, APK, IPA, \u6253\u5305, \u90e8\u7f72,\ncargo-packager, cargo-makepad, WASM, Android, iOS,\ndistribution, installer, .deb, .dmg, .nsis,\nGitHub Actions, CI, action, marketplace\n",
20904
+ "description": "CRITICAL: Use for Makepad packaging and deployment. Triggers on:\ndeploy, package, APK, IPA, 打包, 部署,\ncargo-packager, cargo-makepad, WASM, Android, iOS,\ndistribution, installer, .deb, .dmg, .nsis,\nGitHub Actions, CI, action, marketplace\n",
19882
20905
  "risk": "critical",
19883
20906
  "source": "community",
19884
20907
  "date_added": null,
@@ -19900,7 +20923,7 @@
19900
20923
  "path": "skills/makepad-dsl",
19901
20924
  "category": "development",
19902
20925
  "name": "makepad-dsl",
19903
- "description": "CRITICAL: Use for Makepad DSL syntax and inheritance. Triggers on:\nmakepad dsl, live_design, makepad inheritance, makepad prototype,\n\"<Widget>\", \"Foo = { }\", makepad object, makepad property,\nmakepad DSL \u8bed\u6cd5, makepad \u7ee7\u627f, makepad \u539f\u578b, \u5982\u4f55\u5b9a\u4e49 makepad \u7ec4\u4ef6\n",
20926
+ "description": "CRITICAL: Use for Makepad DSL syntax and inheritance. Triggers on:\nmakepad dsl, live_design, makepad inheritance, makepad prototype,\n\"<Widget>\", \"Foo = { }\", makepad object, makepad property,\nmakepad DSL 语法, makepad 继承, makepad 原型, 如何定义 makepad 组件\n",
19904
20927
  "risk": "safe",
19905
20928
  "source": "community",
19906
20929
  "date_added": null,
@@ -19922,7 +20945,7 @@
19922
20945
  "path": "skills/makepad-event-action",
19923
20946
  "category": "development",
19924
20947
  "name": "makepad-event-action",
19925
- "description": "CRITICAL: Use for Makepad event and action handling. Triggers on:\nmakepad event, makepad action, Event enum, ActionTrait, handle_event,\nMouseDown, KeyDown, TouchUpdate, Hit, FingerDown, post_action,\nmakepad \u4e8b\u4ef6, makepad action, \u4e8b\u4ef6\u5904\u7406\n",
20948
+ "description": "CRITICAL: Use for Makepad event and action handling. Triggers on:\nmakepad event, makepad action, Event enum, ActionTrait, handle_event,\nMouseDown, KeyDown, TouchUpdate, Hit, FingerDown, post_action,\nmakepad 事件, makepad action, 事件处理\n",
19926
20949
  "risk": "safe",
19927
20950
  "source": "community",
19928
20951
  "date_added": null,
@@ -19944,7 +20967,7 @@
19944
20967
  "path": "skills/makepad-font",
19945
20968
  "category": "development",
19946
20969
  "name": "makepad-font",
19947
- "description": "CRITICAL: Use for Makepad font and text rendering. Triggers on:\nmakepad font, makepad text, makepad glyph, makepad typography,\nfont atlas, text layout, font family, font size, text shaping,\nmakepad \u5b57\u4f53, makepad \u6587\u5b57, makepad \u6392\u7248, makepad \u5b57\u5f62\n",
20970
+ "description": "CRITICAL: Use for Makepad font and text rendering. Triggers on:\nmakepad font, makepad text, makepad glyph, makepad typography,\nfont atlas, text layout, font family, font size, text shaping,\nmakepad 字体, makepad 文字, makepad 排版, makepad 字形\n",
19948
20971
  "risk": "safe",
19949
20972
  "source": "community",
19950
20973
  "date_added": null,
@@ -19966,7 +20989,7 @@
19966
20989
  "path": "skills/makepad-layout",
19967
20990
  "category": "development",
19968
20991
  "name": "makepad-layout",
19969
- "description": "CRITICAL: Use for Makepad layout system. Triggers on:\nmakepad layout, makepad width, makepad height, makepad flex,\nmakepad padding, makepad margin, makepad flow, makepad align,\nFit, Fill, Size, Walk, \"how to center in makepad\",\nmakepad \u5e03\u5c40, makepad \u5bbd\u5ea6, makepad \u5bf9\u9f50, makepad \u5c45\u4e2d\n",
20992
+ "description": "CRITICAL: Use for Makepad layout system. Triggers on:\nmakepad layout, makepad width, makepad height, makepad flex,\nmakepad padding, makepad margin, makepad flow, makepad align,\nFit, Fill, Size, Walk, \"how to center in makepad\",\nmakepad 布局, makepad 宽度, makepad 对齐, makepad 居中\n",
19970
20993
  "risk": "safe",
19971
20994
  "source": "community",
19972
20995
  "date_added": null,
@@ -19988,7 +21011,7 @@
19988
21011
  "path": "skills/makepad-platform",
19989
21012
  "category": "development",
19990
21013
  "name": "makepad-platform",
19991
- "description": "CRITICAL: Use for Makepad cross-platform support. Triggers on:\nmakepad platform, makepad os, makepad macos, makepad windows, makepad linux,\nmakepad android, makepad ios, makepad web, makepad wasm, makepad metal,\nmakepad d3d11, makepad opengl, makepad webgl, OsType, CxOs,\nmakepad \u8de8\u5e73\u53f0, makepad \u5e73\u53f0\u652f\u6301\n",
21014
+ "description": "CRITICAL: Use for Makepad cross-platform support. Triggers on:\nmakepad platform, makepad os, makepad macos, makepad windows, makepad linux,\nmakepad android, makepad ios, makepad web, makepad wasm, makepad metal,\nmakepad d3d11, makepad opengl, makepad webgl, OsType, CxOs,\nmakepad 跨平台, makepad 平台支持\n",
19992
21015
  "risk": "unknown",
19993
21016
  "source": "community",
19994
21017
  "date_added": null,
@@ -20032,7 +21055,7 @@
20032
21055
  "path": "skills/makepad-shaders",
20033
21056
  "category": "development",
20034
21057
  "name": "makepad-shaders",
20035
- "description": "CRITICAL: Use for Makepad shader system. Triggers on:\nmakepad shader, makepad draw_bg, Sdf2d, makepad pixel,\nmakepad glsl, makepad sdf, draw_quad, makepad gpu,\nmakepad \u7740\u8272\u5668, makepad shader \u8bed\u6cd5, makepad \u7ed8\u5236\n",
21058
+ "description": "CRITICAL: Use for Makepad shader system. Triggers on:\nmakepad shader, makepad draw_bg, Sdf2d, makepad pixel,\nmakepad glsl, makepad sdf, draw_quad, makepad gpu,\nmakepad 着色器, makepad shader 语法, makepad 绘制\n",
20036
21059
  "risk": "unknown",
20037
21060
  "source": "community",
20038
21061
  "date_added": null,
@@ -20076,7 +21099,7 @@
20076
21099
  "path": "skills/makepad-splash",
20077
21100
  "category": "development",
20078
21101
  "name": "makepad-splash",
20079
- "description": "CRITICAL: Use for Makepad Splash scripting language. Triggers on:\nsplash language, makepad script, makepad scripting, script!, cx.eval,\nmakepad dynamic, makepad AI, splash \u8bed\u8a00, makepad \u811a\u672c\n",
21102
+ "description": "CRITICAL: Use for Makepad Splash scripting language. Triggers on:\nsplash language, makepad script, makepad scripting, script!, cx.eval,\nmakepad dynamic, makepad AI, splash 语言, makepad 脚本\n",
20080
21103
  "risk": "unknown",
20081
21104
  "source": "community",
20082
21105
  "date_added": null,
@@ -20278,7 +21301,7 @@
20278
21301
  "path": "skills/matematico-tao",
20279
21302
  "category": "uncategorized",
20280
21303
  "name": "matematico-tao",
20281
- "description": "Matem\u00e1tico ultra-avan\u00e7ado inspirado em Terence Tao. An\u00e1lise rigorosa de c\u00f3digo e arquitetura com teoria matem\u00e1tica profunda: teoria da informa\u00e7\u00e3o, teoria dos grafos, complexidade computacional, \u00e1lgebra linear, an\u00e1lise estoc\u00e1stica, teoria das categorias, probabilidade bayesiana e l\u00f3gica formal.",
21304
+ "description": "Matemático ultra-avançado inspirado em Terence Tao. Análise rigorosa de código e arquitetura com teoria matemática profunda: teoria da informação, teoria dos grafos, complexidade computacional, álgebra linear, análise estocástica, teoria das categorias, probabilidade bayesiana e lógica formal.",
20282
21305
  "risk": "none",
20283
21306
  "source": "community",
20284
21307
  "date_added": "2026-03-06",
@@ -20295,12 +21318,34 @@
20295
21318
  "reasons": []
20296
21319
  }
20297
21320
  },
21321
+ {
21322
+ "id": "material-design",
21323
+ "path": "skills/design-it/material-design",
21324
+ "category": "design-it",
21325
+ "name": "material-design",
21326
+ "description": "Web and App implementation guide for Material Design. Trigger when user wants Google's aesthetic, elevation, motion, and consistent components.",
21327
+ "risk": "safe",
21328
+ "source": "self",
21329
+ "date_added": "2026-06-17",
21330
+ "plugin": {
21331
+ "targets": {
21332
+ "codex": "supported",
21333
+ "claude": "supported"
21334
+ },
21335
+ "setup": {
21336
+ "type": "none",
21337
+ "summary": "",
21338
+ "docs": null
21339
+ },
21340
+ "reasons": []
21341
+ }
21342
+ },
20298
21343
  {
20299
21344
  "id": "mathguard",
20300
21345
  "path": "skills/mathguard",
20301
21346
  "category": "uncategorized",
20302
21347
  "name": "mathguard",
20303
- "description": "Math-heavy escalation for n >= 10^6 \u2014 Bloom, HyperLogLog, Count-Min, MinHash/LSH, FFT, JL projection, sweep line. Use when classical O(n log n) is the floor and approximate or math wins.",
21348
+ "description": "Math-heavy escalation for n >= 10^6 Bloom, HyperLogLog, Count-Min, MinHash/LSH, FFT, JL projection, sweep line. Use when classical O(n log n) is the floor and approximate or math wins.",
20304
21349
  "risk": "safe",
20305
21350
  "source": "community",
20306
21351
  "date_added": "2026-05-26",
@@ -20383,6 +21428,28 @@
20383
21428
  "reasons": []
20384
21429
  }
20385
21430
  },
21431
+ {
21432
+ "id": "maximalism",
21433
+ "path": "skills/design-it/maximalism",
21434
+ "category": "design-it",
21435
+ "name": "maximalism",
21436
+ "description": "Web and App implementation guide for Controlled Maximalism. Trigger when user wants lots of elements, dense content, but a highly curated and artistic presentation.",
21437
+ "risk": "safe",
21438
+ "source": "self",
21439
+ "date_added": "2026-06-17",
21440
+ "plugin": {
21441
+ "targets": {
21442
+ "codex": "supported",
21443
+ "claude": "supported"
21444
+ },
21445
+ "setup": {
21446
+ "type": "none",
21447
+ "summary": "",
21448
+ "docs": null
21449
+ },
21450
+ "reasons": []
21451
+ }
21452
+ },
20386
21453
  {
20387
21454
  "id": "mcp-builder",
20388
21455
  "path": "skills/mcp-builder",
@@ -20520,7 +21587,7 @@
20520
21587
  "path": "skills/mental-health-analyzer",
20521
21588
  "category": "health",
20522
21589
  "name": "mental-health-analyzer",
20523
- "description": "\u5206\u6790\u5fc3\u7406\u5065\u5eb7\u6570\u636e\u3001\u8bc6\u522b\u5fc3\u7406\u6a21\u5f0f\u3001\u8bc4\u4f30\u5fc3\u7406\u5065\u5eb7\u72b6\u51b5\u3001\u63d0\u4f9b\u4e2a\u6027\u5316\u5fc3\u7406\u5065\u5eb7\u5efa\u8bae\u3002\u652f\u6301\u4e0e\u7761\u7720\u3001\u8fd0\u52a8\u3001\u8425\u517b\u7b49\u5176\u4ed6\u5065\u5eb7\u6570\u636e\u7684\u5173\u8054\u5206\u6790\u3002",
21590
+ "description": "分析心理健康数据、识别心理模式、评估心理健康状况、提供个性化心理健康建议。支持与睡眠、运动、营养等其他健康数据的关联分析。",
20524
21591
  "risk": "unknown",
20525
21592
  "source": "community",
20526
21593
  "date_added": null,
@@ -20610,7 +21677,7 @@
20610
21677
  "path": "skills/metasploit-framework",
20611
21678
  "category": "security",
20612
21679
  "name": "metasploit-framework",
20613
- "description": "\u26a0\ufe0f AUTHORIZED USE ONLY > This skill is for educational purposes or authorized security assessments only. > You must have explicit, written permission from the system owner before using this tool. > Misuse of this tool is illegal and strictly prohibited.",
21680
+ "description": "⚠️ AUTHORIZED USE ONLY > This skill is for educational purposes or authorized security assessments only. > You must have explicit, written permission from the system owner before using this tool. > Misuse of this tool is illegal and strictly prohibited.",
20614
21681
  "risk": "offensive",
20615
21682
  "source": "community",
20616
21683
  "date_added": "2026-02-27",
@@ -20737,6 +21804,28 @@
20737
21804
  "reasons": []
20738
21805
  }
20739
21806
  },
21807
+ {
21808
+ "id": "minimalism",
21809
+ "path": "skills/design-it/minimalism",
21810
+ "category": "design-it",
21811
+ "name": "minimalism",
21812
+ "description": "Web and App implementation guide for the Minimalism design style. Trigger when the user wants simple layouts, lots of whitespace, few colors, and clear hierarchy.",
21813
+ "risk": "safe",
21814
+ "source": "self",
21815
+ "date_added": "2026-06-17",
21816
+ "plugin": {
21817
+ "targets": {
21818
+ "codex": "supported",
21819
+ "claude": "supported"
21820
+ },
21821
+ "setup": {
21822
+ "type": "none",
21823
+ "summary": "",
21824
+ "docs": null
21825
+ },
21826
+ "reasons": []
21827
+ }
21828
+ },
20740
21829
  {
20741
21830
  "id": "minimalist-ui",
20742
21831
  "path": "skills/minimalist-ui",
@@ -20940,7 +22029,7 @@
20940
22029
  "path": "skills/mobile-design",
20941
22030
  "category": "mobile",
20942
22031
  "name": "mobile-design",
20943
- "description": "(Mobile-First \u00b7 Touch-First \u00b7 Platform-Respectful)",
22032
+ "description": "(Mobile-First · Touch-First · Platform-Respectful)",
20944
22033
  "risk": "unknown",
20945
22034
  "source": "community",
20946
22035
  "date_added": "2026-02-27",
@@ -21137,6 +22226,28 @@
21137
22226
  "reasons": []
21138
22227
  }
21139
22228
  },
22229
+ {
22230
+ "id": "monochromatic-ui",
22231
+ "path": "skills/design-it/monochromatic-ui",
22232
+ "category": "design-it",
22233
+ "name": "monochromatic-ui",
22234
+ "description": "Web and App implementation guide for Monochromatic UI. Trigger when user wants a single-color palette, high elegance, and strict color discipline.",
22235
+ "risk": "safe",
22236
+ "source": "self",
22237
+ "date_added": "2026-06-17",
22238
+ "plugin": {
22239
+ "targets": {
22240
+ "codex": "supported",
22241
+ "claude": "supported"
22242
+ },
22243
+ "setup": {
22244
+ "type": "none",
22245
+ "summary": "",
22246
+ "docs": null
22247
+ },
22248
+ "reasons": []
22249
+ }
22250
+ },
21140
22251
  {
21141
22252
  "id": "monopoly",
21142
22253
  "path": "skills/monopoly",
@@ -21225,50 +22336,6 @@
21225
22336
  "reasons": []
21226
22337
  }
21227
22338
  },
21228
- {
21229
- "id": "monte-carlo-prevent",
21230
- "path": "skills/monte-carlo-prevent",
21231
- "category": "data",
21232
- "name": "monte-carlo-prevent",
21233
- "description": "Surfaces Monte Carlo data observability context (table health, alerts, lineage, blast radius) before SQL/dbt edits.",
21234
- "risk": "safe",
21235
- "source": "community",
21236
- "date_added": "2026-04-08",
21237
- "plugin": {
21238
- "targets": {
21239
- "codex": "supported",
21240
- "claude": "supported"
21241
- },
21242
- "setup": {
21243
- "type": "none",
21244
- "summary": "",
21245
- "docs": null
21246
- },
21247
- "reasons": []
21248
- }
21249
- },
21250
- {
21251
- "id": "monte-carlo-push-ingestion",
21252
- "path": "skills/monte-carlo-push-ingestion",
21253
- "category": "data",
21254
- "name": "monte-carlo-push-ingestion",
21255
- "description": "Expert guide for pushing metadata, lineage, and query logs to Monte Carlo from any data warehouse.",
21256
- "risk": "safe",
21257
- "source": "community",
21258
- "date_added": "2026-04-08",
21259
- "plugin": {
21260
- "targets": {
21261
- "codex": "supported",
21262
- "claude": "supported"
21263
- },
21264
- "setup": {
21265
- "type": "none",
21266
- "summary": "",
21267
- "docs": null
21268
- },
21269
- "reasons": []
21270
- }
21271
- },
21272
22339
  {
21273
22340
  "id": "monte-carlo-validation-notebook",
21274
22341
  "path": "skills/monte-carlo-validation-notebook",
@@ -21362,7 +22429,7 @@
21362
22429
  "path": "skills/multi-advisor",
21363
22430
  "category": "ai-agents",
21364
22431
  "name": "multi-advisor",
21365
- "description": "Conselho de especialistas \u2014 consulta multiplos agentes do ecossistema em paralelo para analise multi-perspectiva de qualquer topico. Ativa personas, especialistas e agentes tecnicos simultaneamente, cada um pela sua otica unica, e consolida em sintese decisoria final.",
22432
+ "description": "Conselho de especialistas consulta multiplos agentes do ecossistema em paralelo para analise multi-perspectiva de qualquer topico. Ativa personas, especialistas e agentes tecnicos simultaneamente, cada um pela sua otica unica, e consolida em sintese decisoria final.",
21366
22433
  "risk": "none",
21367
22434
  "source": "community",
21368
22435
  "date_added": "2026-03-06",
@@ -21731,6 +22798,28 @@
21731
22798
  "reasons": []
21732
22799
  }
21733
22800
  },
22801
+ {
22802
+ "id": "neo-brutalism",
22803
+ "path": "skills/design-it/neo-brutalism",
22804
+ "category": "design-it",
22805
+ "name": "neo-brutalism",
22806
+ "description": "Web and App implementation guide for Neo-Brutalism. Trigger when user wants thick borders, hard shadows, bright colors, and a playful yet structured look.",
22807
+ "risk": "safe",
22808
+ "source": "self",
22809
+ "date_added": "2026-06-17",
22810
+ "plugin": {
22811
+ "targets": {
22812
+ "codex": "supported",
22813
+ "claude": "supported"
22814
+ },
22815
+ "setup": {
22816
+ "type": "none",
22817
+ "summary": "",
22818
+ "docs": null
22819
+ },
22820
+ "reasons": []
22821
+ }
22822
+ },
21734
22823
  {
21735
22824
  "id": "neon-postgres",
21736
22825
  "path": "skills/neon-postgres",
@@ -21780,7 +22869,7 @@
21780
22869
  "path": "skills/nerdzao-elite-gemini-high",
21781
22870
  "category": "uncategorized",
21782
22871
  "name": "nerdzao-elite-gemini-high",
21783
- "description": "Modo Elite Coder + UX Pixel-Perfect otimizado especificamente para Gemini 3.1 Pro High. Workflow completo com foco em qualidade m\u00e1xima e efici\u00eancia de tokens.",
22872
+ "description": "Modo Elite Coder + UX Pixel-Perfect otimizado especificamente para Gemini 3.1 Pro High. Workflow completo com foco em qualidade máxima e eficiência de tokens.",
21784
22873
  "risk": "safe",
21785
22874
  "source": "community",
21786
22875
  "date_added": "2026-02-27",
@@ -21885,6 +22974,28 @@
21885
22974
  "reasons": []
21886
22975
  }
21887
22976
  },
22977
+ {
22978
+ "id": "neumorphism",
22979
+ "path": "skills/design-it/neumorphism",
22980
+ "category": "design-it",
22981
+ "name": "neumorphism",
22982
+ "description": "Web and App implementation guide for Neumorphism (Soft UI). Trigger when user wants soft shadows, extruded appearance, and light source simulation.",
22983
+ "risk": "safe",
22984
+ "source": "self",
22985
+ "date_added": "2026-06-17",
22986
+ "plugin": {
22987
+ "targets": {
22988
+ "codex": "supported",
22989
+ "claude": "supported"
22990
+ },
22991
+ "setup": {
22992
+ "type": "none",
22993
+ "summary": "",
22994
+ "docs": null
22995
+ },
22996
+ "reasons": []
22997
+ }
22998
+ },
21888
22999
  {
21889
23000
  "id": "new-rails-project",
21890
23001
  "path": "skills/new-rails-project",
@@ -22225,7 +23336,7 @@
22225
23336
  "path": "skills/nutrition-analyzer",
22226
23337
  "category": "health",
22227
23338
  "name": "nutrition-analyzer",
22228
- "description": "\u5206\u6790\u8425\u517b\u6570\u636e\u3001\u8bc6\u522b\u8425\u517b\u6a21\u5f0f\u3001\u8bc4\u4f30\u8425\u517b\u72b6\u51b5\uff0c\u5e76\u63d0\u4f9b\u4e2a\u6027\u5316\u8425\u517b\u5efa\u8bae\u3002\u652f\u6301\u4e0e\u8fd0\u52a8\u3001\u7761\u7720\u3001\u6162\u6027\u75c5\u6570\u636e\u7684\u5173\u8054\u5206\u6790\u3002",
23339
+ "description": "分析营养数据、识别营养模式、评估营养状况,并提供个性化营养建议。支持与运动、睡眠、慢性病数据的关联分析。",
22229
23340
  "risk": "unknown",
22230
23341
  "source": "community",
22231
23342
  "date_added": null,
@@ -22445,7 +23556,7 @@
22445
23556
  "path": "skills/occupational-health-analyzer",
22446
23557
  "category": "health",
22447
23558
  "name": "occupational-health-analyzer",
22448
- "description": "\u5206\u6790\u804c\u4e1a\u5065\u5eb7\u6570\u636e\u3001\u8bc6\u522b\u5de5\u4f5c\u76f8\u5173\u5065\u5eb7\u98ce\u9669\u3001\u8bc4\u4f30\u804c\u4e1a\u5065\u5eb7\u72b6\u51b5\u3001\u63d0\u4f9b\u4e2a\u6027\u5316\u804c\u4e1a\u5065\u5eb7\u5efa\u8bae\u3002\u652f\u6301\u4e0e\u7761\u7720\u3001\u8fd0\u52a8\u3001\u5fc3\u7406\u5065\u5eb7\u7b49\u5176\u4ed6\u5065\u5eb7\u6570\u636e\u7684\u5173\u8054\u5206\u6790\u3002",
23559
+ "description": "分析职业健康数据、识别工作相关健康风险、评估职业健康状况、提供个性化职业健康建议。支持与睡眠、运动、心理健康等其他健康数据的关联分析。",
22449
23560
  "risk": "unknown",
22450
23561
  "source": "community",
22451
23562
  "date_added": null,
@@ -22687,7 +23798,7 @@
22687
23798
  "path": "skills/odoo-migration-helper",
22688
23799
  "category": "business",
22689
23800
  "name": "odoo-migration-helper",
22690
- "description": "Step-by-step guide for migrating Odoo custom modules between versions (v14\u2192v15\u2192v16\u2192v17). Covers API changes, deprecated methods, and view migration.",
23801
+ "description": "Step-by-step guide for migrating Odoo custom modules between versions (v14→v15→v16→v17). Covers API changes, deprecated methods, and view migration.",
22691
23802
  "risk": "safe",
22692
23803
  "source": "self",
22693
23804
  "date_added": null,
@@ -22797,7 +23908,7 @@
22797
23908
  "path": "skills/odoo-purchase-workflow",
22798
23909
  "category": "business",
22799
23910
  "name": "odoo-purchase-workflow",
22800
- "description": "Expert guide for Odoo Purchase: RFQ \u2192 PO \u2192 Receipt \u2192 Vendor Bill workflow, purchase agreements, vendor price lists, and 3-way matching.",
23911
+ "description": "Expert guide for Odoo Purchase: RFQ PO Receipt Vendor Bill workflow, purchase agreements, vendor price lists, and 3-way matching.",
22801
23912
  "risk": "safe",
22802
23913
  "source": "self",
22803
23914
  "date_added": null,
@@ -23171,7 +24282,7 @@
23171
24282
  "path": "skills/options-flow-analyzer",
23172
24283
  "category": "finance",
23173
24284
  "name": "options-flow-analyzer",
23174
- "description": "Real vs lottery call separation for options P/C ratio analysis \u2014 prevents signal inversion from deep OTM noise",
24285
+ "description": "Real vs lottery call separation for options P/C ratio analysis prevents signal inversion from deep OTM noise",
23175
24286
  "risk": "safe",
23176
24287
  "source": "community",
23177
24288
  "date_added": "2026-05-13",
@@ -23193,7 +24304,7 @@
23193
24304
  "path": "skills/oral-health-analyzer",
23194
24305
  "category": "health",
23195
24306
  "name": "oral-health-analyzer",
23196
- "description": "\u5206\u6790\u53e3\u8154\u5065\u5eb7\u6570\u636e\u3001\u8bc6\u522b\u53e3\u8154\u95ee\u9898\u6a21\u5f0f\u3001\u8bc4\u4f30\u53e3\u8154\u5065\u5eb7\u72b6\u51b5\u3001\u63d0\u4f9b\u4e2a\u6027\u5316\u53e3\u8154\u5065\u5eb7\u5efa\u8bae\u3002\u652f\u6301\u4e0e\u8425\u517b\u3001\u6162\u6027\u75c5\u3001\u7528\u836f\u7b49\u5176\u4ed6\u5065\u5eb7\u6570\u636e\u7684\u5173\u8054\u5206\u6790\u3002",
24307
+ "description": "分析口腔健康数据、识别口腔问题模式、评估口腔健康状况、提供个性化口腔健康建议。支持与营养、慢性病、用药等其他健康数据的关联分析。",
23197
24308
  "risk": "safe",
23198
24309
  "source": "community",
23199
24310
  "date_added": null,
@@ -23391,7 +24502,7 @@
23391
24502
  "path": "skills/pagespeed-enhancer",
23392
24503
  "category": "uncategorized",
23393
24504
  "name": "pagespeed-enhancer",
23394
- "description": "Scan, audit, and fix web performance issues across all four Lighthouse/PageSpeed Insights pillars \u2014 Performance, Accessibility, Best Practices, and SEO \u2014 in structured batches.",
24505
+ "description": "Scan, audit, and fix web performance issues across all four Lighthouse/PageSpeed Insights pillars Performance, Accessibility, Best Practices, and SEO in structured batches.",
23395
24506
  "risk": "safe",
23396
24507
  "source": "personal",
23397
24508
  "date_added": "2026-06-14",
@@ -24205,7 +25316,7 @@
24205
25316
  "path": "skills/polis-protocol",
24206
25317
  "category": "orchestration",
24207
25318
  "name": "polis-protocol",
24208
- "description": "Coordinate multi-vendor AI agents as a self-improving team \u2014 a learning router assigns work by track record and citizens can amend the protocol's own rules.",
25319
+ "description": "Coordinate multi-vendor AI agents as a self-improving team a learning router assigns work by track record and citizens can amend the protocol's own rules.",
24209
25320
  "risk": "critical",
24210
25321
  "source": "community",
24211
25322
  "date_added": "2026-06-02",
@@ -24559,7 +25670,7 @@
24559
25670
  "path": "skills/privacy-by-design",
24560
25671
  "category": "security",
24561
25672
  "name": "privacy-by-design",
24562
- "description": "Use when building apps that collect user data. Ensures privacy protections are built in from the start\u2014data minimization, consent, encryption.",
25673
+ "description": "Use when building apps that collect user data. Ensures privacy protections are built in from the start—data minimization, consent, encryption.",
24563
25674
  "risk": "safe",
24564
25675
  "source": "community",
24565
25676
  "date_added": "2026-02-23",
@@ -24603,7 +25714,7 @@
24603
25714
  "path": "skills/product-design",
24604
25715
  "category": "business",
24605
25716
  "name": "product-design",
24606
- "description": "Design de produto nivel Apple \u2014 sistemas visuais, UX flows, acessibilidade, linguagem visual proprietaria, design tokens, prototipagem e handoff. Cobre Figma, design systems, tipografia, cor, espacamento, motion design e principios de design cognitivo.",
25717
+ "description": "Design de produto nivel Apple sistemas visuais, UX flows, acessibilidade, linguagem visual proprietaria, design tokens, prototipagem e handoff. Cobre Figma, design systems, tipografia, cor, espacamento, motion design e principios de design cognitivo.",
24607
25718
  "risk": "none",
24608
25719
  "source": "community",
24609
25720
  "date_added": "2026-03-06",
@@ -24625,7 +25736,7 @@
24625
25736
  "path": "skills/product-inventor",
24626
25737
  "category": "business",
24627
25738
  "name": "product-inventor",
24628
- "description": "Product Inventor e Design Alchemist de nivel maximo \u2014 combina Product Thinking, Design Systems, UI Engineering, Psicologia Cognitiva, Storytelling e execucao impecavel nivel Jobs/Apple.",
25739
+ "description": "Product Inventor e Design Alchemist de nivel maximo combina Product Thinking, Design Systems, UI Engineering, Psicologia Cognitiva, Storytelling e execucao impecavel nivel Jobs/Apple.",
24629
25740
  "risk": "none",
24630
25741
  "source": "community",
24631
25742
  "date_added": "2026-03-06",
@@ -25067,7 +26178,7 @@
25067
26178
  "path": "skills/protect-mcp-governance",
25068
26179
  "category": "uncategorized",
25069
26180
  "name": "protect-mcp-governance",
25070
- "description": "Agent governance skill for MCP tool calls \u2014 Cedar policy authoring, shadow-to-enforce rollout, and Ed25519 receipt verification.",
26181
+ "description": "Agent governance skill for MCP tool calls Cedar policy authoring, shadow-to-enforce rollout, and Ed25519 receipt verification.",
25071
26182
  "risk": "safe",
25072
26183
  "source": "community",
25073
26184
  "date_added": "2026-04-05",
@@ -25106,6 +26217,28 @@
25106
26217
  "reasons": []
25107
26218
  }
25108
26219
  },
26220
+ {
26221
+ "id": "prototype",
26222
+ "path": "skills/prototype",
26223
+ "category": "development",
26224
+ "name": "prototype",
26225
+ "description": "Build a throwaway prototype to flesh out a design — a runnable terminal app for state/business-logic questions, or several radically different UI variations toggleable from one route.",
26226
+ "risk": "safe",
26227
+ "source": "community",
26228
+ "date_added": "2026-06-19",
26229
+ "plugin": {
26230
+ "targets": {
26231
+ "codex": "supported",
26232
+ "claude": "supported"
26233
+ },
26234
+ "setup": {
26235
+ "type": "none",
26236
+ "summary": "",
26237
+ "docs": null
26238
+ },
26239
+ "reasons": []
26240
+ }
26241
+ },
25109
26242
  {
25110
26243
  "id": "pubmed-database",
25111
26244
  "path": "skills/pubmed-database",
@@ -25155,7 +26288,7 @@
25155
26288
  "path": "skills/pydantic-ai",
25156
26289
  "category": "ai-agents",
25157
26290
  "name": "pydantic-ai",
25158
- "description": "Build production-ready AI agents with PydanticAI \u2014 type-safe tool use, structured outputs, dependency injection, and multi-model support.",
26291
+ "description": "Build production-ready AI agents with PydanticAI type-safe tool use, structured outputs, dependency injection, and multi-model support.",
25159
26292
  "risk": "safe",
25160
26293
  "source": "community",
25161
26294
  "date_added": "2026-03-18",
@@ -25881,7 +27014,7 @@
25881
27014
  "path": "skills/readme",
25882
27015
  "category": "content",
25883
27016
  "name": "readme",
25884
- "description": "You are an expert technical writer creating comprehensive project documentation. Your goal is to write a README.md that is absurdly thorough\u2014the kind of documentation you wish every project had.",
27017
+ "description": "You are an expert technical writer creating comprehensive project documentation. Your goal is to write a README.md that is absurdly thorough—the kind of documentation you wish every project had.",
25885
27018
  "risk": "safe",
25886
27019
  "source": "https://github.com/Shpigford/skills/tree/main/readme",
25887
27020
  "date_added": "2026-02-27",
@@ -25903,7 +27036,7 @@
25903
27036
  "path": "skills/recallmax",
25904
27037
  "category": "memory",
25905
27038
  "name": "recallmax",
25906
- "description": "FREE \u2014 God-tier long-context memory for AI agents. Injects 500K-1M clean tokens, auto-summarizes with tone/intent preservation, compresses 14-turn history into 800 tokens.",
27039
+ "description": "FREE God-tier long-context memory for AI agents. Injects 500K-1M clean tokens, auto-summarizes with tone/intent preservation, compresses 14-turn history into 800 tokens.",
25907
27040
  "risk": "safe",
25908
27041
  "source": "community",
25909
27042
  "date_added": "2026-03-13",
@@ -25947,7 +27080,7 @@
25947
27080
  "path": "skills/recsys-pipeline-architect",
25948
27081
  "category": "data-ai",
25949
27082
  "name": "recsys-pipeline-architect",
25950
- "description": "Designs composable recommendation, ranking, and feed pipelines using the six-stage Source\u2192Hydrator\u2192Filter\u2192Scorer\u2192Selector\u2192SideEffect framework",
27083
+ "description": "Designs composable recommendation, ranking, and feed pipelines using the six-stage Source→Hydrator→Filter→Scorer→Selector→SideEffect framework",
25951
27084
  "risk": "safe",
25952
27085
  "source": "community",
25953
27086
  "date_added": "2026-05-16",
@@ -26123,7 +27256,7 @@
26123
27256
  "path": "skills/rehabilitation-analyzer",
26124
27257
  "category": "health",
26125
27258
  "name": "rehabilitation-analyzer",
26126
- "description": "\u5206\u6790\u5eb7\u590d\u8bad\u7ec3\u6570\u636e\u3001\u8bc6\u522b\u5eb7\u590d\u6a21\u5f0f\u3001\u8bc4\u4f30\u5eb7\u590d\u8fdb\u5c55\uff0c\u5e76\u63d0\u4f9b\u4e2a\u6027\u5316\u5eb7\u590d\u5efa\u8bae",
27259
+ "description": "分析康复训练数据、识别康复模式、评估康复进展,并提供个性化康复建议",
26127
27260
  "risk": "unknown",
26128
27261
  "source": "community",
26129
27262
  "date_added": null,
@@ -26228,6 +27361,50 @@
26228
27361
  "reasons": []
26229
27362
  }
26230
27363
  },
27364
+ {
27365
+ "id": "retro-design",
27366
+ "path": "skills/design-it/retro-design",
27367
+ "category": "design-it",
27368
+ "name": "retro-design",
27369
+ "description": "Web and App implementation guide for Retro Design (60s-80s). Trigger when user wants vintage aesthetics, warm muted colors, and nostalgic layouts.",
27370
+ "risk": "safe",
27371
+ "source": "self",
27372
+ "date_added": "2026-06-17",
27373
+ "plugin": {
27374
+ "targets": {
27375
+ "codex": "supported",
27376
+ "claude": "supported"
27377
+ },
27378
+ "setup": {
27379
+ "type": "none",
27380
+ "summary": "",
27381
+ "docs": null
27382
+ },
27383
+ "reasons": []
27384
+ }
27385
+ },
27386
+ {
27387
+ "id": "retro-futurism",
27388
+ "path": "skills/design-it/retro-futurism",
27389
+ "category": "design-it",
27390
+ "name": "retro-futurism",
27391
+ "description": "Web and App implementation guide for Retro Futurism. Trigger when user wants vintage future concepts, 1950s space age aesthetics, or atompunk vibes.",
27392
+ "risk": "safe",
27393
+ "source": "self",
27394
+ "date_added": "2026-06-17",
27395
+ "plugin": {
27396
+ "targets": {
27397
+ "codex": "supported",
27398
+ "claude": "supported"
27399
+ },
27400
+ "setup": {
27401
+ "type": "none",
27402
+ "summary": "",
27403
+ "docs": null
27404
+ },
27405
+ "reasons": []
27406
+ }
27407
+ },
26231
27408
  {
26232
27409
  "id": "returns-reverse-logistics",
26233
27410
  "path": "skills/returns-reverse-logistics",
@@ -26387,7 +27564,7 @@
26387
27564
  "path": "skills/robius-app-architecture",
26388
27565
  "category": "development",
26389
27566
  "name": "robius-app-architecture",
26390
- "description": "CRITICAL: Use for Robius app architecture patterns. Triggers on:\nTokio, async, submit_async_request, \u5f02\u6b65, \u67b6\u6784,\nSignalToUI, Cx::post_action, worker task,\napp structure, MatchEvent, handle_startup\n",
27567
+ "description": "CRITICAL: Use for Robius app architecture patterns. Triggers on:\nTokio, async, submit_async_request, 异步, 架构,\nSignalToUI, Cx::post_action, worker task,\napp structure, MatchEvent, handle_startup\n",
26391
27568
  "risk": "unknown",
26392
27569
  "source": "community",
26393
27570
  "date_added": null,
@@ -26409,7 +27586,7 @@
26409
27586
  "path": "skills/robius-event-action",
26410
27587
  "category": "development",
26411
27588
  "name": "robius-event-action",
26412
- "description": "CRITICAL: Use for Robius event and action patterns. Triggers on:\ncustom action, MatchEvent, post_action, cx.widget_action,\nhandle_actions, DefaultNone, widget action, event handling,\n\u4e8b\u4ef6\u5904\u7406, \u81ea\u5b9a\u4e49\u52a8\u4f5c\n",
27589
+ "description": "CRITICAL: Use for Robius event and action patterns. Triggers on:\ncustom action, MatchEvent, post_action, cx.widget_action,\nhandle_actions, DefaultNone, widget action, event handling,\n事件处理, 自定义动作\n",
26413
27590
  "risk": "unknown",
26414
27591
  "source": "community",
26415
27592
  "date_added": null,
@@ -26431,7 +27608,7 @@
26431
27608
  "path": "skills/robius-matrix-integration",
26432
27609
  "category": "development",
26433
27610
  "name": "robius-matrix-integration",
26434
- "description": "CRITICAL: Use for Matrix SDK integration with Makepad. Triggers on:\nMatrix SDK, sliding sync, MatrixRequest, timeline,\nmatrix-sdk, matrix client, robrix, matrix room,\nMatrix \u96c6\u6210, \u804a\u5929\u5ba2\u6237\u7aef\n",
27611
+ "description": "CRITICAL: Use for Matrix SDK integration with Makepad. Triggers on:\nMatrix SDK, sliding sync, MatrixRequest, timeline,\nmatrix-sdk, matrix client, robrix, matrix room,\nMatrix 集成, 聊天客户端\n",
26435
27612
  "risk": "unknown",
26436
27613
  "source": "community",
26437
27614
  "date_added": null,
@@ -26453,7 +27630,7 @@
26453
27630
  "path": "skills/robius-state-management",
26454
27631
  "category": "development",
26455
27632
  "name": "robius-state-management",
26456
- "description": "CRITICAL: Use for Robius state management patterns. Triggers on:\nAppState, persistence, theme switch, \u72b6\u6001\u7ba1\u7406,\nScope::with_data, save state, load state, serde,\n\u72b6\u6001\u6301\u4e45\u5316, \u4e3b\u9898\u5207\u6362\n",
27633
+ "description": "CRITICAL: Use for Robius state management patterns. Triggers on:\nAppState, persistence, theme switch, 状态管理,\nScope::with_data, save state, load state, serde,\n状态持久化, 主题切换\n",
26457
27634
  "risk": "unknown",
26458
27635
  "source": "community",
26459
27636
  "date_added": null,
@@ -26475,7 +27652,7 @@
26475
27652
  "path": "skills/robius-widget-patterns",
26476
27653
  "category": "development",
26477
27654
  "name": "robius-widget-patterns",
26478
- "description": "CRITICAL: Use for Robius widget patterns. Triggers on:\napply_over, TextOrImage, modal, \u53ef\u590d\u7528, \u6a21\u6001,\ncollapsible, drag drop, reusable widget, widget design,\npageflip, \u7ec4\u4ef6\u8bbe\u8ba1, \u7ec4\u4ef6\u6a21\u5f0f\n",
27655
+ "description": "CRITICAL: Use for Robius widget patterns. Triggers on:\napply_over, TextOrImage, modal, 可复用, 模态,\ncollapsible, drag drop, reusable widget, widget design,\npageflip, 组件设计, 组件模式\n",
26479
27656
  "risk": "unknown",
26480
27657
  "source": "community",
26481
27658
  "date_added": null,
@@ -26805,7 +27982,7 @@
26805
27982
  "path": "skills/sam-altman",
26806
27983
  "category": "ai-ml",
26807
27984
  "name": "sam-altman",
26808
- "description": "Agente que simula Sam Altman \u2014 CEO da OpenAI, ex-presidente da Y Combinator, arquiteto da era AGI.",
27985
+ "description": "Agente que simula Sam Altman CEO da OpenAI, ex-presidente da Y Combinator, arquiteto da era AGI.",
26809
27986
  "risk": "safe",
26810
27987
  "source": "community",
26811
27988
  "date_added": "2026-03-06",
@@ -27064,12 +28241,34 @@
27064
28241
  "reasons": []
27065
28242
  }
27066
28243
  },
28244
+ {
28245
+ "id": "sci-fi-interface",
28246
+ "path": "skills/design-it/sci-fi-interface",
28247
+ "category": "design-it",
28248
+ "name": "sci-fi-interface",
28249
+ "description": "Web and App implementation guide for Sci-Fi Interface Design. Trigger when user wants HUDs, spacecraft dashboards, or tactical military readouts.",
28250
+ "risk": "safe",
28251
+ "source": "self",
28252
+ "date_added": "2026-06-17",
28253
+ "plugin": {
28254
+ "targets": {
28255
+ "codex": "supported",
28256
+ "claude": "supported"
28257
+ },
28258
+ "setup": {
28259
+ "type": "none",
28260
+ "summary": "",
28261
+ "docs": null
28262
+ },
28263
+ "reasons": []
28264
+ }
28265
+ },
27067
28266
  {
27068
28267
  "id": "scientific-writing",
27069
28268
  "path": "skills/scientific-writing",
27070
28269
  "category": "content",
27071
28270
  "name": "scientific-writing",
27072
- "description": "This is the core skill for the deep research and writing tool\u2014combining AI-driven deep research with well-formatted written outputs. Every document produced is backed by comprehensive literature search and verified citations through the research-lookup skill.",
28271
+ "description": "This is the core skill for the deep research and writing tool—combining AI-driven deep research with well-formatted written outputs. Every document produced is backed by comprehensive literature search and verified citations through the research-lookup skill.",
27073
28272
  "risk": "unknown",
27074
28273
  "source": "community",
27075
28274
  "date_added": null,
@@ -27157,21 +28356,23 @@
27157
28356
  "path": "skills/screenstudio-alt",
27158
28357
  "category": "uncategorized",
27159
28358
  "name": "screenstudio-alt",
27160
- "description": "Open-source headless Screen Studio alternative: auto speed-up of idle, auto-zoom on click clusters, keystroke overlay chips, smoothed synthetic cursor, and 9:16 vertical export that follows the action \u2014 post-production for screen recordings from the CLI.",
27161
- "risk": "safe",
28359
+ "description": "Open-source headless Screen Studio alternative: auto speed-up of idle, auto-zoom on click clusters, keystroke overlay chips, smoothed synthetic cursor, and 9:16 vertical export that follows the action post-production for screen recordings from the CLI.",
28360
+ "risk": "critical",
27162
28361
  "source": "community",
27163
28362
  "date_added": "2026-06-16",
27164
28363
  "plugin": {
27165
28364
  "targets": {
27166
- "codex": "supported",
27167
- "claude": "supported"
28365
+ "codex": "blocked",
28366
+ "claude": "blocked"
27168
28367
  },
27169
28368
  "setup": {
27170
- "type": "none",
27171
- "summary": "",
27172
- "docs": null
28369
+ "type": "manual",
28370
+ "summary": "Screen/input capture requires sensitive local permissions; keep out of plugin-safe bundles.",
28371
+ "docs": "SKILL.md"
27173
28372
  },
27174
- "reasons": []
28373
+ "reasons": [
28374
+ "explicit_target_restriction"
28375
+ ]
27175
28376
  }
27176
28377
  },
27177
28378
  {
@@ -27575,7 +28776,7 @@
27575
28776
  "path": "skills/sendblue/sendblue-api",
27576
28777
  "category": "api-integration",
27577
28778
  "name": "sendblue-api",
27578
- "description": "Send and receive iMessage, SMS, and RCS from application code via the Sendblue HTTP API \u2014 text, media, group messages, send styles, reactions, typing indicators, status callbacks, and inbound webhooks.",
28779
+ "description": "Send and receive iMessage, SMS, and RCS from application code via the Sendblue HTTP API text, media, group messages, send styles, reactions, typing indicators, status callbacks, and inbound webhooks.",
27579
28780
  "risk": "critical",
27580
28781
  "source": "community",
27581
28782
  "date_added": "2026-05-22",
@@ -27599,7 +28800,7 @@
27599
28800
  "path": "skills/sendblue/sendblue-cli",
27600
28801
  "category": "api-integration",
27601
28802
  "name": "sendblue-cli",
27602
- "description": "Send iMessage and SMS from the shell via the @sendblue/cli npm package \u2014 outbound sends, contact management, and account setup with no API client or webhook server required.",
28803
+ "description": "Send iMessage and SMS from the shell via the @sendblue/cli npm package outbound sends, contact management, and account setup with no API client or webhook server required.",
27603
28804
  "risk": "critical",
27604
28805
  "source": "community",
27605
28806
  "date_added": "2026-05-22",
@@ -27623,7 +28824,7 @@
27623
28824
  "path": "skills/sendblue/sendblue-notify",
27624
28825
  "category": "automation",
27625
28826
  "name": "sendblue-notify",
27626
- "description": "Text the user's phone when a long-running task, agent turn, or scheduled job finishes \u2014 via @sendblue/cli for outbound, optionally wired to a Claude Code Stop hook for automatic fire.",
28827
+ "description": "Text the user's phone when a long-running task, agent turn, or scheduled job finishes via @sendblue/cli for outbound, optionally wired to a Claude Code Stop hook for automatic fire.",
27627
28828
  "risk": "critical",
27628
28829
  "source": "community",
27629
28830
  "date_added": "2026-05-22",
@@ -28612,6 +29813,28 @@
28612
29813
  "reasons": []
28613
29814
  }
28614
29815
  },
29816
+ {
29817
+ "id": "setup-matt-pocock-skills",
29818
+ "path": "skills/setup-matt-pocock-skills",
29819
+ "category": "development",
29820
+ "name": "setup-matt-pocock-skills",
29821
+ "description": "Configure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before first use of the other engineering skills.",
29822
+ "risk": "safe",
29823
+ "source": "community",
29824
+ "date_added": "2026-06-19",
29825
+ "plugin": {
29826
+ "targets": {
29827
+ "codex": "supported",
29828
+ "claude": "supported"
29829
+ },
29830
+ "setup": {
29831
+ "type": "none",
29832
+ "summary": "",
29833
+ "docs": null
29834
+ },
29835
+ "reasons": []
29836
+ }
29837
+ },
28615
29838
  {
28616
29839
  "id": "sexual-health-analyzer",
28617
29840
  "path": "skills/sexual-health-analyzer",
@@ -28920,6 +30143,28 @@
28920
30143
  "reasons": []
28921
30144
  }
28922
30145
  },
30146
+ {
30147
+ "id": "skeuomorphism",
30148
+ "path": "skills/design-it/skeuomorphism",
30149
+ "category": "design-it",
30150
+ "name": "skeuomorphism",
30151
+ "description": "Web and App implementation guide for Skeuomorphism. Trigger when user wants UI to mimic real-world objects, realistic textures, or physical metaphors.",
30152
+ "risk": "safe",
30153
+ "source": "self",
30154
+ "date_added": "2026-06-17",
30155
+ "plugin": {
30156
+ "targets": {
30157
+ "codex": "supported",
30158
+ "claude": "supported"
30159
+ },
30160
+ "setup": {
30161
+ "type": "none",
30162
+ "summary": "",
30163
+ "docs": null
30164
+ },
30165
+ "reasons": []
30166
+ }
30167
+ },
28923
30168
  {
28924
30169
  "id": "skill-audit",
28925
30170
  "path": "skills/skill-audit",
@@ -29083,7 +30328,7 @@
29083
30328
  "path": "skills/skill-issue",
29084
30329
  "category": "meta",
29085
30330
  "name": "skill-issue",
29086
- "description": "Find out why a coding-agent skill won't fire \u2014 grade each SKILL.md A\u2013F on activation, simulate which skill a prompt triggers, and flag collisions where one silently shadows another.",
30331
+ "description": "Find out why a coding-agent skill won't fire grade each SKILL.md A–F on activation, simulate which skill a prompt triggers, and flag collisions where one silently shadows another.",
29087
30332
  "risk": "safe",
29088
30333
  "source": "community",
29089
30334
  "date_added": "2026-06-02",
@@ -29102,30 +30347,6 @@
29102
30347
  ]
29103
30348
  }
29104
30349
  },
29105
- {
29106
- "id": "skill-optimizer",
29107
- "path": "skills/skill-optimizer",
29108
- "category": "meta",
29109
- "name": "skill-optimizer",
29110
- "description": "Diagnose and optimize Agent Skills (SKILL.md) with real session data and research-backed static analysis. Works with Claude Code, Codex, and any Agent Skills-compatible agent.",
29111
- "risk": "safe",
29112
- "source": "hqhq1025/skill-optimizer (MIT)",
29113
- "date_added": "2026-04-11",
29114
- "plugin": {
29115
- "targets": {
29116
- "codex": "blocked",
29117
- "claude": "blocked"
29118
- },
29119
- "setup": {
29120
- "type": "none",
29121
- "summary": "",
29122
- "docs": null
29123
- },
29124
- "reasons": [
29125
- "target_specific_home_path"
29126
- ]
29127
- }
29128
- },
29129
30350
  {
29130
30351
  "id": "skill-rails-upgrade",
29131
30352
  "path": "skills/skill-rails-upgrade",
@@ -29309,7 +30530,7 @@
29309
30530
  "path": "skills/skyvern-browser-automation",
29310
30531
  "category": "browser-automation",
29311
30532
  "name": "skyvern-browser-automation",
29312
- "description": "AI-powered browser automation \u2014 navigate sites, fill forms, extract structured data, log in with stored credentials, and build reusable workflows.",
30533
+ "description": "AI-powered browser automation navigate sites, fill forms, extract structured data, log in with stored credentials, and build reusable workflows.",
29313
30534
  "risk": "safe",
29314
30535
  "source": "community",
29315
30536
  "date_added": "2026-04-23",
@@ -29399,7 +30620,7 @@
29399
30620
  "path": "skills/sleep-analyzer",
29400
30621
  "category": "health",
29401
30622
  "name": "sleep-analyzer",
29402
- "description": "\u5206\u6790\u7761\u7720\u6570\u636e\u3001\u8bc6\u522b\u7761\u7720\u6a21\u5f0f\u3001\u8bc4\u4f30\u7761\u7720\u8d28\u91cf\uff0c\u5e76\u63d0\u4f9b\u4e2a\u6027\u5316\u7761\u7720\u6539\u5584\u5efa\u8bae\u3002\u652f\u6301\u4e0e\u5176\u4ed6\u5065\u5eb7\u6570\u636e\u7684\u5173\u8054\u5206\u6790\u3002",
30623
+ "description": "分析睡眠数据、识别睡眠模式、评估睡眠质量,并提供个性化睡眠改善建议。支持与其他健康数据的关联分析。",
29403
30624
  "risk": "unknown",
29404
30625
  "source": "community",
29405
30626
  "date_added": null,
@@ -29553,7 +30774,7 @@
29553
30774
  "path": "skills/social-orchestrator",
29554
30775
  "category": "marketing",
29555
30776
  "name": "social-orchestrator",
29556
- "description": "Orquestrador unificado de canais sociais \u2014 coordena Instagram, Telegram e WhatsApp em um unico fluxo de trabalho. Publicacao cross-channel, metricas unificadas, reutilizacao de conteudo por formato, agendamento sincronizado e gestao centralizada de campanhas em todos os canais simultaneamente.",
30777
+ "description": "Orquestrador unificado de canais sociais coordena Instagram, Telegram e WhatsApp em um unico fluxo de trabalho. Publicacao cross-channel, metricas unificadas, reutilizacao de conteudo por formato, agendamento sincronizado e gestao centralizada de campanhas em todos os canais simultaneamente.",
29557
30778
  "risk": "critical",
29558
30779
  "source": "community",
29559
30780
  "date_added": "2026-03-06",
@@ -29619,7 +30840,7 @@
29619
30840
  "path": "skills/socialclaw",
29620
30841
  "category": "marketing",
29621
30842
  "name": "socialclaw",
29622
- "description": "Agent-first social media publishing skill \u2014 schedule and publish posts across 13 platforms (X, LinkedIn, Instagram, Facebook Pages, TikTok, Discord, Telegram, YouTube, Reddit, WordPress, Pinterest) via a single workspace API key.",
30843
+ "description": "Agent-first social media publishing skill schedule and publish posts across 13 platforms (X, LinkedIn, Instagram, Facebook Pages, TikTok, Discord, Telegram, YouTube, Reddit, WordPress, Pinterest) via a single workspace API key.",
29623
30844
  "risk": "critical",
29624
30845
  "source": "community",
29625
30846
  "date_added": "2026-05-25",
@@ -29638,6 +30859,28 @@
29638
30859
  ]
29639
30860
  }
29640
30861
  },
30862
+ {
30863
+ "id": "soft-pastel",
30864
+ "path": "skills/design-it/soft-pastel",
30865
+ "category": "design-it",
30866
+ "name": "soft-pastel",
30867
+ "description": "Web and App implementation guide for Soft Pastel Design. Trigger when user wants gentle colors, calming UI, baby/lifestyle branding, or low-contrast aesthetics.",
30868
+ "risk": "safe",
30869
+ "source": "self",
30870
+ "date_added": "2026-06-17",
30871
+ "plugin": {
30872
+ "targets": {
30873
+ "codex": "supported",
30874
+ "claude": "supported"
30875
+ },
30876
+ "setup": {
30877
+ "type": "none",
30878
+ "summary": "",
30879
+ "docs": null
30880
+ },
30881
+ "reasons": []
30882
+ }
30883
+ },
29641
30884
  {
29642
30885
  "id": "software-architecture",
29643
30886
  "path": "skills/software-architecture",
@@ -29704,6 +30947,50 @@
29704
30947
  "reasons": []
29705
30948
  }
29706
30949
  },
30950
+ {
30951
+ "id": "spatial-computing-ui",
30952
+ "path": "skills/design-it/spatial-computing-ui",
30953
+ "category": "design-it",
30954
+ "name": "spatial-computing-ui",
30955
+ "description": "Web and App implementation guide for Spatial Computing UI. Trigger when user wants floating elements, environmental awareness, and Apple Vision Pro style.",
30956
+ "risk": "safe",
30957
+ "source": "self",
30958
+ "date_added": "2026-06-17",
30959
+ "plugin": {
30960
+ "targets": {
30961
+ "codex": "supported",
30962
+ "claude": "supported"
30963
+ },
30964
+ "setup": {
30965
+ "type": "none",
30966
+ "summary": "",
30967
+ "docs": null
30968
+ },
30969
+ "reasons": []
30970
+ }
30971
+ },
30972
+ {
30973
+ "id": "spatial-design",
30974
+ "path": "skills/design-it/spatial-design",
30975
+ "category": "design-it",
30976
+ "name": "spatial-design",
30977
+ "description": "Web and App implementation guide for Spatial Design. Trigger when user wants environment-aware layouts, Apple Vision Pro inspiration, and mixed reality aesthetics.",
30978
+ "risk": "safe",
30979
+ "source": "self",
30980
+ "date_added": "2026-06-17",
30981
+ "plugin": {
30982
+ "targets": {
30983
+ "codex": "supported",
30984
+ "claude": "supported"
30985
+ },
30986
+ "setup": {
30987
+ "type": "none",
30988
+ "summary": "",
30989
+ "docs": null
30990
+ },
30991
+ "reasons": []
30992
+ }
30993
+ },
29707
30994
  {
29708
30995
  "id": "spec-to-code-compliance",
29709
30996
  "path": "skills/spec-to-code-compliance",
@@ -30173,7 +31460,7 @@
30173
31460
  "path": "skills/steve-jobs",
30174
31461
  "category": "uncategorized",
30175
31462
  "name": "steve-jobs",
30176
- "description": "Agente que simula Steve Jobs \u2014 cofundador da Apple, CEO da Pixar, fundador da NeXT, o maior designer de produtos tecnologicos da historia e o mais influente apresentador de produtos do mundo.",
31463
+ "description": "Agente que simula Steve Jobs cofundador da Apple, CEO da Pixar, fundador da NeXT, o maior designer de produtos tecnologicos da historia e o mais influente apresentador de produtos do mundo.",
30177
31464
  "risk": "safe",
30178
31465
  "source": "community",
30179
31466
  "date_added": "2026-03-06",
@@ -30476,12 +31763,34 @@
30476
31763
  "reasons": []
30477
31764
  }
30478
31765
  },
31766
+ {
31767
+ "id": "survey-generator",
31768
+ "path": "skills/survey-generator",
31769
+ "category": "research",
31770
+ "name": "survey-generator",
31771
+ "description": "Generate source-backed AI/ML survey paper artifacts with curated bibliographies and Fireworks/Kimi HTML rendering.",
31772
+ "risk": "safe",
31773
+ "source": "official",
31774
+ "date_added": "2026-06-19",
31775
+ "plugin": {
31776
+ "targets": {
31777
+ "codex": "supported",
31778
+ "claude": "supported"
31779
+ },
31780
+ "setup": {
31781
+ "type": "none",
31782
+ "summary": "",
31783
+ "docs": null
31784
+ },
31785
+ "reasons": []
31786
+ }
31787
+ },
30479
31788
  {
30480
31789
  "id": "sveltekit",
30481
31790
  "path": "skills/sveltekit",
30482
31791
  "category": "frontend",
30483
31792
  "name": "sveltekit",
30484
- "description": "Build full-stack web applications with SvelteKit \u2014 file-based routing, SSR, SSG, API routes, and form actions in one framework.",
31793
+ "description": "Build full-stack web applications with SvelteKit file-based routing, SSR, SSG, API routes, and form actions in one framework.",
30485
31794
  "risk": "safe",
30486
31795
  "source": "community",
30487
31796
  "date_added": "2026-03-18",
@@ -30652,6 +31961,28 @@
30652
31961
  "reasons": []
30653
31962
  }
30654
31963
  },
31964
+ {
31965
+ "id": "swiss-design",
31966
+ "path": "skills/design-it/swiss-design",
31967
+ "category": "design-it",
31968
+ "name": "swiss-design",
31969
+ "description": "Web and App implementation guide for Swiss Design (International Typographic Style). Trigger when user wants strict grid systems, strong typography, and clean, asymmetrical alignment.",
31970
+ "risk": "safe",
31971
+ "source": "self",
31972
+ "date_added": "2026-06-17",
31973
+ "plugin": {
31974
+ "targets": {
31975
+ "codex": "supported",
31976
+ "claude": "supported"
31977
+ },
31978
+ "setup": {
31979
+ "type": "none",
31980
+ "summary": "",
31981
+ "docs": null
31982
+ },
31983
+ "reasons": []
31984
+ }
31985
+ },
30655
31986
  {
30656
31987
  "id": "sympy",
30657
31988
  "path": "skills/sympy",
@@ -30674,6 +32005,28 @@
30674
32005
  "reasons": []
30675
32006
  }
30676
32007
  },
32008
+ {
32009
+ "id": "synthwave",
32010
+ "path": "skills/design-it/synthwave",
32011
+ "category": "design-it",
32012
+ "name": "synthwave",
32013
+ "description": "Web and App implementation guide for Synthwave. Trigger when user wants 80s-inspired neon, dark backgrounds, outrun grids, and Miami Vice aesthetics.",
32014
+ "risk": "safe",
32015
+ "source": "self",
32016
+ "date_added": "2026-06-17",
32017
+ "plugin": {
32018
+ "targets": {
32019
+ "codex": "supported",
32020
+ "claude": "supported"
32021
+ },
32022
+ "setup": {
32023
+ "type": "none",
32024
+ "summary": "",
32025
+ "docs": null
32026
+ },
32027
+ "reasons": []
32028
+ }
32029
+ },
30677
32030
  {
30678
32031
  "id": "systematic-debugging",
30679
32032
  "path": "skills/systematic-debugging",
@@ -30767,7 +32120,7 @@
30767
32120
  "path": "skills/tanstack-query-expert",
30768
32121
  "category": "framework",
30769
32122
  "name": "tanstack-query-expert",
30770
- "description": "Expert in TanStack Query (React Query) \u2014 asynchronous state management. Covers data fetching, stale time configuration, mutations, optimistic updates, and Next.js App Router (SSR) integration.",
32123
+ "description": "Expert in TanStack Query (React Query) asynchronous state management. Covers data fetching, stale time configuration, mutations, optimistic updates, and Next.js App Router (SSR) integration.",
30771
32124
  "risk": "safe",
30772
32125
  "source": "community",
30773
32126
  "date_added": "2026-03-07",
@@ -30789,7 +32142,7 @@
30789
32142
  "path": "skills/task-intelligence",
30790
32143
  "category": "workflow",
30791
32144
  "name": "task-intelligence",
30792
- "description": "Protocolo de Intelig\u00eancia Pr\u00e9-Tarefa \u2014 ativa TODOS os agentes relevantes do ecossistema ANTES de executar qualquer tarefa solicitada pelo usu\u00e1rio.",
32145
+ "description": "Protocolo de Inteligência Pré-Tarefa ativa TODOS os agentes relevantes do ecossistema ANTES de executar qualquer tarefa solicitada pelo usuário.",
30793
32146
  "risk": "none",
30794
32147
  "source": "community",
30795
32148
  "date_added": "2026-03-06",
@@ -30833,7 +32186,7 @@
30833
32186
  "path": "skills/tcm-constitution-analyzer",
30834
32187
  "category": "health",
30835
32188
  "name": "tcm-constitution-analyzer",
30836
- "description": "\u5206\u6790\u4e2d\u533b\u4f53\u8d28\u6570\u636e\u3001\u8bc6\u522b\u4f53\u8d28\u7c7b\u578b\u3001\u8bc4\u4f30\u4f53\u8d28\u7279\u5f81,\u5e76\u63d0\u4f9b\u4e2a\u6027\u5316\u517b\u751f\u5efa\u8bae\u3002\u652f\u6301\u4e0e\u8425\u517b\u3001\u8fd0\u52a8\u3001\u7761\u7720\u7b49\u5065\u5eb7\u6570\u636e\u7684\u5173\u8054\u5206\u6790\u3002",
32189
+ "description": "分析中医体质数据、识别体质类型、评估体质特征,并提供个性化养生建议。支持与营养、运动、睡眠等健康数据的关联分析。",
30837
32190
  "risk": "unknown",
30838
32191
  "source": "community",
30839
32192
  "date_added": null,
@@ -30850,6 +32203,28 @@
30850
32203
  "reasons": []
30851
32204
  }
30852
32205
  },
32206
+ {
32207
+ "id": "tdd",
32208
+ "path": "skills/tdd",
32209
+ "category": "development",
32210
+ "name": "tdd",
32211
+ "description": "Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions \"red-green-refactor\", or wants integration tests.",
32212
+ "risk": "safe",
32213
+ "source": "community",
32214
+ "date_added": "2026-06-19",
32215
+ "plugin": {
32216
+ "targets": {
32217
+ "codex": "supported",
32218
+ "claude": "supported"
32219
+ },
32220
+ "setup": {
32221
+ "type": "none",
32222
+ "summary": "",
32223
+ "docs": null
32224
+ },
32225
+ "reasons": []
32226
+ }
32227
+ },
30853
32228
  {
30854
32229
  "id": "tdd-orchestrator",
30855
32230
  "path": "skills/tdd-orchestrator",
@@ -31004,6 +32379,28 @@
31004
32379
  "reasons": []
31005
32380
  }
31006
32381
  },
32382
+ {
32383
+ "id": "teach",
32384
+ "path": "skills/teach",
32385
+ "category": "education",
32386
+ "name": "teach",
32387
+ "description": "Teach the user a new skill or concept, within this workspace.",
32388
+ "risk": "safe",
32389
+ "source": "community",
32390
+ "date_added": "2026-06-19",
32391
+ "plugin": {
32392
+ "targets": {
32393
+ "codex": "supported",
32394
+ "claude": "supported"
32395
+ },
32396
+ "setup": {
32397
+ "type": "none",
32398
+ "summary": "",
32399
+ "docs": null
32400
+ },
32401
+ "reasons": []
32402
+ }
32403
+ },
31007
32404
  {
31008
32405
  "id": "team-collaboration-issue",
31009
32406
  "path": "skills/team-collaboration-issue",
@@ -31295,7 +32692,7 @@
31295
32692
  "path": "skills/terraform-aws-modules",
31296
32693
  "category": "devops",
31297
32694
  "name": "terraform-aws-modules",
31298
- "description": "Terraform module creation for AWS \u2014 reusable modules, state management, and HCL best practices. Use when building or reviewing Terraform AWS infrastructure.",
32695
+ "description": "Terraform module creation for AWS reusable modules, state management, and HCL best practices. Use when building or reviewing Terraform AWS infrastructure.",
31299
32696
  "risk": "unknown",
31300
32697
  "source": "community",
31301
32698
  "date_added": "2026-02-27",
@@ -31515,7 +32912,7 @@
31515
32912
  "path": "skills/sendblue/textme",
31516
32913
  "category": "automation",
31517
32914
  "name": "textme",
31518
- "description": "Text Claude from your phone \u2014 set up the njerschow/textme daemon so inbound iMessages drive a Claude Code session on your laptop, with voice notes, image input, code execution, and a phone-number whitelist.",
32915
+ "description": "Text Claude from your phone set up the njerschow/textme daemon so inbound iMessages drive a Claude Code session on your laptop, with voice notes, image input, code execution, and a phone-number whitelist.",
31519
32916
  "risk": "critical",
31520
32917
  "source": "community",
31521
32918
  "date_added": "2026-05-26",
@@ -31864,6 +33261,28 @@
31864
33261
  "reasons": []
31865
33262
  }
31866
33263
  },
33264
+ {
33265
+ "id": "tile-design",
33266
+ "path": "skills/design-it/tile-design",
33267
+ "category": "design-it",
33268
+ "name": "tile-design",
33269
+ "description": "Web and App implementation guide for Tile Design. Trigger when user wants Microsoft Metro style, sharp square information units, and horizontal scrolling grids.",
33270
+ "risk": "safe",
33271
+ "source": "self",
33272
+ "date_added": "2026-06-17",
33273
+ "plugin": {
33274
+ "targets": {
33275
+ "codex": "supported",
33276
+ "claude": "supported"
33277
+ },
33278
+ "setup": {
33279
+ "type": "none",
33280
+ "summary": "",
33281
+ "docs": null
33282
+ },
33283
+ "reasons": []
33284
+ }
33285
+ },
31867
33286
  {
31868
33287
  "id": "tmux",
31869
33288
  "path": "skills/tmux",
@@ -31886,6 +33305,50 @@
31886
33305
  "reasons": []
31887
33306
  }
31888
33307
  },
33308
+ {
33309
+ "id": "to-issues",
33310
+ "path": "skills/to-issues",
33311
+ "category": "project-management",
33312
+ "name": "to-issues",
33313
+ "description": "Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices.",
33314
+ "risk": "safe",
33315
+ "source": "community",
33316
+ "date_added": "2026-06-19",
33317
+ "plugin": {
33318
+ "targets": {
33319
+ "codex": "supported",
33320
+ "claude": "supported"
33321
+ },
33322
+ "setup": {
33323
+ "type": "none",
33324
+ "summary": "",
33325
+ "docs": null
33326
+ },
33327
+ "reasons": []
33328
+ }
33329
+ },
33330
+ {
33331
+ "id": "to-prd",
33332
+ "path": "skills/to-prd",
33333
+ "category": "project-management",
33334
+ "name": "to-prd",
33335
+ "description": "Turn the current conversation into a PRD and publish it to the project issue tracker — no interview, just synthesis of what you've already discussed.",
33336
+ "risk": "safe",
33337
+ "source": "community",
33338
+ "date_added": "2026-06-19",
33339
+ "plugin": {
33340
+ "targets": {
33341
+ "codex": "supported",
33342
+ "claude": "supported"
33343
+ },
33344
+ "setup": {
33345
+ "type": "none",
33346
+ "summary": "",
33347
+ "docs": null
33348
+ },
33349
+ "reasons": []
33350
+ }
33351
+ },
31889
33352
  {
31890
33353
  "id": "todoist-automation",
31891
33354
  "path": "skills/todoist-automation",
@@ -31959,7 +33422,7 @@
31959
33422
  "path": "skills/tool-use-guardian",
31960
33423
  "category": "reliability",
31961
33424
  "name": "tool-use-guardian",
31962
- "description": "FREE \u2014 Intelligent tool-call reliability wrapper. Monitors, retries, fixes, and learns from tool failures. Auto-recovers from truncated JSON, timeouts, rate limits, and mid-chain failures.",
33425
+ "description": "FREE Intelligent tool-call reliability wrapper. Monitors, retries, fixes, and learns from tool failures. Auto-recovers from truncated JSON, timeouts, rate limits, and mid-chain failures.",
31963
33426
  "risk": "safe",
31964
33427
  "source": "community",
31965
33428
  "date_added": "2026-03-13",
@@ -31976,6 +33439,28 @@
31976
33439
  "reasons": []
31977
33440
  }
31978
33441
  },
33442
+ {
33443
+ "id": "tools-page-seo-optimizer",
33444
+ "path": "skills/tools-page-seo-optimizer",
33445
+ "category": "seo",
33446
+ "name": "tools-page-seo-optimizer",
33447
+ "description": "Framework-agnostic SEO workflow for any site with multiple tool, product, or feature pages. Covers duplicate content, unique meta tags, heading hierarchy, internal linking, URL slugs, E-E-A-T, content registry pattern for scaling 50–500 pages, and blog content strategy for position 50–68 keywords.",
33448
+ "risk": "safe",
33449
+ "source": "community",
33450
+ "date_added": "2026-06-19",
33451
+ "plugin": {
33452
+ "targets": {
33453
+ "codex": "supported",
33454
+ "claude": "supported"
33455
+ },
33456
+ "setup": {
33457
+ "type": "none",
33458
+ "summary": "",
33459
+ "docs": null
33460
+ },
33461
+ "reasons": []
33462
+ }
33463
+ },
31979
33464
  {
31980
33465
  "id": "top-web-vulnerabilities",
31981
33466
  "path": "skills/top-web-vulnerabilities",
@@ -32047,7 +33532,7 @@
32047
33532
  "path": "skills/travel-health-analyzer",
32048
33533
  "category": "health",
32049
33534
  "name": "travel-health-analyzer",
32050
- "description": "\u5206\u6790\u65c5\u884c\u5065\u5eb7\u6570\u636e\u3001\u8bc4\u4f30\u76ee\u7684\u5730\u5065\u5eb7\u98ce\u9669\u3001\u63d0\u4f9b\u75ab\u82d7\u63a5\u79cd\u5efa\u8bae\u3001\u751f\u6210\u591a\u8bed\u8a00\u7d27\u6025\u533b\u7597\u4fe1\u606f\u5361\u7247\u3002\u652f\u6301WHO/CDC\u6570\u636e\u96c6\u6210\u7684\u4e13\u4e1a\u7ea7\u65c5\u884c\u5065\u5eb7\u98ce\u9669\u8bc4\u4f30\u3002",
33535
+ "description": "分析旅行健康数据、评估目的地健康风险、提供疫苗接种建议、生成多语言紧急医疗信息卡片。支持WHO/CDC数据集成的专业级旅行健康风险评估。",
32051
33536
  "risk": "unknown",
32052
33537
  "source": "community",
32053
33538
  "date_added": null,
@@ -32086,6 +33571,28 @@
32086
33571
  "reasons": []
32087
33572
  }
32088
33573
  },
33574
+ {
33575
+ "id": "triage",
33576
+ "path": "skills/triage",
33577
+ "category": "development",
33578
+ "name": "triage",
33579
+ "description": "Move issues and external PRs through a state machine of triage roles — categorise, verify, grill if needed, and write agent-ready briefs.",
33580
+ "risk": "safe",
33581
+ "source": "community",
33582
+ "date_added": "2026-06-19",
33583
+ "plugin": {
33584
+ "targets": {
33585
+ "codex": "supported",
33586
+ "claude": "supported"
33587
+ },
33588
+ "setup": {
33589
+ "type": "none",
33590
+ "summary": "",
33591
+ "docs": null
33592
+ },
33593
+ "reasons": []
33594
+ }
33595
+ },
32089
33596
  {
32090
33597
  "id": "trigger-dev",
32091
33598
  "path": "skills/trigger-dev",
@@ -32113,7 +33620,7 @@
32113
33620
  "path": "skills/trpc-fullstack",
32114
33621
  "category": "framework",
32115
33622
  "name": "trpc-fullstack",
32116
- "description": "Build end-to-end type-safe APIs with tRPC \u2014 routers, procedures, middleware, subscriptions, and Next.js/React integration patterns.",
33623
+ "description": "Build end-to-end type-safe APIs with tRPC routers, procedures, middleware, subscriptions, and Next.js/React integration patterns.",
32117
33624
  "risk": "none",
32118
33625
  "source": "community",
32119
33626
  "date_added": "2026-03-17",
@@ -32328,6 +33835,28 @@
32328
33835
  "reasons": []
32329
33836
  }
32330
33837
  },
33838
+ {
33839
+ "id": "typography-first",
33840
+ "path": "skills/design-it/typography-first",
33841
+ "category": "design-it",
33842
+ "name": "typography-first",
33843
+ "description": "Web and App implementation guide for Typography First Design. Trigger when user wants text as the absolute main visual element, with minimal UI chroming.",
33844
+ "risk": "safe",
33845
+ "source": "self",
33846
+ "date_added": "2026-06-17",
33847
+ "plugin": {
33848
+ "targets": {
33849
+ "codex": "supported",
33850
+ "claude": "supported"
33851
+ },
33852
+ "setup": {
33853
+ "type": "none",
33854
+ "summary": "",
33855
+ "docs": null
33856
+ },
33857
+ "reasons": []
33858
+ }
33859
+ },
32331
33860
  {
32332
33861
  "id": "ui-a11y",
32333
33862
  "path": "skills/ui-a11y",
@@ -32904,28 +34433,6 @@
32904
34433
  "reasons": []
32905
34434
  }
32906
34435
  },
32907
- {
32908
- "id": "using-superpowers",
32909
- "path": "skills/using-superpowers",
32910
- "category": "meta",
32911
- "name": "using-superpowers",
32912
- "description": "Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions",
32913
- "risk": "unknown",
32914
- "source": "community",
32915
- "date_added": "2026-02-27",
32916
- "plugin": {
32917
- "targets": {
32918
- "codex": "supported",
32919
- "claude": "supported"
32920
- },
32921
- "setup": {
32922
- "type": "none",
32923
- "summary": "",
32924
- "docs": null
32925
- },
32926
- "reasons": []
32927
- }
32928
- },
32929
34436
  {
32930
34437
  "id": "uv-package-manager",
32931
34438
  "path": "skills/uv-package-manager",
@@ -33080,6 +34587,28 @@
33080
34587
  "reasons": []
33081
34588
  }
33082
34589
  },
34590
+ {
34591
+ "id": "vaporwave",
34592
+ "path": "skills/design-it/vaporwave",
34593
+ "category": "design-it",
34594
+ "name": "vaporwave",
34595
+ "description": "Web and App implementation guide for Vaporwave. Trigger when user wants neon colors, retro digital aesthetics, 90s OS elements, and Roman statues.",
34596
+ "risk": "safe",
34597
+ "source": "self",
34598
+ "date_added": "2026-06-17",
34599
+ "plugin": {
34600
+ "targets": {
34601
+ "codex": "supported",
34602
+ "claude": "supported"
34603
+ },
34604
+ "setup": {
34605
+ "type": "none",
34606
+ "summary": "",
34607
+ "docs": null
34608
+ },
34609
+ "reasons": []
34610
+ }
34611
+ },
33083
34612
  {
33084
34613
  "id": "variant-analysis",
33085
34614
  "path": "skills/variant-analysis",
@@ -33241,7 +34770,7 @@
33241
34770
  "path": "skills/vercel-cli-with-tokens",
33242
34771
  "category": "uncategorized",
33243
34772
  "name": "vercel-cli-with-tokens",
33244
- "description": "Deploy and manage projects on Vercel using token-based authentication. Use when working with Vercel CLI using access tokens rather than interactive login \u2014 e.g. \"deploy to vercel\", \"set up vercel\", \"add environment variables to vercel\".",
34773
+ "description": "Deploy and manage projects on Vercel using token-based authentication. Use when working with Vercel CLI using access tokens rather than interactive login e.g. \"deploy to vercel\", \"set up vercel\", \"add environment variables to vercel\".",
33245
34774
  "risk": "safe",
33246
34775
  "source": "https://github.com/vercel-labs/agent-skills",
33247
34776
  "date_added": "2026-06-02",
@@ -33439,7 +34968,7 @@
33439
34968
  "path": "skills/vibecode-production-qa-validator",
33440
34969
  "category": "devops",
33441
34970
  "name": "vibecode-production-qa-validator",
33442
- "description": "End-to-end production QA, build verification, and launch-readiness checklist for fullstack Next.js apps. Covers TypeScript, linting, tests, build, SEO tags, route regression, and sitemap validation.",
34971
+ "description": "13-phase production QA for fullstack Next.js apps: build verification, SEO tags, OG images, favicon, route regression, API auth, page speed, lazy load, vulnerability scan, UI/UX cards, error boundaries, database, secure rendering, and cleanup.",
33443
34972
  "risk": "safe",
33444
34973
  "source": "self",
33445
34974
  "date_added": "2026-05-31",
@@ -33483,7 +35012,7 @@
33483
35012
  "path": "skills/viboscope",
33484
35013
  "category": "collaboration",
33485
35014
  "name": "viboscope",
33486
- "description": "Psychological compatibility matching \u2014 find cofounders, collaborators, and friends through validated psychometrics",
35015
+ "description": "Psychological compatibility matching find cofounders, collaborators, and friends through validated psychometrics",
33487
35016
  "risk": "safe",
33488
35017
  "source": "community",
33489
35018
  "date_added": "2026-03-29",
@@ -33500,6 +35029,28 @@
33500
35029
  "reasons": []
33501
35030
  }
33502
35031
  },
35032
+ {
35033
+ "id": "vibrant-maximalism",
35034
+ "path": "skills/design-it/vibrant-maximalism",
35035
+ "category": "design-it",
35036
+ "name": "vibrant-maximalism",
35037
+ "description": "Web and App implementation guide for Vibrant Maximalism. Trigger when user wants rich colors, dense layouts, extreme sensory input, and \"more is more\".",
35038
+ "risk": "safe",
35039
+ "source": "self",
35040
+ "date_added": "2026-06-17",
35041
+ "plugin": {
35042
+ "targets": {
35043
+ "codex": "supported",
35044
+ "claude": "supported"
35045
+ },
35046
+ "setup": {
35047
+ "type": "none",
35048
+ "summary": "",
35049
+ "docs": null
35050
+ },
35051
+ "reasons": []
35052
+ }
35053
+ },
33503
35054
  {
33504
35055
  "id": "video-content-extractor",
33505
35056
  "path": "skills/video-content-extractor",
@@ -33769,7 +35320,7 @@
33769
35320
  "path": "skills/warren-buffett",
33770
35321
  "category": "uncategorized",
33771
35322
  "name": "warren-buffett",
33772
- "description": "Agente que simula Warren Buffett \u2014 o maior investidor do seculo XX e XXI, CEO da Berkshire Hathaway, discipulo de Benjamin Graham e socio intelectual de Charlie Munger.",
35323
+ "description": "Agente que simula Warren Buffett o maior investidor do seculo XX e XXI, CEO da Berkshire Hathaway, discipulo de Benjamin Graham e socio intelectual de Charlie Munger.",
33773
35324
  "risk": "safe",
33774
35325
  "source": "community",
33775
35326
  "date_added": "2026-03-06",
@@ -34033,7 +35584,7 @@
34033
35584
  "path": "skills/wechat-official-account-strategist",
34034
35585
  "category": "marketing",
34035
35586
  "name": "wechat-official-account-strategist",
34036
- "description": "Grow WeChat Official Accounts (\u5fae\u4fe1\u516c\u4f17\u53f7) with high-conversion content strategy, title formulas, article architecture, and Mini-Program integration.",
35587
+ "description": "Grow WeChat Official Accounts (微信公众号) with high-conversion content strategy, title formulas, article architecture, and Mini-Program integration.",
34037
35588
  "risk": "safe",
34038
35589
  "source": "community",
34039
35590
  "date_added": "2026-05-13",
@@ -34055,7 +35606,7 @@
34055
35606
  "path": "skills/weightloss-analyzer",
34056
35607
  "category": "health",
34057
35608
  "name": "weightloss-analyzer",
34058
- "description": "\u5206\u6790\u51cf\u80a5\u6570\u636e\u3001\u8ba1\u7b97\u4ee3\u8c22\u7387\u3001\u8ffd\u8e2a\u80fd\u91cf\u7f3a\u53e3\u3001\u7ba1\u7406\u51cf\u80a5\u9636\u6bb5",
35609
+ "description": "分析减肥数据、计算代谢率、追踪能量缺口、管理减肥阶段",
34059
35610
  "risk": "safe",
34060
35611
  "source": "community",
34061
35612
  "date_added": null,
@@ -34138,6 +35689,28 @@
34138
35689
  "reasons": []
34139
35690
  }
34140
35691
  },
35692
+ {
35693
+ "id": "widget-based-design",
35694
+ "path": "skills/design-it/widget-based-design",
35695
+ "category": "design-it",
35696
+ "name": "widget-based-design",
35697
+ "description": "Web and App implementation guide for Widget-Based Design. Trigger when user wants modular blocks, iOS Home Screen aesthetics, and customizable mini-apps.",
35698
+ "risk": "safe",
35699
+ "source": "self",
35700
+ "date_added": "2026-06-17",
35701
+ "plugin": {
35702
+ "targets": {
35703
+ "codex": "supported",
35704
+ "claude": "supported"
35705
+ },
35706
+ "setup": {
35707
+ "type": "none",
35708
+ "summary": "",
35709
+ "docs": null
35710
+ },
35711
+ "reasons": []
35712
+ }
35713
+ },
34141
35714
  {
34142
35715
  "id": "wiki-architect",
34143
35716
  "path": "skills/wiki-architect",
@@ -34160,6 +35733,28 @@
34160
35733
  "reasons": []
34161
35734
  }
34162
35735
  },
35736
+ {
35737
+ "id": "wiki-builder",
35738
+ "path": "skills/wiki-builder",
35739
+ "category": "knowledge-management",
35740
+ "name": "wiki-builder",
35741
+ "description": "Create and maintain reusable research wikis with source provenance, configurable structure, and local markdown outputs.",
35742
+ "risk": "safe",
35743
+ "source": "official",
35744
+ "date_added": "2026-06-19",
35745
+ "plugin": {
35746
+ "targets": {
35747
+ "codex": "supported",
35748
+ "claude": "supported"
35749
+ },
35750
+ "setup": {
35751
+ "type": "none",
35752
+ "summary": "",
35753
+ "docs": null
35754
+ },
35755
+ "reasons": []
35756
+ }
35757
+ },
34163
35758
  {
34164
35759
  "id": "wiki-changelog",
34165
35760
  "path": "skills/wiki-changelog",
@@ -34187,7 +35782,7 @@
34187
35782
  "path": "skills/wiki-onboarding",
34188
35783
  "category": "content",
34189
35784
  "name": "wiki-onboarding",
34190
- "description": "Generate two complementary onboarding documents that together give any engineer \u2014 from newcomer to principal \u2014 a complete understanding of a codebase. Use when user asks for onboarding docs or getting-started guides, user runs /deep-wiki, or user wants to help new team members understand a codebase.",
35785
+ "description": "Generate two complementary onboarding documents that together give any engineer from newcomer to principal a complete understanding of a codebase. Use when user asks for onboarding docs or getting-started guides, user runs /deep-wiki, or user wants to help new team members understand a codebase.",
34191
35786
  "risk": "unknown",
34192
35787
  "source": "community",
34193
35788
  "date_added": "2026-02-27",
@@ -34600,6 +36195,28 @@
34600
36195
  "reasons": []
34601
36196
  }
34602
36197
  },
36198
+ {
36199
+ "id": "writing-great-skills",
36200
+ "path": "skills/writing-great-skills",
36201
+ "category": "skill-authoring",
36202
+ "name": "writing-great-skills",
36203
+ "description": "Reference for writing and editing skills well — the vocabulary and principles that make a skill predictable.",
36204
+ "risk": "safe",
36205
+ "source": "community",
36206
+ "date_added": "2026-06-19",
36207
+ "plugin": {
36208
+ "targets": {
36209
+ "codex": "supported",
36210
+ "claude": "supported"
36211
+ },
36212
+ "setup": {
36213
+ "type": "none",
36214
+ "summary": "",
36215
+ "docs": null
36216
+ },
36217
+ "reasons": []
36218
+ }
36219
+ },
34603
36220
  {
34604
36221
  "id": "writing-plans",
34605
36222
  "path": "skills/writing-plans",
@@ -34695,7 +36312,7 @@
34695
36312
  "path": "skills/x402-express-wrapper",
34696
36313
  "category": "backend",
34697
36314
  "name": "x402-express-wrapper",
34698
- "description": "Wrapper oficial de M2MCent (Node.js) para inyectar muros de pago x402 en APIs o servidores Model Context Protocol (MCP). Usar al construir nuevos servicios que requieran monetizaci\u00f3n m\u00e1quina a m\u00e1quina.",
36315
+ "description": "Wrapper oficial de M2MCent (Node.js) para inyectar muros de pago x402 en APIs o servidores Model Context Protocol (MCP). Usar al construir nuevos servicios que requieran monetización máquina a máquina.",
34699
36316
  "risk": "critical",
34700
36317
  "source": "community",
34701
36318
  "date_added": null,
@@ -34717,7 +36334,7 @@
34717
36334
  "path": "skills/xiaohongshu-content-strategist",
34718
36335
  "category": "marketing",
34719
36336
  "name": "xiaohongshu-content-strategist",
34720
- "description": "Create viral Xiaohongshu (\u5c0f\u7ea2\u4e66) content with platform-native strategy, save-rate optimization, trending formats, and search SEO for China's #1 lifestyle platform.",
36337
+ "description": "Create viral Xiaohongshu (小红书) content with platform-native strategy, save-rate optimization, trending formats, and search SEO for China's #1 lifestyle platform.",
34721
36338
  "risk": "safe",
34722
36339
  "source": "community",
34723
36340
  "date_added": "2026-05-13",
@@ -34800,12 +36417,34 @@
34800
36417
  "reasons": []
34801
36418
  }
34802
36419
  },
36420
+ {
36421
+ "id": "y2k-design",
36422
+ "path": "skills/design-it/y2k-design",
36423
+ "category": "design-it",
36424
+ "name": "y2k-design",
36425
+ "description": "Web and App implementation guide for Y2K Design. Trigger when user wants chrome effects, futuristic 2000s look, blob shapes, and tech optimism.",
36426
+ "risk": "safe",
36427
+ "source": "self",
36428
+ "date_added": "2026-06-17",
36429
+ "plugin": {
36430
+ "targets": {
36431
+ "codex": "supported",
36432
+ "claude": "supported"
36433
+ },
36434
+ "setup": {
36435
+ "type": "none",
36436
+ "summary": "",
36437
+ "docs": null
36438
+ },
36439
+ "reasons": []
36440
+ }
36441
+ },
34803
36442
  {
34804
36443
  "id": "yann-lecun",
34805
36444
  "path": "skills/yann-lecun",
34806
36445
  "category": "ai-ml",
34807
36446
  "name": "yann-lecun",
34808
- "description": "Agente que simula Yann LeCun \u2014 inventor das Convolutional Neural Networks, Chief AI Scientist da Meta, Pr\u00eamio Turing 2018.",
36447
+ "description": "Agente que simula Yann LeCun inventor das Convolutional Neural Networks, Chief AI Scientist da Meta, Prêmio Turing 2018.",
34809
36448
  "risk": "safe",
34810
36449
  "source": "community",
34811
36450
  "date_added": "2026-03-06",
@@ -34827,7 +36466,7 @@
34827
36466
  "path": "skills/yann-lecun-debate",
34828
36467
  "category": "ai-ml",
34829
36468
  "name": "yann-lecun-debate",
34830
- "description": "Sub-skill de debates e posi\u00e7\u00f5es de Yann LeCun. Cobre cr\u00edticas t\u00e9cnicas detalhadas aos LLMs, rivalidades intelectuais (LeCun vs Hinton, Sutskever, Russell, Yudkowsky, Bostrom), lista completa de rejei\u00e7\u00f5es a afirma\u00e7\u00f5es mainstream, posi\u00e7\u00e3o sobre risco existencial de IA, e t\u00e9cnicas de debate ao vivo.",
36469
+ "description": "Sub-skill de debates e posições de Yann LeCun. Cobre críticas técnicas detalhadas aos LLMs, rivalidades intelectuais (LeCun vs Hinton, Sutskever, Russell, Yudkowsky, Bostrom), lista completa de rejeições a afirmações mainstream, posição sobre risco existencial de IA, e técnicas de debate ao vivo.",
34831
36470
  "risk": "safe",
34832
36471
  "source": "community",
34833
36472
  "date_added": "2026-03-06",
@@ -34849,7 +36488,7 @@
34849
36488
  "path": "skills/yann-lecun-filosofia",
34850
36489
  "category": "ai-ml",
34851
36490
  "name": "yann-lecun-filosofia",
34852
- "description": "Sub-skill filos\u00f3fica e pedag\u00f3gica de Yann LeCun.",
36491
+ "description": "Sub-skill filosófica e pedagógica de Yann LeCun.",
34853
36492
  "risk": "safe",
34854
36493
  "source": "community",
34855
36494
  "date_added": "2026-03-06",
@@ -34871,7 +36510,7 @@
34871
36510
  "path": "skills/yann-lecun-tecnico",
34872
36511
  "category": "ai-ml",
34873
36512
  "name": "yann-lecun-tecnico",
34874
- "description": "Sub-skill t\u00e9cnica de Yann LeCun. Cobre CNNs, LeNet, backpropagation, JEPA (I-JEPA, V-JEPA, MC-JEPA), AMI (Advanced Machinery of Intelligence), Self-Supervised Learning (SimCLR, MAE, BYOL), Energy-Based Models (EBMs) e c\u00f3digo PyTorch completo.",
36513
+ "description": "Sub-skill técnica de Yann LeCun. Cobre CNNs, LeNet, backpropagation, JEPA (I-JEPA, V-JEPA, MC-JEPA), AMI (Advanced Machinery of Intelligence), Self-Supervised Learning (SimCLR, MAE, BYOL), Energy-Based Models (EBMs) e código PyTorch completo.",
34875
36514
  "risk": "safe",
34876
36515
  "source": "community",
34877
36516
  "date_added": "2026-03-06",
@@ -34888,6 +36527,28 @@
34888
36527
  "reasons": []
34889
36528
  }
34890
36529
  },
36530
+ {
36531
+ "id": "yao-meta-skill",
36532
+ "path": "skills/yao-meta-skill",
36533
+ "category": "skill-authoring",
36534
+ "name": "yao-meta-skill",
36535
+ "description": "Create, refactor, evaluate, and package agent skills from workflows, prompts, transcripts, docs, or notes. Use for skill creation, reusable workflow packaging, skill improvement, evals, and team-ready distribution.",
36536
+ "risk": "safe",
36537
+ "source": "community",
36538
+ "date_added": "2026-06-19",
36539
+ "plugin": {
36540
+ "targets": {
36541
+ "codex": "supported",
36542
+ "claude": "supported"
36543
+ },
36544
+ "setup": {
36545
+ "type": "none",
36546
+ "summary": "",
36547
+ "docs": null
36548
+ },
36549
+ "reasons": []
36550
+ }
36551
+ },
34891
36552
  {
34892
36553
  "id": "yes-md",
34893
36554
  "path": "skills/yes-md",
@@ -34915,7 +36576,7 @@
34915
36576
  "path": "skills/yield-intelligence",
34916
36577
  "category": "uncategorized",
34917
36578
  "name": "yield-intelligence",
34918
- "description": "Passive income portfolio analysis \u2014 activate when user asks about dividend yields, Treasury rates, REIT income, monthly passive income goals, or portfolio yield optimization. Scans 4 asset classes, ranks by risk-adjusted return, and builds allocations targeting a specific monthly income.",
36579
+ "description": "Passive income portfolio analysis activate when user asks about dividend yields, Treasury rates, REIT income, monthly passive income goals, or portfolio yield optimization. Scans 4 asset classes, ranks by risk-adjusted return, and builds allocations targeting a specific monthly income.",
34919
36580
  "risk": "safe",
34920
36581
  "source": "community",
34921
36582
  "date_added": "2026-05-31",
@@ -34959,7 +36620,7 @@
34959
36620
  "path": "skills/youtube-full",
34960
36621
  "category": "api-integration",
34961
36622
  "name": "youtube-full",
34962
- "description": "Fetch YouTube transcripts, search videos, browse channels, and extract playlists via TranscriptAPI \u2014 no yt-dlp, no Google API key, works from any cloud server.",
36623
+ "description": "Fetch YouTube transcripts, search videos, browse channels, and extract playlists via TranscriptAPI no yt-dlp, no Google API key, works from any cloud server.",
34963
36624
  "risk": "safe",
34964
36625
  "source": "community",
34965
36626
  "date_added": "2026-05-29",
@@ -34976,12 +36637,34 @@
34976
36637
  "reasons": []
34977
36638
  }
34978
36639
  },
36640
+ {
36641
+ "id": "youtube-notetaker",
36642
+ "path": "skills/youtube-notetaker",
36643
+ "category": "video",
36644
+ "name": "youtube-notetaker",
36645
+ "description": "Turn YouTube talks into local study notes with slides, transcripts, editable annotations, and a markdown-backed viewer.",
36646
+ "risk": "safe",
36647
+ "source": "official",
36648
+ "date_added": "2026-06-19",
36649
+ "plugin": {
36650
+ "targets": {
36651
+ "codex": "supported",
36652
+ "claude": "supported"
36653
+ },
36654
+ "setup": {
36655
+ "type": "none",
36656
+ "summary": "",
36657
+ "docs": null
36658
+ },
36659
+ "reasons": []
36660
+ }
36661
+ },
34979
36662
  {
34980
36663
  "id": "youtube-seo-optimizer",
34981
36664
  "path": "skills/youtube-seo-optimizer",
34982
36665
  "category": "content",
34983
36666
  "name": "youtube-seo-optimizer",
34984
- "description": "Generate complete YouTube & podcast SEO packages with live-researched keywords \u2014 titles, descriptions, tags, hashtags, chapters, and audit fixes. Use for new or underperforming content.\n",
36667
+ "description": "Generate complete YouTube & podcast SEO packages with live-researched keywords titles, descriptions, tags, hashtags, chapters, and audit fixes. Use for new or underperforming content.\n",
34985
36668
  "risk": "safe",
34986
36669
  "source": "community",
34987
36670
  "date_added": "2026-06-15",
@@ -35113,7 +36796,7 @@
35113
36796
  "path": "skills/zod-validation-expert",
35114
36797
  "category": "framework",
35115
36798
  "name": "zod-validation-expert",
35116
- "description": "Expert in Zod \u2014 TypeScript-first schema validation. Covers parsing, custom errors, refinements, type inference, and integration with React Hook Form, Next.js, and tRPC.",
36799
+ "description": "Expert in Zod TypeScript-first schema validation. Covers parsing, custom errors, refinements, type inference, and integration with React Hook Form, Next.js, and tRPC.",
35117
36800
  "risk": "safe",
35118
36801
  "source": "community",
35119
36802
  "date_added": "2026-03-05",
@@ -35196,4 +36879,4 @@
35196
36879
  "reasons": []
35197
36880
  }
35198
36881
  }
35199
- ]
36882
+ ]