@caddis/cli 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (364) hide show
  1. package/README.md +29 -16
  2. package/bundles/antigravity-plugin-extras/plugin.json +5 -0
  3. package/bundles/antigravity-plugin-extras/skills/_registry.md +154 -0
  4. package/bundles/antigravity-plugin-extras/skills/agent-md-refactor/SKILL.md +356 -0
  5. package/bundles/antigravity-plugin-extras/skills/agent-orchestration/SKILL.md +517 -0
  6. package/bundles/antigravity-plugin-extras/skills/algorithmic-art/SKILL.md +293 -0
  7. package/bundles/antigravity-plugin-extras/skills/anchor-review/SKILL.md +135 -0
  8. package/bundles/antigravity-plugin-extras/skills/api-client-patterns/SKILL.md +367 -0
  9. package/bundles/antigravity-plugin-extras/skills/architecture-design/SKILL.md +244 -0
  10. package/bundles/antigravity-plugin-extras/skills/architecture-diagram/SKILL.md +156 -0
  11. package/bundles/antigravity-plugin-extras/skills/architecture-document/SKILL.md +321 -0
  12. package/bundles/antigravity-plugin-extras/skills/artifacts-builder/LICENSE.txt +202 -0
  13. package/bundles/antigravity-plugin-extras/skills/artifacts-builder/SKILL.md +74 -0
  14. package/bundles/antigravity-plugin-extras/skills/artifacts-builder/scripts/bundle-artifact.sh +54 -0
  15. package/bundles/antigravity-plugin-extras/skills/artifacts-builder/scripts/init-artifact.sh +322 -0
  16. package/bundles/antigravity-plugin-extras/skills/artifacts-builder/scripts/shadcn-components.tar.gz +0 -0
  17. package/bundles/antigravity-plugin-extras/skills/ascii-art/SKILL.md +144 -0
  18. package/bundles/antigravity-plugin-extras/skills/asking-questions/SKILL.md +81 -0
  19. package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/SKILL.md +118 -0
  20. package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/cross-service/credential-management.md +450 -0
  21. package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/services/browser/README.md +363 -0
  22. package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/services/code-interpreter/README.md +232 -0
  23. package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/services/gateway/README.md +100 -0
  24. package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/services/gateway/deploy-template.sh +117 -0
  25. package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/services/gateway/deployment-strategies.md +416 -0
  26. package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/services/gateway/troubleshooting-guide.md +384 -0
  27. package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/services/gateway/validate-deployment.sh +186 -0
  28. package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/services/identity/README.md +186 -0
  29. package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/services/memory/README.md +253 -0
  30. package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/services/observability/README.md +517 -0
  31. package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/services/runtime/README.md +215 -0
  32. package/bundles/antigravity-plugin-extras/skills/aws-cdk-development/SKILL.md +279 -0
  33. package/bundles/antigravity-plugin-extras/skills/aws-cdk-development/references/cdk-patterns.md +431 -0
  34. package/bundles/antigravity-plugin-extras/skills/aws-cdk-development/scripts/validate-stack.sh +240 -0
  35. package/bundles/antigravity-plugin-extras/skills/aws-cost-operations/SKILL.md +318 -0
  36. package/bundles/antigravity-plugin-extras/skills/aws-cost-operations/references/cloudwatch-alarms.md +567 -0
  37. package/bundles/antigravity-plugin-extras/skills/aws-cost-operations/references/operations-patterns.md +394 -0
  38. package/bundles/antigravity-plugin-extras/skills/aws-serverless-eda/SKILL.md +758 -0
  39. package/bundles/antigravity-plugin-extras/skills/aws-serverless-eda/references/deployment-best-practices.md +830 -0
  40. package/bundles/antigravity-plugin-extras/skills/aws-serverless-eda/references/eda-patterns.md +1002 -0
  41. package/bundles/antigravity-plugin-extras/skills/aws-serverless-eda/references/observability-best-practices.md +770 -0
  42. package/bundles/antigravity-plugin-extras/skills/aws-serverless-eda/references/performance-optimization.md +671 -0
  43. package/bundles/antigravity-plugin-extras/skills/aws-serverless-eda/references/security-best-practices.md +625 -0
  44. package/bundles/antigravity-plugin-extras/skills/aws-serverless-eda/references/serverless-patterns.md +838 -0
  45. package/bundles/antigravity-plugin-extras/skills/backend-to-frontend-handoff/SKILL.md +139 -0
  46. package/bundles/antigravity-plugin-extras/skills/banner-design/SKILL.md +188 -0
  47. package/bundles/antigravity-plugin-extras/skills/brand-design/SKILL.md +298 -0
  48. package/bundles/antigravity-plugin-extras/skills/brand-guidelines/LICENSE.txt +202 -0
  49. package/bundles/antigravity-plugin-extras/skills/brand-guidelines/SKILL.md +118 -0
  50. package/bundles/antigravity-plugin-extras/skills/brand-voice/SKILL.md +93 -0
  51. package/bundles/antigravity-plugin-extras/skills/building-ai-agent-on-cloudflare/SKILL.md +392 -0
  52. package/bundles/antigravity-plugin-extras/skills/building-ai-agent-on-cloudflare/references/agent-patterns.md +461 -0
  53. package/bundles/antigravity-plugin-extras/skills/building-ai-agent-on-cloudflare/references/examples.md +188 -0
  54. package/bundles/antigravity-plugin-extras/skills/building-ai-agent-on-cloudflare/references/state-patterns.md +360 -0
  55. package/bundles/antigravity-plugin-extras/skills/building-ai-agent-on-cloudflare/references/troubleshooting.md +362 -0
  56. package/bundles/antigravity-plugin-extras/skills/building-mcp-server-on-cloudflare/SKILL.md +266 -0
  57. package/bundles/antigravity-plugin-extras/skills/building-mcp-server-on-cloudflare/references/examples.md +115 -0
  58. package/bundles/antigravity-plugin-extras/skills/building-mcp-server-on-cloudflare/references/oauth-setup.md +338 -0
  59. package/bundles/antigravity-plugin-extras/skills/building-mcp-server-on-cloudflare/references/troubleshooting.md +317 -0
  60. package/bundles/antigravity-plugin-extras/skills/caching-patterns/SKILL.md +385 -0
  61. package/bundles/antigravity-plugin-extras/skills/canvas-design/LICENSE.txt +202 -0
  62. package/bundles/antigravity-plugin-extras/skills/canvas-design/SKILL.md +91 -0
  63. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/ArsenalSC-OFL.txt +93 -0
  64. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/ArsenalSC-Regular.ttf +0 -0
  65. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/BigShoulders-Bold.ttf +0 -0
  66. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/BigShoulders-OFL.txt +93 -0
  67. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/BigShoulders-Regular.ttf +0 -0
  68. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Boldonse-OFL.txt +93 -0
  69. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Boldonse-Regular.ttf +0 -0
  70. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/BricolageGrotesque-Bold.ttf +0 -0
  71. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/BricolageGrotesque-OFL.txt +93 -0
  72. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/BricolageGrotesque-Regular.ttf +0 -0
  73. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/CrimsonPro-Bold.ttf +0 -0
  74. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/CrimsonPro-Italic.ttf +0 -0
  75. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/CrimsonPro-OFL.txt +93 -0
  76. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/CrimsonPro-Regular.ttf +0 -0
  77. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/DMMono-OFL.txt +93 -0
  78. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/DMMono-Regular.ttf +0 -0
  79. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/EricaOne-OFL.txt +94 -0
  80. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/EricaOne-Regular.ttf +0 -0
  81. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/GeistMono-Bold.ttf +0 -0
  82. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/GeistMono-OFL.txt +93 -0
  83. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/GeistMono-Regular.ttf +0 -0
  84. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Gloock-OFL.txt +93 -0
  85. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Gloock-Regular.ttf +0 -0
  86. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/IBMPlexMono-Bold.ttf +0 -0
  87. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/IBMPlexMono-OFL.txt +93 -0
  88. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/IBMPlexMono-Regular.ttf +0 -0
  89. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/IBMPlexSerif-Bold.ttf +0 -0
  90. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/IBMPlexSerif-BoldItalic.ttf +0 -0
  91. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/IBMPlexSerif-Italic.ttf +0 -0
  92. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/IBMPlexSerif-Regular.ttf +0 -0
  93. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/InstrumentSans-Bold.ttf +0 -0
  94. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/InstrumentSans-BoldItalic.ttf +0 -0
  95. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/InstrumentSans-Italic.ttf +0 -0
  96. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/InstrumentSans-OFL.txt +93 -0
  97. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/InstrumentSans-Regular.ttf +0 -0
  98. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/InstrumentSerif-Italic.ttf +0 -0
  99. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/InstrumentSerif-Regular.ttf +0 -0
  100. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Italiana-OFL.txt +93 -0
  101. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Italiana-Regular.ttf +0 -0
  102. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/JetBrainsMono-Bold.ttf +0 -0
  103. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/JetBrainsMono-OFL.txt +93 -0
  104. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/JetBrainsMono-Regular.ttf +0 -0
  105. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Jura-Light.ttf +0 -0
  106. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Jura-Medium.ttf +0 -0
  107. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Jura-OFL.txt +93 -0
  108. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/LibreBaskerville-OFL.txt +93 -0
  109. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/LibreBaskerville-Regular.ttf +0 -0
  110. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Lora-Bold.ttf +0 -0
  111. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Lora-BoldItalic.ttf +0 -0
  112. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Lora-Italic.ttf +0 -0
  113. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Lora-OFL.txt +93 -0
  114. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Lora-Regular.ttf +0 -0
  115. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/NationalPark-Bold.ttf +0 -0
  116. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/NationalPark-OFL.txt +93 -0
  117. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/NationalPark-Regular.ttf +0 -0
  118. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/NothingYouCouldDo-OFL.txt +93 -0
  119. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/NothingYouCouldDo-Regular.ttf +0 -0
  120. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Outfit-Bold.ttf +0 -0
  121. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Outfit-OFL.txt +93 -0
  122. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Outfit-Regular.ttf +0 -0
  123. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/PixelifySans-Medium.ttf +0 -0
  124. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/PixelifySans-OFL.txt +93 -0
  125. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/PoiretOne-OFL.txt +93 -0
  126. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/PoiretOne-Regular.ttf +0 -0
  127. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/RedHatMono-Bold.ttf +0 -0
  128. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/RedHatMono-OFL.txt +93 -0
  129. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/RedHatMono-Regular.ttf +0 -0
  130. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Silkscreen-OFL.txt +93 -0
  131. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Silkscreen-Regular.ttf +0 -0
  132. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/SmoochSans-Medium.ttf +0 -0
  133. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/SmoochSans-OFL.txt +93 -0
  134. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Tektur-Medium.ttf +0 -0
  135. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Tektur-OFL.txt +93 -0
  136. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Tektur-Regular.ttf +0 -0
  137. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/WorkSans-Bold.ttf +0 -0
  138. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/WorkSans-BoldItalic.ttf +0 -0
  139. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/WorkSans-Italic.ttf +0 -0
  140. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/WorkSans-OFL.txt +93 -0
  141. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/WorkSans-Regular.ttf +0 -0
  142. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/YoungSerif-OFL.txt +93 -0
  143. package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/YoungSerif-Regular.ttf +0 -0
  144. package/bundles/antigravity-plugin-extras/skills/changelog-generator/SKILL.md +105 -0
  145. package/bundles/antigravity-plugin-extras/skills/code-explainer/SKILL.md +91 -0
  146. package/bundles/antigravity-plugin-extras/skills/competitive-ads-extractor/SKILL.md +294 -0
  147. package/bundles/antigravity-plugin-extras/skills/component-testing/SKILL.md +310 -0
  148. package/bundles/antigravity-plugin-extras/skills/content-research-writer/SKILL.md +539 -0
  149. package/bundles/antigravity-plugin-extras/skills/cross-review/SKILL.md +51 -0
  150. package/bundles/antigravity-plugin-extras/skills/data-analysis/SKILL.md +111 -0
  151. package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/README.md +248 -0
  152. package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/SKILL.md +203 -0
  153. package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/adapter.py.template +44 -0
  154. package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/api-router.py.template +43 -0
  155. package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/contract-test.py.template +384 -0
  156. package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/display-dto.py.template +39 -0
  157. package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/frontend-service.ts.template +46 -0
  158. package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/frontend-types.ts.template +38 -0
  159. package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/ingestion-model.py.template +42 -0
  160. package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/mapping-doc.md.template +46 -0
  161. package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/normalizer.py.template +48 -0
  162. package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/prompts/extract_requirements.md +36 -0
  163. package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/prompts/extract_ui_demand.md +35 -0
  164. package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/prompts/reconcile_mapping.md +66 -0
  165. package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/query-catalog.md.template +62 -0
  166. package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/references/consumer-driven-contracts.md +131 -0
  167. package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/references/drift-check-catalog.md +305 -0
  168. package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/references/layer-responsibilities.md +333 -0
  169. package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/scripts/discover_connections.py +170 -0
  170. package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/scripts/discover_sources.py +161 -0
  171. package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/scripts/drift_check.py +171 -0
  172. package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/scripts/extract_schema.py +1363 -0
  173. package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/scripts/generate_gap_report.py +81 -0
  174. package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/scripts/generate_mapping_doc.py +294 -0
  175. package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/scripts/ts_dto_compare.py +214 -0
  176. package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/scripts/validate_lineage.py +51 -0
  177. package/bundles/antigravity-plugin-extras/skills/data-loader/SKILL.md +753 -0
  178. package/bundles/antigravity-plugin-extras/skills/data-validation/SKILL.md +220 -0
  179. package/bundles/antigravity-plugin-extras/skills/db-testing/SKILL.md +117 -0
  180. package/bundles/antigravity-plugin-extras/skills/deploy-local/SKILL.md +259 -0
  181. package/bundles/antigravity-plugin-extras/skills/design-md/SKILL.md +167 -0
  182. package/bundles/antigravity-plugin-extras/skills/design-system-tokens/SKILL.md +240 -0
  183. package/bundles/antigravity-plugin-extras/skills/design-system-tokens/references/DESIGN-SYSTEM-TEMPLATE.md +577 -0
  184. package/bundles/antigravity-plugin-extras/skills/developer-growth-analysis/SKILL.md +323 -0
  185. package/bundles/antigravity-plugin-extras/skills/doc-coauthoring/SKILL.md +378 -0
  186. package/bundles/antigravity-plugin-extras/skills/documentation-analyzer/SKILL.md +78 -0
  187. package/bundles/antigravity-plugin-extras/skills/domain-name-brainstormer/SKILL.md +213 -0
  188. package/bundles/antigravity-plugin-extras/skills/enterprise-dashboard-aesthetic-system/SKILL.md +120 -0
  189. package/bundles/antigravity-plugin-extras/skills/excalidraw/SKILL.md +193 -0
  190. package/bundles/antigravity-plugin-extras/skills/excalidraw/references/element-types.md +497 -0
  191. package/bundles/antigravity-plugin-extras/skills/excalidraw/references/excalidraw-schema.md +356 -0
  192. package/bundles/antigravity-plugin-extras/skills/excalidraw/references/reliable-diagrams.md +115 -0
  193. package/bundles/antigravity-plugin-extras/skills/excalidraw/scripts/README.md +60 -0
  194. package/bundles/antigravity-plugin-extras/skills/excalidraw/scripts/add-arrow.py +354 -0
  195. package/bundles/antigravity-plugin-extras/skills/excalidraw/scripts/add-icon-to-diagram.py +412 -0
  196. package/bundles/antigravity-plugin-extras/skills/excalidraw/scripts/split-excalidraw-library.py +183 -0
  197. package/bundles/antigravity-plugin-extras/skills/excalidraw/templates/business-flow-swimlane-template.excalidraw +334 -0
  198. package/bundles/antigravity-plugin-extras/skills/excalidraw/templates/class-diagram-template.excalidraw +558 -0
  199. package/bundles/antigravity-plugin-extras/skills/excalidraw/templates/data-flow-diagram-template.excalidraw +279 -0
  200. package/bundles/antigravity-plugin-extras/skills/excalidraw/templates/er-diagram-template.excalidraw +662 -0
  201. package/bundles/antigravity-plugin-extras/skills/excalidraw/templates/flowchart-template.excalidraw +179 -0
  202. package/bundles/antigravity-plugin-extras/skills/excalidraw/templates/mindmap-template.excalidraw +244 -0
  203. package/bundles/antigravity-plugin-extras/skills/excalidraw/templates/relationship-template.excalidraw +145 -0
  204. package/bundles/antigravity-plugin-extras/skills/excalidraw/templates/reliable-flowchart.excalidraw +1 -0
  205. package/bundles/antigravity-plugin-extras/skills/excalidraw/templates/sequence-diagram-template.excalidraw +509 -0
  206. package/bundles/antigravity-plugin-extras/skills/file-organizer/SKILL.md +434 -0
  207. package/bundles/antigravity-plugin-extras/skills/game-changing-features/README.md +221 -0
  208. package/bundles/antigravity-plugin-extras/skills/game-changing-features/SKILL.md +265 -0
  209. package/bundles/antigravity-plugin-extras/skills/github-issues/SKILL.md +359 -0
  210. package/bundles/antigravity-plugin-extras/skills/github-issues/references/templates.md +90 -0
  211. package/bundles/antigravity-plugin-extras/skills/golden-nuggets/SKILL.md +192 -0
  212. package/bundles/antigravity-plugin-extras/skills/humanizer/SKILL.md +194 -0
  213. package/bundles/antigravity-plugin-extras/skills/image-enhancer/SKILL.md +100 -0
  214. package/bundles/antigravity-plugin-extras/skills/intent-writer/SKILL.md +201 -0
  215. package/bundles/antigravity-plugin-extras/skills/internal-comms/LICENSE.txt +202 -0
  216. package/bundles/antigravity-plugin-extras/skills/internal-comms/SKILL.md +124 -0
  217. package/bundles/antigravity-plugin-extras/skills/internal-comms/examples/3p-updates.md +47 -0
  218. package/bundles/antigravity-plugin-extras/skills/internal-comms/examples/company-newsletter.md +65 -0
  219. package/bundles/antigravity-plugin-extras/skills/internal-comms/examples/faq-answers.md +30 -0
  220. package/bundles/antigravity-plugin-extras/skills/internal-comms/examples/general-comms.md +16 -0
  221. package/bundles/antigravity-plugin-extras/skills/invoice-organizer/SKILL.md +447 -0
  222. package/bundles/antigravity-plugin-extras/skills/jira-issues/SKILL.md +182 -0
  223. package/bundles/antigravity-plugin-extras/skills/job-application/SKILL.md +188 -0
  224. package/bundles/antigravity-plugin-extras/skills/lead-research-assistant/SKILL.md +200 -0
  225. package/bundles/antigravity-plugin-extras/skills/llm-application-dev/SKILL.md +217 -0
  226. package/bundles/antigravity-plugin-extras/skills/mcp-builder/LICENSE.txt +202 -0
  227. package/bundles/antigravity-plugin-extras/skills/mcp-builder/SKILL.md +100 -0
  228. package/bundles/antigravity-plugin-extras/skills/mcp-builder/references/evaluation.md +602 -0
  229. package/bundles/antigravity-plugin-extras/skills/mcp-builder/references/mcp_best_practices.md +915 -0
  230. package/bundles/antigravity-plugin-extras/skills/mcp-builder/references/node_mcp_server.md +916 -0
  231. package/bundles/antigravity-plugin-extras/skills/mcp-builder/references/python_mcp_server.md +752 -0
  232. package/bundles/antigravity-plugin-extras/skills/mcp-builder/scripts/connections.py +151 -0
  233. package/bundles/antigravity-plugin-extras/skills/mcp-builder/scripts/evaluation.py +373 -0
  234. package/bundles/antigravity-plugin-extras/skills/mcp-builder/scripts/example_evaluation.xml +22 -0
  235. package/bundles/antigravity-plugin-extras/skills/mcp-builder/scripts/requirements.txt +2 -0
  236. package/bundles/antigravity-plugin-extras/skills/meeting-insights-analyzer/SKILL.md +328 -0
  237. package/bundles/antigravity-plugin-extras/skills/monorepo/SKILL.md +267 -0
  238. package/bundles/antigravity-plugin-extras/skills/naming-analyzer/SKILL.md +376 -0
  239. package/bundles/antigravity-plugin-extras/skills/nextjs-app-router/SKILL.md +271 -0
  240. package/bundles/antigravity-plugin-extras/skills/notebooklm/AUTHENTICATION.md +154 -0
  241. package/bundles/antigravity-plugin-extras/skills/notebooklm/SKILL.md +270 -0
  242. package/bundles/antigravity-plugin-extras/skills/notebooklm/references/api_reference.md +309 -0
  243. package/bundles/antigravity-plugin-extras/skills/notebooklm/references/troubleshooting.md +376 -0
  244. package/bundles/antigravity-plugin-extras/skills/notebooklm/references/usage_patterns.md +338 -0
  245. package/bundles/antigravity-plugin-extras/skills/notebooklm/scripts/__init__.py +81 -0
  246. package/bundles/antigravity-plugin-extras/skills/notebooklm/scripts/ask_question.py +256 -0
  247. package/bundles/antigravity-plugin-extras/skills/notebooklm/scripts/auth_manager.py +358 -0
  248. package/bundles/antigravity-plugin-extras/skills/notebooklm/scripts/browser_session.py +255 -0
  249. package/bundles/antigravity-plugin-extras/skills/notebooklm/scripts/browser_utils.py +107 -0
  250. package/bundles/antigravity-plugin-extras/skills/notebooklm/scripts/cleanup_manager.py +302 -0
  251. package/bundles/antigravity-plugin-extras/skills/notebooklm/scripts/config.py +44 -0
  252. package/bundles/antigravity-plugin-extras/skills/notebooklm/scripts/notebook_manager.py +410 -0
  253. package/bundles/antigravity-plugin-extras/skills/notebooklm/scripts/run.py +102 -0
  254. package/bundles/antigravity-plugin-extras/skills/notebooklm/scripts/setup_environment.py +204 -0
  255. package/bundles/antigravity-plugin-extras/skills/observability/SKILL.md +371 -0
  256. package/bundles/antigravity-plugin-extras/skills/onboard-project/SKILL.md +192 -0
  257. package/bundles/antigravity-plugin-extras/skills/performance-testing/SKILL.md +226 -0
  258. package/bundles/antigravity-plugin-extras/skills/pipeline-state/SKILL.md +208 -0
  259. package/bundles/antigravity-plugin-extras/skills/plantuml/SKILL.md +228 -0
  260. package/bundles/antigravity-plugin-extras/skills/popular-web-designs/SKILL.md +142 -0
  261. package/bundles/antigravity-plugin-extras/skills/popular-web-designs/templates/linear.app.md +196 -0
  262. package/bundles/antigravity-plugin-extras/skills/popular-web-designs/templates/stripe.md +214 -0
  263. package/bundles/antigravity-plugin-extras/skills/popular-web-designs/templates/vercel.md +218 -0
  264. package/bundles/antigravity-plugin-extras/skills/prd-to-code/SKILL.md +127 -0
  265. package/bundles/antigravity-plugin-extras/skills/raffle-winner-picker/SKILL.md +159 -0
  266. package/bundles/antigravity-plugin-extras/skills/react-useeffect/README.md +320 -0
  267. package/bundles/antigravity-plugin-extras/skills/react-useeffect/SKILL.md +53 -0
  268. package/bundles/antigravity-plugin-extras/skills/react-useeffect/alternatives.md +258 -0
  269. package/bundles/antigravity-plugin-extras/skills/react-useeffect/anti-patterns.md +290 -0
  270. package/bundles/antigravity-plugin-extras/skills/receiving-code-review/SKILL.md +213 -0
  271. package/bundles/antigravity-plugin-extras/skills/relay/SKILL.md +246 -0
  272. package/bundles/antigravity-plugin-extras/skills/requesting-code-review/SKILL.md +105 -0
  273. package/bundles/antigravity-plugin-extras/skills/requesting-code-review/code-reviewer.md +146 -0
  274. package/bundles/antigravity-plugin-extras/skills/responsive-mobile-native/SKILL.md +350 -0
  275. package/bundles/antigravity-plugin-extras/skills/responsive-mobile-native/references/pwa-checklist.md +226 -0
  276. package/bundles/antigravity-plugin-extras/skills/responsive-mobile-native/references/touch-and-interaction.md +265 -0
  277. package/bundles/antigravity-plugin-extras/skills/responsive-mobile-native/references/transformation-catalogue.md +326 -0
  278. package/bundles/antigravity-plugin-extras/skills/schema-migration/SKILL.md +275 -0
  279. package/bundles/antigravity-plugin-extras/skills/setup-project-ai/SKILL.md +120 -0
  280. package/bundles/antigravity-plugin-extras/skills/shadcn-radix/SKILL.md +330 -0
  281. package/bundles/antigravity-plugin-extras/skills/sketch/SKILL.md +104 -0
  282. package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/LICENSE.txt +202 -0
  283. package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/SKILL.md +646 -0
  284. package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/core/color_palettes.py +302 -0
  285. package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/core/easing.py +230 -0
  286. package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/core/frame_composer.py +469 -0
  287. package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/core/gif_builder.py +246 -0
  288. package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/core/typography.py +357 -0
  289. package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/core/validators.py +264 -0
  290. package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/core/visual_effects.py +494 -0
  291. package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/requirements.txt +4 -0
  292. package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/bounce.py +106 -0
  293. package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/explode.py +331 -0
  294. package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/fade.py +329 -0
  295. package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/flip.py +291 -0
  296. package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/kaleidoscope.py +211 -0
  297. package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/morph.py +329 -0
  298. package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/move.py +293 -0
  299. package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/pulse.py +268 -0
  300. package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/shake.py +127 -0
  301. package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/slide.py +291 -0
  302. package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/spin.py +269 -0
  303. package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/wiggle.py +300 -0
  304. package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/zoom.py +312 -0
  305. package/bundles/antigravity-plugin-extras/skills/slides/SKILL.md +38 -0
  306. package/bundles/antigravity-plugin-extras/skills/state-tracking/SKILL.md +131 -0
  307. package/bundles/antigravity-plugin-extras/skills/streamlit-dev/SKILL.md +268 -0
  308. package/bundles/antigravity-plugin-extras/skills/svg-create/SKILL.md +251 -0
  309. package/bundles/antigravity-plugin-extras/skills/theme-factory/LICENSE.txt +202 -0
  310. package/bundles/antigravity-plugin-extras/skills/theme-factory/SKILL.md +59 -0
  311. package/bundles/antigravity-plugin-extras/skills/theme-factory/theme-showcase.pdf +0 -0
  312. package/bundles/antigravity-plugin-extras/skills/theme-factory/themes/arctic-frost.md +19 -0
  313. package/bundles/antigravity-plugin-extras/skills/theme-factory/themes/botanical-garden.md +19 -0
  314. package/bundles/antigravity-plugin-extras/skills/theme-factory/themes/desert-rose.md +19 -0
  315. package/bundles/antigravity-plugin-extras/skills/theme-factory/themes/forest-canopy.md +19 -0
  316. package/bundles/antigravity-plugin-extras/skills/theme-factory/themes/golden-hour.md +19 -0
  317. package/bundles/antigravity-plugin-extras/skills/theme-factory/themes/midnight-galaxy.md +19 -0
  318. package/bundles/antigravity-plugin-extras/skills/theme-factory/themes/modern-minimalist.md +19 -0
  319. package/bundles/antigravity-plugin-extras/skills/theme-factory/themes/ocean-depths.md +19 -0
  320. package/bundles/antigravity-plugin-extras/skills/theme-factory/themes/sunset-boulevard.md +19 -0
  321. package/bundles/antigravity-plugin-extras/skills/theme-factory/themes/tech-innovation.md +19 -0
  322. package/bundles/antigravity-plugin-extras/skills/ui-styling-patterns/LICENSE.txt +202 -0
  323. package/bundles/antigravity-plugin-extras/skills/ui-styling-patterns/SKILL.md +320 -0
  324. package/bundles/antigravity-plugin-extras/skills/ui-testing/SKILL.md +660 -0
  325. package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/SKILL.md +660 -0
  326. package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/_sync_all.py +414 -0
  327. package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/app-interface.csv +31 -0
  328. package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/charts.csv +26 -0
  329. package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/colors.csv +162 -0
  330. package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/design.csv +1776 -0
  331. package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/draft.csv +1779 -0
  332. package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/google-fonts.csv +1924 -0
  333. package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/icons.csv +106 -0
  334. package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/landing.csv +35 -0
  335. package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/products.csv +162 -0
  336. package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/react-performance.csv +45 -0
  337. package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/styles.csv +85 -0
  338. package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/typography.csv +74 -0
  339. package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/ui-reasoning.csv +162 -0
  340. package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/ux-guidelines.csv +100 -0
  341. package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/scripts/core.py +247 -0
  342. package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/scripts/design_system.py +1067 -0
  343. package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/scripts/search.py +114 -0
  344. package/bundles/antigravity-plugin-extras/skills/understand-anything/SKILL.md +140 -0
  345. package/bundles/antigravity-plugin-extras/skills/understand-anything/references/commands.md +252 -0
  346. package/bundles/antigravity-plugin-extras/skills/understand-anything/references/graph-schema.md +116 -0
  347. package/bundles/antigravity-plugin-extras/skills/understand-anything/references/pipeline.md +331 -0
  348. package/bundles/antigravity-plugin-extras/skills/update-readme/SKILL.md +74 -0
  349. package/bundles/antigravity-plugin-extras/skills/verification-loop/SKILL.md +209 -0
  350. package/bundles/antigravity-plugin-extras/skills/video-downloader/SKILL.md +107 -0
  351. package/bundles/antigravity-plugin-extras/skills/webapp-development/SKILL.md +288 -0
  352. package/bundles/antigravity-plugin-extras/skills/word-cloud/SKILL.md +339 -0
  353. package/bundles/antigravity-plugin-extras/skills/word-cloud/agents/agent-interface.md +175 -0
  354. package/bundles/antigravity-plugin-extras/skills/word-cloud/references/html.md +384 -0
  355. package/bundles/antigravity-plugin-extras/skills/word-cloud/references/nlp-keywords.md +127 -0
  356. package/bundles/antigravity-plugin-extras/skills/word-cloud/references/palettes.md +149 -0
  357. package/bundles/antigravity-plugin-extras/skills/word-cloud/references/python.md +249 -0
  358. package/bundles/antigravity-plugin-extras/skills/word-cloud/references/react.md +427 -0
  359. package/bundles/antigravity-plugin-extras/skills/word-cloud/references/shapes.md +135 -0
  360. package/bundles/antigravity-plugin-extras/skills/word-cloud/references/stopwords.md +115 -0
  361. package/bundles/antigravity-plugin-extras/skills/youtube-transcript/SKILL.md +416 -0
  362. package/bundles/manifest.json +2 -1
  363. package/dist/cli.js +166 -37
  364. package/package.json +1 -1
@@ -0,0 +1,539 @@
1
+ ---
2
+ name: content-research-writer
3
+ context: fork
4
+ description: Assists in writing high-quality content by conducting research, adding citations, improving hooks, iterating on outlines, and providing real-time feedback on each section. Transforms your writing process from solo effort to collaborative partnership.
5
+ ---
6
+
7
+ # Content Research Writer
8
+
9
+ This skill acts as your writing partner, helping you research, outline, draft, and refine content while maintaining your unique voice and style.
10
+
11
+ ## When to Use This Skill
12
+
13
+ - Writing blog posts, articles, or newsletters
14
+ - Creating educational content or tutorials
15
+ - Drafting thought leadership pieces
16
+ - Researching and writing case studies
17
+ - Producing technical documentation with sources
18
+ - Writing with proper citations and references
19
+ - Improving hooks and introductions
20
+ - Getting section-by-section feedback while writing
21
+
22
+ ## What This Skill Does
23
+
24
+ 1. **Collaborative Outlining**: Helps you structure ideas into coherent outlines
25
+ 2. **Research Assistance**: Finds relevant information and adds citations
26
+ 3. **Hook Improvement**: Strengthens your opening to capture attention
27
+ 4. **Section Feedback**: Reviews each section as you write
28
+ 5. **Voice Preservation**: Maintains your writing style and tone
29
+ 6. **Citation Management**: Adds and formats references properly
30
+ 7. **Iterative Refinement**: Helps you improve through multiple drafts
31
+
32
+ ## How to Use
33
+
34
+ ### Setup Your Writing Environment
35
+
36
+ Create a dedicated folder for your article:
37
+ ```
38
+ mkdir ~/writing/my-article-title
39
+ cd ~/writing/my-article-title
40
+ ```
41
+
42
+ Create your draft file:
43
+ ```
44
+ touch article-draft.md
45
+ ```
46
+
47
+ Open Claude Code from this directory and start writing.
48
+
49
+ ### Basic Workflow
50
+
51
+ 1. **Start with an outline**:
52
+ ```
53
+ Help me create an outline for an article about [topic]
54
+ ```
55
+
56
+ 2. **Research and add citations**:
57
+ ```
58
+ Research [specific topic] and add citations to my outline
59
+ ```
60
+
61
+ 3. **Improve the hook**:
62
+ ```
63
+ Here's my introduction. Help me make the hook more compelling.
64
+ ```
65
+
66
+ 4. **Get section feedback**:
67
+ ```
68
+ I just finished the "Why This Matters" section. Review it and give feedback.
69
+ ```
70
+
71
+ 5. **Refine and polish**:
72
+ ```
73
+ Review the full draft for flow, clarity, and consistency.
74
+ ```
75
+
76
+ ## Instructions
77
+
78
+ When a user requests writing assistance:
79
+
80
+ 1. **Understand the Writing Project**
81
+
82
+ Ask clarifying questions:
83
+ - What's the topic and main argument?
84
+ - Who's the target audience?
85
+ - What's the desired length/format?
86
+ - What's your goal? (educate, persuade, entertain, explain)
87
+ - Any existing research or sources to include?
88
+ - What's your writing style? (formal, conversational, technical)
89
+
90
+ 2. **Collaborative Outlining**
91
+
92
+ Help structure the content:
93
+
94
+ ```markdown
95
+ # Article Outline: [Title]
96
+
97
+ ## Hook
98
+ - [Opening line/story/statistic]
99
+ - [Why reader should care]
100
+
101
+ ## Introduction
102
+ - Context and background
103
+ - Problem statement
104
+ - What this article covers
105
+
106
+ ## Main Sections
107
+
108
+ ### Section 1: [Title]
109
+ - Key point A
110
+ - Key point B
111
+ - Example/evidence
112
+ - [Research needed: specific topic]
113
+
114
+ ### Section 2: [Title]
115
+ - Key point C
116
+ - Key point D
117
+ - Data/citation needed
118
+
119
+ ### Section 3: [Title]
120
+ - Key point E
121
+ - Counter-arguments
122
+ - Resolution
123
+
124
+ ## Conclusion
125
+ - Summary of main points
126
+ - Call to action
127
+ - Final thought
128
+
129
+ ## Research To-Do
130
+ - [ ] Find data on [topic]
131
+ - [ ] Get examples of [concept]
132
+ - [ ] Source citation for [claim]
133
+ ```
134
+
135
+ **Iterate on outline**:
136
+ - Adjust based on feedback
137
+ - Ensure logical flow
138
+ - Identify research gaps
139
+ - Mark sections for deep dives
140
+
141
+ 3. **Conduct Research**
142
+
143
+ When user requests research on a topic:
144
+
145
+ - Search for relevant information
146
+ - Find credible sources
147
+ - Extract key facts, quotes, and data
148
+ - Add citations in requested format
149
+
150
+ Example output:
151
+ ```markdown
152
+ ## Research: AI Impact on Productivity
153
+
154
+ Key Findings:
155
+
156
+ 1. **Productivity Gains**: Studies show 40% time savings for
157
+ content creation tasks [1]
158
+
159
+ 2. **Adoption Rates**: 67% of knowledge workers use AI tools
160
+ weekly [2]
161
+
162
+ 3. **Expert Quote**: "AI augments rather than replaces human
163
+ creativity" - Dr. Jane Smith, MIT [3]
164
+
165
+ Citations:
166
+ [1] McKinsey Global Institute. (2024). "The Economic Potential
167
+ of Generative AI"
168
+ [2] Stack Overflow Developer Survey (2024)
169
+ [3] Smith, J. (2024). MIT Technology Review interview
170
+
171
+ Added to outline under Section 2.
172
+ ```
173
+
174
+ 4. **Improve Hooks**
175
+
176
+ When user shares an introduction, analyze and strengthen:
177
+
178
+ **Current Hook Analysis**:
179
+ - What works: [positive elements]
180
+ - What could be stronger: [areas for improvement]
181
+ - Emotional impact: [current vs. potential]
182
+
183
+ **Suggested Alternatives**:
184
+
185
+ Option 1: [Bold statement]
186
+ > [Example]
187
+ *Why it works: [explanation]*
188
+
189
+ Option 2: [Personal story]
190
+ > [Example]
191
+ *Why it works: [explanation]*
192
+
193
+ Option 3: [Surprising data]
194
+ > [Example]
195
+ *Why it works: [explanation]*
196
+
197
+ **Questions to hook**:
198
+ - Does it create curiosity?
199
+ - Does it promise value?
200
+ - Is it specific enough?
201
+ - Does it match the audience?
202
+
203
+ 5. **Provide Section-by-Section Feedback**
204
+
205
+ As user writes each section, review for:
206
+
207
+ ```markdown
208
+ # Feedback: [Section Name]
209
+
210
+ ## What Works Well ✓
211
+ - [Strength 1]
212
+ - [Strength 2]
213
+ - [Strength 3]
214
+
215
+ ## Suggestions for Improvement
216
+
217
+ ### Clarity
218
+ - [Specific issue] → [Suggested fix]
219
+ - [Complex sentence] → [Simpler alternative]
220
+
221
+ ### Flow
222
+ - [Transition issue] → [Better connection]
223
+ - [Paragraph order] → [Suggested reordering]
224
+
225
+ ### Evidence
226
+ - [Claim needing support] → [Add citation or example]
227
+ - [Generic statement] → [Make more specific]
228
+
229
+ ### Style
230
+ - [Tone inconsistency] → [Match your voice better]
231
+ - [Word choice] → [Stronger alternative]
232
+
233
+ ## Specific Line Edits
234
+
235
+ Original:
236
+ > [Exact quote from draft]
237
+
238
+ Suggested:
239
+ > [Improved version]
240
+
241
+ Why: [Explanation]
242
+
243
+ ## Questions to Consider
244
+ - [Thought-provoking question 1]
245
+ - [Thought-provoking question 2]
246
+
247
+ Ready to move to next section!
248
+ ```
249
+
250
+ 6. **Preserve Writer's Voice**
251
+
252
+ Important principles:
253
+
254
+ - **Learn their style**: Read existing writing samples
255
+ - **Suggest, don't replace**: Offer options, not directives
256
+ - **Match tone**: Formal, casual, technical, friendly
257
+ - **Respect choices**: If they prefer their version, support it
258
+ - **Enhance, don't override**: Make their writing better, not different
259
+
260
+ Ask periodically:
261
+ - "Does this sound like you?"
262
+ - "Is this the right tone?"
263
+ - "Should I be more/less [formal/casual/technical]?"
264
+
265
+ 7. **Citation Management**
266
+
267
+ Handle references based on user preference:
268
+
269
+ **Inline Citations**:
270
+ ```markdown
271
+ Studies show 40% productivity improvement (McKinsey, 2024).
272
+ ```
273
+
274
+ **Numbered References**:
275
+ ```markdown
276
+ Studies show 40% productivity improvement [1].
277
+
278
+ [1] McKinsey Global Institute. (2024)...
279
+ ```
280
+
281
+ **Footnote Style**:
282
+ ```markdown
283
+ Studies show 40% productivity improvement^1
284
+
285
+ ^1: McKinsey Global Institute. (2024)...
286
+ ```
287
+
288
+ Maintain a running citations list:
289
+ ```markdown
290
+ ## References
291
+
292
+ 1. Author. (Year). "Title". Publication.
293
+ 2. Author. (Year). "Title". Publication.
294
+ ...
295
+ ```
296
+
297
+ 8. **Final Review and Polish**
298
+
299
+ When draft is complete, provide comprehensive feedback:
300
+
301
+ ```markdown
302
+ # Full Draft Review
303
+
304
+ ## Overall Assessment
305
+
306
+ **Strengths**:
307
+ - [Major strength 1]
308
+ - [Major strength 2]
309
+ - [Major strength 3]
310
+
311
+ **Impact**: [Overall effectiveness assessment]
312
+
313
+ ## Structure & Flow
314
+ - [Comments on organization]
315
+ - [Transition quality]
316
+ - [Pacing assessment]
317
+
318
+ ## Content Quality
319
+ - [Argument strength]
320
+ - [Evidence sufficiency]
321
+ - [Example effectiveness]
322
+
323
+ ## Technical Quality
324
+ - Grammar and mechanics: [assessment]
325
+ - Consistency: [assessment]
326
+ - Citations: [completeness check]
327
+
328
+ ## Readability
329
+ - Clarity score: [evaluation]
330
+ - Sentence variety: [evaluation]
331
+ - Paragraph length: [evaluation]
332
+
333
+ ## Final Polish Suggestions
334
+
335
+ 1. **Introduction**: [Specific improvements]
336
+ 2. **Body**: [Specific improvements]
337
+ 3. **Conclusion**: [Specific improvements]
338
+ 4. **Title**: [Options if needed]
339
+
340
+ ## Pre-Publish Checklist
341
+ - [ ] All claims sourced
342
+ - [ ] Citations formatted
343
+ - [ ] Examples clear
344
+ - [ ] Transitions smooth
345
+ - [ ] Call to action present
346
+ - [ ] Proofread for typos
347
+
348
+ Ready to publish! 🚀
349
+ ```
350
+
351
+ ## Examples
352
+
353
+ ### Example 1: Teresa Torres's Workflow
354
+
355
+ **User**: "I'm writing an article about continuous discovery. Help me create an outline."
356
+
357
+ **Process**:
358
+ 1. Collaborates on outline structure
359
+ 2. Identifies research needs
360
+ 3. User starts writing introduction
361
+ 4. Reviews and improves the hook
362
+ 5. User writes each section
363
+ 6. Provides feedback after each section
364
+ 7. Conducts research and adds citations
365
+ 8. Final review of complete draft
366
+ 9. Polish and prep for publishing
367
+
368
+ **Result**: Well-researched, properly cited article written in Teresa's voice with strong structure and flow.
369
+
370
+ ### Example 2: Research-Heavy Article
371
+
372
+ **User**: "I'm writing about AI's impact on product management. Help me find current data and examples."
373
+
374
+ **Output**:
375
+ ```markdown
376
+ ## Research Compiled
377
+
378
+ ### Recent Data
379
+ - Gartner: 80% of PMs will use AI tools by 2025 [1]
380
+ - Survey: 45% report faster feature shipping [2]
381
+ - Case study: Airbnb's AI-assisted prioritization [3]
382
+
383
+ ### Expert Quotes
384
+ - "AI amplifies PM judgment, not replaces it" - Marty Cagan
385
+ - [Additional quotes with citations]
386
+
387
+ ### Real Examples
388
+ 1. **Company A**: Used AI for user research synthesis
389
+ - Result: 60% time savings
390
+ - Source: [citation]
391
+
392
+ 2. **Company B**: AI-powered roadmap analysis
393
+ - Result: Better stakeholder alignment
394
+ - Source: [citation]
395
+
396
+ All added to your outline with proper citations.
397
+ ```
398
+
399
+ ### Example 3: Hook Improvement
400
+
401
+ **User's Original Hook**:
402
+ > "Product management is changing because of AI. In this article, I'll discuss some ways AI affects product managers."
403
+
404
+ **Improved Options**:
405
+
406
+ **Option 1 (Data-driven)**:
407
+ > "Last month, I asked AI to analyze 500 customer interviews. It took 30 minutes instead of 3 weeks. Product management will never be the same."
408
+
409
+ **Option 2 (Question)**:
410
+ > "What if you could talk to every customer, read every review, and analyze every support ticket—all before your morning coffee?"
411
+
412
+ **Option 3 (Story)**:
413
+ > "Sarah spent two weeks building the wrong feature. Not because she didn't understand her users, but because she couldn't process the hundreds of interviews fast enough to spot the pattern."
414
+
415
+ ### Example 4: Section Feedback
416
+
417
+ **User**: "Just finished my 'Common Mistakes' section. Thoughts?"
418
+
419
+ **Response**:
420
+ ```markdown
421
+ # Feedback: Common Mistakes Section
422
+
423
+ ## What Works Well ✓
424
+ - Strong examples (the Slack notification story)
425
+ - Clear structure (3 mistakes, clean layout)
426
+ - Practical advice for each mistake
427
+
428
+ ## Suggestions
429
+
430
+ ### Make It More Specific
431
+ Your second point says "Bad prioritization" but could be stronger:
432
+
433
+ Current:
434
+ > "Many teams prioritize badly by focusing on features instead of outcomes."
435
+
436
+ Suggested:
437
+ > "I've watched teams ship 14 features in a quarter yet move none of their key metrics. They prioritized activity over progress."
438
+
439
+ ### Add Data
440
+ The third mistake would benefit from evidence:
441
+ > "[Add citation]: Studies show teams without regular user contact are 3x more likely to build unused features [needs source]"
442
+
443
+ ### Flow Improvement
444
+ Consider reordering: Mistake 3 → Mistake 2 → Mistake 1
445
+ This builds from small to big impact.
446
+
447
+ Ready for the next section!
448
+ ```
449
+
450
+ ## Writing Workflows
451
+
452
+ ### Blog Post Workflow
453
+ 1. Outline together
454
+ 2. Research key points
455
+ 3. Write introduction → get feedback
456
+ 4. Write body sections → feedback each
457
+ 5. Write conclusion → final review
458
+ 6. Polish and edit
459
+
460
+ ### Newsletter Workflow
461
+ 1. Discuss hook ideas
462
+ 2. Quick outline (shorter format)
463
+ 3. Draft in one session
464
+ 4. Review for clarity and links
465
+ 5. Quick polish
466
+
467
+ ### Technical Tutorial Workflow
468
+ 1. Outline steps
469
+ 2. Write code examples
470
+ 3. Add explanations
471
+ 4. Test instructions
472
+ 5. Add troubleshooting section
473
+ 6. Final review for accuracy
474
+
475
+ ### Thought Leadership Workflow
476
+ 1. Brainstorm unique angle
477
+ 2. Research existing perspectives
478
+ 3. Develop your thesis
479
+ 4. Write with strong POV
480
+ 5. Add supporting evidence
481
+ 6. Craft compelling conclusion
482
+
483
+ ## Pro Tips
484
+
485
+ 1. **Work in VS Code**: Better than web Claude for long-form writing
486
+ 2. **One section at a time**: Get feedback incrementally
487
+ 3. **Save research separately**: Keep a research.md file
488
+ 4. **Version your drafts**: article-v1.md, article-v2.md, etc.
489
+ 5. **Read aloud**: Use feedback to identify clunky sentences
490
+ 6. **Set deadlines**: "I want to finish the draft today"
491
+ 7. **Take breaks**: Write, get feedback, pause, revise
492
+
493
+ ## File Organization
494
+
495
+ Recommended structure for writing projects:
496
+
497
+ ```
498
+ ~/writing/article-name/
499
+ ├── outline.md # Your outline
500
+ ├── research.md # All research and citations
501
+ ├── draft-v1.md # First draft
502
+ ├── draft-v2.md # Revised draft
503
+ ├── final.md # Publication-ready
504
+ ├── feedback.md # Collected feedback
505
+ └── sources/ # Reference materials
506
+ ├── study1.pdf
507
+ └── article2.md
508
+ ```
509
+
510
+ ## Best Practices
511
+
512
+ ### For Research
513
+ - Verify sources before citing
514
+ - Use recent data when possible
515
+ - Balance different perspectives
516
+ - Link to original sources
517
+
518
+ ### For Feedback
519
+ - Be specific about what you want: "Is this too technical?"
520
+ - Share your concerns: "I'm worried this section drags"
521
+ - Ask questions: "Does this flow logically?"
522
+ - Request alternatives: "What's another way to explain this?"
523
+
524
+ ### For Voice
525
+ - Share examples of your writing
526
+ - Specify tone preferences
527
+ - Point out good matches: "That sounds like me!"
528
+ - Flag mismatches: "Too formal for my style"
529
+
530
+ ## Related Use Cases
531
+
532
+ - Creating social media posts from articles
533
+ - Adapting content for different audiences
534
+ - Writing email newsletters
535
+ - Drafting technical documentation
536
+ - Creating presentation content
537
+ - Writing case studies
538
+ - Developing course outlines
539
+
@@ -0,0 +1,51 @@
1
+ ---
2
+ name: cross-review
3
+ description: Cross-vendor code review — have a different vendor's model (DeepSeek/GLM/any OpenAI-compatible endpoint) review the current diff to catch bugs a same-vendor reviewer misses. Use after a phase is green and before commit/merge, or for a second opinion on a risky diff.
4
+ ---
5
+
6
+ # Cross-Review — a second-vendor set of eyes on your diff
7
+
8
+ A different vendor's model has different blind spots. Claude reviewing Claude's diff shares those
9
+ blind spots; a **DeepSeek** (or GLM, or any OpenAI-compatible) reviewer catches a different class of
10
+ issue. This skill runs that second reviewer over the current changes and acts on its verdict.
11
+
12
+ ## When to use
13
+ - After a phase is green, **before** you commit or merge.
14
+ - On a risky diff (auth, crypto, data-touching, concurrency) where a second opinion is cheap insurance.
15
+ - NOT a replacement for the in-repo `/caddis:code-review` — this is the *cross-vendor* complement.
16
+
17
+ ## Prerequisites (one-time)
18
+ Only the key is mandatory — the tool ships **provider presets** (default `deepseek`, the cheapest + most
19
+ architecturally distinct-from-Claude option; a review costs well under a cent):
20
+ ```
21
+ REVIEW_API_KEY = <your provider key> # REQUIRED (exit 3 without it)
22
+ REVIEW_PROVIDER = deepseek # optional: deepseek | glm | openrouter (default deepseek)
23
+ REVIEW_BASE_URL = ... # optional: overrides the preset's URL
24
+ REVIEW_MODEL = ... # optional: overrides the preset's model id
25
+ ```
26
+ Switch provider with one flag: `--provider glm` (or `REVIEW_PROVIDER=glm`). **Future-proofing:** model ids
27
+ churn — the preset table in `oss_review.py` is the one place to edit a rename, and `REVIEW_MODEL` /
28
+ `REVIEW_BASE_URL` always win, so you can point at any new id without touching code.
29
+
30
+ ## How to run
31
+ From the repo root (the tool ships at `.github/tools/oss_review.py`):
32
+ ```
33
+ python .github/tools/oss_review.py # review the working tree (staged+unstaged)
34
+ python .github/tools/oss_review.py --range origin/main..HEAD # review a branch's commits
35
+ ```
36
+ Optional flags: `--cwd <repo>`, `--base-url <url>`, `--model <id>` (override the env).
37
+
38
+ ## Interpret the exit code
39
+ - **0 — REVIEW: CLEAN** → no blocking issues. Proceed.
40
+ - **1 — REVIEW: BLOCKING** → the reviewer found blocking issues. **Read the printed findings, then FIX
41
+ each blocking item** (or, if you judge one a false positive, state explicitly why it's safe to ignore).
42
+ Re-run until CLEAN.
43
+ - **2 — error** → no verdict parsed, a git failure, or an endpoint/parse failure. Read stderr; do not
44
+ treat this as CLEAN — investigate.
45
+ - **3 — misconfigured** → `REVIEW_API_KEY` is unset. Set it (see Prerequisites) and re-run.
46
+
47
+ ## Rules
48
+ - This is a **read-only second opinion** — the tool never edits, commits, or pushes. YOU apply fixes in
49
+ the main thread after reading the findings.
50
+ - Treat exit 2/3 as blocking-unknown, never as approval (the tool is fail-closed by design).
51
+ - Different vendor ⇒ different style; weigh its findings on merit, don't cargo-cult them.
@@ -0,0 +1,111 @@
1
+ ---
2
+ name: data-analysis
3
+ context: fork
4
+ description: Analyze datasets and generate insights with a systematic 5-phase workflow. Use when user provides data for analysis, asks about patterns, or needs visualizations.
5
+ ---
6
+
7
+ # Data Analysis Skill
8
+
9
+ Systematically analyze datasets to extract insights, identify patterns, and create visualizations.
10
+
11
+ ## When to Use
12
+
13
+ - User provides a dataset for analysis
14
+ - User asks "analyze this data"
15
+ - User wants insights from a CSV, DataFrame, or database table
16
+ - User asks about data quality or patterns
17
+
18
+ ---
19
+
20
+ ## Phase 1: Data Discovery
21
+
22
+ ```python
23
+ import pandas as pd
24
+
25
+ df = pd.read_csv("data.csv")
26
+ print(f"Shape: {df.shape}")
27
+ print(f"Columns:\n{df.dtypes}")
28
+ print(f"First rows:\n{df.head()}")
29
+
30
+ # Data quality
31
+ missing = df.isnull().sum()
32
+ duplicates = df.duplicated().sum()
33
+ ```
34
+
35
+ **Output**: Data Discovery Report (shape, types, quality, initial observations)
36
+
37
+ ## Phase 2: Exploratory Analysis
38
+
39
+ ```python
40
+ import plotly.express as px
41
+
42
+ # Distributions, time series, correlations, outliers
43
+ for col in numeric_cols:
44
+ fig = px.histogram(df, x=col, title=f"Distribution of {col}")
45
+ fig.show()
46
+
47
+ corr = df[numeric_cols].corr()
48
+ fig = px.imshow(corr, text_auto=True, title="Correlation Matrix")
49
+ fig.show()
50
+ ```
51
+
52
+ ## Phase 3: Deep Analysis
53
+
54
+ - Segmentation by category
55
+ - Comparative analysis (box plots)
56
+ - Statistical tests if needed
57
+ - Trend decomposition for time series
58
+
59
+ ## Phase 4: Insight Generation
60
+
61
+ For each insight:
62
+ 1. **Finding**: What the data shows
63
+ 2. **Evidence**: Supporting numbers/charts
64
+ 3. **Implication**: What this means for the business
65
+ 4. **Recommendation**: What action to take
66
+
67
+ ## Phase 5: Report
68
+
69
+ ```markdown
70
+ # Data Analysis Report
71
+
72
+ ## Executive Summary
73
+ ## Dataset Overview
74
+ ## Key Insights
75
+ ## Recommendations
76
+ ## Appendix (methodology, data quality notes)
77
+ ```
78
+
79
+ ---
80
+
81
+ ## Branded Charts
82
+
83
+ ```python
84
+ CHART_COLORS = ["<BRAND_PRIMARY>", "<BRAND_DARK>", "#6B7280", "#9CA3AF"]
85
+
86
+ fig.update_layout(
87
+ template="plotly_white",
88
+ font_family="Inter, sans-serif",
89
+ color_discrete_sequence=CHART_COLORS
90
+ )
91
+ ```
92
+
93
+ ---
94
+
95
+ ## Checklist
96
+
97
+ - [ ] Data loaded and validated
98
+ - [ ] Missing values addressed
99
+ - [ ] Distributions analyzed
100
+ - [ ] Trends identified
101
+ - [ ] Correlations checked
102
+ - [ ] Outliers investigated
103
+ - [ ] Insights are actionable
104
+ - [ ] Visualizations are clear
105
+ - [ ] Report is well-structured
106
+
107
+ ### Cross-Source Join Safety (when analysis involves merging data from multiple sources)
108
+
109
+ - [ ] **Join key type compatibility**: Document column types of join keys in each source. Flag type mismatches (e.g., `INT` vs `VARCHAR`) and document required CAST/conversion.
110
+ - [ ] **Row cardinality**: Verify whether join keys are unique per source. If 1:N, document deduplication strategy.
111
+ - [ ] **Sample merge validation**: Test-merge on sample data, verify output row count matches expectations.