opencode-skills-collection 3.1.0 → 3.1.1

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 (277) hide show
  1. package/bundled-skills/.antigravity-install-manifest.json +84 -1
  2. package/bundled-skills/android-ui-journey-testing/SKILL.md +191 -0
  3. package/bundled-skills/ask-matt/SKILL.md +92 -0
  4. package/bundled-skills/bugs-are-annoying/SKILL.md +137 -0
  5. package/bundled-skills/codebase-design/DEEPENING.md +37 -0
  6. package/bundled-skills/codebase-design/DESIGN-IT-TWICE.md +44 -0
  7. package/bundled-skills/codebase-design/SKILL.md +145 -0
  8. package/bundled-skills/competitor-analysis/LICENSE.txt +21 -0
  9. package/bundled-skills/competitor-analysis/SKILL.md +434 -0
  10. package/bundled-skills/competitor-analysis/references/battle-card-subagent.md +127 -0
  11. package/bundled-skills/competitor-analysis/references/battle-card.md +91 -0
  12. package/bundled-skills/competitor-analysis/references/example-research.md +130 -0
  13. package/bundled-skills/competitor-analysis/references/report-template.html +127 -0
  14. package/bundled-skills/competitor-analysis/references/research-patterns.md +217 -0
  15. package/bundled-skills/competitor-analysis/references/workflow.md +434 -0
  16. package/bundled-skills/competitor-analysis/scripts/capture_screenshots.mjs +142 -0
  17. package/bundled-skills/competitor-analysis/scripts/compile_report.mjs +929 -0
  18. package/bundled-skills/competitor-analysis/scripts/extract_vs_names.mjs +140 -0
  19. package/bundled-skills/competitor-analysis/scripts/gate_candidates.mjs +194 -0
  20. package/bundled-skills/competitor-analysis/scripts/list_urls.mjs +90 -0
  21. package/bundled-skills/competitor-analysis/scripts/md_utils.mjs +50 -0
  22. package/bundled-skills/competitor-analysis/scripts/merge_partials.mjs +291 -0
  23. package/bundled-skills/competitor-analysis/scripts/package.json +6 -0
  24. package/bundled-skills/design-it/3d-ui/SKILL.md +259 -0
  25. package/bundled-skills/design-it/SKILL.md +170 -0
  26. package/bundled-skills/design-it/ai-native-ui/SKILL.md +295 -0
  27. package/bundled-skills/design-it/aurora-ui/SKILL.md +307 -0
  28. package/bundled-skills/design-it/bento-ui/SKILL.md +314 -0
  29. package/bundled-skills/design-it/brutalism/SKILL.md +270 -0
  30. package/bundled-skills/design-it/brutalist-typography/SKILL.md +287 -0
  31. package/bundled-skills/design-it/card-based-design/SKILL.md +262 -0
  32. package/bundled-skills/design-it/claymorphism/SKILL.md +287 -0
  33. package/bundled-skills/design-it/color-blocking/SKILL.md +278 -0
  34. package/bundled-skills/design-it/command-center-ui/SKILL.md +345 -0
  35. package/bundled-skills/design-it/cyber-y2k/SKILL.md +312 -0
  36. package/bundled-skills/design-it/cyberpunk-ui/SKILL.md +262 -0
  37. package/bundled-skills/design-it/dark-mode/SKILL.md +289 -0
  38. package/bundled-skills/design-it/dashboard-design/SKILL.md +331 -0
  39. package/bundled-skills/design-it/data-dense-design/SKILL.md +322 -0
  40. package/bundled-skills/design-it/duotone-design/SKILL.md +248 -0
  41. package/bundled-skills/design-it/editorial-design/SKILL.md +328 -0
  42. package/bundled-skills/design-it/flat-design/SKILL.md +221 -0
  43. package/bundled-skills/design-it/flat-design-2/SKILL.md +240 -0
  44. package/bundled-skills/design-it/floating-ui/SKILL.md +299 -0
  45. package/bundled-skills/design-it/frutiger-aero/SKILL.md +274 -0
  46. package/bundled-skills/design-it/glassmorphism/SKILL.md +272 -0
  47. package/bundled-skills/design-it/gradient-design/SKILL.md +309 -0
  48. package/bundled-skills/design-it/high-contrast/SKILL.md +288 -0
  49. package/bundled-skills/design-it/holographic-ui/SKILL.md +310 -0
  50. package/bundled-skills/design-it/isometric-design/SKILL.md +228 -0
  51. package/bundled-skills/design-it/layered-design/SKILL.md +247 -0
  52. package/bundled-skills/design-it/material-design/SKILL.md +275 -0
  53. package/bundled-skills/design-it/maximalism/SKILL.md +297 -0
  54. package/bundled-skills/design-it/minimalism/SKILL.md +267 -0
  55. package/bundled-skills/design-it/monochromatic-ui/SKILL.md +296 -0
  56. package/bundled-skills/design-it/neo-brutalism/SKILL.md +270 -0
  57. package/bundled-skills/design-it/neumorphism/SKILL.md +248 -0
  58. package/bundled-skills/design-it/retro-design/SKILL.md +283 -0
  59. package/bundled-skills/design-it/retro-futurism/SKILL.md +259 -0
  60. package/bundled-skills/design-it/sci-fi-interface/SKILL.md +309 -0
  61. package/bundled-skills/design-it/skeuomorphism/SKILL.md +280 -0
  62. package/bundled-skills/design-it/soft-pastel/SKILL.md +307 -0
  63. package/bundled-skills/design-it/spatial-computing-ui/SKILL.md +300 -0
  64. package/bundled-skills/design-it/spatial-design/SKILL.md +268 -0
  65. package/bundled-skills/design-it/swiss-design/SKILL.md +293 -0
  66. package/bundled-skills/design-it/synthwave/SKILL.md +257 -0
  67. package/bundled-skills/design-it/tile-design/SKILL.md +297 -0
  68. package/bundled-skills/design-it/typography-first/SKILL.md +247 -0
  69. package/bundled-skills/design-it/vaporwave/SKILL.md +331 -0
  70. package/bundled-skills/design-it/vibrant-maximalism/SKILL.md +291 -0
  71. package/bundled-skills/design-it/widget-based-design/SKILL.md +274 -0
  72. package/bundled-skills/design-it/y2k-design/SKILL.md +268 -0
  73. package/bundled-skills/diagnosing-bugs/SKILL.md +165 -0
  74. package/bundled-skills/diagnosing-bugs/scripts/hitl-loop.template.sh +41 -0
  75. package/bundled-skills/docs/contributors/skill-scoring.md +235 -0
  76. package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
  77. package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
  78. package/bundled-skills/docs/maintainers/repo-growth-seo.md +3 -3
  79. package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
  80. package/bundled-skills/docs/users/bundles.md +1 -1
  81. package/bundled-skills/docs/users/claude-code-skills.md +1 -1
  82. package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
  83. package/bundled-skills/docs/users/getting-started.md +1 -1
  84. package/bundled-skills/docs/users/kiro-integration.md +1 -1
  85. package/bundled-skills/docs/users/usage.md +4 -4
  86. package/bundled-skills/docs/users/visual-guide.md +4 -4
  87. package/bundled-skills/domain-modeling/ADR-FORMAT.md +47 -0
  88. package/bundled-skills/domain-modeling/CONTEXT-FORMAT.md +60 -0
  89. package/bundled-skills/domain-modeling/SKILL.md +105 -0
  90. package/bundled-skills/grill-me/SKILL.md +36 -0
  91. package/bundled-skills/grill-with-docs/SKILL.md +36 -0
  92. package/bundled-skills/grilling/SKILL.md +39 -0
  93. package/bundled-skills/handoff/SKILL.md +45 -0
  94. package/bundled-skills/image-generator/.env.example +7 -0
  95. package/bundled-skills/image-generator/SKILL.md +509 -0
  96. package/bundled-skills/improve-codebase-architecture/HTML-REPORT.md +123 -0
  97. package/bundled-skills/improve-codebase-architecture/SKILL.md +97 -0
  98. package/bundled-skills/learn/SKILL.md +156 -0
  99. package/bundled-skills/lesson-generator/SKILL.md +90 -0
  100. package/bundled-skills/llm-council/.env.example +7 -0
  101. package/bundled-skills/llm-council/SKILL.md +602 -0
  102. package/bundled-skills/loop-library/SKILL.md +205 -0
  103. package/bundled-skills/loop-library/agents/openai.yaml +4 -0
  104. package/bundled-skills/loop-library/references/catalog.md +270 -0
  105. package/bundled-skills/mailtrap-managing-contacts/SKILL.md +112 -0
  106. package/bundled-skills/mailtrap-sending-emails/SKILL.md +167 -0
  107. package/bundled-skills/mailtrap-setting-up-sending-domain/SKILL.md +77 -0
  108. package/bundled-skills/mailtrap-testing-with-sandbox/SKILL.md +110 -0
  109. package/bundled-skills/prototype/LOGIC.md +79 -0
  110. package/bundled-skills/prototype/SKILL.md +62 -0
  111. package/bundled-skills/prototype/UI.md +112 -0
  112. package/bundled-skills/setup-matt-pocock-skills/SKILL.md +158 -0
  113. package/bundled-skills/setup-matt-pocock-skills/domain.md +51 -0
  114. package/bundled-skills/setup-matt-pocock-skills/issue-tracker-github.md +34 -0
  115. package/bundled-skills/setup-matt-pocock-skills/issue-tracker-gitlab.md +35 -0
  116. package/bundled-skills/setup-matt-pocock-skills/issue-tracker-local.md +19 -0
  117. package/bundled-skills/setup-matt-pocock-skills/triage-labels.md +15 -0
  118. package/bundled-skills/survey-generator/LICENSE +21 -0
  119. package/bundled-skills/survey-generator/SKILL.md +143 -0
  120. package/bundled-skills/survey-generator/build_artifact.py +208 -0
  121. package/bundled-skills/survey-generator/examples/agentic-engineering/research_bundle.json +1196 -0
  122. package/bundled-skills/survey-generator/examples/agentic-engineering/survey.html +706 -0
  123. package/bundled-skills/survey-generator/style_spec.json +85 -0
  124. package/bundled-skills/survey-generator/templates/research_bundle_template.json +69 -0
  125. package/bundled-skills/tdd/SKILL.md +139 -0
  126. package/bundled-skills/tdd/mocking.md +59 -0
  127. package/bundled-skills/tdd/refactoring.md +10 -0
  128. package/bundled-skills/tdd/tests.md +61 -0
  129. package/bundled-skills/teach/GLOSSARY-FORMAT.md +35 -0
  130. package/bundled-skills/teach/LEARNING-RECORD-FORMAT.md +46 -0
  131. package/bundled-skills/teach/MISSION-FORMAT.md +31 -0
  132. package/bundled-skills/teach/RESOURCES-FORMAT.md +32 -0
  133. package/bundled-skills/teach/SKILL.md +169 -0
  134. package/bundled-skills/to-issues/SKILL.md +115 -0
  135. package/bundled-skills/to-prd/SKILL.md +104 -0
  136. package/bundled-skills/tools-page-seo-optimizer/SKILL.md +616 -0
  137. package/bundled-skills/triage/AGENT-BRIEF.md +207 -0
  138. package/bundled-skills/triage/OUT-OF-SCOPE.md +105 -0
  139. package/bundled-skills/triage/SKILL.md +143 -0
  140. package/bundled-skills/vibecode-production-qa-validator/SKILL.md +371 -141
  141. package/bundled-skills/wiki-builder/SKILL.md +157 -0
  142. package/bundled-skills/wiki-builder/agents/openai.yaml +5 -0
  143. package/bundled-skills/wiki-builder/references/wiki-flavors.md +98 -0
  144. package/bundled-skills/wiki-builder/scripts/init_wiki.sh +105 -0
  145. package/bundled-skills/wiki-builder/templates/index.md +20 -0
  146. package/bundled-skills/wiki-builder/templates/maintenance-log.md +7 -0
  147. package/bundled-skills/wiki-builder/templates/prompts/compile-concept-page.md +12 -0
  148. package/bundled-skills/wiki-builder/templates/prompts/compile-index.md +11 -0
  149. package/bundled-skills/wiki-builder/templates/prompts/compile-source-page.md +12 -0
  150. package/bundled-skills/wiki-builder/templates/prompts/lint-wiki.md +10 -0
  151. package/bundled-skills/wiki-builder/templates/prompts/query-and-file.md +11 -0
  152. package/bundled-skills/wiki-builder/templates/sources.md +9 -0
  153. package/bundled-skills/wiki-builder/templates/wiki.config.md +53 -0
  154. package/bundled-skills/writing-great-skills/GLOSSARY.md +181 -0
  155. package/bundled-skills/writing-great-skills/SKILL.md +111 -0
  156. package/bundled-skills/yao-meta-skill/SKILL.md +86 -0
  157. package/bundled-skills/yao-meta-skill/agents/interface.yaml +26 -0
  158. package/bundled-skills/yao-meta-skill/manifest.json +24 -0
  159. package/bundled-skills/yao-meta-skill/references/artifact-design-doctrine.md +49 -0
  160. package/bundled-skills/yao-meta-skill/references/authoring-discipline.md +78 -0
  161. package/bundled-skills/yao-meta-skill/references/autonomous-adaptation.md +65 -0
  162. package/bundled-skills/yao-meta-skill/references/distribution-registry-method.md +60 -0
  163. package/bundled-skills/yao-meta-skill/references/eval-playbook.md +69 -0
  164. package/bundled-skills/yao-meta-skill/references/gate-selection.md +68 -0
  165. package/bundled-skills/yao-meta-skill/references/governance.md +134 -0
  166. package/bundled-skills/yao-meta-skill/references/human-review-template.md +54 -0
  167. package/bundled-skills/yao-meta-skill/references/intent-dialogue.md +138 -0
  168. package/bundled-skills/yao-meta-skill/references/iteration-philosophy.md +30 -0
  169. package/bundled-skills/yao-meta-skill/references/non-skill-decision-tree.md +39 -0
  170. package/bundled-skills/yao-meta-skill/references/operating-modes.md +107 -0
  171. package/bundled-skills/yao-meta-skill/references/output-eval-method.md +113 -0
  172. package/bundled-skills/yao-meta-skill/references/output-quality-risk.md +41 -0
  173. package/bundled-skills/yao-meta-skill/references/output-visual-quality.md +53 -0
  174. package/bundled-skills/yao-meta-skill/references/packaging-contracts.md +70 -0
  175. package/bundled-skills/yao-meta-skill/references/pattern-extraction-doctrine.md +76 -0
  176. package/bundled-skills/yao-meta-skill/references/platform-capability-matrix.md +49 -0
  177. package/bundled-skills/yao-meta-skill/references/prompt-engineering-doctrine.md +76 -0
  178. package/bundled-skills/yao-meta-skill/references/qa-ladder.md +57 -0
  179. package/bundled-skills/yao-meta-skill/references/reference-scan.md +126 -0
  180. package/bundled-skills/yao-meta-skill/references/regression-cause-taxonomy.md +80 -0
  181. package/bundled-skills/yao-meta-skill/references/resource-boundaries.md +120 -0
  182. package/bundled-skills/yao-meta-skill/references/review-studio-method.md +87 -0
  183. package/bundled-skills/yao-meta-skill/references/review-waiver-method.md +76 -0
  184. package/bundled-skills/yao-meta-skill/references/runtime-conformance-method.md +21 -0
  185. package/bundled-skills/yao-meta-skill/references/skill-archetypes.md +86 -0
  186. package/bundled-skills/yao-meta-skill/references/skill-atlas-method.md +35 -0
  187. package/bundled-skills/yao-meta-skill/references/skill-engineering-method.md +210 -0
  188. package/bundled-skills/yao-meta-skill/references/skill-ir-method.md +41 -0
  189. package/bundled-skills/yao-meta-skill/references/skillops-decision-policy.md +53 -0
  190. package/bundled-skills/yao-meta-skill/references/systems-thinking-doctrine.md +75 -0
  191. package/bundled-skills/yao-meta-skill/references/telemetry-drift-method.md +182 -0
  192. package/bundled-skills/yao-meta-skill/references/trust-security-method.md +79 -0
  193. package/bundled-skills/yao-meta-skill/references/user-memory-policy.md +35 -0
  194. package/bundled-skills/youtube-notetaker/SKILL.md +209 -0
  195. package/bundled-skills/youtube-notetaker/reference/artifact.html +269 -0
  196. package/bundled-skills/youtube-notetaker/scripts/contact_sheet.py +53 -0
  197. package/bundled-skills/youtube-notetaker/scripts/detect_slides.sh +19 -0
  198. package/bundled-skills/youtube-notetaker/scripts/download.sh +24 -0
  199. package/bundled-skills/youtube-notetaker/scripts/extract_slides.py +43 -0
  200. package/bundled-skills/youtube-notetaker/scripts/serve.py +173 -0
  201. package/bundled-skills/youtube-notetaker/scripts/setup.sh +27 -0
  202. package/bundled-skills/youtube-notetaker/scripts/verify.sh +31 -0
  203. package/bundled-skills/youtube-notetaker/scripts/vtt_to_transcript.py +59 -0
  204. package/bundled-skills/youtube-notetaker/scripts/write_library_item.py +69 -0
  205. package/package.json +1 -1
  206. package/skills_index.json +1956 -286
  207. package/bundled-skills/ai-md/SKILL.md +0 -523
  208. package/bundled-skills/atlas-contract/SKILL.md +0 -650
  209. package/bundled-skills/busybox-on-windows/SKILL.md +0 -40
  210. package/bundled-skills/monte-carlo-prevent/SKILL.md +0 -257
  211. package/bundled-skills/monte-carlo-prevent/references/TROUBLESHOOTING.md +0 -23
  212. package/bundled-skills/monte-carlo-prevent/references/parameters.md +0 -32
  213. package/bundled-skills/monte-carlo-prevent/references/workflows.md +0 -478
  214. package/bundled-skills/monte-carlo-push-ingestion/SKILL.md +0 -372
  215. package/bundled-skills/monte-carlo-push-ingestion/references/anomaly-detection.md +0 -87
  216. package/bundled-skills/monte-carlo-push-ingestion/references/custom-lineage.md +0 -203
  217. package/bundled-skills/monte-carlo-push-ingestion/references/direct-http-api.md +0 -207
  218. package/bundled-skills/monte-carlo-push-ingestion/references/prerequisites.md +0 -150
  219. package/bundled-skills/monte-carlo-push-ingestion/references/push-lineage.md +0 -160
  220. package/bundled-skills/monte-carlo-push-ingestion/references/push-metadata.md +0 -158
  221. package/bundled-skills/monte-carlo-push-ingestion/references/push-query-logs.md +0 -219
  222. package/bundled-skills/monte-carlo-push-ingestion/references/validation.md +0 -257
  223. package/bundled-skills/monte-carlo-push-ingestion/scripts/sample_verify.py +0 -357
  224. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/collect_and_push_lineage.py +0 -70
  225. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/collect_and_push_metadata.py +0 -65
  226. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/collect_and_push_query_logs.py +0 -70
  227. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/collect_lineage.py +0 -214
  228. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/collect_metadata.py +0 -160
  229. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/collect_query_logs.py +0 -164
  230. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/push_lineage.py +0 -198
  231. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/push_metadata.py +0 -193
  232. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/push_query_logs.py +0 -207
  233. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery-iceberg/collect_and_push_metadata.py +0 -71
  234. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery-iceberg/collect_and_push_query_logs.py +0 -64
  235. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery-iceberg/collect_metadata.py +0 -253
  236. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery-iceberg/collect_query_logs.py +0 -149
  237. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery-iceberg/push_metadata.py +0 -190
  238. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery-iceberg/push_query_logs.py +0 -208
  239. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/collect_and_push_lineage.py +0 -83
  240. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/collect_and_push_metadata.py +0 -77
  241. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/collect_and_push_query_logs.py +0 -83
  242. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/collect_lineage.py +0 -240
  243. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/collect_metadata.py +0 -212
  244. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/collect_query_logs.py +0 -204
  245. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/push_lineage.py +0 -192
  246. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/push_metadata.py +0 -178
  247. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/push_query_logs.py +0 -200
  248. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/collect_and_push_lineage.py +0 -119
  249. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/collect_and_push_metadata.py +0 -119
  250. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/collect_and_push_query_logs.py +0 -117
  251. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/collect_lineage.py +0 -265
  252. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/collect_metadata.py +0 -313
  253. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/collect_query_logs.py +0 -284
  254. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/push_lineage.py +0 -309
  255. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/push_metadata.py +0 -245
  256. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/push_query_logs.py +0 -255
  257. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/collect_and_push_lineage.py +0 -78
  258. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/collect_and_push_metadata.py +0 -80
  259. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/collect_and_push_query_logs.py +0 -88
  260. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/collect_lineage.py +0 -235
  261. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/collect_metadata.py +0 -219
  262. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/collect_query_logs.py +0 -239
  263. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/push_lineage.py +0 -178
  264. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/push_metadata.py +0 -178
  265. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/push_query_logs.py +0 -196
  266. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/collect_and_push_lineage.py +0 -154
  267. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/collect_and_push_metadata.py +0 -137
  268. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/collect_and_push_query_logs.py +0 -137
  269. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/collect_lineage.py +0 -349
  270. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/collect_metadata.py +0 -329
  271. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/collect_query_logs.py +0 -254
  272. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/push_lineage.py +0 -307
  273. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/push_metadata.py +0 -228
  274. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/push_query_logs.py +0 -248
  275. package/bundled-skills/monte-carlo-push-ingestion/scripts/test_template_sdk_usage.py +0 -340
  276. package/bundled-skills/skill-optimizer/SKILL.md +0 -271
  277. 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",
@@ -1571,6 +1591,28 @@
1571
1591
  "reasons": []
1572
1592
  }
1573
1593
  },
1594
+ {
1595
+ "id": "android-ui-journey-testing",
1596
+ "path": "skills/android-ui-journey-testing",
1597
+ "category": "testing",
1598
+ "name": "android-ui-journey-testing",
1599
+ "description": "XML-specified Android UI journey testing, interactive step execution, assertion verification, and JSON outcome reporting.",
1600
+ "risk": "critical",
1601
+ "source": "self",
1602
+ "date_added": "2026-06-18",
1603
+ "plugin": {
1604
+ "targets": {
1605
+ "codex": "supported",
1606
+ "claude": "supported"
1607
+ },
1608
+ "setup": {
1609
+ "type": "none",
1610
+ "summary": "",
1611
+ "docs": null
1612
+ },
1613
+ "reasons": []
1614
+ }
1615
+ },
1574
1616
  {
1575
1617
  "id": "android_ui_verification",
1576
1618
  "path": "skills/android_ui_verification",
@@ -1864,7 +1906,7 @@
1864
1906
  "path": "skills/aomi-transact",
1865
1907
  "category": "ai-ml",
1866
1908
  "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.",
1909
+ "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
1910
  "risk": "critical",
1869
1911
  "source": "aomi-labs/skills (MIT)",
1870
1912
  "date_added": "2026-05-06",
@@ -2677,6 +2719,28 @@
2677
2719
  "reasons": []
2678
2720
  }
2679
2721
  },
2722
+ {
2723
+ "id": "ask-matt",
2724
+ "path": "skills/ask-matt",
2725
+ "category": "productivity",
2726
+ "name": "ask-matt",
2727
+ "description": "Ask which skill or flow fits your situation. A router over the user-invoked skills in this repo.",
2728
+ "risk": "safe",
2729
+ "source": "community",
2730
+ "date_added": "2026-06-19",
2731
+ "plugin": {
2732
+ "targets": {
2733
+ "codex": "supported",
2734
+ "claude": "supported"
2735
+ },
2736
+ "setup": {
2737
+ "type": "none",
2738
+ "summary": "",
2739
+ "docs": null
2740
+ },
2741
+ "reasons": []
2742
+ }
2743
+ },
2680
2744
  {
2681
2745
  "id": "ask-questions-if-underspecified",
2682
2746
  "path": "skills/ask-questions-if-underspecified",
@@ -2704,7 +2768,7 @@
2704
2768
  "path": "skills/astro",
2705
2769
  "category": "frontend",
2706
2770
  "name": "astro",
2707
- "description": "Build content-focused websites with Astro \u2014 zero JS by default, islands architecture, multi-framework components, and Markdown/MDX support.",
2771
+ "description": "Build content-focused websites with Astro zero JS by default, islands architecture, multi-framework components, and Markdown/MDX support.",
2708
2772
  "risk": "safe",
2709
2773
  "source": "community",
2710
2774
  "date_added": "2026-03-18",
@@ -2765,28 +2829,6 @@
2765
2829
  "reasons": []
2766
2830
  }
2767
2831
  },
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
2832
  {
2791
2833
  "id": "atlas-ledger",
2792
2834
  "path": "skills/atlas-ledger",
@@ -2923,6 +2965,28 @@
2923
2965
  ]
2924
2966
  }
2925
2967
  },
2968
+ {
2969
+ "id": "aurora-ui",
2970
+ "path": "skills/design-it/aurora-ui",
2971
+ "category": "design-it",
2972
+ "name": "aurora-ui",
2973
+ "description": "Web and App implementation guide for Aurora UI. Trigger when user wants gradient glows, color blobs, and atmospheric lighting effects.",
2974
+ "risk": "safe",
2975
+ "source": "self",
2976
+ "date_added": "2026-06-17",
2977
+ "plugin": {
2978
+ "targets": {
2979
+ "codex": "supported",
2980
+ "claude": "supported"
2981
+ },
2982
+ "setup": {
2983
+ "type": "none",
2984
+ "summary": "",
2985
+ "docs": null
2986
+ },
2987
+ "reasons": []
2988
+ }
2989
+ },
2926
2990
  {
2927
2991
  "id": "auth-implementation-patterns",
2928
2992
  "path": "skills/auth-implementation-patterns",
@@ -3302,7 +3366,7 @@
3302
3366
  "path": "skills/awt-e2e-testing",
3303
3367
  "category": "test-automation",
3304
3368
  "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",
3369
+ "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
3370
  "risk": "unknown",
3307
3371
  "source": "https://github.com/ksgisang/awt-skill",
3308
3372
  "date_added": null,
@@ -3324,7 +3388,7 @@
3324
3388
  "path": "skills/axiom",
3325
3389
  "category": "uncategorized",
3326
3390
  "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.",
3391
+ "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
3392
  "risk": "safe",
3329
3393
  "source": "community",
3330
3394
  "date_added": "2026-04-13",
@@ -4050,7 +4114,7 @@
4050
4114
  "path": "skills/azure-communication-callingserver-java",
4051
4115
  "category": "cloud",
4052
4116
  "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.",
4117
+ "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
4118
  "risk": "safe",
4055
4119
  "source": "community",
4056
4120
  "date_added": "2026-02-27",
@@ -6294,7 +6358,7 @@
6294
6358
  "path": "skills/bdistill-behavioral-xray",
6295
6359
  "category": "ai-testing",
6296
6360
  "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.",
6361
+ "description": "X-ray any AI model's behavioral patterns refusal boundaries, hallucination tendencies, reasoning style, formatting defaults. No API key needed.",
6298
6362
  "risk": "safe",
6299
6363
  "source": "community",
6300
6364
  "date_added": "2026-03-20",
@@ -6377,6 +6441,28 @@
6377
6441
  "reasons": []
6378
6442
  }
6379
6443
  },
6444
+ {
6445
+ "id": "bento-ui",
6446
+ "path": "skills/design-it/bento-ui",
6447
+ "category": "design-it",
6448
+ "name": "bento-ui",
6449
+ "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.",
6450
+ "risk": "safe",
6451
+ "source": "self",
6452
+ "date_added": "2026-06-17",
6453
+ "plugin": {
6454
+ "targets": {
6455
+ "codex": "supported",
6456
+ "claude": "supported"
6457
+ },
6458
+ "setup": {
6459
+ "type": "none",
6460
+ "summary": "",
6461
+ "docs": null
6462
+ },
6463
+ "reasons": []
6464
+ }
6465
+ },
6380
6466
  {
6381
6467
  "id": "bevy-ecs-expert",
6382
6468
  "path": "skills/bevy-ecs-expert",
@@ -6428,7 +6514,7 @@
6428
6514
  "path": "skills/bill-gates",
6429
6515
  "category": "uncategorized",
6430
6516
  "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.",
6517
+ "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
6518
  "risk": "safe",
6433
6519
  "source": "community",
6434
6520
  "date_added": "2026-03-06",
@@ -6584,7 +6670,7 @@
6584
6670
  "path": "skills/blog-writing-guide",
6585
6671
  "category": "content",
6586
6672
  "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.",
6673
+ "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
6674
  "risk": "unknown",
6589
6675
  "source": "community",
6590
6676
  "date_added": "2026-03-06",
@@ -6606,7 +6692,7 @@
6606
6692
  "path": "skills/blueprint",
6607
6693
  "category": "planning",
6608
6694
  "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.",
6695
+ "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
6696
  "risk": "safe",
6611
6697
  "source": "community",
6612
6698
  "date_added": "2026-03-10",
@@ -6889,6 +6975,50 @@
6889
6975
  "reasons": []
6890
6976
  }
6891
6977
  },
6978
+ {
6979
+ "id": "brutalism",
6980
+ "path": "skills/design-it/brutalism",
6981
+ "category": "design-it",
6982
+ "name": "brutalism",
6983
+ "description": "Web and App implementation guide for Brutalism. Trigger when user wants a raw appearance, intentionally unfinished look, and rejection of standard design conventions.",
6984
+ "risk": "safe",
6985
+ "source": "self",
6986
+ "date_added": "2026-06-17",
6987
+ "plugin": {
6988
+ "targets": {
6989
+ "codex": "supported",
6990
+ "claude": "supported"
6991
+ },
6992
+ "setup": {
6993
+ "type": "none",
6994
+ "summary": "",
6995
+ "docs": null
6996
+ },
6997
+ "reasons": []
6998
+ }
6999
+ },
7000
+ {
7001
+ "id": "brutalist-typography",
7002
+ "path": "skills/design-it/brutalist-typography",
7003
+ "category": "design-it",
7004
+ "name": "brutalist-typography",
7005
+ "description": "Web and App implementation guide for Brutalist Typography. Trigger when user wants huge fonts, raw presentation, and aggressive layout decisions.",
7006
+ "risk": "safe",
7007
+ "source": "self",
7008
+ "date_added": "2026-06-17",
7009
+ "plugin": {
7010
+ "targets": {
7011
+ "codex": "supported",
7012
+ "claude": "supported"
7013
+ },
7014
+ "setup": {
7015
+ "type": "none",
7016
+ "summary": "",
7017
+ "docs": null
7018
+ },
7019
+ "reasons": []
7020
+ }
7021
+ },
6892
7022
  {
6893
7023
  "id": "bug-hunter",
6894
7024
  "path": "skills/bug-hunter",
@@ -6911,6 +7041,28 @@
6911
7041
  "reasons": []
6912
7042
  }
6913
7043
  },
7044
+ {
7045
+ "id": "bugs-are-annoying",
7046
+ "path": "skills/bugs-are-annoying",
7047
+ "category": "uncategorized",
7048
+ "name": "bugs-are-annoying",
7049
+ "description": "Adversarial code auditor that hunts down bugs, logic errors, and security flaws. Use for deep correctness passes, not style reviews.",
7050
+ "risk": "critical",
7051
+ "source": "community",
7052
+ "date_added": "2026-06-19",
7053
+ "plugin": {
7054
+ "targets": {
7055
+ "codex": "supported",
7056
+ "claude": "supported"
7057
+ },
7058
+ "setup": {
7059
+ "type": "none",
7060
+ "summary": "",
7061
+ "docs": null
7062
+ },
7063
+ "reasons": []
7064
+ }
7065
+ },
6914
7066
  {
6915
7067
  "id": "build",
6916
7068
  "path": "skills/build",
@@ -7109,28 +7261,6 @@
7109
7261
  "reasons": []
7110
7262
  }
7111
7263
  },
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
7264
  {
7135
7265
  "id": "buywhere-product-catalog",
7136
7266
  "path": "skills/buywhere-product-catalog",
@@ -7417,6 +7547,28 @@
7417
7547
  "reasons": []
7418
7548
  }
7419
7549
  },
7550
+ {
7551
+ "id": "card-based-design",
7552
+ "path": "skills/design-it/card-based-design",
7553
+ "category": "design-it",
7554
+ "name": "card-based-design",
7555
+ "description": "Web and App implementation guide for Card-Based Design. Trigger when user wants information cards, Pinterest-style layouts, and bite-sized content containers.",
7556
+ "risk": "safe",
7557
+ "source": "self",
7558
+ "date_added": "2026-06-17",
7559
+ "plugin": {
7560
+ "targets": {
7561
+ "codex": "supported",
7562
+ "claude": "supported"
7563
+ },
7564
+ "setup": {
7565
+ "type": "none",
7566
+ "summary": "",
7567
+ "docs": null
7568
+ },
7569
+ "reasons": []
7570
+ }
7571
+ },
7420
7572
  {
7421
7573
  "id": "carrier-relationship-management",
7422
7574
  "path": "skills/carrier-relationship-management",
@@ -8151,6 +8303,28 @@
8151
8303
  "reasons": []
8152
8304
  }
8153
8305
  },
8306
+ {
8307
+ "id": "claymorphism",
8308
+ "path": "skills/design-it/claymorphism",
8309
+ "category": "design-it",
8310
+ "name": "claymorphism",
8311
+ "description": "Web and App implementation guide for Claymorphism. Trigger when user wants soft 3D elements, rounded shapes, and a playful, tactile appearance.",
8312
+ "risk": "safe",
8313
+ "source": "self",
8314
+ "date_added": "2026-06-17",
8315
+ "plugin": {
8316
+ "targets": {
8317
+ "codex": "supported",
8318
+ "claude": "supported"
8319
+ },
8320
+ "setup": {
8321
+ "type": "none",
8322
+ "summary": "",
8323
+ "docs": null
8324
+ },
8325
+ "reasons": []
8326
+ }
8327
+ },
8154
8328
  {
8155
8329
  "id": "clean-code",
8156
8330
  "path": "skills/clean-code",
@@ -8701,6 +8875,28 @@
8701
8875
  "reasons": []
8702
8876
  }
8703
8877
  },
8878
+ {
8879
+ "id": "codebase-design",
8880
+ "path": "skills/codebase-design",
8881
+ "category": "architecture",
8882
+ "name": "codebase-design",
8883
+ "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.",
8884
+ "risk": "safe",
8885
+ "source": "community",
8886
+ "date_added": "2026-06-19",
8887
+ "plugin": {
8888
+ "targets": {
8889
+ "codex": "supported",
8890
+ "claude": "supported"
8891
+ },
8892
+ "setup": {
8893
+ "type": "none",
8894
+ "summary": "",
8895
+ "docs": null
8896
+ },
8897
+ "reasons": []
8898
+ }
8899
+ },
8704
8900
  {
8705
8901
  "id": "codebase-to-wordpress-converter",
8706
8902
  "path": "skills/codebase-to-wordpress-converter",
@@ -8789,6 +8985,28 @@
8789
8985
  "reasons": []
8790
8986
  }
8791
8987
  },
8988
+ {
8989
+ "id": "color-blocking",
8990
+ "path": "skills/design-it/color-blocking",
8991
+ "category": "design-it",
8992
+ "name": "color-blocking",
8993
+ "description": "Web and App implementation guide for Color Blocking. Trigger when user wants large color sections, striking layout divisions, and Mondrian-style grids.",
8994
+ "risk": "safe",
8995
+ "source": "self",
8996
+ "date_added": "2026-06-17",
8997
+ "plugin": {
8998
+ "targets": {
8999
+ "codex": "supported",
9000
+ "claude": "supported"
9001
+ },
9002
+ "setup": {
9003
+ "type": "none",
9004
+ "summary": "",
9005
+ "docs": null
9006
+ },
9007
+ "reasons": []
9008
+ }
9009
+ },
8792
9010
  {
8793
9011
  "id": "comfyui-gateway",
8794
9012
  "path": "skills/comfyui-gateway",
@@ -8811,12 +9029,34 @@
8811
9029
  "reasons": []
8812
9030
  }
8813
9031
  },
9032
+ {
9033
+ "id": "command-center-ui",
9034
+ "path": "skills/design-it/command-center-ui",
9035
+ "category": "design-it",
9036
+ "name": "command-center-ui",
9037
+ "description": "Web and App implementation guide for Command Center UI. Trigger when user wants monitoring systems, enterprise dashboards, NOCs, and global maps.",
9038
+ "risk": "safe",
9039
+ "source": "self",
9040
+ "date_added": "2026-06-17",
9041
+ "plugin": {
9042
+ "targets": {
9043
+ "codex": "supported",
9044
+ "claude": "supported"
9045
+ },
9046
+ "setup": {
9047
+ "type": "none",
9048
+ "summary": "",
9049
+ "docs": null
9050
+ },
9051
+ "reasons": []
9052
+ }
9053
+ },
8814
9054
  {
8815
9055
  "id": "commit",
8816
9056
  "path": "skills/commit",
8817
9057
  "category": "workflow",
8818
9058
  "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.",
9059
+ "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
9060
  "risk": "critical",
8821
9061
  "source": "community",
8822
9062
  "date_added": null,
@@ -8877,6 +9117,30 @@
8877
9117
  "reasons": []
8878
9118
  }
8879
9119
  },
9120
+ {
9121
+ "id": "competitor-analysis",
9122
+ "path": "skills/competitor-analysis",
9123
+ "category": "marketing",
9124
+ "name": "competitor-analysis",
9125
+ "description": "Research competitors with Browserbase discovery, enrichment lanes, screenshots, matrices, and HTML reports.",
9126
+ "risk": "safe",
9127
+ "source": "official",
9128
+ "date_added": "2026-06-19",
9129
+ "plugin": {
9130
+ "targets": {
9131
+ "codex": "blocked",
9132
+ "claude": "supported"
9133
+ },
9134
+ "setup": {
9135
+ "type": "none",
9136
+ "summary": "",
9137
+ "docs": null
9138
+ },
9139
+ "reasons": [
9140
+ "target_specific_home_path"
9141
+ ]
9142
+ }
9143
+ },
8880
9144
  {
8881
9145
  "id": "complexity-cuts",
8882
9146
  "path": "skills/complexity-cuts",
@@ -9960,7 +10224,7 @@
9960
10224
  "path": "skills/crossframe",
9961
10225
  "category": "workflow",
9962
10226
  "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.",
10227
+ "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
10228
  "risk": "safe",
9965
10229
  "source": "community",
9966
10230
  "date_added": "2026-06-16",
@@ -10373,6 +10637,50 @@
10373
10637
  "reasons": []
10374
10638
  }
10375
10639
  },
10640
+ {
10641
+ "id": "cyber-y2k",
10642
+ "path": "skills/design-it/cyber-y2k",
10643
+ "category": "design-it",
10644
+ "name": "cyber-y2k",
10645
+ "description": "Web and App implementation guide for Cyber Y2K. Trigger when user wants modern Y2K, holographic visuals, and glitch aesthetics.",
10646
+ "risk": "safe",
10647
+ "source": "self",
10648
+ "date_added": "2026-06-17",
10649
+ "plugin": {
10650
+ "targets": {
10651
+ "codex": "supported",
10652
+ "claude": "supported"
10653
+ },
10654
+ "setup": {
10655
+ "type": "none",
10656
+ "summary": "",
10657
+ "docs": null
10658
+ },
10659
+ "reasons": []
10660
+ }
10661
+ },
10662
+ {
10663
+ "id": "cyberpunk-ui",
10664
+ "path": "skills/design-it/cyberpunk-ui",
10665
+ "category": "design-it",
10666
+ "name": "cyberpunk-ui",
10667
+ "description": "Web and App implementation guide for Cyberpunk UI. Trigger when user wants neon colors, dark backgrounds, high-tech dystopian aesthetics, and hacking interfaces.",
10668
+ "risk": "safe",
10669
+ "source": "self",
10670
+ "date_added": "2026-06-17",
10671
+ "plugin": {
10672
+ "targets": {
10673
+ "codex": "supported",
10674
+ "claude": "supported"
10675
+ },
10676
+ "setup": {
10677
+ "type": "none",
10678
+ "summary": "",
10679
+ "docs": null
10680
+ },
10681
+ "reasons": []
10682
+ }
10683
+ },
10376
10684
  {
10377
10685
  "id": "daily",
10378
10686
  "path": "skills/daily",
@@ -10400,7 +10708,7 @@
10400
10708
  "path": "skills/daily-gift",
10401
10709
  "category": "productivity",
10402
10710
  "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",
10711
+ "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
10712
  "risk": "unknown",
10405
10713
  "source": "community",
10406
10714
  "date_added": "2026-04-15",
@@ -10439,6 +10747,28 @@
10439
10747
  "reasons": []
10440
10748
  }
10441
10749
  },
10750
+ {
10751
+ "id": "dark-mode",
10752
+ "path": "skills/design-it/dark-mode",
10753
+ "category": "design-it",
10754
+ "name": "dark-mode",
10755
+ "description": "Web and App implementation guide for Dark Mode Design. Trigger when user wants dark surfaces, reduced eye strain, and premium sleek aesthetics.",
10756
+ "risk": "safe",
10757
+ "source": "self",
10758
+ "date_added": "2026-06-17",
10759
+ "plugin": {
10760
+ "targets": {
10761
+ "codex": "supported",
10762
+ "claude": "supported"
10763
+ },
10764
+ "setup": {
10765
+ "type": "none",
10766
+ "summary": "",
10767
+ "docs": null
10768
+ },
10769
+ "reasons": []
10770
+ }
10771
+ },
10442
10772
  {
10443
10773
  "id": "dart",
10444
10774
  "path": "skills/super-code/dart",
@@ -10461,6 +10791,50 @@
10461
10791
  "reasons": []
10462
10792
  }
10463
10793
  },
10794
+ {
10795
+ "id": "dashboard-design",
10796
+ "path": "skills/design-it/dashboard-design",
10797
+ "category": "design-it",
10798
+ "name": "dashboard-design",
10799
+ "description": "Web and App implementation guide for Dashboard Design. Trigger when user wants analytics-focused layouts, data visualization, and modular overview screens.",
10800
+ "risk": "safe",
10801
+ "source": "self",
10802
+ "date_added": "2026-06-17",
10803
+ "plugin": {
10804
+ "targets": {
10805
+ "codex": "supported",
10806
+ "claude": "supported"
10807
+ },
10808
+ "setup": {
10809
+ "type": "none",
10810
+ "summary": "",
10811
+ "docs": null
10812
+ },
10813
+ "reasons": []
10814
+ }
10815
+ },
10816
+ {
10817
+ "id": "data-dense-design",
10818
+ "path": "skills/design-it/data-dense-design",
10819
+ "category": "design-it",
10820
+ "name": "data-dense-design",
10821
+ "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).",
10822
+ "risk": "safe",
10823
+ "source": "self",
10824
+ "date_added": "2026-06-17",
10825
+ "plugin": {
10826
+ "targets": {
10827
+ "codex": "supported",
10828
+ "claude": "supported"
10829
+ },
10830
+ "setup": {
10831
+ "type": "none",
10832
+ "summary": "",
10833
+ "docs": null
10834
+ },
10835
+ "reasons": []
10836
+ }
10837
+ },
10464
10838
  {
10465
10839
  "id": "data-engineer",
10466
10840
  "path": "skills/data-engineer",
@@ -10598,7 +10972,7 @@
10598
10972
  "path": "skills/data-structure-protocol",
10599
10973
  "category": "data-science",
10600
10974
  "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.",
10975
+ "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
10976
  "risk": "safe",
10603
10977
  "source": "https://github.com/k-kolomeitsev/data-structure-protocol",
10604
10978
  "date_added": "2026-02-27",
@@ -11365,6 +11739,28 @@
11365
11739
  "reasons": []
11366
11740
  }
11367
11741
  },
11742
+ {
11743
+ "id": "design-it",
11744
+ "path": "skills/design-it",
11745
+ "category": "frontend",
11746
+ "name": "design-it",
11747
+ "description": "Routes frontend design tasks to 48 specific UI styles. Triggers for websites, app screens, or UI components requesting a specific aesthetic.",
11748
+ "risk": "safe",
11749
+ "source": "self",
11750
+ "date_added": "2026-06-17",
11751
+ "plugin": {
11752
+ "targets": {
11753
+ "codex": "supported",
11754
+ "claude": "supported"
11755
+ },
11756
+ "setup": {
11757
+ "type": "none",
11758
+ "summary": "",
11759
+ "docs": null
11760
+ },
11761
+ "reasons": []
11762
+ }
11763
+ },
11368
11764
  {
11369
11765
  "id": "design-md",
11370
11766
  "path": "skills/design-md",
@@ -11524,7 +11920,7 @@
11524
11920
  "path": "skills/devops-deploy",
11525
11921
  "category": "devops",
11526
11922
  "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.",
11923
+ "description": "DevOps e deploy de aplicacoes Docker, CI/CD com GitHub Actions, AWS Lambda, SAM, Terraform, infraestrutura como codigo e monitoramento.",
11528
11924
  "risk": "critical",
11529
11925
  "source": "community",
11530
11926
  "date_added": "2026-03-06",
@@ -11563,6 +11959,28 @@
11563
11959
  "reasons": []
11564
11960
  }
11565
11961
  },
11962
+ {
11963
+ "id": "diagnosing-bugs",
11964
+ "path": "skills/diagnosing-bugs",
11965
+ "category": "development",
11966
+ "name": "diagnosing-bugs",
11967
+ "description": "Diagnosis loop for hard bugs and performance regressions. Use when the user says \"diagnose\"/\"debug this\", or reports something broken/throwing/failing/slow.",
11968
+ "risk": "safe",
11969
+ "source": "community",
11970
+ "date_added": "2026-06-19",
11971
+ "plugin": {
11972
+ "targets": {
11973
+ "codex": "supported",
11974
+ "claude": "supported"
11975
+ },
11976
+ "setup": {
11977
+ "type": "none",
11978
+ "summary": "",
11979
+ "docs": null
11980
+ },
11981
+ "reasons": []
11982
+ }
11983
+ },
11566
11984
  {
11567
11985
  "id": "diary",
11568
11986
  "path": "skills/diary",
@@ -12005,12 +12423,34 @@
12005
12423
  "reasons": []
12006
12424
  }
12007
12425
  },
12426
+ {
12427
+ "id": "domain-modeling",
12428
+ "path": "skills/domain-modeling",
12429
+ "category": "architecture",
12430
+ "name": "domain-modeling",
12431
+ "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.",
12432
+ "risk": "safe",
12433
+ "source": "community",
12434
+ "date_added": "2026-06-19",
12435
+ "plugin": {
12436
+ "targets": {
12437
+ "codex": "supported",
12438
+ "claude": "supported"
12439
+ },
12440
+ "setup": {
12441
+ "type": "none",
12442
+ "summary": "",
12443
+ "docs": null
12444
+ },
12445
+ "reasons": []
12446
+ }
12447
+ },
12008
12448
  {
12009
12449
  "id": "dos-verify-done-claims",
12010
12450
  "path": "skills/dos-verify-done-claims",
12011
12451
  "category": "quality",
12012
12452
  "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.",
12453
+ "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.",
12014
12454
  "risk": "safe",
12015
12455
  "source": "community",
12016
12456
  "date_added": "2026-06-12",
@@ -12120,7 +12560,7 @@
12120
12560
  "path": "skills/drizzle-orm-expert",
12121
12561
  "category": "database",
12122
12562
  "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.",
12563
+ "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
12564
  "risk": "safe",
12125
12565
  "source": "community",
12126
12566
  "date_added": "2026-03-04",
@@ -12159,6 +12599,28 @@
12159
12599
  "reasons": []
12160
12600
  }
12161
12601
  },
12602
+ {
12603
+ "id": "duotone-design",
12604
+ "path": "skills/design-it/duotone-design",
12605
+ "category": "design-it",
12606
+ "name": "duotone-design",
12607
+ "description": "Web and App implementation guide for Duotone Design. Trigger when user wants two-color schemes, striking imagery, and Spotify-like playlist aesthetics.",
12608
+ "risk": "safe",
12609
+ "source": "self",
12610
+ "date_added": "2026-06-17",
12611
+ "plugin": {
12612
+ "targets": {
12613
+ "codex": "supported",
12614
+ "claude": "supported"
12615
+ },
12616
+ "setup": {
12617
+ "type": "none",
12618
+ "summary": "",
12619
+ "docs": null
12620
+ },
12621
+ "reasons": []
12622
+ }
12623
+ },
12162
12624
  {
12163
12625
  "id": "dwarf-expert",
12164
12626
  "path": "skills/dwarf-expert",
@@ -12252,7 +12714,7 @@
12252
12714
  "path": "skills/earllm-build",
12253
12715
  "category": "uncategorized",
12254
12716
  "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.",
12717
+ "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
12718
  "risk": "safe",
12257
12719
  "source": "community",
12258
12720
  "date_added": "2026-03-06",
@@ -12291,6 +12753,28 @@
12291
12753
  "reasons": []
12292
12754
  }
12293
12755
  },
12756
+ {
12757
+ "id": "editorial-design",
12758
+ "path": "skills/design-it/editorial-design",
12759
+ "category": "design-it",
12760
+ "name": "editorial-design",
12761
+ "description": "Web and App implementation guide for Editorial Design. Trigger when user wants a magazine-inspired layout, large headlines, and elegant typography pairing.",
12762
+ "risk": "safe",
12763
+ "source": "self",
12764
+ "date_added": "2026-06-17",
12765
+ "plugin": {
12766
+ "targets": {
12767
+ "codex": "supported",
12768
+ "claude": "supported"
12769
+ },
12770
+ "setup": {
12771
+ "type": "none",
12772
+ "summary": "",
12773
+ "docs": null
12774
+ },
12775
+ "reasons": []
12776
+ }
12777
+ },
12294
12778
  {
12295
12779
  "id": "efficient-web-research",
12296
12780
  "path": "skills/efficient-web-research",
@@ -12518,7 +13002,7 @@
12518
13002
  "path": "skills/emergency-card",
12519
13003
  "category": "health",
12520
13004
  "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",
13005
+ "description": "生成紧急情况下快速访问的医疗信息摘要卡片。当用户需要旅行、就诊准备、紧急情况或询问\"紧急信息\"、\"医疗卡片\"、\"急救信息\"时使用此技能。提取关键信息(过敏、用药、急症、植入物),支持多格式输出(JSON、文本、二维码),用于急救或快速就医。",
12522
13006
  "risk": "unknown",
12523
13007
  "source": "community",
12524
13008
  "date_added": null,
@@ -12892,7 +13376,7 @@
12892
13376
  "path": "skills/event-staffing-compliance",
12893
13377
  "category": "uncategorized",
12894
13378
  "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.",
13379
+ "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
13380
  "risk": "safe",
12897
13381
  "source": "community",
12898
13382
  "date_added": "2026-06-05",
@@ -13002,7 +13486,7 @@
13002
13486
  "path": "skills/examprep-ai",
13003
13487
  "category": "education",
13004
13488
  "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.",
13489
+ "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
13490
  "risk": "safe",
13007
13491
  "source": "community",
13008
13492
  "date_added": "2026-06-05",
@@ -13398,7 +13882,7 @@
13398
13882
  "path": "skills/family-health-analyzer",
13399
13883
  "category": "health",
13400
13884
  "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",
13885
+ "description": "分析家族病史、评估遗传风险、识别家庭健康模式、提供个性化预防建议",
13402
13886
  "risk": "unknown",
13403
13887
  "source": "community",
13404
13888
  "date_added": null,
@@ -13816,7 +14300,7 @@
13816
14300
  "path": "skills/fitness-analyzer",
13817
14301
  "category": "health",
13818
14302
  "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",
14303
+ "description": "分析运动数据、识别运动模式、评估健身进展,并提供个性化训练建议。支持与慢性病数据的关联分析。",
13820
14304
  "risk": "unknown",
13821
14305
  "source": "community",
13822
14306
  "date_added": null,
@@ -13921,6 +14405,72 @@
13921
14405
  "reasons": []
13922
14406
  }
13923
14407
  },
14408
+ {
14409
+ "id": "flat-design",
14410
+ "path": "skills/design-it/flat-design",
14411
+ "category": "design-it",
14412
+ "name": "flat-design",
14413
+ "description": "Web and App implementation guide for the Flat Design style. Trigger when the user wants no shadows, simple shapes, and bold colors.",
14414
+ "risk": "safe",
14415
+ "source": "self",
14416
+ "date_added": "2026-06-17",
14417
+ "plugin": {
14418
+ "targets": {
14419
+ "codex": "supported",
14420
+ "claude": "supported"
14421
+ },
14422
+ "setup": {
14423
+ "type": "none",
14424
+ "summary": "",
14425
+ "docs": null
14426
+ },
14427
+ "reasons": []
14428
+ }
14429
+ },
14430
+ {
14431
+ "id": "flat-design-2",
14432
+ "path": "skills/design-it/flat-design-2",
14433
+ "category": "design-it",
14434
+ "name": "flat-design-2",
14435
+ "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.",
14436
+ "risk": "safe",
14437
+ "source": "self",
14438
+ "date_added": "2026-06-17",
14439
+ "plugin": {
14440
+ "targets": {
14441
+ "codex": "supported",
14442
+ "claude": "supported"
14443
+ },
14444
+ "setup": {
14445
+ "type": "none",
14446
+ "summary": "",
14447
+ "docs": null
14448
+ },
14449
+ "reasons": []
14450
+ }
14451
+ },
14452
+ {
14453
+ "id": "floating-ui",
14454
+ "path": "skills/design-it/floating-ui",
14455
+ "category": "design-it",
14456
+ "name": "floating-ui",
14457
+ "description": "Web and App implementation guide for Floating UI. Trigger when user wants detached cards, elevated components, and a light, airy feel.",
14458
+ "risk": "safe",
14459
+ "source": "self",
14460
+ "date_added": "2026-06-17",
14461
+ "plugin": {
14462
+ "targets": {
14463
+ "codex": "supported",
14464
+ "claude": "supported"
14465
+ },
14466
+ "setup": {
14467
+ "type": "none",
14468
+ "summary": "",
14469
+ "docs": null
14470
+ },
14471
+ "reasons": []
14472
+ }
14473
+ },
13924
14474
  {
13925
14475
  "id": "flowhunt-skill",
13926
14476
  "path": "skills/flowhunt-skill",
@@ -13992,7 +14542,7 @@
13992
14542
  "path": "skills/form-cro",
13993
14543
  "category": "marketing",
13994
14544
  "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.",
14545
+ "description": "Optimize any form that is NOT signup or account registration including lead capture, contact, demo request, application, survey, quote, and checkout forms.",
13996
14546
  "risk": "unknown",
13997
14547
  "source": "community",
13998
14548
  "date_added": "2026-02-27",
@@ -14669,6 +15219,28 @@
14669
15219
  "reasons": []
14670
15220
  }
14671
15221
  },
15222
+ {
15223
+ "id": "frutiger-aero",
15224
+ "path": "skills/design-it/frutiger-aero",
15225
+ "category": "design-it",
15226
+ "name": "frutiger-aero",
15227
+ "description": "Web and App implementation guide for Frutiger Aero. Trigger when user wants glossy gradients, early 2000s nature-inspired tech, glass, and water motifs.",
15228
+ "risk": "safe",
15229
+ "source": "self",
15230
+ "date_added": "2026-06-17",
15231
+ "plugin": {
15232
+ "targets": {
15233
+ "codex": "supported",
15234
+ "claude": "supported"
15235
+ },
15236
+ "setup": {
15237
+ "type": "none",
15238
+ "summary": "",
15239
+ "docs": null
15240
+ },
15241
+ "reasons": []
15242
+ }
15243
+ },
14672
15244
  {
14673
15245
  "id": "fsi-compliance-checker",
14674
15246
  "path": "skills/fsi-compliance-checker",
@@ -14982,7 +15554,7 @@
14982
15554
  "path": "skills/geoffrey-hinton",
14983
15555
  "category": "uncategorized",
14984
15556
  "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.",
15557
+ "description": "Agente que simula Geoffrey Hinton Godfather of Deep Learning, Prêmio Turing 2018, criador do backpropagation e das Deep Belief Networks.",
14986
15558
  "risk": "safe",
14987
15559
  "source": "community",
14988
15560
  "date_added": "2026-03-06",
@@ -15026,7 +15598,7 @@
15026
15598
  "path": "skills/gha-security-review",
15027
15599
  "category": "security",
15028
15600
  "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.",
15601
+ "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
15602
  "risk": "safe",
15031
15603
  "source": "community",
15032
15604
  "date_added": "2026-03-16",
@@ -15395,6 +15967,28 @@
15395
15967
  "reasons": []
15396
15968
  }
15397
15969
  },
15970
+ {
15971
+ "id": "glassmorphism",
15972
+ "path": "skills/design-it/glassmorphism",
15973
+ "category": "design-it",
15974
+ "name": "glassmorphism",
15975
+ "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.",
15976
+ "risk": "safe",
15977
+ "source": "self",
15978
+ "date_added": "2026-06-17",
15979
+ "plugin": {
15980
+ "targets": {
15981
+ "codex": "supported",
15982
+ "claude": "supported"
15983
+ },
15984
+ "setup": {
15985
+ "type": "none",
15986
+ "summary": "",
15987
+ "docs": null
15988
+ },
15989
+ "reasons": []
15990
+ }
15991
+ },
15398
15992
  {
15399
15993
  "id": "global-chat-agent-discovery",
15400
15994
  "path": "skills/global-chat-agent-discovery",
@@ -15532,7 +16126,7 @@
15532
16126
  "path": "skills/goal-analyzer",
15533
16127
  "category": "health",
15534
16128
  "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",
16129
+ "description": "分析健康目标数据、识别目标模式、评估目标进度,并提供个性化目标管理建议。支持与营养、运动、睡眠等健康数据的关联分析。",
15536
16130
  "risk": "unknown",
15537
16131
  "source": "community",
15538
16132
  "date_added": null,
@@ -15791,6 +16385,28 @@
15791
16385
  "reasons": []
15792
16386
  }
15793
16387
  },
16388
+ {
16389
+ "id": "gradient-design",
16390
+ "path": "skills/design-it/gradient-design",
16391
+ "category": "design-it",
16392
+ "name": "gradient-design",
16393
+ "description": "Web and App implementation guide for Gradient Design. Trigger when user wants heavy gradient usage, vibrant transitions, and modern energetic feels.",
16394
+ "risk": "safe",
16395
+ "source": "self",
16396
+ "date_added": "2026-06-17",
16397
+ "plugin": {
16398
+ "targets": {
16399
+ "codex": "supported",
16400
+ "claude": "supported"
16401
+ },
16402
+ "setup": {
16403
+ "type": "none",
16404
+ "summary": "",
16405
+ "docs": null
16406
+ },
16407
+ "reasons": []
16408
+ }
16409
+ },
15794
16410
  {
15795
16411
  "id": "grafana-dashboards",
15796
16412
  "path": "skills/grafana-dashboards",
@@ -15857,6 +16473,72 @@
15857
16473
  "reasons": []
15858
16474
  }
15859
16475
  },
16476
+ {
16477
+ "id": "grill-me",
16478
+ "path": "skills/grill-me",
16479
+ "category": "productivity",
16480
+ "name": "grill-me",
16481
+ "description": "A relentless interview to sharpen a plan or design.",
16482
+ "risk": "safe",
16483
+ "source": "community",
16484
+ "date_added": "2026-06-19",
16485
+ "plugin": {
16486
+ "targets": {
16487
+ "codex": "supported",
16488
+ "claude": "supported"
16489
+ },
16490
+ "setup": {
16491
+ "type": "none",
16492
+ "summary": "",
16493
+ "docs": null
16494
+ },
16495
+ "reasons": []
16496
+ }
16497
+ },
16498
+ {
16499
+ "id": "grill-with-docs",
16500
+ "path": "skills/grill-with-docs",
16501
+ "category": "productivity",
16502
+ "name": "grill-with-docs",
16503
+ "description": "A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.",
16504
+ "risk": "safe",
16505
+ "source": "community",
16506
+ "date_added": "2026-06-19",
16507
+ "plugin": {
16508
+ "targets": {
16509
+ "codex": "supported",
16510
+ "claude": "supported"
16511
+ },
16512
+ "setup": {
16513
+ "type": "none",
16514
+ "summary": "",
16515
+ "docs": null
16516
+ },
16517
+ "reasons": []
16518
+ }
16519
+ },
16520
+ {
16521
+ "id": "grilling",
16522
+ "path": "skills/grilling",
16523
+ "category": "productivity",
16524
+ "name": "grilling",
16525
+ "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.",
16526
+ "risk": "safe",
16527
+ "source": "community",
16528
+ "date_added": "2026-06-19",
16529
+ "plugin": {
16530
+ "targets": {
16531
+ "codex": "supported",
16532
+ "claude": "supported"
16533
+ },
16534
+ "setup": {
16535
+ "type": "none",
16536
+ "summary": "",
16537
+ "docs": null
16538
+ },
16539
+ "reasons": []
16540
+ }
16541
+ },
15860
16542
  {
15861
16543
  "id": "growth-engine",
15862
16544
  "path": "skills/growth-engine",
@@ -15901,6 +16583,28 @@
15901
16583
  "reasons": []
15902
16584
  }
15903
16585
  },
16586
+ {
16587
+ "id": "handoff",
16588
+ "path": "skills/handoff",
16589
+ "category": "productivity",
16590
+ "name": "handoff",
16591
+ "description": "Compact the current conversation into a handoff document for another agent to pick up.",
16592
+ "risk": "safe",
16593
+ "source": "community",
16594
+ "date_added": "2026-06-19",
16595
+ "plugin": {
16596
+ "targets": {
16597
+ "codex": "supported",
16598
+ "claude": "supported"
16599
+ },
16600
+ "setup": {
16601
+ "type": "none",
16602
+ "summary": "",
16603
+ "docs": null
16604
+ },
16605
+ "reasons": []
16606
+ }
16607
+ },
15904
16608
  {
15905
16609
  "id": "hasdata",
15906
16610
  "path": "skills/hasdata",
@@ -15994,7 +16698,7 @@
15994
16698
  "path": "skills/health-trend-analyzer",
15995
16699
  "category": "health",
15996
16700
  "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",
16701
+ "description": "分析一段时间内健康数据的趋势和模式。关联药物、症状、生命体征、化验结果和其他健康指标的变化。识别令人担忧的趋势、改善情况,并提供数据驱动的洞察。当用户询问健康趋势、模式、随时间的变化或\"我的健康状况有什么变化?\"时使用。支持多维度分析(体重/BMI、症状、药物依从性、化验结果、情绪睡眠),相关性分析,变化检测,以及交互式HTML可视化报告(ECharts图表)。",
15998
16702
  "risk": "unknown",
15999
16703
  "source": "community",
16000
16704
  "date_added": null,
@@ -16409,6 +17113,28 @@
16409
17113
  "reasons": []
16410
17114
  }
16411
17115
  },
17116
+ {
17117
+ "id": "high-contrast",
17118
+ "path": "skills/design-it/high-contrast",
17119
+ "category": "design-it",
17120
+ "name": "high-contrast",
17121
+ "description": "Web and App implementation guide for High Contrast Design. Trigger when user wants accessibility-focused design, extreme legibility, or stark visual impact.",
17122
+ "risk": "safe",
17123
+ "source": "self",
17124
+ "date_added": "2026-06-17",
17125
+ "plugin": {
17126
+ "targets": {
17127
+ "codex": "supported",
17128
+ "claude": "supported"
17129
+ },
17130
+ "setup": {
17131
+ "type": "none",
17132
+ "summary": "",
17133
+ "docs": null
17134
+ },
17135
+ "reasons": []
17136
+ }
17137
+ },
16412
17138
  {
16413
17139
  "id": "high-end-visual-design",
16414
17140
  "path": "skills/high-end-visual-design",
@@ -16431,12 +17157,34 @@
16431
17157
  "reasons": []
16432
17158
  }
16433
17159
  },
17160
+ {
17161
+ "id": "holographic-ui",
17162
+ "path": "skills/design-it/holographic-ui",
17163
+ "category": "design-it",
17164
+ "name": "holographic-ui",
17165
+ "description": "Web and App implementation guide for Holographic UI. Trigger when user wants light-based appearance, projected interfaces, and transparent floating elements.",
17166
+ "risk": "safe",
17167
+ "source": "self",
17168
+ "date_added": "2026-06-17",
17169
+ "plugin": {
17170
+ "targets": {
17171
+ "codex": "supported",
17172
+ "claude": "supported"
17173
+ },
17174
+ "setup": {
17175
+ "type": "none",
17176
+ "summary": "",
17177
+ "docs": null
17178
+ },
17179
+ "reasons": []
17180
+ }
17181
+ },
16434
17182
  {
16435
17183
  "id": "hono",
16436
17184
  "path": "skills/hono",
16437
17185
  "category": "backend",
16438
17186
  "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.",
17187
+ "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
17188
  "risk": "safe",
16441
17189
  "source": "community",
16442
17190
  "date_added": "2026-03-18",
@@ -16876,7 +17624,7 @@
16876
17624
  "path": "skills/humanize-chinese",
16877
17625
  "category": "content",
16878
17626
  "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.",
17627
+ "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
17628
  "risk": "safe",
16881
17629
  "source": "community",
16882
17630
  "date_added": "2026-04-03",
@@ -17008,7 +17756,7 @@
17008
17756
  "path": "skills/idea-darwin",
17009
17757
  "category": "uncategorized",
17010
17758
  "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.",
17759
+ "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
17760
  "risk": "safe",
17013
17761
  "source": "community",
17014
17762
  "date_added": "2026-04-07",
@@ -17030,7 +17778,7 @@
17030
17778
  "path": "skills/idea-os",
17031
17779
  "category": "product-management",
17032
17780
  "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.",
17781
+ "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
17782
  "risk": "safe",
17035
17783
  "source": "community",
17036
17784
  "date_added": "2026-04-18",
@@ -17118,7 +17866,7 @@
17118
17866
  "path": "skills/ilya-sutskever",
17119
17867
  "category": "ai-ml",
17120
17868
  "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.",
17869
+ "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
17870
  "risk": "safe",
17123
17871
  "source": "community",
17124
17872
  "date_added": "2026-03-06",
@@ -17135,12 +17883,34 @@
17135
17883
  "reasons": []
17136
17884
  }
17137
17885
  },
17886
+ {
17887
+ "id": "image-generator",
17888
+ "path": "skills/image-generator",
17889
+ "category": "media",
17890
+ "name": "image-generator",
17891
+ "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.",
17892
+ "risk": "safe",
17893
+ "source": "official",
17894
+ "date_added": "2026-06-19",
17895
+ "plugin": {
17896
+ "targets": {
17897
+ "codex": "supported",
17898
+ "claude": "supported"
17899
+ },
17900
+ "setup": {
17901
+ "type": "none",
17902
+ "summary": "",
17903
+ "docs": null
17904
+ },
17905
+ "reasons": []
17906
+ }
17907
+ },
17138
17908
  {
17139
17909
  "id": "image-studio",
17140
17910
  "path": "skills/image-studio",
17141
17911
  "category": "graphics-processing",
17142
17912
  "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.",
17913
+ "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
17914
  "risk": "safe",
17145
17915
  "source": "community",
17146
17916
  "date_added": "2026-03-06",
@@ -17201,6 +17971,28 @@
17201
17971
  "reasons": []
17202
17972
  }
17203
17973
  },
17974
+ {
17975
+ "id": "improve-codebase-architecture",
17976
+ "path": "skills/improve-codebase-architecture",
17977
+ "category": "development",
17978
+ "name": "improve-codebase-architecture",
17979
+ "description": "Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.",
17980
+ "risk": "safe",
17981
+ "source": "community",
17982
+ "date_added": "2026-06-19",
17983
+ "plugin": {
17984
+ "targets": {
17985
+ "codex": "supported",
17986
+ "claude": "supported"
17987
+ },
17988
+ "setup": {
17989
+ "type": "none",
17990
+ "summary": "",
17991
+ "docs": null
17992
+ },
17993
+ "reasons": []
17994
+ }
17995
+ },
17204
17996
  {
17205
17997
  "id": "incident-responder",
17206
17998
  "path": "skills/incident-responder",
@@ -17558,7 +18350,7 @@
17558
18350
  "path": "skills/interview-coach",
17559
18351
  "category": "productivity",
17560
18352
  "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.",
18353
+ "description": "Full job search coaching system JD decoding, resume, storybank, mock interviews, transcript analysis, comp negotiation. 23 commands, persistent state.",
17562
18354
  "risk": "safe",
17563
18355
  "source": "community",
17564
18356
  "date_added": "2026-03-11",
@@ -17663,6 +18455,28 @@
17663
18455
  "reasons": []
17664
18456
  }
17665
18457
  },
18458
+ {
18459
+ "id": "isometric-design",
18460
+ "path": "skills/design-it/isometric-design",
18461
+ "category": "design-it",
18462
+ "name": "isometric-design",
18463
+ "description": "Web and App implementation guide for Isometric Design. Trigger when user wants angled 3D appearances without vanishing points, often used for technical illustrations.",
18464
+ "risk": "safe",
18465
+ "source": "self",
18466
+ "date_added": "2026-06-17",
18467
+ "plugin": {
18468
+ "targets": {
18469
+ "codex": "supported",
18470
+ "claude": "supported"
18471
+ },
18472
+ "setup": {
18473
+ "type": "none",
18474
+ "summary": "",
18475
+ "docs": null
18476
+ },
18477
+ "reasons": []
18478
+ }
18479
+ },
17666
18480
  {
17667
18481
  "id": "issues",
17668
18482
  "path": "skills/issues",
@@ -18611,6 +19425,28 @@
18611
19425
  "reasons": []
18612
19426
  }
18613
19427
  },
19428
+ {
19429
+ "id": "layered-design",
19430
+ "path": "skills/design-it/layered-design",
19431
+ "category": "design-it",
19432
+ "name": "layered-design",
19433
+ "description": "Web and App implementation guide for Layered Design. Trigger when user wants multiple depth levels, floating panels, and overlapping content.",
19434
+ "risk": "safe",
19435
+ "source": "self",
19436
+ "date_added": "2026-06-17",
19437
+ "plugin": {
19438
+ "targets": {
19439
+ "codex": "supported",
19440
+ "claude": "supported"
19441
+ },
19442
+ "setup": {
19443
+ "type": "none",
19444
+ "summary": "",
19445
+ "docs": null
19446
+ },
19447
+ "reasons": []
19448
+ }
19449
+ },
18614
19450
  {
18615
19451
  "id": "lead-magnets",
18616
19452
  "path": "skills/lead-magnets",
@@ -18633,6 +19469,28 @@
18633
19469
  "reasons": []
18634
19470
  }
18635
19471
  },
19472
+ {
19473
+ "id": "learn",
19474
+ "path": "skills/learn",
19475
+ "category": "education",
19476
+ "name": "learn",
19477
+ "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.",
19478
+ "risk": "safe",
19479
+ "source": "official",
19480
+ "date_added": "2026-06-19",
19481
+ "plugin": {
19482
+ "targets": {
19483
+ "codex": "supported",
19484
+ "claude": "supported"
19485
+ },
19486
+ "setup": {
19487
+ "type": "none",
19488
+ "summary": "",
19489
+ "docs": null
19490
+ },
19491
+ "reasons": []
19492
+ }
19493
+ },
18636
19494
  {
18637
19495
  "id": "legacy-modernizer",
18638
19496
  "path": "skills/legacy-modernizer",
@@ -18831,6 +19689,28 @@
18831
19689
  "reasons": []
18832
19690
  }
18833
19691
  },
19692
+ {
19693
+ "id": "lesson-generator",
19694
+ "path": "skills/lesson-generator",
19695
+ "category": "education",
19696
+ "name": "lesson-generator",
19697
+ "description": "Build compact, standalone multi-lesson course artifacts with lesson navigation, objectives, flashcards, quizzes, and source links.",
19698
+ "risk": "safe",
19699
+ "source": "official",
19700
+ "date_added": "2026-06-19",
19701
+ "plugin": {
19702
+ "targets": {
19703
+ "codex": "supported",
19704
+ "claude": "supported"
19705
+ },
19706
+ "setup": {
19707
+ "type": "none",
19708
+ "summary": "",
19709
+ "docs": null
19710
+ },
19711
+ "reasons": []
19712
+ }
19713
+ },
18834
19714
  {
18835
19715
  "id": "lex",
18836
19716
  "path": "skills/lex",
@@ -18902,7 +19782,7 @@
18902
19782
  "path": "skills/lightning-factory-explainer",
18903
19783
  "category": "blockchain",
18904
19784
  "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.",
19785
+ "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
19786
  "risk": "safe",
18907
19787
  "source": "community",
18908
19788
  "date_added": "2026-03-03",
@@ -19253,6 +20133,28 @@
19253
20133
  "reasons": []
19254
20134
  }
19255
20135
  },
20136
+ {
20137
+ "id": "llm-council",
20138
+ "path": "skills/llm-council",
20139
+ "category": "ai-agents",
20140
+ "name": "llm-council",
20141
+ "description": "Run Fireworks-hosted open-weight model councils that compare responses and synthesize a final answer.",
20142
+ "risk": "safe",
20143
+ "source": "official",
20144
+ "date_added": "2026-06-19",
20145
+ "plugin": {
20146
+ "targets": {
20147
+ "codex": "supported",
20148
+ "claude": "supported"
20149
+ },
20150
+ "setup": {
20151
+ "type": "none",
20152
+ "summary": "",
20153
+ "docs": null
20154
+ },
20155
+ "reasons": []
20156
+ }
20157
+ },
19256
20158
  {
19257
20159
  "id": "llm-evaluation",
19258
20160
  "path": "skills/llm-evaluation",
@@ -19458,7 +20360,7 @@
19458
20360
  "path": "skills/longbridge",
19459
20361
  "category": "finance",
19460
20362
  "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.",
20363
+ "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
20364
  "risk": "critical",
19463
20365
  "source": "official",
19464
20366
  "date_added": "2026-05-29",
@@ -19504,7 +20406,7 @@
19504
20406
  "path": "skills/lookdev-auto",
19505
20407
  "category": "uncategorized",
19506
20408
  "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.",
20409
+ "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
20410
  "risk": "safe",
19509
20411
  "source": "community",
19510
20412
  "date_added": "2026-06-16",
@@ -19521,6 +20423,28 @@
19521
20423
  "reasons": []
19522
20424
  }
19523
20425
  },
20426
+ {
20427
+ "id": "loop-library",
20428
+ "path": "skills/loop-library",
20429
+ "category": "ai-agents",
20430
+ "name": "loop-library",
20431
+ "description": "Find, compare, adapt, and design bounded AI-agent feedback loops with explicit checks, stop rules, guardrails, and handoffs.",
20432
+ "risk": "safe",
20433
+ "source": "official",
20434
+ "date_added": "2026-06-19",
20435
+ "plugin": {
20436
+ "targets": {
20437
+ "codex": "supported",
20438
+ "claude": "supported"
20439
+ },
20440
+ "setup": {
20441
+ "type": "none",
20442
+ "summary": "",
20443
+ "docs": null
20444
+ },
20445
+ "reasons": []
20446
+ }
20447
+ },
19524
20448
  {
19525
20449
  "id": "loss-aversion-designer",
19526
20450
  "path": "skills/loss-aversion-designer",
@@ -19548,7 +20472,7 @@
19548
20472
  "path": "skills/lovable-cleanup",
19549
20473
  "category": "uncategorized",
19550
20474
  "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.",
20475
+ "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
20476
  "risk": "safe",
19553
20477
  "source": "community",
19554
20478
  "date_added": "2026-06-13",
@@ -19702,7 +20626,7 @@
19702
20626
  "path": "skills/macos-screen-recorder",
19703
20627
  "category": "uncategorized",
19704
20628
  "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.",
20629
+ "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.",
19706
20630
  "risk": "safe",
19707
20631
  "source": "community",
19708
20632
  "date_added": "2026-06-16",
@@ -19807,6 +20731,94 @@
19807
20731
  "reasons": []
19808
20732
  }
19809
20733
  },
20734
+ {
20735
+ "id": "mailtrap-managing-contacts",
20736
+ "path": "skills/mailtrap-managing-contacts",
20737
+ "category": "uncategorized",
20738
+ "name": "mailtrap-managing-contacts",
20739
+ "description": "Manage Mailtrap contacts, lists, segments, custom fields, imports, CRM syncs, and campaign audiences through the UI or API.",
20740
+ "risk": "safe",
20741
+ "source": "community",
20742
+ "date_added": "2026-06-19",
20743
+ "plugin": {
20744
+ "targets": {
20745
+ "codex": "supported",
20746
+ "claude": "supported"
20747
+ },
20748
+ "setup": {
20749
+ "type": "none",
20750
+ "summary": "",
20751
+ "docs": null
20752
+ },
20753
+ "reasons": []
20754
+ }
20755
+ },
20756
+ {
20757
+ "id": "mailtrap-sending-emails",
20758
+ "path": "skills/mailtrap-sending-emails",
20759
+ "category": "uncategorized",
20760
+ "name": "mailtrap-sending-emails",
20761
+ "description": "Configure or troubleshoot Mailtrap live email sending with Email API, SMTP, transactional streams, bulk streams, or batches.",
20762
+ "risk": "safe",
20763
+ "source": "community",
20764
+ "date_added": "2026-06-19",
20765
+ "plugin": {
20766
+ "targets": {
20767
+ "codex": "supported",
20768
+ "claude": "supported"
20769
+ },
20770
+ "setup": {
20771
+ "type": "none",
20772
+ "summary": "",
20773
+ "docs": null
20774
+ },
20775
+ "reasons": []
20776
+ }
20777
+ },
20778
+ {
20779
+ "id": "mailtrap-setting-up-sending-domain",
20780
+ "path": "skills/mailtrap-setting-up-sending-domain",
20781
+ "category": "uncategorized",
20782
+ "name": "mailtrap-setting-up-sending-domain",
20783
+ "description": "Add or verify a Mailtrap sending domain, troubleshoot DNS propagation, publish SPF/DKIM/DMARC records, and complete compliance.",
20784
+ "risk": "safe",
20785
+ "source": "community",
20786
+ "date_added": "2026-06-19",
20787
+ "plugin": {
20788
+ "targets": {
20789
+ "codex": "supported",
20790
+ "claude": "supported"
20791
+ },
20792
+ "setup": {
20793
+ "type": "none",
20794
+ "summary": "",
20795
+ "docs": null
20796
+ },
20797
+ "reasons": []
20798
+ }
20799
+ },
20800
+ {
20801
+ "id": "mailtrap-testing-with-sandbox",
20802
+ "path": "skills/mailtrap-testing-with-sandbox",
20803
+ "category": "uncategorized",
20804
+ "name": "mailtrap-testing-with-sandbox",
20805
+ "description": "Capture outbound email in Mailtrap Email Sandbox for development, staging, CI, HTML inspection, spam checks, and fake inbox tests.",
20806
+ "risk": "safe",
20807
+ "source": "community",
20808
+ "date_added": "2026-06-19",
20809
+ "plugin": {
20810
+ "targets": {
20811
+ "codex": "supported",
20812
+ "claude": "supported"
20813
+ },
20814
+ "setup": {
20815
+ "type": "none",
20816
+ "summary": "",
20817
+ "docs": null
20818
+ },
20819
+ "reasons": []
20820
+ }
20821
+ },
19810
20822
  {
19811
20823
  "id": "make-automation",
19812
20824
  "path": "skills/make-automation",
@@ -19834,7 +20846,7 @@
19834
20846
  "path": "skills/makepad-animation",
19835
20847
  "category": "development",
19836
20848
  "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",
20849
+ "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
20850
  "risk": "safe",
19839
20851
  "source": "community",
19840
20852
  "date_added": null,
@@ -19856,7 +20868,7 @@
19856
20868
  "path": "skills/makepad-basics",
19857
20869
  "category": "development",
19858
20870
  "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",
20871
+ "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
20872
  "risk": "unknown",
19861
20873
  "source": "https://github.com/makepad/makepad",
19862
20874
  "date_added": null,
@@ -19878,7 +20890,7 @@
19878
20890
  "path": "skills/makepad-deployment",
19879
20891
  "category": "development",
19880
20892
  "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",
20893
+ "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
20894
  "risk": "critical",
19883
20895
  "source": "community",
19884
20896
  "date_added": null,
@@ -19900,7 +20912,7 @@
19900
20912
  "path": "skills/makepad-dsl",
19901
20913
  "category": "development",
19902
20914
  "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",
20915
+ "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
20916
  "risk": "safe",
19905
20917
  "source": "community",
19906
20918
  "date_added": null,
@@ -19922,7 +20934,7 @@
19922
20934
  "path": "skills/makepad-event-action",
19923
20935
  "category": "development",
19924
20936
  "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",
20937
+ "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
20938
  "risk": "safe",
19927
20939
  "source": "community",
19928
20940
  "date_added": null,
@@ -19944,7 +20956,7 @@
19944
20956
  "path": "skills/makepad-font",
19945
20957
  "category": "development",
19946
20958
  "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",
20959
+ "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
20960
  "risk": "safe",
19949
20961
  "source": "community",
19950
20962
  "date_added": null,
@@ -19966,7 +20978,7 @@
19966
20978
  "path": "skills/makepad-layout",
19967
20979
  "category": "development",
19968
20980
  "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",
20981
+ "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
20982
  "risk": "safe",
19971
20983
  "source": "community",
19972
20984
  "date_added": null,
@@ -19988,7 +21000,7 @@
19988
21000
  "path": "skills/makepad-platform",
19989
21001
  "category": "development",
19990
21002
  "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",
21003
+ "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
21004
  "risk": "unknown",
19993
21005
  "source": "community",
19994
21006
  "date_added": null,
@@ -20032,7 +21044,7 @@
20032
21044
  "path": "skills/makepad-shaders",
20033
21045
  "category": "development",
20034
21046
  "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",
21047
+ "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
21048
  "risk": "unknown",
20037
21049
  "source": "community",
20038
21050
  "date_added": null,
@@ -20076,7 +21088,7 @@
20076
21088
  "path": "skills/makepad-splash",
20077
21089
  "category": "development",
20078
21090
  "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",
21091
+ "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
21092
  "risk": "unknown",
20081
21093
  "source": "community",
20082
21094
  "date_added": null,
@@ -20278,7 +21290,7 @@
20278
21290
  "path": "skills/matematico-tao",
20279
21291
  "category": "uncategorized",
20280
21292
  "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.",
21293
+ "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
21294
  "risk": "none",
20283
21295
  "source": "community",
20284
21296
  "date_added": "2026-03-06",
@@ -20295,12 +21307,34 @@
20295
21307
  "reasons": []
20296
21308
  }
20297
21309
  },
21310
+ {
21311
+ "id": "material-design",
21312
+ "path": "skills/design-it/material-design",
21313
+ "category": "design-it",
21314
+ "name": "material-design",
21315
+ "description": "Web and App implementation guide for Material Design. Trigger when user wants Google's aesthetic, elevation, motion, and consistent components.",
21316
+ "risk": "safe",
21317
+ "source": "self",
21318
+ "date_added": "2026-06-17",
21319
+ "plugin": {
21320
+ "targets": {
21321
+ "codex": "supported",
21322
+ "claude": "supported"
21323
+ },
21324
+ "setup": {
21325
+ "type": "none",
21326
+ "summary": "",
21327
+ "docs": null
21328
+ },
21329
+ "reasons": []
21330
+ }
21331
+ },
20298
21332
  {
20299
21333
  "id": "mathguard",
20300
21334
  "path": "skills/mathguard",
20301
21335
  "category": "uncategorized",
20302
21336
  "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.",
21337
+ "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
21338
  "risk": "safe",
20305
21339
  "source": "community",
20306
21340
  "date_added": "2026-05-26",
@@ -20383,6 +21417,28 @@
20383
21417
  "reasons": []
20384
21418
  }
20385
21419
  },
21420
+ {
21421
+ "id": "maximalism",
21422
+ "path": "skills/design-it/maximalism",
21423
+ "category": "design-it",
21424
+ "name": "maximalism",
21425
+ "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.",
21426
+ "risk": "safe",
21427
+ "source": "self",
21428
+ "date_added": "2026-06-17",
21429
+ "plugin": {
21430
+ "targets": {
21431
+ "codex": "supported",
21432
+ "claude": "supported"
21433
+ },
21434
+ "setup": {
21435
+ "type": "none",
21436
+ "summary": "",
21437
+ "docs": null
21438
+ },
21439
+ "reasons": []
21440
+ }
21441
+ },
20386
21442
  {
20387
21443
  "id": "mcp-builder",
20388
21444
  "path": "skills/mcp-builder",
@@ -20520,7 +21576,7 @@
20520
21576
  "path": "skills/mental-health-analyzer",
20521
21577
  "category": "health",
20522
21578
  "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",
21579
+ "description": "分析心理健康数据、识别心理模式、评估心理健康状况、提供个性化心理健康建议。支持与睡眠、运动、营养等其他健康数据的关联分析。",
20524
21580
  "risk": "unknown",
20525
21581
  "source": "community",
20526
21582
  "date_added": null,
@@ -20610,7 +21666,7 @@
20610
21666
  "path": "skills/metasploit-framework",
20611
21667
  "category": "security",
20612
21668
  "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.",
21669
+ "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
21670
  "risk": "offensive",
20615
21671
  "source": "community",
20616
21672
  "date_added": "2026-02-27",
@@ -20737,6 +21793,28 @@
20737
21793
  "reasons": []
20738
21794
  }
20739
21795
  },
21796
+ {
21797
+ "id": "minimalism",
21798
+ "path": "skills/design-it/minimalism",
21799
+ "category": "design-it",
21800
+ "name": "minimalism",
21801
+ "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.",
21802
+ "risk": "safe",
21803
+ "source": "self",
21804
+ "date_added": "2026-06-17",
21805
+ "plugin": {
21806
+ "targets": {
21807
+ "codex": "supported",
21808
+ "claude": "supported"
21809
+ },
21810
+ "setup": {
21811
+ "type": "none",
21812
+ "summary": "",
21813
+ "docs": null
21814
+ },
21815
+ "reasons": []
21816
+ }
21817
+ },
20740
21818
  {
20741
21819
  "id": "minimalist-ui",
20742
21820
  "path": "skills/minimalist-ui",
@@ -20940,7 +22018,7 @@
20940
22018
  "path": "skills/mobile-design",
20941
22019
  "category": "mobile",
20942
22020
  "name": "mobile-design",
20943
- "description": "(Mobile-First \u00b7 Touch-First \u00b7 Platform-Respectful)",
22021
+ "description": "(Mobile-First · Touch-First · Platform-Respectful)",
20944
22022
  "risk": "unknown",
20945
22023
  "source": "community",
20946
22024
  "date_added": "2026-02-27",
@@ -21137,6 +22215,28 @@
21137
22215
  "reasons": []
21138
22216
  }
21139
22217
  },
22218
+ {
22219
+ "id": "monochromatic-ui",
22220
+ "path": "skills/design-it/monochromatic-ui",
22221
+ "category": "design-it",
22222
+ "name": "monochromatic-ui",
22223
+ "description": "Web and App implementation guide for Monochromatic UI. Trigger when user wants a single-color palette, high elegance, and strict color discipline.",
22224
+ "risk": "safe",
22225
+ "source": "self",
22226
+ "date_added": "2026-06-17",
22227
+ "plugin": {
22228
+ "targets": {
22229
+ "codex": "supported",
22230
+ "claude": "supported"
22231
+ },
22232
+ "setup": {
22233
+ "type": "none",
22234
+ "summary": "",
22235
+ "docs": null
22236
+ },
22237
+ "reasons": []
22238
+ }
22239
+ },
21140
22240
  {
21141
22241
  "id": "monopoly",
21142
22242
  "path": "skills/monopoly",
@@ -21225,50 +22325,6 @@
21225
22325
  "reasons": []
21226
22326
  }
21227
22327
  },
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
22328
  {
21273
22329
  "id": "monte-carlo-validation-notebook",
21274
22330
  "path": "skills/monte-carlo-validation-notebook",
@@ -21362,7 +22418,7 @@
21362
22418
  "path": "skills/multi-advisor",
21363
22419
  "category": "ai-agents",
21364
22420
  "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.",
22421
+ "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
22422
  "risk": "none",
21367
22423
  "source": "community",
21368
22424
  "date_added": "2026-03-06",
@@ -21731,6 +22787,28 @@
21731
22787
  "reasons": []
21732
22788
  }
21733
22789
  },
22790
+ {
22791
+ "id": "neo-brutalism",
22792
+ "path": "skills/design-it/neo-brutalism",
22793
+ "category": "design-it",
22794
+ "name": "neo-brutalism",
22795
+ "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.",
22796
+ "risk": "safe",
22797
+ "source": "self",
22798
+ "date_added": "2026-06-17",
22799
+ "plugin": {
22800
+ "targets": {
22801
+ "codex": "supported",
22802
+ "claude": "supported"
22803
+ },
22804
+ "setup": {
22805
+ "type": "none",
22806
+ "summary": "",
22807
+ "docs": null
22808
+ },
22809
+ "reasons": []
22810
+ }
22811
+ },
21734
22812
  {
21735
22813
  "id": "neon-postgres",
21736
22814
  "path": "skills/neon-postgres",
@@ -21780,7 +22858,7 @@
21780
22858
  "path": "skills/nerdzao-elite-gemini-high",
21781
22859
  "category": "uncategorized",
21782
22860
  "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.",
22861
+ "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
22862
  "risk": "safe",
21785
22863
  "source": "community",
21786
22864
  "date_added": "2026-02-27",
@@ -21885,6 +22963,28 @@
21885
22963
  "reasons": []
21886
22964
  }
21887
22965
  },
22966
+ {
22967
+ "id": "neumorphism",
22968
+ "path": "skills/design-it/neumorphism",
22969
+ "category": "design-it",
22970
+ "name": "neumorphism",
22971
+ "description": "Web and App implementation guide for Neumorphism (Soft UI). Trigger when user wants soft shadows, extruded appearance, and light source simulation.",
22972
+ "risk": "safe",
22973
+ "source": "self",
22974
+ "date_added": "2026-06-17",
22975
+ "plugin": {
22976
+ "targets": {
22977
+ "codex": "supported",
22978
+ "claude": "supported"
22979
+ },
22980
+ "setup": {
22981
+ "type": "none",
22982
+ "summary": "",
22983
+ "docs": null
22984
+ },
22985
+ "reasons": []
22986
+ }
22987
+ },
21888
22988
  {
21889
22989
  "id": "new-rails-project",
21890
22990
  "path": "skills/new-rails-project",
@@ -22225,7 +23325,7 @@
22225
23325
  "path": "skills/nutrition-analyzer",
22226
23326
  "category": "health",
22227
23327
  "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",
23328
+ "description": "分析营养数据、识别营养模式、评估营养状况,并提供个性化营养建议。支持与运动、睡眠、慢性病数据的关联分析。",
22229
23329
  "risk": "unknown",
22230
23330
  "source": "community",
22231
23331
  "date_added": null,
@@ -22445,7 +23545,7 @@
22445
23545
  "path": "skills/occupational-health-analyzer",
22446
23546
  "category": "health",
22447
23547
  "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",
23548
+ "description": "分析职业健康数据、识别工作相关健康风险、评估职业健康状况、提供个性化职业健康建议。支持与睡眠、运动、心理健康等其他健康数据的关联分析。",
22449
23549
  "risk": "unknown",
22450
23550
  "source": "community",
22451
23551
  "date_added": null,
@@ -22687,7 +23787,7 @@
22687
23787
  "path": "skills/odoo-migration-helper",
22688
23788
  "category": "business",
22689
23789
  "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.",
23790
+ "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
23791
  "risk": "safe",
22692
23792
  "source": "self",
22693
23793
  "date_added": null,
@@ -22797,7 +23897,7 @@
22797
23897
  "path": "skills/odoo-purchase-workflow",
22798
23898
  "category": "business",
22799
23899
  "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.",
23900
+ "description": "Expert guide for Odoo Purchase: RFQ PO Receipt Vendor Bill workflow, purchase agreements, vendor price lists, and 3-way matching.",
22801
23901
  "risk": "safe",
22802
23902
  "source": "self",
22803
23903
  "date_added": null,
@@ -23171,7 +24271,7 @@
23171
24271
  "path": "skills/options-flow-analyzer",
23172
24272
  "category": "finance",
23173
24273
  "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",
24274
+ "description": "Real vs lottery call separation for options P/C ratio analysis prevents signal inversion from deep OTM noise",
23175
24275
  "risk": "safe",
23176
24276
  "source": "community",
23177
24277
  "date_added": "2026-05-13",
@@ -23193,7 +24293,7 @@
23193
24293
  "path": "skills/oral-health-analyzer",
23194
24294
  "category": "health",
23195
24295
  "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",
24296
+ "description": "分析口腔健康数据、识别口腔问题模式、评估口腔健康状况、提供个性化口腔健康建议。支持与营养、慢性病、用药等其他健康数据的关联分析。",
23197
24297
  "risk": "safe",
23198
24298
  "source": "community",
23199
24299
  "date_added": null,
@@ -23391,7 +24491,7 @@
23391
24491
  "path": "skills/pagespeed-enhancer",
23392
24492
  "category": "uncategorized",
23393
24493
  "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.",
24494
+ "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
24495
  "risk": "safe",
23396
24496
  "source": "personal",
23397
24497
  "date_added": "2026-06-14",
@@ -24205,7 +25305,7 @@
24205
25305
  "path": "skills/polis-protocol",
24206
25306
  "category": "orchestration",
24207
25307
  "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.",
25308
+ "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
25309
  "risk": "critical",
24210
25310
  "source": "community",
24211
25311
  "date_added": "2026-06-02",
@@ -24559,7 +25659,7 @@
24559
25659
  "path": "skills/privacy-by-design",
24560
25660
  "category": "security",
24561
25661
  "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.",
25662
+ "description": "Use when building apps that collect user data. Ensures privacy protections are built in from the start—data minimization, consent, encryption.",
24563
25663
  "risk": "safe",
24564
25664
  "source": "community",
24565
25665
  "date_added": "2026-02-23",
@@ -24603,7 +25703,7 @@
24603
25703
  "path": "skills/product-design",
24604
25704
  "category": "business",
24605
25705
  "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.",
25706
+ "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
25707
  "risk": "none",
24608
25708
  "source": "community",
24609
25709
  "date_added": "2026-03-06",
@@ -24625,7 +25725,7 @@
24625
25725
  "path": "skills/product-inventor",
24626
25726
  "category": "business",
24627
25727
  "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.",
25728
+ "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
25729
  "risk": "none",
24630
25730
  "source": "community",
24631
25731
  "date_added": "2026-03-06",
@@ -25067,7 +26167,7 @@
25067
26167
  "path": "skills/protect-mcp-governance",
25068
26168
  "category": "uncategorized",
25069
26169
  "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.",
26170
+ "description": "Agent governance skill for MCP tool calls Cedar policy authoring, shadow-to-enforce rollout, and Ed25519 receipt verification.",
25071
26171
  "risk": "safe",
25072
26172
  "source": "community",
25073
26173
  "date_added": "2026-04-05",
@@ -25106,6 +26206,28 @@
25106
26206
  "reasons": []
25107
26207
  }
25108
26208
  },
26209
+ {
26210
+ "id": "prototype",
26211
+ "path": "skills/prototype",
26212
+ "category": "development",
26213
+ "name": "prototype",
26214
+ "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.",
26215
+ "risk": "safe",
26216
+ "source": "community",
26217
+ "date_added": "2026-06-19",
26218
+ "plugin": {
26219
+ "targets": {
26220
+ "codex": "supported",
26221
+ "claude": "supported"
26222
+ },
26223
+ "setup": {
26224
+ "type": "none",
26225
+ "summary": "",
26226
+ "docs": null
26227
+ },
26228
+ "reasons": []
26229
+ }
26230
+ },
25109
26231
  {
25110
26232
  "id": "pubmed-database",
25111
26233
  "path": "skills/pubmed-database",
@@ -25155,7 +26277,7 @@
25155
26277
  "path": "skills/pydantic-ai",
25156
26278
  "category": "ai-agents",
25157
26279
  "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.",
26280
+ "description": "Build production-ready AI agents with PydanticAI type-safe tool use, structured outputs, dependency injection, and multi-model support.",
25159
26281
  "risk": "safe",
25160
26282
  "source": "community",
25161
26283
  "date_added": "2026-03-18",
@@ -25881,7 +27003,7 @@
25881
27003
  "path": "skills/readme",
25882
27004
  "category": "content",
25883
27005
  "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.",
27006
+ "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
27007
  "risk": "safe",
25886
27008
  "source": "https://github.com/Shpigford/skills/tree/main/readme",
25887
27009
  "date_added": "2026-02-27",
@@ -25903,7 +27025,7 @@
25903
27025
  "path": "skills/recallmax",
25904
27026
  "category": "memory",
25905
27027
  "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.",
27028
+ "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
27029
  "risk": "safe",
25908
27030
  "source": "community",
25909
27031
  "date_added": "2026-03-13",
@@ -25947,7 +27069,7 @@
25947
27069
  "path": "skills/recsys-pipeline-architect",
25948
27070
  "category": "data-ai",
25949
27071
  "name": "recsys-pipeline-architect",
25950
- "description": "Designs composable recommendation, ranking, and feed pipelines using the six-stage Source\u2192Hydrator\u2192Filter\u2192Scorer\u2192Selector\u2192SideEffect framework",
27072
+ "description": "Designs composable recommendation, ranking, and feed pipelines using the six-stage Source→Hydrator→Filter→Scorer→Selector→SideEffect framework",
25951
27073
  "risk": "safe",
25952
27074
  "source": "community",
25953
27075
  "date_added": "2026-05-16",
@@ -26123,7 +27245,7 @@
26123
27245
  "path": "skills/rehabilitation-analyzer",
26124
27246
  "category": "health",
26125
27247
  "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",
27248
+ "description": "分析康复训练数据、识别康复模式、评估康复进展,并提供个性化康复建议",
26127
27249
  "risk": "unknown",
26128
27250
  "source": "community",
26129
27251
  "date_added": null,
@@ -26228,6 +27350,50 @@
26228
27350
  "reasons": []
26229
27351
  }
26230
27352
  },
27353
+ {
27354
+ "id": "retro-design",
27355
+ "path": "skills/design-it/retro-design",
27356
+ "category": "design-it",
27357
+ "name": "retro-design",
27358
+ "description": "Web and App implementation guide for Retro Design (60s-80s). Trigger when user wants vintage aesthetics, warm muted colors, and nostalgic layouts.",
27359
+ "risk": "safe",
27360
+ "source": "self",
27361
+ "date_added": "2026-06-17",
27362
+ "plugin": {
27363
+ "targets": {
27364
+ "codex": "supported",
27365
+ "claude": "supported"
27366
+ },
27367
+ "setup": {
27368
+ "type": "none",
27369
+ "summary": "",
27370
+ "docs": null
27371
+ },
27372
+ "reasons": []
27373
+ }
27374
+ },
27375
+ {
27376
+ "id": "retro-futurism",
27377
+ "path": "skills/design-it/retro-futurism",
27378
+ "category": "design-it",
27379
+ "name": "retro-futurism",
27380
+ "description": "Web and App implementation guide for Retro Futurism. Trigger when user wants vintage future concepts, 1950s space age aesthetics, or atompunk vibes.",
27381
+ "risk": "safe",
27382
+ "source": "self",
27383
+ "date_added": "2026-06-17",
27384
+ "plugin": {
27385
+ "targets": {
27386
+ "codex": "supported",
27387
+ "claude": "supported"
27388
+ },
27389
+ "setup": {
27390
+ "type": "none",
27391
+ "summary": "",
27392
+ "docs": null
27393
+ },
27394
+ "reasons": []
27395
+ }
27396
+ },
26231
27397
  {
26232
27398
  "id": "returns-reverse-logistics",
26233
27399
  "path": "skills/returns-reverse-logistics",
@@ -26387,7 +27553,7 @@
26387
27553
  "path": "skills/robius-app-architecture",
26388
27554
  "category": "development",
26389
27555
  "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",
27556
+ "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
27557
  "risk": "unknown",
26392
27558
  "source": "community",
26393
27559
  "date_added": null,
@@ -26409,7 +27575,7 @@
26409
27575
  "path": "skills/robius-event-action",
26410
27576
  "category": "development",
26411
27577
  "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",
27578
+ "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
27579
  "risk": "unknown",
26414
27580
  "source": "community",
26415
27581
  "date_added": null,
@@ -26431,7 +27597,7 @@
26431
27597
  "path": "skills/robius-matrix-integration",
26432
27598
  "category": "development",
26433
27599
  "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",
27600
+ "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
27601
  "risk": "unknown",
26436
27602
  "source": "community",
26437
27603
  "date_added": null,
@@ -26453,7 +27619,7 @@
26453
27619
  "path": "skills/robius-state-management",
26454
27620
  "category": "development",
26455
27621
  "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",
27622
+ "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
27623
  "risk": "unknown",
26458
27624
  "source": "community",
26459
27625
  "date_added": null,
@@ -26475,7 +27641,7 @@
26475
27641
  "path": "skills/robius-widget-patterns",
26476
27642
  "category": "development",
26477
27643
  "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",
27644
+ "description": "CRITICAL: Use for Robius widget patterns. Triggers on:\napply_over, TextOrImage, modal, 可复用, 模态,\ncollapsible, drag drop, reusable widget, widget design,\npageflip, 组件设计, 组件模式\n",
26479
27645
  "risk": "unknown",
26480
27646
  "source": "community",
26481
27647
  "date_added": null,
@@ -26805,7 +27971,7 @@
26805
27971
  "path": "skills/sam-altman",
26806
27972
  "category": "ai-ml",
26807
27973
  "name": "sam-altman",
26808
- "description": "Agente que simula Sam Altman \u2014 CEO da OpenAI, ex-presidente da Y Combinator, arquiteto da era AGI.",
27974
+ "description": "Agente que simula Sam Altman CEO da OpenAI, ex-presidente da Y Combinator, arquiteto da era AGI.",
26809
27975
  "risk": "safe",
26810
27976
  "source": "community",
26811
27977
  "date_added": "2026-03-06",
@@ -27064,12 +28230,34 @@
27064
28230
  "reasons": []
27065
28231
  }
27066
28232
  },
28233
+ {
28234
+ "id": "sci-fi-interface",
28235
+ "path": "skills/design-it/sci-fi-interface",
28236
+ "category": "design-it",
28237
+ "name": "sci-fi-interface",
28238
+ "description": "Web and App implementation guide for Sci-Fi Interface Design. Trigger when user wants HUDs, spacecraft dashboards, or tactical military readouts.",
28239
+ "risk": "safe",
28240
+ "source": "self",
28241
+ "date_added": "2026-06-17",
28242
+ "plugin": {
28243
+ "targets": {
28244
+ "codex": "supported",
28245
+ "claude": "supported"
28246
+ },
28247
+ "setup": {
28248
+ "type": "none",
28249
+ "summary": "",
28250
+ "docs": null
28251
+ },
28252
+ "reasons": []
28253
+ }
28254
+ },
27067
28255
  {
27068
28256
  "id": "scientific-writing",
27069
28257
  "path": "skills/scientific-writing",
27070
28258
  "category": "content",
27071
28259
  "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.",
28260
+ "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
28261
  "risk": "unknown",
27074
28262
  "source": "community",
27075
28263
  "date_added": null,
@@ -27157,7 +28345,7 @@
27157
28345
  "path": "skills/screenstudio-alt",
27158
28346
  "category": "uncategorized",
27159
28347
  "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.",
28348
+ "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.",
27161
28349
  "risk": "safe",
27162
28350
  "source": "community",
27163
28351
  "date_added": "2026-06-16",
@@ -27575,7 +28763,7 @@
27575
28763
  "path": "skills/sendblue/sendblue-api",
27576
28764
  "category": "api-integration",
27577
28765
  "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.",
28766
+ "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
28767
  "risk": "critical",
27580
28768
  "source": "community",
27581
28769
  "date_added": "2026-05-22",
@@ -27599,7 +28787,7 @@
27599
28787
  "path": "skills/sendblue/sendblue-cli",
27600
28788
  "category": "api-integration",
27601
28789
  "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.",
28790
+ "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
28791
  "risk": "critical",
27604
28792
  "source": "community",
27605
28793
  "date_added": "2026-05-22",
@@ -27623,7 +28811,7 @@
27623
28811
  "path": "skills/sendblue/sendblue-notify",
27624
28812
  "category": "automation",
27625
28813
  "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.",
28814
+ "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
28815
  "risk": "critical",
27628
28816
  "source": "community",
27629
28817
  "date_added": "2026-05-22",
@@ -28612,6 +29800,28 @@
28612
29800
  "reasons": []
28613
29801
  }
28614
29802
  },
29803
+ {
29804
+ "id": "setup-matt-pocock-skills",
29805
+ "path": "skills/setup-matt-pocock-skills",
29806
+ "category": "development",
29807
+ "name": "setup-matt-pocock-skills",
29808
+ "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.",
29809
+ "risk": "safe",
29810
+ "source": "community",
29811
+ "date_added": "2026-06-19",
29812
+ "plugin": {
29813
+ "targets": {
29814
+ "codex": "supported",
29815
+ "claude": "supported"
29816
+ },
29817
+ "setup": {
29818
+ "type": "none",
29819
+ "summary": "",
29820
+ "docs": null
29821
+ },
29822
+ "reasons": []
29823
+ }
29824
+ },
28615
29825
  {
28616
29826
  "id": "sexual-health-analyzer",
28617
29827
  "path": "skills/sexual-health-analyzer",
@@ -28920,6 +30130,28 @@
28920
30130
  "reasons": []
28921
30131
  }
28922
30132
  },
30133
+ {
30134
+ "id": "skeuomorphism",
30135
+ "path": "skills/design-it/skeuomorphism",
30136
+ "category": "design-it",
30137
+ "name": "skeuomorphism",
30138
+ "description": "Web and App implementation guide for Skeuomorphism. Trigger when user wants UI to mimic real-world objects, realistic textures, or physical metaphors.",
30139
+ "risk": "safe",
30140
+ "source": "self",
30141
+ "date_added": "2026-06-17",
30142
+ "plugin": {
30143
+ "targets": {
30144
+ "codex": "supported",
30145
+ "claude": "supported"
30146
+ },
30147
+ "setup": {
30148
+ "type": "none",
30149
+ "summary": "",
30150
+ "docs": null
30151
+ },
30152
+ "reasons": []
30153
+ }
30154
+ },
28923
30155
  {
28924
30156
  "id": "skill-audit",
28925
30157
  "path": "skills/skill-audit",
@@ -29083,7 +30315,7 @@
29083
30315
  "path": "skills/skill-issue",
29084
30316
  "category": "meta",
29085
30317
  "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.",
30318
+ "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
30319
  "risk": "safe",
29088
30320
  "source": "community",
29089
30321
  "date_added": "2026-06-02",
@@ -29102,30 +30334,6 @@
29102
30334
  ]
29103
30335
  }
29104
30336
  },
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
30337
  {
29130
30338
  "id": "skill-rails-upgrade",
29131
30339
  "path": "skills/skill-rails-upgrade",
@@ -29309,7 +30517,7 @@
29309
30517
  "path": "skills/skyvern-browser-automation",
29310
30518
  "category": "browser-automation",
29311
30519
  "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.",
30520
+ "description": "AI-powered browser automation navigate sites, fill forms, extract structured data, log in with stored credentials, and build reusable workflows.",
29313
30521
  "risk": "safe",
29314
30522
  "source": "community",
29315
30523
  "date_added": "2026-04-23",
@@ -29399,7 +30607,7 @@
29399
30607
  "path": "skills/sleep-analyzer",
29400
30608
  "category": "health",
29401
30609
  "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",
30610
+ "description": "分析睡眠数据、识别睡眠模式、评估睡眠质量,并提供个性化睡眠改善建议。支持与其他健康数据的关联分析。",
29403
30611
  "risk": "unknown",
29404
30612
  "source": "community",
29405
30613
  "date_added": null,
@@ -29553,7 +30761,7 @@
29553
30761
  "path": "skills/social-orchestrator",
29554
30762
  "category": "marketing",
29555
30763
  "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.",
30764
+ "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
30765
  "risk": "critical",
29558
30766
  "source": "community",
29559
30767
  "date_added": "2026-03-06",
@@ -29619,7 +30827,7 @@
29619
30827
  "path": "skills/socialclaw",
29620
30828
  "category": "marketing",
29621
30829
  "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.",
30830
+ "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
30831
  "risk": "critical",
29624
30832
  "source": "community",
29625
30833
  "date_added": "2026-05-25",
@@ -29638,6 +30846,28 @@
29638
30846
  ]
29639
30847
  }
29640
30848
  },
30849
+ {
30850
+ "id": "soft-pastel",
30851
+ "path": "skills/design-it/soft-pastel",
30852
+ "category": "design-it",
30853
+ "name": "soft-pastel",
30854
+ "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.",
30855
+ "risk": "safe",
30856
+ "source": "self",
30857
+ "date_added": "2026-06-17",
30858
+ "plugin": {
30859
+ "targets": {
30860
+ "codex": "supported",
30861
+ "claude": "supported"
30862
+ },
30863
+ "setup": {
30864
+ "type": "none",
30865
+ "summary": "",
30866
+ "docs": null
30867
+ },
30868
+ "reasons": []
30869
+ }
30870
+ },
29641
30871
  {
29642
30872
  "id": "software-architecture",
29643
30873
  "path": "skills/software-architecture",
@@ -29704,6 +30934,50 @@
29704
30934
  "reasons": []
29705
30935
  }
29706
30936
  },
30937
+ {
30938
+ "id": "spatial-computing-ui",
30939
+ "path": "skills/design-it/spatial-computing-ui",
30940
+ "category": "design-it",
30941
+ "name": "spatial-computing-ui",
30942
+ "description": "Web and App implementation guide for Spatial Computing UI. Trigger when user wants floating elements, environmental awareness, and Apple Vision Pro style.",
30943
+ "risk": "safe",
30944
+ "source": "self",
30945
+ "date_added": "2026-06-17",
30946
+ "plugin": {
30947
+ "targets": {
30948
+ "codex": "supported",
30949
+ "claude": "supported"
30950
+ },
30951
+ "setup": {
30952
+ "type": "none",
30953
+ "summary": "",
30954
+ "docs": null
30955
+ },
30956
+ "reasons": []
30957
+ }
30958
+ },
30959
+ {
30960
+ "id": "spatial-design",
30961
+ "path": "skills/design-it/spatial-design",
30962
+ "category": "design-it",
30963
+ "name": "spatial-design",
30964
+ "description": "Web and App implementation guide for Spatial Design. Trigger when user wants environment-aware layouts, Apple Vision Pro inspiration, and mixed reality aesthetics.",
30965
+ "risk": "safe",
30966
+ "source": "self",
30967
+ "date_added": "2026-06-17",
30968
+ "plugin": {
30969
+ "targets": {
30970
+ "codex": "supported",
30971
+ "claude": "supported"
30972
+ },
30973
+ "setup": {
30974
+ "type": "none",
30975
+ "summary": "",
30976
+ "docs": null
30977
+ },
30978
+ "reasons": []
30979
+ }
30980
+ },
29707
30981
  {
29708
30982
  "id": "spec-to-code-compliance",
29709
30983
  "path": "skills/spec-to-code-compliance",
@@ -30173,7 +31447,7 @@
30173
31447
  "path": "skills/steve-jobs",
30174
31448
  "category": "uncategorized",
30175
31449
  "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.",
31450
+ "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
31451
  "risk": "safe",
30178
31452
  "source": "community",
30179
31453
  "date_added": "2026-03-06",
@@ -30476,12 +31750,34 @@
30476
31750
  "reasons": []
30477
31751
  }
30478
31752
  },
31753
+ {
31754
+ "id": "survey-generator",
31755
+ "path": "skills/survey-generator",
31756
+ "category": "research",
31757
+ "name": "survey-generator",
31758
+ "description": "Generate source-backed AI/ML survey paper artifacts with curated bibliographies and Fireworks/Kimi HTML rendering.",
31759
+ "risk": "safe",
31760
+ "source": "official",
31761
+ "date_added": "2026-06-19",
31762
+ "plugin": {
31763
+ "targets": {
31764
+ "codex": "supported",
31765
+ "claude": "supported"
31766
+ },
31767
+ "setup": {
31768
+ "type": "none",
31769
+ "summary": "",
31770
+ "docs": null
31771
+ },
31772
+ "reasons": []
31773
+ }
31774
+ },
30479
31775
  {
30480
31776
  "id": "sveltekit",
30481
31777
  "path": "skills/sveltekit",
30482
31778
  "category": "frontend",
30483
31779
  "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.",
31780
+ "description": "Build full-stack web applications with SvelteKit file-based routing, SSR, SSG, API routes, and form actions in one framework.",
30485
31781
  "risk": "safe",
30486
31782
  "source": "community",
30487
31783
  "date_added": "2026-03-18",
@@ -30652,6 +31948,28 @@
30652
31948
  "reasons": []
30653
31949
  }
30654
31950
  },
31951
+ {
31952
+ "id": "swiss-design",
31953
+ "path": "skills/design-it/swiss-design",
31954
+ "category": "design-it",
31955
+ "name": "swiss-design",
31956
+ "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.",
31957
+ "risk": "safe",
31958
+ "source": "self",
31959
+ "date_added": "2026-06-17",
31960
+ "plugin": {
31961
+ "targets": {
31962
+ "codex": "supported",
31963
+ "claude": "supported"
31964
+ },
31965
+ "setup": {
31966
+ "type": "none",
31967
+ "summary": "",
31968
+ "docs": null
31969
+ },
31970
+ "reasons": []
31971
+ }
31972
+ },
30655
31973
  {
30656
31974
  "id": "sympy",
30657
31975
  "path": "skills/sympy",
@@ -30674,6 +31992,28 @@
30674
31992
  "reasons": []
30675
31993
  }
30676
31994
  },
31995
+ {
31996
+ "id": "synthwave",
31997
+ "path": "skills/design-it/synthwave",
31998
+ "category": "design-it",
31999
+ "name": "synthwave",
32000
+ "description": "Web and App implementation guide for Synthwave. Trigger when user wants 80s-inspired neon, dark backgrounds, outrun grids, and Miami Vice aesthetics.",
32001
+ "risk": "safe",
32002
+ "source": "self",
32003
+ "date_added": "2026-06-17",
32004
+ "plugin": {
32005
+ "targets": {
32006
+ "codex": "supported",
32007
+ "claude": "supported"
32008
+ },
32009
+ "setup": {
32010
+ "type": "none",
32011
+ "summary": "",
32012
+ "docs": null
32013
+ },
32014
+ "reasons": []
32015
+ }
32016
+ },
30677
32017
  {
30678
32018
  "id": "systematic-debugging",
30679
32019
  "path": "skills/systematic-debugging",
@@ -30767,7 +32107,7 @@
30767
32107
  "path": "skills/tanstack-query-expert",
30768
32108
  "category": "framework",
30769
32109
  "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.",
32110
+ "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
32111
  "risk": "safe",
30772
32112
  "source": "community",
30773
32113
  "date_added": "2026-03-07",
@@ -30789,7 +32129,7 @@
30789
32129
  "path": "skills/task-intelligence",
30790
32130
  "category": "workflow",
30791
32131
  "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.",
32132
+ "description": "Protocolo de Inteligência Pré-Tarefa ativa TODOS os agentes relevantes do ecossistema ANTES de executar qualquer tarefa solicitada pelo usuário.",
30793
32133
  "risk": "none",
30794
32134
  "source": "community",
30795
32135
  "date_added": "2026-03-06",
@@ -30833,7 +32173,7 @@
30833
32173
  "path": "skills/tcm-constitution-analyzer",
30834
32174
  "category": "health",
30835
32175
  "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",
32176
+ "description": "分析中医体质数据、识别体质类型、评估体质特征,并提供个性化养生建议。支持与营养、运动、睡眠等健康数据的关联分析。",
30837
32177
  "risk": "unknown",
30838
32178
  "source": "community",
30839
32179
  "date_added": null,
@@ -30850,6 +32190,28 @@
30850
32190
  "reasons": []
30851
32191
  }
30852
32192
  },
32193
+ {
32194
+ "id": "tdd",
32195
+ "path": "skills/tdd",
32196
+ "category": "development",
32197
+ "name": "tdd",
32198
+ "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.",
32199
+ "risk": "safe",
32200
+ "source": "community",
32201
+ "date_added": "2026-06-19",
32202
+ "plugin": {
32203
+ "targets": {
32204
+ "codex": "supported",
32205
+ "claude": "supported"
32206
+ },
32207
+ "setup": {
32208
+ "type": "none",
32209
+ "summary": "",
32210
+ "docs": null
32211
+ },
32212
+ "reasons": []
32213
+ }
32214
+ },
30853
32215
  {
30854
32216
  "id": "tdd-orchestrator",
30855
32217
  "path": "skills/tdd-orchestrator",
@@ -31004,6 +32366,28 @@
31004
32366
  "reasons": []
31005
32367
  }
31006
32368
  },
32369
+ {
32370
+ "id": "teach",
32371
+ "path": "skills/teach",
32372
+ "category": "education",
32373
+ "name": "teach",
32374
+ "description": "Teach the user a new skill or concept, within this workspace.",
32375
+ "risk": "safe",
32376
+ "source": "community",
32377
+ "date_added": "2026-06-19",
32378
+ "plugin": {
32379
+ "targets": {
32380
+ "codex": "supported",
32381
+ "claude": "supported"
32382
+ },
32383
+ "setup": {
32384
+ "type": "none",
32385
+ "summary": "",
32386
+ "docs": null
32387
+ },
32388
+ "reasons": []
32389
+ }
32390
+ },
31007
32391
  {
31008
32392
  "id": "team-collaboration-issue",
31009
32393
  "path": "skills/team-collaboration-issue",
@@ -31295,7 +32679,7 @@
31295
32679
  "path": "skills/terraform-aws-modules",
31296
32680
  "category": "devops",
31297
32681
  "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.",
32682
+ "description": "Terraform module creation for AWS reusable modules, state management, and HCL best practices. Use when building or reviewing Terraform AWS infrastructure.",
31299
32683
  "risk": "unknown",
31300
32684
  "source": "community",
31301
32685
  "date_added": "2026-02-27",
@@ -31515,7 +32899,7 @@
31515
32899
  "path": "skills/sendblue/textme",
31516
32900
  "category": "automation",
31517
32901
  "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.",
32902
+ "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
32903
  "risk": "critical",
31520
32904
  "source": "community",
31521
32905
  "date_added": "2026-05-26",
@@ -31864,6 +33248,28 @@
31864
33248
  "reasons": []
31865
33249
  }
31866
33250
  },
33251
+ {
33252
+ "id": "tile-design",
33253
+ "path": "skills/design-it/tile-design",
33254
+ "category": "design-it",
33255
+ "name": "tile-design",
33256
+ "description": "Web and App implementation guide for Tile Design. Trigger when user wants Microsoft Metro style, sharp square information units, and horizontal scrolling grids.",
33257
+ "risk": "safe",
33258
+ "source": "self",
33259
+ "date_added": "2026-06-17",
33260
+ "plugin": {
33261
+ "targets": {
33262
+ "codex": "supported",
33263
+ "claude": "supported"
33264
+ },
33265
+ "setup": {
33266
+ "type": "none",
33267
+ "summary": "",
33268
+ "docs": null
33269
+ },
33270
+ "reasons": []
33271
+ }
33272
+ },
31867
33273
  {
31868
33274
  "id": "tmux",
31869
33275
  "path": "skills/tmux",
@@ -31886,6 +33292,50 @@
31886
33292
  "reasons": []
31887
33293
  }
31888
33294
  },
33295
+ {
33296
+ "id": "to-issues",
33297
+ "path": "skills/to-issues",
33298
+ "category": "project-management",
33299
+ "name": "to-issues",
33300
+ "description": "Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices.",
33301
+ "risk": "safe",
33302
+ "source": "community",
33303
+ "date_added": "2026-06-19",
33304
+ "plugin": {
33305
+ "targets": {
33306
+ "codex": "supported",
33307
+ "claude": "supported"
33308
+ },
33309
+ "setup": {
33310
+ "type": "none",
33311
+ "summary": "",
33312
+ "docs": null
33313
+ },
33314
+ "reasons": []
33315
+ }
33316
+ },
33317
+ {
33318
+ "id": "to-prd",
33319
+ "path": "skills/to-prd",
33320
+ "category": "project-management",
33321
+ "name": "to-prd",
33322
+ "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.",
33323
+ "risk": "safe",
33324
+ "source": "community",
33325
+ "date_added": "2026-06-19",
33326
+ "plugin": {
33327
+ "targets": {
33328
+ "codex": "supported",
33329
+ "claude": "supported"
33330
+ },
33331
+ "setup": {
33332
+ "type": "none",
33333
+ "summary": "",
33334
+ "docs": null
33335
+ },
33336
+ "reasons": []
33337
+ }
33338
+ },
31889
33339
  {
31890
33340
  "id": "todoist-automation",
31891
33341
  "path": "skills/todoist-automation",
@@ -31959,7 +33409,7 @@
31959
33409
  "path": "skills/tool-use-guardian",
31960
33410
  "category": "reliability",
31961
33411
  "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.",
33412
+ "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
33413
  "risk": "safe",
31964
33414
  "source": "community",
31965
33415
  "date_added": "2026-03-13",
@@ -31976,6 +33426,28 @@
31976
33426
  "reasons": []
31977
33427
  }
31978
33428
  },
33429
+ {
33430
+ "id": "tools-page-seo-optimizer",
33431
+ "path": "skills/tools-page-seo-optimizer",
33432
+ "category": "seo",
33433
+ "name": "tools-page-seo-optimizer",
33434
+ "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.",
33435
+ "risk": "safe",
33436
+ "source": "community",
33437
+ "date_added": "2026-06-19",
33438
+ "plugin": {
33439
+ "targets": {
33440
+ "codex": "supported",
33441
+ "claude": "supported"
33442
+ },
33443
+ "setup": {
33444
+ "type": "none",
33445
+ "summary": "",
33446
+ "docs": null
33447
+ },
33448
+ "reasons": []
33449
+ }
33450
+ },
31979
33451
  {
31980
33452
  "id": "top-web-vulnerabilities",
31981
33453
  "path": "skills/top-web-vulnerabilities",
@@ -32047,7 +33519,7 @@
32047
33519
  "path": "skills/travel-health-analyzer",
32048
33520
  "category": "health",
32049
33521
  "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",
33522
+ "description": "分析旅行健康数据、评估目的地健康风险、提供疫苗接种建议、生成多语言紧急医疗信息卡片。支持WHO/CDC数据集成的专业级旅行健康风险评估。",
32051
33523
  "risk": "unknown",
32052
33524
  "source": "community",
32053
33525
  "date_added": null,
@@ -32086,6 +33558,28 @@
32086
33558
  "reasons": []
32087
33559
  }
32088
33560
  },
33561
+ {
33562
+ "id": "triage",
33563
+ "path": "skills/triage",
33564
+ "category": "development",
33565
+ "name": "triage",
33566
+ "description": "Move issues and external PRs through a state machine of triage roles — categorise, verify, grill if needed, and write agent-ready briefs.",
33567
+ "risk": "safe",
33568
+ "source": "community",
33569
+ "date_added": "2026-06-19",
33570
+ "plugin": {
33571
+ "targets": {
33572
+ "codex": "supported",
33573
+ "claude": "supported"
33574
+ },
33575
+ "setup": {
33576
+ "type": "none",
33577
+ "summary": "",
33578
+ "docs": null
33579
+ },
33580
+ "reasons": []
33581
+ }
33582
+ },
32089
33583
  {
32090
33584
  "id": "trigger-dev",
32091
33585
  "path": "skills/trigger-dev",
@@ -32113,7 +33607,7 @@
32113
33607
  "path": "skills/trpc-fullstack",
32114
33608
  "category": "framework",
32115
33609
  "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.",
33610
+ "description": "Build end-to-end type-safe APIs with tRPC routers, procedures, middleware, subscriptions, and Next.js/React integration patterns.",
32117
33611
  "risk": "none",
32118
33612
  "source": "community",
32119
33613
  "date_added": "2026-03-17",
@@ -32328,6 +33822,28 @@
32328
33822
  "reasons": []
32329
33823
  }
32330
33824
  },
33825
+ {
33826
+ "id": "typography-first",
33827
+ "path": "skills/design-it/typography-first",
33828
+ "category": "design-it",
33829
+ "name": "typography-first",
33830
+ "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.",
33831
+ "risk": "safe",
33832
+ "source": "self",
33833
+ "date_added": "2026-06-17",
33834
+ "plugin": {
33835
+ "targets": {
33836
+ "codex": "supported",
33837
+ "claude": "supported"
33838
+ },
33839
+ "setup": {
33840
+ "type": "none",
33841
+ "summary": "",
33842
+ "docs": null
33843
+ },
33844
+ "reasons": []
33845
+ }
33846
+ },
32331
33847
  {
32332
33848
  "id": "ui-a11y",
32333
33849
  "path": "skills/ui-a11y",
@@ -32904,28 +34420,6 @@
32904
34420
  "reasons": []
32905
34421
  }
32906
34422
  },
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
34423
  {
32930
34424
  "id": "uv-package-manager",
32931
34425
  "path": "skills/uv-package-manager",
@@ -33080,6 +34574,28 @@
33080
34574
  "reasons": []
33081
34575
  }
33082
34576
  },
34577
+ {
34578
+ "id": "vaporwave",
34579
+ "path": "skills/design-it/vaporwave",
34580
+ "category": "design-it",
34581
+ "name": "vaporwave",
34582
+ "description": "Web and App implementation guide for Vaporwave. Trigger when user wants neon colors, retro digital aesthetics, 90s OS elements, and Roman statues.",
34583
+ "risk": "safe",
34584
+ "source": "self",
34585
+ "date_added": "2026-06-17",
34586
+ "plugin": {
34587
+ "targets": {
34588
+ "codex": "supported",
34589
+ "claude": "supported"
34590
+ },
34591
+ "setup": {
34592
+ "type": "none",
34593
+ "summary": "",
34594
+ "docs": null
34595
+ },
34596
+ "reasons": []
34597
+ }
34598
+ },
33083
34599
  {
33084
34600
  "id": "variant-analysis",
33085
34601
  "path": "skills/variant-analysis",
@@ -33241,7 +34757,7 @@
33241
34757
  "path": "skills/vercel-cli-with-tokens",
33242
34758
  "category": "uncategorized",
33243
34759
  "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\".",
34760
+ "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
34761
  "risk": "safe",
33246
34762
  "source": "https://github.com/vercel-labs/agent-skills",
33247
34763
  "date_added": "2026-06-02",
@@ -33439,7 +34955,7 @@
33439
34955
  "path": "skills/vibecode-production-qa-validator",
33440
34956
  "category": "devops",
33441
34957
  "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.",
34958
+ "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
34959
  "risk": "safe",
33444
34960
  "source": "self",
33445
34961
  "date_added": "2026-05-31",
@@ -33483,7 +34999,7 @@
33483
34999
  "path": "skills/viboscope",
33484
35000
  "category": "collaboration",
33485
35001
  "name": "viboscope",
33486
- "description": "Psychological compatibility matching \u2014 find cofounders, collaborators, and friends through validated psychometrics",
35002
+ "description": "Psychological compatibility matching find cofounders, collaborators, and friends through validated psychometrics",
33487
35003
  "risk": "safe",
33488
35004
  "source": "community",
33489
35005
  "date_added": "2026-03-29",
@@ -33500,6 +35016,28 @@
33500
35016
  "reasons": []
33501
35017
  }
33502
35018
  },
35019
+ {
35020
+ "id": "vibrant-maximalism",
35021
+ "path": "skills/design-it/vibrant-maximalism",
35022
+ "category": "design-it",
35023
+ "name": "vibrant-maximalism",
35024
+ "description": "Web and App implementation guide for Vibrant Maximalism. Trigger when user wants rich colors, dense layouts, extreme sensory input, and \"more is more\".",
35025
+ "risk": "safe",
35026
+ "source": "self",
35027
+ "date_added": "2026-06-17",
35028
+ "plugin": {
35029
+ "targets": {
35030
+ "codex": "supported",
35031
+ "claude": "supported"
35032
+ },
35033
+ "setup": {
35034
+ "type": "none",
35035
+ "summary": "",
35036
+ "docs": null
35037
+ },
35038
+ "reasons": []
35039
+ }
35040
+ },
33503
35041
  {
33504
35042
  "id": "video-content-extractor",
33505
35043
  "path": "skills/video-content-extractor",
@@ -33769,7 +35307,7 @@
33769
35307
  "path": "skills/warren-buffett",
33770
35308
  "category": "uncategorized",
33771
35309
  "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.",
35310
+ "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
35311
  "risk": "safe",
33774
35312
  "source": "community",
33775
35313
  "date_added": "2026-03-06",
@@ -34033,7 +35571,7 @@
34033
35571
  "path": "skills/wechat-official-account-strategist",
34034
35572
  "category": "marketing",
34035
35573
  "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.",
35574
+ "description": "Grow WeChat Official Accounts (微信公众号) with high-conversion content strategy, title formulas, article architecture, and Mini-Program integration.",
34037
35575
  "risk": "safe",
34038
35576
  "source": "community",
34039
35577
  "date_added": "2026-05-13",
@@ -34055,7 +35593,7 @@
34055
35593
  "path": "skills/weightloss-analyzer",
34056
35594
  "category": "health",
34057
35595
  "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",
35596
+ "description": "分析减肥数据、计算代谢率、追踪能量缺口、管理减肥阶段",
34059
35597
  "risk": "safe",
34060
35598
  "source": "community",
34061
35599
  "date_added": null,
@@ -34138,6 +35676,28 @@
34138
35676
  "reasons": []
34139
35677
  }
34140
35678
  },
35679
+ {
35680
+ "id": "widget-based-design",
35681
+ "path": "skills/design-it/widget-based-design",
35682
+ "category": "design-it",
35683
+ "name": "widget-based-design",
35684
+ "description": "Web and App implementation guide for Widget-Based Design. Trigger when user wants modular blocks, iOS Home Screen aesthetics, and customizable mini-apps.",
35685
+ "risk": "safe",
35686
+ "source": "self",
35687
+ "date_added": "2026-06-17",
35688
+ "plugin": {
35689
+ "targets": {
35690
+ "codex": "supported",
35691
+ "claude": "supported"
35692
+ },
35693
+ "setup": {
35694
+ "type": "none",
35695
+ "summary": "",
35696
+ "docs": null
35697
+ },
35698
+ "reasons": []
35699
+ }
35700
+ },
34141
35701
  {
34142
35702
  "id": "wiki-architect",
34143
35703
  "path": "skills/wiki-architect",
@@ -34160,6 +35720,28 @@
34160
35720
  "reasons": []
34161
35721
  }
34162
35722
  },
35723
+ {
35724
+ "id": "wiki-builder",
35725
+ "path": "skills/wiki-builder",
35726
+ "category": "knowledge-management",
35727
+ "name": "wiki-builder",
35728
+ "description": "Create and maintain reusable research wikis with source provenance, configurable structure, and local markdown outputs.",
35729
+ "risk": "safe",
35730
+ "source": "official",
35731
+ "date_added": "2026-06-19",
35732
+ "plugin": {
35733
+ "targets": {
35734
+ "codex": "supported",
35735
+ "claude": "supported"
35736
+ },
35737
+ "setup": {
35738
+ "type": "none",
35739
+ "summary": "",
35740
+ "docs": null
35741
+ },
35742
+ "reasons": []
35743
+ }
35744
+ },
34163
35745
  {
34164
35746
  "id": "wiki-changelog",
34165
35747
  "path": "skills/wiki-changelog",
@@ -34187,7 +35769,7 @@
34187
35769
  "path": "skills/wiki-onboarding",
34188
35770
  "category": "content",
34189
35771
  "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.",
35772
+ "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
35773
  "risk": "unknown",
34192
35774
  "source": "community",
34193
35775
  "date_added": "2026-02-27",
@@ -34600,6 +36182,28 @@
34600
36182
  "reasons": []
34601
36183
  }
34602
36184
  },
36185
+ {
36186
+ "id": "writing-great-skills",
36187
+ "path": "skills/writing-great-skills",
36188
+ "category": "skill-authoring",
36189
+ "name": "writing-great-skills",
36190
+ "description": "Reference for writing and editing skills well — the vocabulary and principles that make a skill predictable.",
36191
+ "risk": "safe",
36192
+ "source": "community",
36193
+ "date_added": "2026-06-19",
36194
+ "plugin": {
36195
+ "targets": {
36196
+ "codex": "supported",
36197
+ "claude": "supported"
36198
+ },
36199
+ "setup": {
36200
+ "type": "none",
36201
+ "summary": "",
36202
+ "docs": null
36203
+ },
36204
+ "reasons": []
36205
+ }
36206
+ },
34603
36207
  {
34604
36208
  "id": "writing-plans",
34605
36209
  "path": "skills/writing-plans",
@@ -34695,7 +36299,7 @@
34695
36299
  "path": "skills/x402-express-wrapper",
34696
36300
  "category": "backend",
34697
36301
  "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.",
36302
+ "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
36303
  "risk": "critical",
34700
36304
  "source": "community",
34701
36305
  "date_added": null,
@@ -34717,7 +36321,7 @@
34717
36321
  "path": "skills/xiaohongshu-content-strategist",
34718
36322
  "category": "marketing",
34719
36323
  "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.",
36324
+ "description": "Create viral Xiaohongshu (小红书) content with platform-native strategy, save-rate optimization, trending formats, and search SEO for China's #1 lifestyle platform.",
34721
36325
  "risk": "safe",
34722
36326
  "source": "community",
34723
36327
  "date_added": "2026-05-13",
@@ -34800,12 +36404,34 @@
34800
36404
  "reasons": []
34801
36405
  }
34802
36406
  },
36407
+ {
36408
+ "id": "y2k-design",
36409
+ "path": "skills/design-it/y2k-design",
36410
+ "category": "design-it",
36411
+ "name": "y2k-design",
36412
+ "description": "Web and App implementation guide for Y2K Design. Trigger when user wants chrome effects, futuristic 2000s look, blob shapes, and tech optimism.",
36413
+ "risk": "safe",
36414
+ "source": "self",
36415
+ "date_added": "2026-06-17",
36416
+ "plugin": {
36417
+ "targets": {
36418
+ "codex": "supported",
36419
+ "claude": "supported"
36420
+ },
36421
+ "setup": {
36422
+ "type": "none",
36423
+ "summary": "",
36424
+ "docs": null
36425
+ },
36426
+ "reasons": []
36427
+ }
36428
+ },
34803
36429
  {
34804
36430
  "id": "yann-lecun",
34805
36431
  "path": "skills/yann-lecun",
34806
36432
  "category": "ai-ml",
34807
36433
  "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.",
36434
+ "description": "Agente que simula Yann LeCun inventor das Convolutional Neural Networks, Chief AI Scientist da Meta, Prêmio Turing 2018.",
34809
36435
  "risk": "safe",
34810
36436
  "source": "community",
34811
36437
  "date_added": "2026-03-06",
@@ -34827,7 +36453,7 @@
34827
36453
  "path": "skills/yann-lecun-debate",
34828
36454
  "category": "ai-ml",
34829
36455
  "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.",
36456
+ "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
36457
  "risk": "safe",
34832
36458
  "source": "community",
34833
36459
  "date_added": "2026-03-06",
@@ -34849,7 +36475,7 @@
34849
36475
  "path": "skills/yann-lecun-filosofia",
34850
36476
  "category": "ai-ml",
34851
36477
  "name": "yann-lecun-filosofia",
34852
- "description": "Sub-skill filos\u00f3fica e pedag\u00f3gica de Yann LeCun.",
36478
+ "description": "Sub-skill filosófica e pedagógica de Yann LeCun.",
34853
36479
  "risk": "safe",
34854
36480
  "source": "community",
34855
36481
  "date_added": "2026-03-06",
@@ -34871,7 +36497,7 @@
34871
36497
  "path": "skills/yann-lecun-tecnico",
34872
36498
  "category": "ai-ml",
34873
36499
  "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.",
36500
+ "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
36501
  "risk": "safe",
34876
36502
  "source": "community",
34877
36503
  "date_added": "2026-03-06",
@@ -34888,6 +36514,28 @@
34888
36514
  "reasons": []
34889
36515
  }
34890
36516
  },
36517
+ {
36518
+ "id": "yao-meta-skill",
36519
+ "path": "skills/yao-meta-skill",
36520
+ "category": "skill-authoring",
36521
+ "name": "yao-meta-skill",
36522
+ "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.",
36523
+ "risk": "safe",
36524
+ "source": "community",
36525
+ "date_added": "2026-06-19",
36526
+ "plugin": {
36527
+ "targets": {
36528
+ "codex": "supported",
36529
+ "claude": "supported"
36530
+ },
36531
+ "setup": {
36532
+ "type": "none",
36533
+ "summary": "",
36534
+ "docs": null
36535
+ },
36536
+ "reasons": []
36537
+ }
36538
+ },
34891
36539
  {
34892
36540
  "id": "yes-md",
34893
36541
  "path": "skills/yes-md",
@@ -34915,7 +36563,7 @@
34915
36563
  "path": "skills/yield-intelligence",
34916
36564
  "category": "uncategorized",
34917
36565
  "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.",
36566
+ "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
36567
  "risk": "safe",
34920
36568
  "source": "community",
34921
36569
  "date_added": "2026-05-31",
@@ -34959,7 +36607,7 @@
34959
36607
  "path": "skills/youtube-full",
34960
36608
  "category": "api-integration",
34961
36609
  "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.",
36610
+ "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
36611
  "risk": "safe",
34964
36612
  "source": "community",
34965
36613
  "date_added": "2026-05-29",
@@ -34976,12 +36624,34 @@
34976
36624
  "reasons": []
34977
36625
  }
34978
36626
  },
36627
+ {
36628
+ "id": "youtube-notetaker",
36629
+ "path": "skills/youtube-notetaker",
36630
+ "category": "video",
36631
+ "name": "youtube-notetaker",
36632
+ "description": "Turn YouTube talks into local study notes with slides, transcripts, editable annotations, and a markdown-backed viewer.",
36633
+ "risk": "safe",
36634
+ "source": "official",
36635
+ "date_added": "2026-06-19",
36636
+ "plugin": {
36637
+ "targets": {
36638
+ "codex": "supported",
36639
+ "claude": "supported"
36640
+ },
36641
+ "setup": {
36642
+ "type": "none",
36643
+ "summary": "",
36644
+ "docs": null
36645
+ },
36646
+ "reasons": []
36647
+ }
36648
+ },
34979
36649
  {
34980
36650
  "id": "youtube-seo-optimizer",
34981
36651
  "path": "skills/youtube-seo-optimizer",
34982
36652
  "category": "content",
34983
36653
  "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",
36654
+ "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
36655
  "risk": "safe",
34986
36656
  "source": "community",
34987
36657
  "date_added": "2026-06-15",
@@ -35113,7 +36783,7 @@
35113
36783
  "path": "skills/zod-validation-expert",
35114
36784
  "category": "framework",
35115
36785
  "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.",
36786
+ "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
36787
  "risk": "safe",
35118
36788
  "source": "community",
35119
36789
  "date_added": "2026-03-05",
@@ -35196,4 +36866,4 @@
35196
36866
  "reasons": []
35197
36867
  }
35198
36868
  }
35199
- ]
36869
+ ]