anchi-kit 1.2.1 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1257) hide show
  1. package/.antigravity/compliance/audit-standard.yaml +70 -0
  2. package/.antigravity/compliance/data-retention.yaml +55 -0
  3. package/.antigravity/compliance/gdpr-checklist.yaml +73 -0
  4. package/.antigravity/data-classification.yaml +138 -0
  5. package/.antigravity/deploy-guard.yaml +135 -0
  6. package/.cursor/compliance/audit-standard.yaml +70 -0
  7. package/.cursor/compliance/data-retention.yaml +55 -0
  8. package/.cursor/compliance/gdpr-checklist.yaml +73 -0
  9. package/.cursor/data-classification.yaml +138 -0
  10. package/.cursor/deploy-guard.yaml +135 -0
  11. package/ANTIGRAVITY.md +379 -0
  12. package/CHANGELOG.md +27 -4
  13. package/CURSOR.md +53 -1
  14. package/README.md +3 -3
  15. package/docs/reference/ARCHITECTURE.md +3 -3
  16. package/docs/reference/ORCHESTRATION.md +11 -11
  17. package/docs/team/ONBOARDING.md +1 -1
  18. package/docs/team/README.md +1 -1
  19. package/docs/team/ROLES_PERMISSIONS.md +1 -1
  20. package/docs/team/SETUP_GUIDE.md +1 -1
  21. package/docs/team/TEAM_WORKFLOW.md +1 -1
  22. package/package.json +31 -5
  23. package/presets/memory-template/.ai-audit/README.md +42 -0
  24. package/presets/memory-template/.ai-memory/README.md +42 -0
  25. package/presets/memory-template/.ai-memory/context.json +11 -0
  26. package/presets/memory-template/.ai-memory/decisions.json +1 -0
  27. package/presets/memory-template/.ai-memory/graph/.gitkeep +1 -0
  28. package/presets/memory-template/.ai-memory/sessions/.gitkeep +1 -0
  29. package/presets/memory-template/.ai-memory/vector/.gitkeep +1 -0
  30. package/presets/professional/contract.json +1 -1
  31. package/presets/rapid/contract.json +1 -1
  32. package/scripts/pre-commit-secrets.ps1 +84 -0
  33. package/scripts/pre-commit-secrets.sh +86 -0
  34. package/src/cli.js +25 -4
  35. package/src/commands/dashboard.js +8 -34
  36. package/src/commands/init.js +2 -2
  37. package/src/commands/scan.js +103 -0
  38. package/src/commands/security.js +420 -0
  39. package/src/lib/encryptedStorage.js +326 -0
  40. package/src/lib/secretScanner.js +330 -0
  41. package/src/lib/vector/store.js +2 -0
  42. package/.antigravity/.ai-memory/context.json +0 -36
  43. package/.antigravity/.ai-memory/knowledge-graph.json +0 -3470
  44. package/.antigravity/anchi-kit.config.yaml +0 -32
  45. package/.antigravity/codebase-index.json +0 -3049
  46. package/.antigravity/skills/.env.example +0 -100
  47. package/.antigravity/skills/INSTALLATION.md +0 -360
  48. package/.antigravity/skills/SKILLS_INDEX.md +0 -118
  49. package/.antigravity/skills/THIRD_PARTY_NOTICES.md +0 -405
  50. package/.antigravity/skills/_packs/common/pack-architecture.md +0 -40
  51. package/.antigravity/skills/_packs/common/pack-devops.md +0 -43
  52. package/.antigravity/skills/_packs/common/pack-productivity.md +0 -37
  53. package/.antigravity/skills/_packs/common/pack-quality.md +0 -41
  54. package/.antigravity/skills/_packs/data/pack-ai.md +0 -41
  55. package/.antigravity/skills/_packs/data/pack-data-science.md +0 -36
  56. package/.antigravity/skills/_packs/mobile/pack-mobile.md +0 -40
  57. package/.antigravity/skills/_packs/web/pack-backend.md +0 -61
  58. package/.antigravity/skills/_packs/web/pack-frontend.md +0 -66
  59. package/.antigravity/skills/_packs/web3/pack-blockchain.md +0 -37
  60. package/.antigravity/skills/_template.md +0 -30
  61. package/.antigravity/skills/advanced-coding/references/getting-started.md +0 -93
  62. package/.antigravity/skills/aesthetic/assets/design-guideline-template.md +0 -163
  63. package/.antigravity/skills/aesthetic/assets/design-story-template.md +0 -135
  64. package/.antigravity/skills/aesthetic/references/design-principles.md +0 -62
  65. package/.antigravity/skills/aesthetic/references/design-resources.md +0 -75
  66. package/.antigravity/skills/aesthetic/references/micro-interactions.md +0 -53
  67. package/.antigravity/skills/aesthetic/references/storytelling-design.md +0 -50
  68. package/.antigravity/skills/agent_skills_spec.md +0 -55
  69. package/.antigravity/skills/ai-multimodal/.env.example +0 -181
  70. package/.antigravity/skills/ai-multimodal/references/audio-processing.md +0 -386
  71. package/.antigravity/skills/ai-multimodal/references/image-generation.md +0 -722
  72. package/.antigravity/skills/ai-multimodal/references/video-analysis.md +0 -515
  73. package/.antigravity/skills/ai-multimodal/references/video-generation.md +0 -457
  74. package/.antigravity/skills/ai-multimodal/references/vision-understanding.md +0 -492
  75. package/.antigravity/skills/ai-multimodal/scripts/.coverage +0 -0
  76. package/.antigravity/skills/ai-multimodal/scripts/check_setup.py +0 -299
  77. package/.antigravity/skills/ai-multimodal/scripts/document_converter.py +0 -395
  78. package/.antigravity/skills/ai-multimodal/scripts/gemini_batch_process.py +0 -896
  79. package/.antigravity/skills/ai-multimodal/scripts/media_optimizer.py +0 -506
  80. package/.antigravity/skills/ai-multimodal/scripts/requirements.txt +0 -26
  81. package/.antigravity/skills/ai-multimodal/scripts/tests/.coverage +0 -0
  82. package/.antigravity/skills/ai-multimodal/scripts/tests/requirements.txt +0 -20
  83. package/.antigravity/skills/ai-multimodal/scripts/tests/test_document_converter.py +0 -74
  84. package/.antigravity/skills/ai-multimodal/scripts/tests/test_failures.log +0 -258
  85. package/.antigravity/skills/ai-multimodal/scripts/tests/test_gemini_batch_process.py +0 -362
  86. package/.antigravity/skills/ai-multimodal/scripts/tests/test_media_optimizer.py +0 -373
  87. package/.antigravity/skills/backend-development/references/backend-api-design.md +0 -495
  88. package/.antigravity/skills/backend-development/references/backend-architecture.md +0 -454
  89. package/.antigravity/skills/backend-development/references/backend-authentication.md +0 -338
  90. package/.antigravity/skills/backend-development/references/backend-code-quality.md +0 -659
  91. package/.antigravity/skills/backend-development/references/backend-debugging.md +0 -904
  92. package/.antigravity/skills/backend-development/references/backend-devops.md +0 -494
  93. package/.antigravity/skills/backend-development/references/backend-mindset.md +0 -387
  94. package/.antigravity/skills/backend-development/references/backend-performance.md +0 -397
  95. package/.antigravity/skills/backend-development/references/backend-security.md +0 -290
  96. package/.antigravity/skills/backend-development/references/backend-technologies.md +0 -256
  97. package/.antigravity/skills/backend-development/references/backend-testing.md +0 -429
  98. package/.antigravity/skills/better-auth/references/advanced-features.md +0 -553
  99. package/.antigravity/skills/better-auth/references/database-integration.md +0 -577
  100. package/.antigravity/skills/better-auth/references/email-password-auth.md +0 -416
  101. package/.antigravity/skills/better-auth/references/oauth-providers.md +0 -430
  102. package/.antigravity/skills/better-auth/scripts/.coverage +0 -0
  103. package/.antigravity/skills/better-auth/scripts/better_auth_init.py +0 -521
  104. package/.antigravity/skills/better-auth/scripts/requirements.txt +0 -15
  105. package/.antigravity/skills/better-auth/scripts/tests/.coverage +0 -0
  106. package/.antigravity/skills/better-auth/scripts/tests/test_better_auth_init.py +0 -421
  107. package/.antigravity/skills/changelog-generator/assets/changelog-template.md +0 -60
  108. package/.antigravity/skills/changelog-generator/scripts/generate-changelog.js +0 -181
  109. package/.antigravity/skills/chrome-devtools/references/cdp-domains.md +0 -694
  110. package/.antigravity/skills/chrome-devtools/references/performance-guide.md +0 -940
  111. package/.antigravity/skills/chrome-devtools/references/puppeteer-reference.md +0 -953
  112. package/.antigravity/skills/chrome-devtools/scripts/__tests__/selector.test.js +0 -210
  113. package/.antigravity/skills/chrome-devtools/scripts/click.js +0 -79
  114. package/.antigravity/skills/chrome-devtools/scripts/console.js +0 -75
  115. package/.antigravity/skills/chrome-devtools/scripts/evaluate.js +0 -49
  116. package/.antigravity/skills/chrome-devtools/scripts/fill.js +0 -72
  117. package/.antigravity/skills/chrome-devtools/scripts/install-deps.sh +0 -181
  118. package/.antigravity/skills/chrome-devtools/scripts/install.sh +0 -83
  119. package/.antigravity/skills/chrome-devtools/scripts/lib/browser.js +0 -122
  120. package/.antigravity/skills/chrome-devtools/scripts/lib/selector.js +0 -178
  121. package/.antigravity/skills/chrome-devtools/scripts/navigate.js +0 -46
  122. package/.antigravity/skills/chrome-devtools/scripts/network.js +0 -102
  123. package/.antigravity/skills/chrome-devtools/scripts/package.json +0 -15
  124. package/.antigravity/skills/chrome-devtools/scripts/performance.js +0 -145
  125. package/.antigravity/skills/chrome-devtools/scripts/screenshot.js +0 -180
  126. package/.antigravity/skills/chrome-devtools/scripts/snapshot.js +0 -131
  127. package/.antigravity/skills/claude-code/references/advanced-features.md +0 -399
  128. package/.antigravity/skills/claude-code/references/agent-skills.md +0 -399
  129. package/.antigravity/skills/claude-code/references/api-reference.md +0 -498
  130. package/.antigravity/skills/claude-code/references/best-practices.md +0 -447
  131. package/.antigravity/skills/claude-code/references/cicd-integration.md +0 -428
  132. package/.antigravity/skills/claude-code/references/common-workflows.md +0 -119
  133. package/.antigravity/skills/claude-code/references/configuration.md +0 -480
  134. package/.antigravity/skills/claude-code/references/enterprise-features.md +0 -472
  135. package/.antigravity/skills/claude-code/references/getting-started.md +0 -252
  136. package/.antigravity/skills/claude-code/references/hooks-and-plugins.md +0 -444
  137. package/.antigravity/skills/claude-code/references/hooks-comprehensive.md +0 -622
  138. package/.antigravity/skills/claude-code/references/ide-integration.md +0 -316
  139. package/.antigravity/skills/claude-code/references/mcp-integration.md +0 -386
  140. package/.antigravity/skills/claude-code/references/slash-commands.md +0 -489
  141. package/.antigravity/skills/claude-code/references/troubleshooting.md +0 -456
  142. package/.antigravity/skills/code-review/references/code-review-reception.md +0 -209
  143. package/.antigravity/skills/code-review/references/requesting-code-review.md +0 -105
  144. package/.antigravity/skills/code-review/references/verification-before-completion.md +0 -139
  145. package/.antigravity/skills/common/api_key_helper.py +0 -300
  146. package/.antigravity/skills/comprehensive-review/complexity.md +0 -11
  147. package/.antigravity/skills/comprehensive-review/index.yaml +0 -19
  148. package/.antigravity/skills/comprehensive-review/maintainability.md +0 -12
  149. package/.antigravity/skills/comprehensive-review/readability.md +0 -12
  150. package/.antigravity/skills/databases/references/mongodb-aggregation.md +0 -447
  151. package/.antigravity/skills/databases/references/mongodb-atlas.md +0 -465
  152. package/.antigravity/skills/databases/references/mongodb-crud.md +0 -408
  153. package/.antigravity/skills/databases/references/mongodb-indexing.md +0 -442
  154. package/.antigravity/skills/databases/references/postgresql-administration.md +0 -594
  155. package/.antigravity/skills/databases/references/postgresql-performance.md +0 -527
  156. package/.antigravity/skills/databases/references/postgresql-psql-cli.md +0 -467
  157. package/.antigravity/skills/databases/references/postgresql-queries.md +0 -475
  158. package/.antigravity/skills/databases/scripts/.coverage +0 -0
  159. package/.antigravity/skills/databases/scripts/db_backup.py +0 -502
  160. package/.antigravity/skills/databases/scripts/db_migrate.py +0 -414
  161. package/.antigravity/skills/databases/scripts/db_performance_check.py +0 -444
  162. package/.antigravity/skills/databases/scripts/requirements.txt +0 -20
  163. package/.antigravity/skills/databases/scripts/tests/coverage-db.json +0 -1
  164. package/.antigravity/skills/databases/scripts/tests/requirements.txt +0 -4
  165. package/.antigravity/skills/databases/scripts/tests/test_db_backup.py +0 -340
  166. package/.antigravity/skills/databases/scripts/tests/test_db_migrate.py +0 -277
  167. package/.antigravity/skills/databases/scripts/tests/test_db_performance_check.py +0 -370
  168. package/.antigravity/skills/debugging/references/defense-in-depth.md +0 -124
  169. package/.antigravity/skills/debugging/references/root-cause-analysis-methods.md +0 -140
  170. package/.antigravity/skills/debugging/references/root-cause-tracing.md +0 -122
  171. package/.antigravity/skills/debugging/references/systematic-debugging.md +0 -102
  172. package/.antigravity/skills/debugging/references/verification.md +0 -123
  173. package/.antigravity/skills/debugging/scripts/find-polluter.sh +0 -63
  174. package/.antigravity/skills/debugging/scripts/find-polluter.test.md +0 -102
  175. package/.antigravity/skills/devops/.env.example +0 -76
  176. package/.antigravity/skills/devops/references/browser-rendering.md +0 -305
  177. package/.antigravity/skills/devops/references/cloudflare-d1-kv.md +0 -123
  178. package/.antigravity/skills/devops/references/cloudflare-platform.md +0 -271
  179. package/.antigravity/skills/devops/references/cloudflare-r2-storage.md +0 -280
  180. package/.antigravity/skills/devops/references/cloudflare-workers-advanced.md +0 -312
  181. package/.antigravity/skills/devops/references/cloudflare-workers-apis.md +0 -309
  182. package/.antigravity/skills/devops/references/cloudflare-workers-basics.md +0 -418
  183. package/.antigravity/skills/devops/references/docker-basics.md +0 -297
  184. package/.antigravity/skills/devops/references/docker-compose.md +0 -292
  185. package/.antigravity/skills/devops/references/gcloud-platform.md +0 -297
  186. package/.antigravity/skills/devops/references/gcloud-services.md +0 -304
  187. package/.antigravity/skills/devops/scripts/cloudflare_deploy.py +0 -269
  188. package/.antigravity/skills/devops/scripts/docker_optimize.py +0 -320
  189. package/.antigravity/skills/devops/scripts/requirements.txt +0 -20
  190. package/.antigravity/skills/devops/scripts/tests/requirements.txt +0 -3
  191. package/.antigravity/skills/devops/scripts/tests/test_cloudflare_deploy.py +0 -285
  192. package/.antigravity/skills/devops/scripts/tests/test_docker_optimize.py +0 -436
  193. package/.antigravity/skills/docs-seeker/.env.example +0 -15
  194. package/.antigravity/skills/docs-seeker/package.json +0 -25
  195. package/.antigravity/skills/docs-seeker/references/advanced.md +0 -79
  196. package/.antigravity/skills/docs-seeker/references/context7-patterns.md +0 -68
  197. package/.antigravity/skills/docs-seeker/references/errors.md +0 -68
  198. package/.antigravity/skills/docs-seeker/scripts/analyze-llms-txt.js +0 -211
  199. package/.antigravity/skills/docs-seeker/scripts/detect-topic.js +0 -172
  200. package/.antigravity/skills/docs-seeker/scripts/fetch-docs.js +0 -213
  201. package/.antigravity/skills/docs-seeker/scripts/tests/run-tests.js +0 -72
  202. package/.antigravity/skills/docs-seeker/scripts/tests/test-analyze-llms.js +0 -119
  203. package/.antigravity/skills/docs-seeker/scripts/tests/test-detect-topic.js +0 -112
  204. package/.antigravity/skills/docs-seeker/scripts/tests/test-fetch-docs.js +0 -84
  205. package/.antigravity/skills/docs-seeker/scripts/utils/env-loader.js +0 -94
  206. package/.antigravity/skills/docs-seeker/workflows/library-search.md +0 -87
  207. package/.antigravity/skills/docs-seeker/workflows/repo-analysis.md +0 -91
  208. package/.antigravity/skills/docs-seeker/workflows/topic-search.md +0 -77
  209. package/.antigravity/skills/document-skills/docx/LICENSE.txt +0 -30
  210. package/.antigravity/skills/document-skills/docx/SKILL.md +0 -197
  211. package/.antigravity/skills/document-skills/docx/docx-js.md +0 -350
  212. package/.antigravity/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +0 -1499
  213. package/.antigravity/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +0 -146
  214. package/.antigravity/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +0 -1085
  215. package/.antigravity/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +0 -11
  216. package/.antigravity/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd +0 -3081
  217. package/.antigravity/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +0 -23
  218. package/.antigravity/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +0 -185
  219. package/.antigravity/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +0 -287
  220. package/.antigravity/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd +0 -1676
  221. package/.antigravity/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +0 -28
  222. package/.antigravity/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +0 -144
  223. package/.antigravity/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +0 -174
  224. package/.antigravity/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +0 -25
  225. package/.antigravity/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +0 -18
  226. package/.antigravity/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +0 -59
  227. package/.antigravity/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +0 -56
  228. package/.antigravity/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +0 -195
  229. package/.antigravity/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd +0 -582
  230. package/.antigravity/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +0 -25
  231. package/.antigravity/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd +0 -4439
  232. package/.antigravity/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd +0 -570
  233. package/.antigravity/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +0 -509
  234. package/.antigravity/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +0 -12
  235. package/.antigravity/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +0 -108
  236. package/.antigravity/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +0 -96
  237. package/.antigravity/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd +0 -3646
  238. package/.antigravity/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd +0 -116
  239. package/.antigravity/skills/document-skills/docx/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd +0 -42
  240. package/.antigravity/skills/document-skills/docx/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd +0 -50
  241. package/.antigravity/skills/document-skills/docx/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd +0 -49
  242. package/.antigravity/skills/document-skills/docx/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd +0 -33
  243. package/.antigravity/skills/document-skills/docx/ooxml/schemas/mce/mc.xsd +0 -75
  244. package/.antigravity/skills/document-skills/docx/ooxml/schemas/microsoft/wml-2010.xsd +0 -560
  245. package/.antigravity/skills/document-skills/docx/ooxml/schemas/microsoft/wml-2012.xsd +0 -67
  246. package/.antigravity/skills/document-skills/docx/ooxml/schemas/microsoft/wml-2018.xsd +0 -14
  247. package/.antigravity/skills/document-skills/docx/ooxml/schemas/microsoft/wml-cex-2018.xsd +0 -20
  248. package/.antigravity/skills/document-skills/docx/ooxml/schemas/microsoft/wml-cid-2016.xsd +0 -13
  249. package/.antigravity/skills/document-skills/docx/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd +0 -4
  250. package/.antigravity/skills/document-skills/docx/ooxml/schemas/microsoft/wml-symex-2015.xsd +0 -8
  251. package/.antigravity/skills/document-skills/docx/ooxml/scripts/pack.py +0 -159
  252. package/.antigravity/skills/document-skills/docx/ooxml/scripts/unpack.py +0 -29
  253. package/.antigravity/skills/document-skills/docx/ooxml/scripts/validate.py +0 -69
  254. package/.antigravity/skills/document-skills/docx/ooxml/scripts/validation/__init__.py +0 -15
  255. package/.antigravity/skills/document-skills/docx/ooxml/scripts/validation/base.py +0 -951
  256. package/.antigravity/skills/document-skills/docx/ooxml/scripts/validation/docx.py +0 -274
  257. package/.antigravity/skills/document-skills/docx/ooxml/scripts/validation/pptx.py +0 -315
  258. package/.antigravity/skills/document-skills/docx/ooxml/scripts/validation/redlining.py +0 -279
  259. package/.antigravity/skills/document-skills/docx/ooxml.md +0 -610
  260. package/.antigravity/skills/document-skills/docx/scripts/__init__.py +0 -1
  261. package/.antigravity/skills/document-skills/docx/scripts/document.py +0 -1276
  262. package/.antigravity/skills/document-skills/docx/scripts/templates/comments.xml +0 -3
  263. package/.antigravity/skills/document-skills/docx/scripts/templates/commentsExtended.xml +0 -3
  264. package/.antigravity/skills/document-skills/docx/scripts/templates/commentsExtensible.xml +0 -3
  265. package/.antigravity/skills/document-skills/docx/scripts/templates/commentsIds.xml +0 -3
  266. package/.antigravity/skills/document-skills/docx/scripts/templates/people.xml +0 -3
  267. package/.antigravity/skills/document-skills/docx/scripts/utilities.py +0 -374
  268. package/.antigravity/skills/document-skills/pdf/LICENSE.txt +0 -30
  269. package/.antigravity/skills/document-skills/pdf/SKILL.md +0 -294
  270. package/.antigravity/skills/document-skills/pdf/forms.md +0 -205
  271. package/.antigravity/skills/document-skills/pdf/reference.md +0 -612
  272. package/.antigravity/skills/document-skills/pdf/scripts/check_bounding_boxes.py +0 -70
  273. package/.antigravity/skills/document-skills/pdf/scripts/check_bounding_boxes_test.py +0 -226
  274. package/.antigravity/skills/document-skills/pdf/scripts/check_fillable_fields.py +0 -12
  275. package/.antigravity/skills/document-skills/pdf/scripts/convert_pdf_to_images.py +0 -35
  276. package/.antigravity/skills/document-skills/pdf/scripts/create_validation_image.py +0 -41
  277. package/.antigravity/skills/document-skills/pdf/scripts/extract_form_field_info.py +0 -152
  278. package/.antigravity/skills/document-skills/pdf/scripts/fill_fillable_fields.py +0 -114
  279. package/.antigravity/skills/document-skills/pdf/scripts/fill_pdf_form_with_annotations.py +0 -108
  280. package/.antigravity/skills/document-skills/pptx/LICENSE.txt +0 -30
  281. package/.antigravity/skills/document-skills/pptx/SKILL.md +0 -484
  282. package/.antigravity/skills/document-skills/pptx/html2pptx.md +0 -625
  283. package/.antigravity/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +0 -1499
  284. package/.antigravity/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +0 -146
  285. package/.antigravity/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +0 -1085
  286. package/.antigravity/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +0 -11
  287. package/.antigravity/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd +0 -3081
  288. package/.antigravity/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +0 -23
  289. package/.antigravity/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +0 -185
  290. package/.antigravity/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +0 -287
  291. package/.antigravity/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd +0 -1676
  292. package/.antigravity/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +0 -28
  293. package/.antigravity/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +0 -144
  294. package/.antigravity/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +0 -174
  295. package/.antigravity/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +0 -25
  296. package/.antigravity/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +0 -18
  297. package/.antigravity/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +0 -59
  298. package/.antigravity/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +0 -56
  299. package/.antigravity/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +0 -195
  300. package/.antigravity/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd +0 -582
  301. package/.antigravity/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +0 -25
  302. package/.antigravity/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd +0 -4439
  303. package/.antigravity/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd +0 -570
  304. package/.antigravity/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +0 -509
  305. package/.antigravity/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +0 -12
  306. package/.antigravity/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +0 -108
  307. package/.antigravity/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +0 -96
  308. package/.antigravity/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd +0 -3646
  309. package/.antigravity/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd +0 -116
  310. package/.antigravity/skills/document-skills/pptx/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd +0 -42
  311. package/.antigravity/skills/document-skills/pptx/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd +0 -50
  312. package/.antigravity/skills/document-skills/pptx/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd +0 -49
  313. package/.antigravity/skills/document-skills/pptx/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd +0 -33
  314. package/.antigravity/skills/document-skills/pptx/ooxml/schemas/mce/mc.xsd +0 -75
  315. package/.antigravity/skills/document-skills/pptx/ooxml/schemas/microsoft/wml-2010.xsd +0 -560
  316. package/.antigravity/skills/document-skills/pptx/ooxml/schemas/microsoft/wml-2012.xsd +0 -67
  317. package/.antigravity/skills/document-skills/pptx/ooxml/schemas/microsoft/wml-2018.xsd +0 -14
  318. package/.antigravity/skills/document-skills/pptx/ooxml/schemas/microsoft/wml-cex-2018.xsd +0 -20
  319. package/.antigravity/skills/document-skills/pptx/ooxml/schemas/microsoft/wml-cid-2016.xsd +0 -13
  320. package/.antigravity/skills/document-skills/pptx/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd +0 -4
  321. package/.antigravity/skills/document-skills/pptx/ooxml/schemas/microsoft/wml-symex-2015.xsd +0 -8
  322. package/.antigravity/skills/document-skills/pptx/ooxml/scripts/pack.py +0 -159
  323. package/.antigravity/skills/document-skills/pptx/ooxml/scripts/unpack.py +0 -29
  324. package/.antigravity/skills/document-skills/pptx/ooxml/scripts/validate.py +0 -69
  325. package/.antigravity/skills/document-skills/pptx/ooxml/scripts/validation/__init__.py +0 -15
  326. package/.antigravity/skills/document-skills/pptx/ooxml/scripts/validation/base.py +0 -951
  327. package/.antigravity/skills/document-skills/pptx/ooxml/scripts/validation/docx.py +0 -274
  328. package/.antigravity/skills/document-skills/pptx/ooxml/scripts/validation/pptx.py +0 -315
  329. package/.antigravity/skills/document-skills/pptx/ooxml/scripts/validation/redlining.py +0 -279
  330. package/.antigravity/skills/document-skills/pptx/ooxml.md +0 -427
  331. package/.antigravity/skills/document-skills/pptx/scripts/html2pptx.js +0 -979
  332. package/.antigravity/skills/document-skills/pptx/scripts/inventory.py +0 -1020
  333. package/.antigravity/skills/document-skills/pptx/scripts/rearrange.py +0 -231
  334. package/.antigravity/skills/document-skills/pptx/scripts/replace.py +0 -385
  335. package/.antigravity/skills/document-skills/pptx/scripts/thumbnail.py +0 -450
  336. package/.antigravity/skills/document-skills/xlsx/LICENSE.txt +0 -30
  337. package/.antigravity/skills/document-skills/xlsx/SKILL.md +0 -289
  338. package/.antigravity/skills/document-skills/xlsx/recalc.py +0 -178
  339. package/.antigravity/skills/engineering-discipline/incremental-change.md +0 -15
  340. package/.antigravity/skills/engineering-discipline/index.yaml +0 -30
  341. package/.antigravity/skills/engineering-discipline/planning-first.md +0 -18
  342. package/.antigravity/skills/engineering-discipline/reasoning-clarity.md +0 -19
  343. package/.antigravity/skills/engineering-discipline/verify-before-commit.md +0 -17
  344. package/.antigravity/skills/frontend-design/references/ai-multimodal-overview.md +0 -165
  345. package/.antigravity/skills/frontend-design/references/analysis-best-practices.md +0 -80
  346. package/.antigravity/skills/frontend-design/references/analysis-prompts.md +0 -141
  347. package/.antigravity/skills/frontend-design/references/analysis-techniques.md +0 -118
  348. package/.antigravity/skills/frontend-design/references/animejs.md +0 -396
  349. package/.antigravity/skills/frontend-design/references/asset-generation.md +0 -337
  350. package/.antigravity/skills/frontend-design/references/design-extraction-overview.md +0 -71
  351. package/.antigravity/skills/frontend-design/references/extraction-best-practices.md +0 -141
  352. package/.antigravity/skills/frontend-design/references/extraction-output-templates.md +0 -162
  353. package/.antigravity/skills/frontend-design/references/extraction-prompts.md +0 -127
  354. package/.antigravity/skills/frontend-design/references/technical-accessibility.md +0 -119
  355. package/.antigravity/skills/frontend-design/references/technical-best-practices.md +0 -97
  356. package/.antigravity/skills/frontend-design/references/technical-optimization.md +0 -44
  357. package/.antigravity/skills/frontend-design/references/technical-overview.md +0 -90
  358. package/.antigravity/skills/frontend-design/references/technical-workflows.md +0 -150
  359. package/.antigravity/skills/frontend-design/references/visual-analysis-overview.md +0 -95
  360. package/.antigravity/skills/frontend-development/resources/common-patterns.md +0 -331
  361. package/.antigravity/skills/frontend-development/resources/complete-examples.md +0 -872
  362. package/.antigravity/skills/frontend-development/resources/component-patterns.md +0 -502
  363. package/.antigravity/skills/frontend-development/resources/data-fetching.md +0 -767
  364. package/.antigravity/skills/frontend-development/resources/file-organization.md +0 -502
  365. package/.antigravity/skills/frontend-development/resources/loading-and-error-states.md +0 -501
  366. package/.antigravity/skills/frontend-development/resources/performance.md +0 -406
  367. package/.antigravity/skills/frontend-development/resources/routing-guide.md +0 -364
  368. package/.antigravity/skills/frontend-development/resources/styling-guide.md +0 -428
  369. package/.antigravity/skills/frontend-development/resources/typescript-standards.md +0 -418
  370. package/.antigravity/skills/git-automation/references/branch-finishing.md +0 -64
  371. package/.antigravity/skills/install.ps1 +0 -600
  372. package/.antigravity/skills/install.sh +0 -685
  373. package/.antigravity/skills/mcp-builder/LICENSE.txt +0 -202
  374. package/.antigravity/skills/mcp-builder/reference/evaluation.md +0 -602
  375. package/.antigravity/skills/mcp-builder/reference/mcp_best_practices.md +0 -915
  376. package/.antigravity/skills/mcp-builder/reference/node_mcp_server.md +0 -916
  377. package/.antigravity/skills/mcp-builder/reference/python_mcp_server.md +0 -752
  378. package/.antigravity/skills/mcp-builder/scripts/connections.py +0 -151
  379. package/.antigravity/skills/mcp-builder/scripts/evaluation.py +0 -373
  380. package/.antigravity/skills/mcp-builder/scripts/example_evaluation.xml +0 -22
  381. package/.antigravity/skills/mcp-builder/scripts/requirements.txt +0 -2
  382. package/.antigravity/skills/mcp-management/assets/tools.json +0 -3146
  383. package/.antigravity/skills/mcp-management/references/configuration.md +0 -114
  384. package/.antigravity/skills/mcp-management/references/gemini-cli-integration.md +0 -215
  385. package/.antigravity/skills/mcp-management/references/mcp-protocol.md +0 -116
  386. package/.antigravity/skills/mcp-management/scripts/.env.example +0 -10
  387. package/.antigravity/skills/mcp-management/scripts/cli.ts +0 -195
  388. package/.antigravity/skills/mcp-management/scripts/mcp-client.ts +0 -230
  389. package/.antigravity/skills/mcp-management/scripts/package.json +0 -20
  390. package/.antigravity/skills/mcp-management/scripts/tsconfig.json +0 -15
  391. package/.antigravity/skills/media-processing/references/common-workflows.md +0 -132
  392. package/.antigravity/skills/media-processing/references/ffmpeg-encoding.md +0 -358
  393. package/.antigravity/skills/media-processing/references/ffmpeg-filters.md +0 -503
  394. package/.antigravity/skills/media-processing/references/ffmpeg-streaming.md +0 -403
  395. package/.antigravity/skills/media-processing/references/format-compatibility.md +0 -375
  396. package/.antigravity/skills/media-processing/references/imagemagick-batch.md +0 -612
  397. package/.antigravity/skills/media-processing/references/imagemagick-editing.md +0 -623
  398. package/.antigravity/skills/media-processing/references/rmbg-background-removal.md +0 -66
  399. package/.antigravity/skills/media-processing/references/troubleshooting.md +0 -109
  400. package/.antigravity/skills/media-processing/scripts/batch-remove-background.sh +0 -124
  401. package/.antigravity/skills/media-processing/scripts/batch_resize.py +0 -342
  402. package/.antigravity/skills/media-processing/scripts/media_convert.py +0 -311
  403. package/.antigravity/skills/media-processing/scripts/remove-background.sh +0 -96
  404. package/.antigravity/skills/media-processing/scripts/remove-bg-node.js +0 -158
  405. package/.antigravity/skills/media-processing/scripts/requirements.txt +0 -24
  406. package/.antigravity/skills/media-processing/scripts/tests/.coverage +0 -0
  407. package/.antigravity/skills/media-processing/scripts/tests/requirements.txt +0 -2
  408. package/.antigravity/skills/media-processing/scripts/tests/test_batch_resize.py +0 -372
  409. package/.antigravity/skills/media-processing/scripts/tests/test_media_convert.py +0 -259
  410. package/.antigravity/skills/media-processing/scripts/tests/test_video_optimize.py +0 -397
  411. package/.antigravity/skills/media-processing/scripts/video_optimize.py +0 -414
  412. package/.antigravity/skills/mobile-development/references/mobile-android.md +0 -604
  413. package/.antigravity/skills/mobile-development/references/mobile-best-practices.md +0 -545
  414. package/.antigravity/skills/mobile-development/references/mobile-debugging.md +0 -1089
  415. package/.antigravity/skills/mobile-development/references/mobile-frameworks.md +0 -465
  416. package/.antigravity/skills/mobile-development/references/mobile-ios.md +0 -496
  417. package/.antigravity/skills/mobile-development/references/mobile-mindset.md +0 -544
  418. package/.antigravity/skills/payment-integration/references/polar/benefits.md +0 -396
  419. package/.antigravity/skills/payment-integration/references/polar/best-practices.md +0 -482
  420. package/.antigravity/skills/payment-integration/references/polar/checkouts.md +0 -266
  421. package/.antigravity/skills/payment-integration/references/polar/overview.md +0 -184
  422. package/.antigravity/skills/payment-integration/references/polar/products.md +0 -244
  423. package/.antigravity/skills/payment-integration/references/polar/sdk.md +0 -436
  424. package/.antigravity/skills/payment-integration/references/polar/subscriptions.md +0 -340
  425. package/.antigravity/skills/payment-integration/references/polar/webhooks.md +0 -405
  426. package/.antigravity/skills/payment-integration/references/sepay/api.md +0 -140
  427. package/.antigravity/skills/payment-integration/references/sepay/best-practices.md +0 -337
  428. package/.antigravity/skills/payment-integration/references/sepay/overview.md +0 -138
  429. package/.antigravity/skills/payment-integration/references/sepay/qr-codes.md +0 -228
  430. package/.antigravity/skills/payment-integration/references/sepay/sdk.md +0 -213
  431. package/.antigravity/skills/payment-integration/references/sepay/webhooks.md +0 -208
  432. package/.antigravity/skills/payment-integration/scripts/.env.example +0 -20
  433. package/.antigravity/skills/payment-integration/scripts/checkout-helper.js +0 -244
  434. package/.antigravity/skills/payment-integration/scripts/package.json +0 -17
  435. package/.antigravity/skills/payment-integration/scripts/polar-webhook-verify.js +0 -202
  436. package/.antigravity/skills/payment-integration/scripts/sepay-webhook-verify.js +0 -193
  437. package/.antigravity/skills/payment-integration/scripts/test-scripts.js +0 -237
  438. package/.antigravity/skills/planning/references/codebase-understanding.md +0 -62
  439. package/.antigravity/skills/planning/references/output-standards.md +0 -87
  440. package/.antigravity/skills/planning/references/plan-organization.md +0 -123
  441. package/.antigravity/skills/planning/references/research-phase.md +0 -49
  442. package/.antigravity/skills/planning/references/solution-design.md +0 -63
  443. package/.antigravity/skills/playwright-testing/references/playwright-patterns.md +0 -122
  444. package/.antigravity/skills/problem-solving/references/attribution.md +0 -69
  445. package/.antigravity/skills/problem-solving/references/collision-zone-thinking.md +0 -79
  446. package/.antigravity/skills/problem-solving/references/inversion-exercise.md +0 -91
  447. package/.antigravity/skills/problem-solving/references/meta-pattern-recognition.md +0 -87
  448. package/.antigravity/skills/problem-solving/references/scale-game.md +0 -95
  449. package/.antigravity/skills/problem-solving/references/simplification-cascades.md +0 -80
  450. package/.antigravity/skills/problem-solving/references/when-stuck.md +0 -72
  451. package/.antigravity/skills/prompt-engineering/references/anthropic-best-practices.md +0 -160
  452. package/.antigravity/skills/repomix/references/configuration.md +0 -211
  453. package/.antigravity/skills/repomix/references/usage-patterns.md +0 -232
  454. package/.antigravity/skills/repomix/scripts/.coverage +0 -0
  455. package/.antigravity/skills/repomix/scripts/repomix_batch.py +0 -455
  456. package/.antigravity/skills/repomix/scripts/repos.example.json +0 -15
  457. package/.antigravity/skills/repomix/scripts/requirements.txt +0 -15
  458. package/.antigravity/skills/repomix/scripts/tests/test_repomix_batch.py +0 -531
  459. package/.antigravity/skills/sequential-thinking/.env.example +0 -8
  460. package/.antigravity/skills/sequential-thinking/package.json +0 -31
  461. package/.antigravity/skills/sequential-thinking/references/advanced-strategies.md +0 -79
  462. package/.antigravity/skills/sequential-thinking/references/advanced-techniques.md +0 -76
  463. package/.antigravity/skills/sequential-thinking/references/core-patterns.md +0 -95
  464. package/.antigravity/skills/sequential-thinking/references/examples-api.md +0 -88
  465. package/.antigravity/skills/sequential-thinking/references/examples-architecture.md +0 -94
  466. package/.antigravity/skills/sequential-thinking/references/examples-debug.md +0 -90
  467. package/.antigravity/skills/sequential-thinking/scripts/format-thought.js +0 -159
  468. package/.antigravity/skills/sequential-thinking/scripts/process-thought.js +0 -236
  469. package/.antigravity/skills/sequential-thinking/tests/format-thought.test.js +0 -133
  470. package/.antigravity/skills/sequential-thinking/tests/process-thought.test.js +0 -215
  471. package/.antigravity/skills/shopify/references/app-development.md +0 -470
  472. package/.antigravity/skills/shopify/references/extensions.md +0 -493
  473. package/.antigravity/skills/shopify/references/themes.md +0 -498
  474. package/.antigravity/skills/shopify/scripts/.coverage +0 -0
  475. package/.antigravity/skills/shopify/scripts/requirements.txt +0 -19
  476. package/.antigravity/skills/shopify/scripts/shopify_init.py +0 -423
  477. package/.antigravity/skills/shopify/scripts/tests/.coverage +0 -0
  478. package/.antigravity/skills/shopify/scripts/tests/test_shopify_init.py +0 -385
  479. package/.antigravity/skills/skill-creator/LICENSE.txt +0 -202
  480. package/.antigravity/skills/skill-creator/scripts/init_skill.py +0 -303
  481. package/.antigravity/skills/skill-creator/scripts/package_skill.py +0 -110
  482. package/.antigravity/skills/skill-creator/scripts/quick_validate.py +0 -65
  483. package/.antigravity/skills/software-architecture/references/solid-principles.md +0 -293
  484. package/.antigravity/skills/test-driven-development/references/tdd-patterns.md +0 -124
  485. package/.antigravity/skills/test-driven-development/references/testing-strategies.md +0 -131
  486. package/.antigravity/skills/threejs/references/01-getting-started.md +0 -177
  487. package/.antigravity/skills/threejs/references/02-loaders.md +0 -169
  488. package/.antigravity/skills/threejs/references/03-textures.md +0 -170
  489. package/.antigravity/skills/threejs/references/04-cameras.md +0 -195
  490. package/.antigravity/skills/threejs/references/05-lights.md +0 -183
  491. package/.antigravity/skills/threejs/references/06-animations.md +0 -214
  492. package/.antigravity/skills/threejs/references/07-math.md +0 -260
  493. package/.antigravity/skills/threejs/references/08-interaction.md +0 -267
  494. package/.antigravity/skills/threejs/references/09-postprocessing.md +0 -240
  495. package/.antigravity/skills/threejs/references/10-controls.md +0 -259
  496. package/.antigravity/skills/threejs/references/11-materials-advanced.md +0 -270
  497. package/.antigravity/skills/threejs/references/12-performance.md +0 -269
  498. package/.antigravity/skills/threejs/references/13-node-materials.md +0 -298
  499. package/.antigravity/skills/threejs/references/14-physics-vr.md +0 -304
  500. package/.antigravity/skills/threejs/references/15-specialized-loaders.md +0 -333
  501. package/.antigravity/skills/threejs/references/16-webgpu.md +0 -302
  502. package/.antigravity/skills/ui-styling/LICENSE.txt +0 -202
  503. package/.antigravity/skills/ui-styling/canvas-fonts/ArsenalSC-OFL.txt +0 -93
  504. package/.antigravity/skills/ui-styling/canvas-fonts/ArsenalSC-Regular.ttf +0 -0
  505. package/.antigravity/skills/ui-styling/canvas-fonts/BigShoulders-Bold.ttf +0 -0
  506. package/.antigravity/skills/ui-styling/canvas-fonts/BigShoulders-OFL.txt +0 -93
  507. package/.antigravity/skills/ui-styling/canvas-fonts/BigShoulders-Regular.ttf +0 -0
  508. package/.antigravity/skills/ui-styling/canvas-fonts/Boldonse-OFL.txt +0 -93
  509. package/.antigravity/skills/ui-styling/canvas-fonts/Boldonse-Regular.ttf +0 -0
  510. package/.antigravity/skills/ui-styling/canvas-fonts/BricolageGrotesque-Bold.ttf +0 -0
  511. package/.antigravity/skills/ui-styling/canvas-fonts/BricolageGrotesque-OFL.txt +0 -93
  512. package/.antigravity/skills/ui-styling/canvas-fonts/BricolageGrotesque-Regular.ttf +0 -0
  513. package/.antigravity/skills/ui-styling/canvas-fonts/CrimsonPro-Bold.ttf +0 -0
  514. package/.antigravity/skills/ui-styling/canvas-fonts/CrimsonPro-Italic.ttf +0 -0
  515. package/.antigravity/skills/ui-styling/canvas-fonts/CrimsonPro-OFL.txt +0 -93
  516. package/.antigravity/skills/ui-styling/canvas-fonts/CrimsonPro-Regular.ttf +0 -0
  517. package/.antigravity/skills/ui-styling/canvas-fonts/DMMono-OFL.txt +0 -93
  518. package/.antigravity/skills/ui-styling/canvas-fonts/DMMono-Regular.ttf +0 -0
  519. package/.antigravity/skills/ui-styling/canvas-fonts/EricaOne-OFL.txt +0 -94
  520. package/.antigravity/skills/ui-styling/canvas-fonts/EricaOne-Regular.ttf +0 -0
  521. package/.antigravity/skills/ui-styling/canvas-fonts/GeistMono-Bold.ttf +0 -0
  522. package/.antigravity/skills/ui-styling/canvas-fonts/GeistMono-OFL.txt +0 -93
  523. package/.antigravity/skills/ui-styling/canvas-fonts/GeistMono-Regular.ttf +0 -0
  524. package/.antigravity/skills/ui-styling/canvas-fonts/Gloock-OFL.txt +0 -93
  525. package/.antigravity/skills/ui-styling/canvas-fonts/Gloock-Regular.ttf +0 -0
  526. package/.antigravity/skills/ui-styling/canvas-fonts/IBMPlexMono-Bold.ttf +0 -0
  527. package/.antigravity/skills/ui-styling/canvas-fonts/IBMPlexMono-OFL.txt +0 -93
  528. package/.antigravity/skills/ui-styling/canvas-fonts/IBMPlexMono-Regular.ttf +0 -0
  529. package/.antigravity/skills/ui-styling/canvas-fonts/IBMPlexSerif-Bold.ttf +0 -0
  530. package/.antigravity/skills/ui-styling/canvas-fonts/IBMPlexSerif-BoldItalic.ttf +0 -0
  531. package/.antigravity/skills/ui-styling/canvas-fonts/IBMPlexSerif-Italic.ttf +0 -0
  532. package/.antigravity/skills/ui-styling/canvas-fonts/IBMPlexSerif-Regular.ttf +0 -0
  533. package/.antigravity/skills/ui-styling/canvas-fonts/InstrumentSans-Bold.ttf +0 -0
  534. package/.antigravity/skills/ui-styling/canvas-fonts/InstrumentSans-BoldItalic.ttf +0 -0
  535. package/.antigravity/skills/ui-styling/canvas-fonts/InstrumentSans-Italic.ttf +0 -0
  536. package/.antigravity/skills/ui-styling/canvas-fonts/InstrumentSans-OFL.txt +0 -93
  537. package/.antigravity/skills/ui-styling/canvas-fonts/InstrumentSans-Regular.ttf +0 -0
  538. package/.antigravity/skills/ui-styling/canvas-fonts/InstrumentSerif-Italic.ttf +0 -0
  539. package/.antigravity/skills/ui-styling/canvas-fonts/InstrumentSerif-Regular.ttf +0 -0
  540. package/.antigravity/skills/ui-styling/canvas-fonts/Italiana-OFL.txt +0 -93
  541. package/.antigravity/skills/ui-styling/canvas-fonts/Italiana-Regular.ttf +0 -0
  542. package/.antigravity/skills/ui-styling/canvas-fonts/JetBrainsMono-Bold.ttf +0 -0
  543. package/.antigravity/skills/ui-styling/canvas-fonts/JetBrainsMono-OFL.txt +0 -93
  544. package/.antigravity/skills/ui-styling/canvas-fonts/JetBrainsMono-Regular.ttf +0 -0
  545. package/.antigravity/skills/ui-styling/canvas-fonts/Jura-Light.ttf +0 -0
  546. package/.antigravity/skills/ui-styling/canvas-fonts/Jura-Medium.ttf +0 -0
  547. package/.antigravity/skills/ui-styling/canvas-fonts/Jura-OFL.txt +0 -93
  548. package/.antigravity/skills/ui-styling/canvas-fonts/LibreBaskerville-OFL.txt +0 -93
  549. package/.antigravity/skills/ui-styling/canvas-fonts/LibreBaskerville-Regular.ttf +0 -0
  550. package/.antigravity/skills/ui-styling/canvas-fonts/Lora-Bold.ttf +0 -0
  551. package/.antigravity/skills/ui-styling/canvas-fonts/Lora-BoldItalic.ttf +0 -0
  552. package/.antigravity/skills/ui-styling/canvas-fonts/Lora-Italic.ttf +0 -0
  553. package/.antigravity/skills/ui-styling/canvas-fonts/Lora-OFL.txt +0 -93
  554. package/.antigravity/skills/ui-styling/canvas-fonts/Lora-Regular.ttf +0 -0
  555. package/.antigravity/skills/ui-styling/canvas-fonts/NationalPark-Bold.ttf +0 -0
  556. package/.antigravity/skills/ui-styling/canvas-fonts/NationalPark-OFL.txt +0 -93
  557. package/.antigravity/skills/ui-styling/canvas-fonts/NationalPark-Regular.ttf +0 -0
  558. package/.antigravity/skills/ui-styling/canvas-fonts/NothingYouCouldDo-OFL.txt +0 -93
  559. package/.antigravity/skills/ui-styling/canvas-fonts/NothingYouCouldDo-Regular.ttf +0 -0
  560. package/.antigravity/skills/ui-styling/canvas-fonts/Outfit-Bold.ttf +0 -0
  561. package/.antigravity/skills/ui-styling/canvas-fonts/Outfit-OFL.txt +0 -93
  562. package/.antigravity/skills/ui-styling/canvas-fonts/Outfit-Regular.ttf +0 -0
  563. package/.antigravity/skills/ui-styling/canvas-fonts/PixelifySans-Medium.ttf +0 -0
  564. package/.antigravity/skills/ui-styling/canvas-fonts/PixelifySans-OFL.txt +0 -93
  565. package/.antigravity/skills/ui-styling/canvas-fonts/PoiretOne-OFL.txt +0 -93
  566. package/.antigravity/skills/ui-styling/canvas-fonts/PoiretOne-Regular.ttf +0 -0
  567. package/.antigravity/skills/ui-styling/canvas-fonts/RedHatMono-Bold.ttf +0 -0
  568. package/.antigravity/skills/ui-styling/canvas-fonts/RedHatMono-OFL.txt +0 -93
  569. package/.antigravity/skills/ui-styling/canvas-fonts/RedHatMono-Regular.ttf +0 -0
  570. package/.antigravity/skills/ui-styling/canvas-fonts/Silkscreen-OFL.txt +0 -93
  571. package/.antigravity/skills/ui-styling/canvas-fonts/Silkscreen-Regular.ttf +0 -0
  572. package/.antigravity/skills/ui-styling/canvas-fonts/SmoochSans-Medium.ttf +0 -0
  573. package/.antigravity/skills/ui-styling/canvas-fonts/SmoochSans-OFL.txt +0 -93
  574. package/.antigravity/skills/ui-styling/canvas-fonts/Tektur-Medium.ttf +0 -0
  575. package/.antigravity/skills/ui-styling/canvas-fonts/Tektur-OFL.txt +0 -93
  576. package/.antigravity/skills/ui-styling/canvas-fonts/Tektur-Regular.ttf +0 -0
  577. package/.antigravity/skills/ui-styling/canvas-fonts/WorkSans-Bold.ttf +0 -0
  578. package/.antigravity/skills/ui-styling/canvas-fonts/WorkSans-BoldItalic.ttf +0 -0
  579. package/.antigravity/skills/ui-styling/canvas-fonts/WorkSans-Italic.ttf +0 -0
  580. package/.antigravity/skills/ui-styling/canvas-fonts/WorkSans-OFL.txt +0 -93
  581. package/.antigravity/skills/ui-styling/canvas-fonts/WorkSans-Regular.ttf +0 -0
  582. package/.antigravity/skills/ui-styling/canvas-fonts/YoungSerif-OFL.txt +0 -93
  583. package/.antigravity/skills/ui-styling/canvas-fonts/YoungSerif-Regular.ttf +0 -0
  584. package/.antigravity/skills/ui-styling/references/canvas-design-system.md +0 -320
  585. package/.antigravity/skills/ui-styling/references/shadcn-accessibility.md +0 -471
  586. package/.antigravity/skills/ui-styling/references/shadcn-components.md +0 -424
  587. package/.antigravity/skills/ui-styling/references/shadcn-theming.md +0 -373
  588. package/.antigravity/skills/ui-styling/references/tailwind-customization.md +0 -483
  589. package/.antigravity/skills/ui-styling/references/tailwind-responsive.md +0 -382
  590. package/.antigravity/skills/ui-styling/references/tailwind-utilities.md +0 -455
  591. package/.antigravity/skills/ui-styling/scripts/.coverage +0 -0
  592. package/.antigravity/skills/ui-styling/scripts/requirements.txt +0 -17
  593. package/.antigravity/skills/ui-styling/scripts/shadcn_add.py +0 -292
  594. package/.antigravity/skills/ui-styling/scripts/tailwind_config_gen.py +0 -456
  595. package/.antigravity/skills/ui-styling/scripts/tests/coverage-ui.json +0 -1
  596. package/.antigravity/skills/ui-styling/scripts/tests/requirements.txt +0 -3
  597. package/.antigravity/skills/ui-styling/scripts/tests/test_shadcn_add.py +0 -266
  598. package/.antigravity/skills/ui-styling/scripts/tests/test_tailwind_config_gen.py +0 -336
  599. package/.antigravity/skills/ui-ux-pro-max/data/charts.csv +0 -26
  600. package/.antigravity/skills/ui-ux-pro-max/data/colors.csv +0 -97
  601. package/.antigravity/skills/ui-ux-pro-max/data/landing.csv +0 -31
  602. package/.antigravity/skills/ui-ux-pro-max/data/products.csv +0 -97
  603. package/.antigravity/skills/ui-ux-pro-max/data/prompts.csv +0 -24
  604. package/.antigravity/skills/ui-ux-pro-max/data/stacks/flutter.csv +0 -53
  605. package/.antigravity/skills/ui-ux-pro-max/data/stacks/html-tailwind.csv +0 -51
  606. package/.antigravity/skills/ui-ux-pro-max/data/stacks/nextjs.csv +0 -53
  607. package/.antigravity/skills/ui-ux-pro-max/data/stacks/react-native.csv +0 -52
  608. package/.antigravity/skills/ui-ux-pro-max/data/stacks/react.csv +0 -54
  609. package/.antigravity/skills/ui-ux-pro-max/data/stacks/svelte.csv +0 -54
  610. package/.antigravity/skills/ui-ux-pro-max/data/stacks/swiftui.csv +0 -51
  611. package/.antigravity/skills/ui-ux-pro-max/data/stacks/vue.csv +0 -50
  612. package/.antigravity/skills/ui-ux-pro-max/data/styles.csv +0 -59
  613. package/.antigravity/skills/ui-ux-pro-max/data/typography.csv +0 -58
  614. package/.antigravity/skills/ui-ux-pro-max/data/ux-guidelines.csv +0 -100
  615. package/.antigravity/skills/ui-ux-pro-max/scripts/core.py +0 -236
  616. package/.antigravity/skills/ui-ux-pro-max/scripts/search.py +0 -61
  617. package/.antigravity/skills/web-frameworks/references/nextjs-app-router.md +0 -465
  618. package/.antigravity/skills/web-frameworks/references/nextjs-data-fetching.md +0 -459
  619. package/.antigravity/skills/web-frameworks/references/nextjs-optimization.md +0 -511
  620. package/.antigravity/skills/web-frameworks/references/nextjs-server-components.md +0 -495
  621. package/.antigravity/skills/web-frameworks/references/remix-icon-integration.md +0 -603
  622. package/.antigravity/skills/web-frameworks/references/turborepo-caching.md +0 -551
  623. package/.antigravity/skills/web-frameworks/references/turborepo-pipelines.md +0 -517
  624. package/.antigravity/skills/web-frameworks/references/turborepo-setup.md +0 -542
  625. package/.antigravity/skills/web-frameworks/scripts/.coverage +0 -0
  626. package/.antigravity/skills/web-frameworks/scripts/__init__.py +0 -0
  627. package/.antigravity/skills/web-frameworks/scripts/nextjs_init.py +0 -547
  628. package/.antigravity/skills/web-frameworks/scripts/requirements.txt +0 -16
  629. package/.antigravity/skills/web-frameworks/scripts/tests/coverage-web.json +0 -1
  630. package/.antigravity/skills/web-frameworks/scripts/tests/requirements.txt +0 -3
  631. package/.antigravity/skills/web-frameworks/scripts/tests/test_nextjs_init.py +0 -319
  632. package/.antigravity/skills/web-frameworks/scripts/tests/test_turborepo_migrate.py +0 -374
  633. package/.antigravity/skills/web-frameworks/scripts/turborepo_migrate.py +0 -394
  634. package/.cursor/.ckignore +0 -11
  635. package/.cursor/.env.example +0 -87
  636. package/.cursor/.mcp.json.example +0 -23
  637. package/.cursor/anchi-toolkit.config.yaml +0 -32
  638. package/.cursor/custom-commands/example.md +0 -30
  639. package/.cursor/hooks/.env.example +0 -15
  640. package/.cursor/hooks/README.md +0 -356
  641. package/.cursor/hooks/dev-rules-reminder.cjs +0 -115
  642. package/.cursor/hooks/dev-rules-reminder.js +0 -115
  643. package/.cursor/hooks/discord-hook-setup.md +0 -412
  644. package/.cursor/hooks/discord_notify.sh +0 -221
  645. package/.cursor/hooks/scout-block.cjs +0 -100
  646. package/.cursor/hooks/scout-block.js +0 -104
  647. package/.cursor/hooks/scout-block.ps1 +0 -92
  648. package/.cursor/hooks/scout-block.sh +0 -119
  649. package/.cursor/hooks/send-discord.sh +0 -75
  650. package/.cursor/hooks/telegram-hook-setup.md +0 -774
  651. package/.cursor/hooks/telegram_notify.sh +0 -158
  652. package/.cursor/hooks/tests/test-ckignore.js +0 -194
  653. package/.cursor/hooks/tests/test-modularization-hook.js +0 -126
  654. package/.cursor/hooks/tests/test-scout-block.js +0 -125
  655. package/.cursor/hooks.yaml +0 -28
  656. package/.cursor/metadata.json +0 -15
  657. package/.cursor/scripts/ck-help.py +0 -489
  658. package/.cursor/scripts/commands_data.yaml +0 -363
  659. package/.cursor/scripts/generate_catalogs.py +0 -163
  660. package/.cursor/scripts/requirements.txt +0 -1
  661. package/.cursor/scripts/resolve_env.py +0 -329
  662. package/.cursor/scripts/scan_commands.py +0 -99
  663. package/.cursor/scripts/scan_skills.py +0 -187
  664. package/.cursor/scripts/skills_data.yaml +0 -367
  665. package/.cursor/settings.json +0 -31
  666. package/.cursor/skill-manifest.json +0 -66
  667. package/.cursor/skills/.env.example +0 -100
  668. package/.cursor/skills/INSTALLATION.md +0 -360
  669. package/.cursor/skills/SKILLS_INDEX.md +0 -118
  670. package/.cursor/skills/THIRD_PARTY_NOTICES.md +0 -405
  671. package/.cursor/skills/_packs/common/pack-architecture.md +0 -40
  672. package/.cursor/skills/_packs/common/pack-devops.md +0 -43
  673. package/.cursor/skills/_packs/common/pack-productivity.md +0 -37
  674. package/.cursor/skills/_packs/common/pack-quality.md +0 -41
  675. package/.cursor/skills/_packs/data/pack-ai.md +0 -41
  676. package/.cursor/skills/_packs/data/pack-data-science.md +0 -36
  677. package/.cursor/skills/_packs/mobile/pack-mobile.md +0 -40
  678. package/.cursor/skills/_packs/web/pack-backend.md +0 -61
  679. package/.cursor/skills/_packs/web/pack-frontend.md +0 -66
  680. package/.cursor/skills/_packs/web3/pack-blockchain.md +0 -37
  681. package/.cursor/skills/_template.md +0 -30
  682. package/.cursor/skills/advanced-coding/references/getting-started.md +0 -93
  683. package/.cursor/skills/aesthetic/assets/design-guideline-template.md +0 -163
  684. package/.cursor/skills/aesthetic/assets/design-story-template.md +0 -135
  685. package/.cursor/skills/aesthetic/references/design-principles.md +0 -62
  686. package/.cursor/skills/aesthetic/references/design-resources.md +0 -75
  687. package/.cursor/skills/aesthetic/references/micro-interactions.md +0 -53
  688. package/.cursor/skills/aesthetic/references/storytelling-design.md +0 -50
  689. package/.cursor/skills/agent_skills_spec.md +0 -55
  690. package/.cursor/skills/ai-multimodal/.env.example +0 -181
  691. package/.cursor/skills/ai-multimodal/references/audio-processing.md +0 -386
  692. package/.cursor/skills/ai-multimodal/references/image-generation.md +0 -722
  693. package/.cursor/skills/ai-multimodal/references/video-analysis.md +0 -515
  694. package/.cursor/skills/ai-multimodal/references/video-generation.md +0 -457
  695. package/.cursor/skills/ai-multimodal/references/vision-understanding.md +0 -492
  696. package/.cursor/skills/ai-multimodal/scripts/.coverage +0 -0
  697. package/.cursor/skills/ai-multimodal/scripts/check_setup.py +0 -299
  698. package/.cursor/skills/ai-multimodal/scripts/document_converter.py +0 -395
  699. package/.cursor/skills/ai-multimodal/scripts/gemini_batch_process.py +0 -896
  700. package/.cursor/skills/ai-multimodal/scripts/media_optimizer.py +0 -506
  701. package/.cursor/skills/ai-multimodal/scripts/requirements.txt +0 -26
  702. package/.cursor/skills/ai-multimodal/scripts/tests/.coverage +0 -0
  703. package/.cursor/skills/ai-multimodal/scripts/tests/requirements.txt +0 -20
  704. package/.cursor/skills/ai-multimodal/scripts/tests/test_document_converter.py +0 -74
  705. package/.cursor/skills/ai-multimodal/scripts/tests/test_failures.log +0 -258
  706. package/.cursor/skills/ai-multimodal/scripts/tests/test_gemini_batch_process.py +0 -362
  707. package/.cursor/skills/ai-multimodal/scripts/tests/test_media_optimizer.py +0 -373
  708. package/.cursor/skills/backend-development/references/backend-api-design.md +0 -495
  709. package/.cursor/skills/backend-development/references/backend-architecture.md +0 -454
  710. package/.cursor/skills/backend-development/references/backend-authentication.md +0 -338
  711. package/.cursor/skills/backend-development/references/backend-code-quality.md +0 -659
  712. package/.cursor/skills/backend-development/references/backend-debugging.md +0 -904
  713. package/.cursor/skills/backend-development/references/backend-devops.md +0 -494
  714. package/.cursor/skills/backend-development/references/backend-mindset.md +0 -387
  715. package/.cursor/skills/backend-development/references/backend-performance.md +0 -397
  716. package/.cursor/skills/backend-development/references/backend-security.md +0 -290
  717. package/.cursor/skills/backend-development/references/backend-technologies.md +0 -256
  718. package/.cursor/skills/backend-development/references/backend-testing.md +0 -429
  719. package/.cursor/skills/better-auth/references/advanced-features.md +0 -553
  720. package/.cursor/skills/better-auth/references/database-integration.md +0 -577
  721. package/.cursor/skills/better-auth/references/email-password-auth.md +0 -416
  722. package/.cursor/skills/better-auth/references/oauth-providers.md +0 -430
  723. package/.cursor/skills/better-auth/scripts/.coverage +0 -0
  724. package/.cursor/skills/better-auth/scripts/better_auth_init.py +0 -521
  725. package/.cursor/skills/better-auth/scripts/requirements.txt +0 -15
  726. package/.cursor/skills/better-auth/scripts/tests/.coverage +0 -0
  727. package/.cursor/skills/better-auth/scripts/tests/test_better_auth_init.py +0 -421
  728. package/.cursor/skills/changelog-generator/assets/changelog-template.md +0 -60
  729. package/.cursor/skills/changelog-generator/scripts/generate-changelog.js +0 -181
  730. package/.cursor/skills/chrome-devtools/references/cdp-domains.md +0 -694
  731. package/.cursor/skills/chrome-devtools/references/performance-guide.md +0 -940
  732. package/.cursor/skills/chrome-devtools/references/puppeteer-reference.md +0 -953
  733. package/.cursor/skills/chrome-devtools/scripts/__tests__/selector.test.js +0 -210
  734. package/.cursor/skills/chrome-devtools/scripts/click.js +0 -79
  735. package/.cursor/skills/chrome-devtools/scripts/console.js +0 -75
  736. package/.cursor/skills/chrome-devtools/scripts/evaluate.js +0 -49
  737. package/.cursor/skills/chrome-devtools/scripts/fill.js +0 -72
  738. package/.cursor/skills/chrome-devtools/scripts/install-deps.sh +0 -181
  739. package/.cursor/skills/chrome-devtools/scripts/install.sh +0 -83
  740. package/.cursor/skills/chrome-devtools/scripts/lib/browser.js +0 -122
  741. package/.cursor/skills/chrome-devtools/scripts/lib/selector.js +0 -178
  742. package/.cursor/skills/chrome-devtools/scripts/navigate.js +0 -46
  743. package/.cursor/skills/chrome-devtools/scripts/network.js +0 -102
  744. package/.cursor/skills/chrome-devtools/scripts/package.json +0 -15
  745. package/.cursor/skills/chrome-devtools/scripts/performance.js +0 -145
  746. package/.cursor/skills/chrome-devtools/scripts/screenshot.js +0 -180
  747. package/.cursor/skills/chrome-devtools/scripts/snapshot.js +0 -131
  748. package/.cursor/skills/claude-code/references/advanced-features.md +0 -399
  749. package/.cursor/skills/claude-code/references/agent-skills.md +0 -399
  750. package/.cursor/skills/claude-code/references/api-reference.md +0 -498
  751. package/.cursor/skills/claude-code/references/best-practices.md +0 -447
  752. package/.cursor/skills/claude-code/references/cicd-integration.md +0 -428
  753. package/.cursor/skills/claude-code/references/common-workflows.md +0 -119
  754. package/.cursor/skills/claude-code/references/configuration.md +0 -480
  755. package/.cursor/skills/claude-code/references/enterprise-features.md +0 -472
  756. package/.cursor/skills/claude-code/references/getting-started.md +0 -252
  757. package/.cursor/skills/claude-code/references/hooks-and-plugins.md +0 -444
  758. package/.cursor/skills/claude-code/references/hooks-comprehensive.md +0 -622
  759. package/.cursor/skills/claude-code/references/ide-integration.md +0 -316
  760. package/.cursor/skills/claude-code/references/mcp-integration.md +0 -386
  761. package/.cursor/skills/claude-code/references/slash-commands.md +0 -489
  762. package/.cursor/skills/claude-code/references/troubleshooting.md +0 -456
  763. package/.cursor/skills/code-review/references/code-review-reception.md +0 -209
  764. package/.cursor/skills/code-review/references/requesting-code-review.md +0 -105
  765. package/.cursor/skills/code-review/references/verification-before-completion.md +0 -139
  766. package/.cursor/skills/common/api_key_helper.py +0 -300
  767. package/.cursor/skills/comprehensive-review/complexity.md +0 -11
  768. package/.cursor/skills/comprehensive-review/index.yaml +0 -19
  769. package/.cursor/skills/comprehensive-review/maintainability.md +0 -12
  770. package/.cursor/skills/comprehensive-review/readability.md +0 -12
  771. package/.cursor/skills/databases/references/mongodb-aggregation.md +0 -447
  772. package/.cursor/skills/databases/references/mongodb-atlas.md +0 -465
  773. package/.cursor/skills/databases/references/mongodb-crud.md +0 -408
  774. package/.cursor/skills/databases/references/mongodb-indexing.md +0 -442
  775. package/.cursor/skills/databases/references/postgresql-administration.md +0 -594
  776. package/.cursor/skills/databases/references/postgresql-performance.md +0 -527
  777. package/.cursor/skills/databases/references/postgresql-psql-cli.md +0 -467
  778. package/.cursor/skills/databases/references/postgresql-queries.md +0 -475
  779. package/.cursor/skills/databases/scripts/.coverage +0 -0
  780. package/.cursor/skills/databases/scripts/db_backup.py +0 -502
  781. package/.cursor/skills/databases/scripts/db_migrate.py +0 -414
  782. package/.cursor/skills/databases/scripts/db_performance_check.py +0 -444
  783. package/.cursor/skills/databases/scripts/requirements.txt +0 -20
  784. package/.cursor/skills/databases/scripts/tests/coverage-db.json +0 -1
  785. package/.cursor/skills/databases/scripts/tests/requirements.txt +0 -4
  786. package/.cursor/skills/databases/scripts/tests/test_db_backup.py +0 -340
  787. package/.cursor/skills/databases/scripts/tests/test_db_migrate.py +0 -277
  788. package/.cursor/skills/databases/scripts/tests/test_db_performance_check.py +0 -370
  789. package/.cursor/skills/debugging/references/defense-in-depth.md +0 -124
  790. package/.cursor/skills/debugging/references/root-cause-analysis-methods.md +0 -140
  791. package/.cursor/skills/debugging/references/root-cause-tracing.md +0 -122
  792. package/.cursor/skills/debugging/references/systematic-debugging.md +0 -102
  793. package/.cursor/skills/debugging/references/verification.md +0 -123
  794. package/.cursor/skills/debugging/scripts/find-polluter.sh +0 -63
  795. package/.cursor/skills/debugging/scripts/find-polluter.test.md +0 -102
  796. package/.cursor/skills/devops/.env.example +0 -76
  797. package/.cursor/skills/devops/references/browser-rendering.md +0 -305
  798. package/.cursor/skills/devops/references/cloudflare-d1-kv.md +0 -123
  799. package/.cursor/skills/devops/references/cloudflare-platform.md +0 -271
  800. package/.cursor/skills/devops/references/cloudflare-r2-storage.md +0 -280
  801. package/.cursor/skills/devops/references/cloudflare-workers-advanced.md +0 -312
  802. package/.cursor/skills/devops/references/cloudflare-workers-apis.md +0 -309
  803. package/.cursor/skills/devops/references/cloudflare-workers-basics.md +0 -418
  804. package/.cursor/skills/devops/references/docker-basics.md +0 -297
  805. package/.cursor/skills/devops/references/docker-compose.md +0 -292
  806. package/.cursor/skills/devops/references/gcloud-platform.md +0 -297
  807. package/.cursor/skills/devops/references/gcloud-services.md +0 -304
  808. package/.cursor/skills/devops/scripts/cloudflare_deploy.py +0 -269
  809. package/.cursor/skills/devops/scripts/docker_optimize.py +0 -320
  810. package/.cursor/skills/devops/scripts/requirements.txt +0 -20
  811. package/.cursor/skills/devops/scripts/tests/requirements.txt +0 -3
  812. package/.cursor/skills/devops/scripts/tests/test_cloudflare_deploy.py +0 -285
  813. package/.cursor/skills/devops/scripts/tests/test_docker_optimize.py +0 -436
  814. package/.cursor/skills/docs-seeker/.env.example +0 -15
  815. package/.cursor/skills/docs-seeker/package.json +0 -25
  816. package/.cursor/skills/docs-seeker/references/advanced.md +0 -79
  817. package/.cursor/skills/docs-seeker/references/context7-patterns.md +0 -68
  818. package/.cursor/skills/docs-seeker/references/errors.md +0 -68
  819. package/.cursor/skills/docs-seeker/scripts/analyze-llms-txt.js +0 -211
  820. package/.cursor/skills/docs-seeker/scripts/detect-topic.js +0 -172
  821. package/.cursor/skills/docs-seeker/scripts/fetch-docs.js +0 -213
  822. package/.cursor/skills/docs-seeker/scripts/tests/run-tests.js +0 -72
  823. package/.cursor/skills/docs-seeker/scripts/tests/test-analyze-llms.js +0 -119
  824. package/.cursor/skills/docs-seeker/scripts/tests/test-detect-topic.js +0 -112
  825. package/.cursor/skills/docs-seeker/scripts/tests/test-fetch-docs.js +0 -84
  826. package/.cursor/skills/docs-seeker/scripts/utils/env-loader.js +0 -94
  827. package/.cursor/skills/docs-seeker/workflows/library-search.md +0 -87
  828. package/.cursor/skills/docs-seeker/workflows/repo-analysis.md +0 -91
  829. package/.cursor/skills/docs-seeker/workflows/topic-search.md +0 -77
  830. package/.cursor/skills/document-skills/docx/LICENSE.txt +0 -30
  831. package/.cursor/skills/document-skills/docx/SKILL.md +0 -197
  832. package/.cursor/skills/document-skills/docx/docx-js.md +0 -350
  833. package/.cursor/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +0 -1499
  834. package/.cursor/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +0 -146
  835. package/.cursor/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +0 -1085
  836. package/.cursor/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +0 -11
  837. package/.cursor/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd +0 -3081
  838. package/.cursor/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +0 -23
  839. package/.cursor/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +0 -185
  840. package/.cursor/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +0 -287
  841. package/.cursor/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd +0 -1676
  842. package/.cursor/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +0 -28
  843. package/.cursor/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +0 -144
  844. package/.cursor/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +0 -174
  845. package/.cursor/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +0 -25
  846. package/.cursor/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +0 -18
  847. package/.cursor/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +0 -59
  848. package/.cursor/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +0 -56
  849. package/.cursor/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +0 -195
  850. package/.cursor/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd +0 -582
  851. package/.cursor/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +0 -25
  852. package/.cursor/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd +0 -4439
  853. package/.cursor/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd +0 -570
  854. package/.cursor/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +0 -509
  855. package/.cursor/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +0 -12
  856. package/.cursor/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +0 -108
  857. package/.cursor/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +0 -96
  858. package/.cursor/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd +0 -3646
  859. package/.cursor/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd +0 -116
  860. package/.cursor/skills/document-skills/docx/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd +0 -42
  861. package/.cursor/skills/document-skills/docx/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd +0 -50
  862. package/.cursor/skills/document-skills/docx/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd +0 -49
  863. package/.cursor/skills/document-skills/docx/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd +0 -33
  864. package/.cursor/skills/document-skills/docx/ooxml/schemas/mce/mc.xsd +0 -75
  865. package/.cursor/skills/document-skills/docx/ooxml/schemas/microsoft/wml-2010.xsd +0 -560
  866. package/.cursor/skills/document-skills/docx/ooxml/schemas/microsoft/wml-2012.xsd +0 -67
  867. package/.cursor/skills/document-skills/docx/ooxml/schemas/microsoft/wml-2018.xsd +0 -14
  868. package/.cursor/skills/document-skills/docx/ooxml/schemas/microsoft/wml-cex-2018.xsd +0 -20
  869. package/.cursor/skills/document-skills/docx/ooxml/schemas/microsoft/wml-cid-2016.xsd +0 -13
  870. package/.cursor/skills/document-skills/docx/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd +0 -4
  871. package/.cursor/skills/document-skills/docx/ooxml/schemas/microsoft/wml-symex-2015.xsd +0 -8
  872. package/.cursor/skills/document-skills/docx/ooxml/scripts/pack.py +0 -159
  873. package/.cursor/skills/document-skills/docx/ooxml/scripts/unpack.py +0 -29
  874. package/.cursor/skills/document-skills/docx/ooxml/scripts/validate.py +0 -69
  875. package/.cursor/skills/document-skills/docx/ooxml/scripts/validation/__init__.py +0 -15
  876. package/.cursor/skills/document-skills/docx/ooxml/scripts/validation/base.py +0 -951
  877. package/.cursor/skills/document-skills/docx/ooxml/scripts/validation/docx.py +0 -274
  878. package/.cursor/skills/document-skills/docx/ooxml/scripts/validation/pptx.py +0 -315
  879. package/.cursor/skills/document-skills/docx/ooxml/scripts/validation/redlining.py +0 -279
  880. package/.cursor/skills/document-skills/docx/ooxml.md +0 -610
  881. package/.cursor/skills/document-skills/docx/scripts/__init__.py +0 -1
  882. package/.cursor/skills/document-skills/docx/scripts/document.py +0 -1276
  883. package/.cursor/skills/document-skills/docx/scripts/templates/comments.xml +0 -3
  884. package/.cursor/skills/document-skills/docx/scripts/templates/commentsExtended.xml +0 -3
  885. package/.cursor/skills/document-skills/docx/scripts/templates/commentsExtensible.xml +0 -3
  886. package/.cursor/skills/document-skills/docx/scripts/templates/commentsIds.xml +0 -3
  887. package/.cursor/skills/document-skills/docx/scripts/templates/people.xml +0 -3
  888. package/.cursor/skills/document-skills/docx/scripts/utilities.py +0 -374
  889. package/.cursor/skills/document-skills/pdf/LICENSE.txt +0 -30
  890. package/.cursor/skills/document-skills/pdf/SKILL.md +0 -294
  891. package/.cursor/skills/document-skills/pdf/forms.md +0 -205
  892. package/.cursor/skills/document-skills/pdf/reference.md +0 -612
  893. package/.cursor/skills/document-skills/pdf/scripts/check_bounding_boxes.py +0 -70
  894. package/.cursor/skills/document-skills/pdf/scripts/check_bounding_boxes_test.py +0 -226
  895. package/.cursor/skills/document-skills/pdf/scripts/check_fillable_fields.py +0 -12
  896. package/.cursor/skills/document-skills/pdf/scripts/convert_pdf_to_images.py +0 -35
  897. package/.cursor/skills/document-skills/pdf/scripts/create_validation_image.py +0 -41
  898. package/.cursor/skills/document-skills/pdf/scripts/extract_form_field_info.py +0 -152
  899. package/.cursor/skills/document-skills/pdf/scripts/fill_fillable_fields.py +0 -114
  900. package/.cursor/skills/document-skills/pdf/scripts/fill_pdf_form_with_annotations.py +0 -108
  901. package/.cursor/skills/document-skills/pptx/LICENSE.txt +0 -30
  902. package/.cursor/skills/document-skills/pptx/SKILL.md +0 -484
  903. package/.cursor/skills/document-skills/pptx/html2pptx.md +0 -625
  904. package/.cursor/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +0 -1499
  905. package/.cursor/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +0 -146
  906. package/.cursor/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +0 -1085
  907. package/.cursor/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +0 -11
  908. package/.cursor/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd +0 -3081
  909. package/.cursor/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +0 -23
  910. package/.cursor/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +0 -185
  911. package/.cursor/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +0 -287
  912. package/.cursor/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd +0 -1676
  913. package/.cursor/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +0 -28
  914. package/.cursor/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +0 -144
  915. package/.cursor/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +0 -174
  916. package/.cursor/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +0 -25
  917. package/.cursor/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +0 -18
  918. package/.cursor/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +0 -59
  919. package/.cursor/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +0 -56
  920. package/.cursor/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +0 -195
  921. package/.cursor/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd +0 -582
  922. package/.cursor/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +0 -25
  923. package/.cursor/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd +0 -4439
  924. package/.cursor/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd +0 -570
  925. package/.cursor/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +0 -509
  926. package/.cursor/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +0 -12
  927. package/.cursor/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +0 -108
  928. package/.cursor/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +0 -96
  929. package/.cursor/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd +0 -3646
  930. package/.cursor/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd +0 -116
  931. package/.cursor/skills/document-skills/pptx/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd +0 -42
  932. package/.cursor/skills/document-skills/pptx/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd +0 -50
  933. package/.cursor/skills/document-skills/pptx/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd +0 -49
  934. package/.cursor/skills/document-skills/pptx/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd +0 -33
  935. package/.cursor/skills/document-skills/pptx/ooxml/schemas/mce/mc.xsd +0 -75
  936. package/.cursor/skills/document-skills/pptx/ooxml/schemas/microsoft/wml-2010.xsd +0 -560
  937. package/.cursor/skills/document-skills/pptx/ooxml/schemas/microsoft/wml-2012.xsd +0 -67
  938. package/.cursor/skills/document-skills/pptx/ooxml/schemas/microsoft/wml-2018.xsd +0 -14
  939. package/.cursor/skills/document-skills/pptx/ooxml/schemas/microsoft/wml-cex-2018.xsd +0 -20
  940. package/.cursor/skills/document-skills/pptx/ooxml/schemas/microsoft/wml-cid-2016.xsd +0 -13
  941. package/.cursor/skills/document-skills/pptx/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd +0 -4
  942. package/.cursor/skills/document-skills/pptx/ooxml/schemas/microsoft/wml-symex-2015.xsd +0 -8
  943. package/.cursor/skills/document-skills/pptx/ooxml/scripts/pack.py +0 -159
  944. package/.cursor/skills/document-skills/pptx/ooxml/scripts/unpack.py +0 -29
  945. package/.cursor/skills/document-skills/pptx/ooxml/scripts/validate.py +0 -69
  946. package/.cursor/skills/document-skills/pptx/ooxml/scripts/validation/__init__.py +0 -15
  947. package/.cursor/skills/document-skills/pptx/ooxml/scripts/validation/base.py +0 -951
  948. package/.cursor/skills/document-skills/pptx/ooxml/scripts/validation/docx.py +0 -274
  949. package/.cursor/skills/document-skills/pptx/ooxml/scripts/validation/pptx.py +0 -315
  950. package/.cursor/skills/document-skills/pptx/ooxml/scripts/validation/redlining.py +0 -279
  951. package/.cursor/skills/document-skills/pptx/ooxml.md +0 -427
  952. package/.cursor/skills/document-skills/pptx/scripts/html2pptx.js +0 -979
  953. package/.cursor/skills/document-skills/pptx/scripts/inventory.py +0 -1020
  954. package/.cursor/skills/document-skills/pptx/scripts/rearrange.py +0 -231
  955. package/.cursor/skills/document-skills/pptx/scripts/replace.py +0 -385
  956. package/.cursor/skills/document-skills/pptx/scripts/thumbnail.py +0 -450
  957. package/.cursor/skills/document-skills/xlsx/LICENSE.txt +0 -30
  958. package/.cursor/skills/document-skills/xlsx/SKILL.md +0 -289
  959. package/.cursor/skills/document-skills/xlsx/recalc.py +0 -178
  960. package/.cursor/skills/engineering-discipline/incremental-change.md +0 -15
  961. package/.cursor/skills/engineering-discipline/index.yaml +0 -30
  962. package/.cursor/skills/engineering-discipline/planning-first.md +0 -18
  963. package/.cursor/skills/engineering-discipline/reasoning-clarity.md +0 -19
  964. package/.cursor/skills/engineering-discipline/verify-before-commit.md +0 -17
  965. package/.cursor/skills/frontend-design/references/ai-multimodal-overview.md +0 -165
  966. package/.cursor/skills/frontend-design/references/analysis-best-practices.md +0 -80
  967. package/.cursor/skills/frontend-design/references/analysis-prompts.md +0 -141
  968. package/.cursor/skills/frontend-design/references/analysis-techniques.md +0 -118
  969. package/.cursor/skills/frontend-design/references/animejs.md +0 -396
  970. package/.cursor/skills/frontend-design/references/asset-generation.md +0 -337
  971. package/.cursor/skills/frontend-design/references/design-extraction-overview.md +0 -71
  972. package/.cursor/skills/frontend-design/references/extraction-best-practices.md +0 -141
  973. package/.cursor/skills/frontend-design/references/extraction-output-templates.md +0 -162
  974. package/.cursor/skills/frontend-design/references/extraction-prompts.md +0 -127
  975. package/.cursor/skills/frontend-design/references/technical-accessibility.md +0 -119
  976. package/.cursor/skills/frontend-design/references/technical-best-practices.md +0 -97
  977. package/.cursor/skills/frontend-design/references/technical-optimization.md +0 -44
  978. package/.cursor/skills/frontend-design/references/technical-overview.md +0 -90
  979. package/.cursor/skills/frontend-design/references/technical-workflows.md +0 -150
  980. package/.cursor/skills/frontend-design/references/visual-analysis-overview.md +0 -95
  981. package/.cursor/skills/frontend-development/resources/common-patterns.md +0 -331
  982. package/.cursor/skills/frontend-development/resources/complete-examples.md +0 -872
  983. package/.cursor/skills/frontend-development/resources/component-patterns.md +0 -502
  984. package/.cursor/skills/frontend-development/resources/data-fetching.md +0 -767
  985. package/.cursor/skills/frontend-development/resources/file-organization.md +0 -502
  986. package/.cursor/skills/frontend-development/resources/loading-and-error-states.md +0 -501
  987. package/.cursor/skills/frontend-development/resources/performance.md +0 -406
  988. package/.cursor/skills/frontend-development/resources/routing-guide.md +0 -364
  989. package/.cursor/skills/frontend-development/resources/styling-guide.md +0 -428
  990. package/.cursor/skills/frontend-development/resources/typescript-standards.md +0 -418
  991. package/.cursor/skills/git-automation/references/branch-finishing.md +0 -64
  992. package/.cursor/skills/install.ps1 +0 -600
  993. package/.cursor/skills/install.sh +0 -685
  994. package/.cursor/skills/mcp-builder/LICENSE.txt +0 -202
  995. package/.cursor/skills/mcp-builder/reference/evaluation.md +0 -602
  996. package/.cursor/skills/mcp-builder/reference/mcp_best_practices.md +0 -915
  997. package/.cursor/skills/mcp-builder/reference/node_mcp_server.md +0 -916
  998. package/.cursor/skills/mcp-builder/reference/python_mcp_server.md +0 -752
  999. package/.cursor/skills/mcp-builder/scripts/connections.py +0 -151
  1000. package/.cursor/skills/mcp-builder/scripts/evaluation.py +0 -373
  1001. package/.cursor/skills/mcp-builder/scripts/example_evaluation.xml +0 -22
  1002. package/.cursor/skills/mcp-builder/scripts/requirements.txt +0 -2
  1003. package/.cursor/skills/mcp-management/assets/tools.json +0 -3146
  1004. package/.cursor/skills/mcp-management/references/configuration.md +0 -114
  1005. package/.cursor/skills/mcp-management/references/gemini-cli-integration.md +0 -215
  1006. package/.cursor/skills/mcp-management/references/mcp-protocol.md +0 -116
  1007. package/.cursor/skills/mcp-management/scripts/.env.example +0 -10
  1008. package/.cursor/skills/mcp-management/scripts/cli.ts +0 -195
  1009. package/.cursor/skills/mcp-management/scripts/mcp-client.ts +0 -230
  1010. package/.cursor/skills/mcp-management/scripts/package.json +0 -20
  1011. package/.cursor/skills/mcp-management/scripts/tsconfig.json +0 -15
  1012. package/.cursor/skills/media-processing/references/common-workflows.md +0 -132
  1013. package/.cursor/skills/media-processing/references/ffmpeg-encoding.md +0 -358
  1014. package/.cursor/skills/media-processing/references/ffmpeg-filters.md +0 -503
  1015. package/.cursor/skills/media-processing/references/ffmpeg-streaming.md +0 -403
  1016. package/.cursor/skills/media-processing/references/format-compatibility.md +0 -375
  1017. package/.cursor/skills/media-processing/references/imagemagick-batch.md +0 -612
  1018. package/.cursor/skills/media-processing/references/imagemagick-editing.md +0 -623
  1019. package/.cursor/skills/media-processing/references/rmbg-background-removal.md +0 -66
  1020. package/.cursor/skills/media-processing/references/troubleshooting.md +0 -109
  1021. package/.cursor/skills/media-processing/scripts/batch-remove-background.sh +0 -124
  1022. package/.cursor/skills/media-processing/scripts/batch_resize.py +0 -342
  1023. package/.cursor/skills/media-processing/scripts/media_convert.py +0 -311
  1024. package/.cursor/skills/media-processing/scripts/remove-background.sh +0 -96
  1025. package/.cursor/skills/media-processing/scripts/remove-bg-node.js +0 -158
  1026. package/.cursor/skills/media-processing/scripts/requirements.txt +0 -24
  1027. package/.cursor/skills/media-processing/scripts/tests/.coverage +0 -0
  1028. package/.cursor/skills/media-processing/scripts/tests/requirements.txt +0 -2
  1029. package/.cursor/skills/media-processing/scripts/tests/test_batch_resize.py +0 -372
  1030. package/.cursor/skills/media-processing/scripts/tests/test_media_convert.py +0 -259
  1031. package/.cursor/skills/media-processing/scripts/tests/test_video_optimize.py +0 -397
  1032. package/.cursor/skills/media-processing/scripts/video_optimize.py +0 -414
  1033. package/.cursor/skills/mobile-development/references/mobile-android.md +0 -604
  1034. package/.cursor/skills/mobile-development/references/mobile-best-practices.md +0 -545
  1035. package/.cursor/skills/mobile-development/references/mobile-debugging.md +0 -1089
  1036. package/.cursor/skills/mobile-development/references/mobile-frameworks.md +0 -465
  1037. package/.cursor/skills/mobile-development/references/mobile-ios.md +0 -496
  1038. package/.cursor/skills/mobile-development/references/mobile-mindset.md +0 -544
  1039. package/.cursor/skills/payment-integration/references/polar/benefits.md +0 -396
  1040. package/.cursor/skills/payment-integration/references/polar/best-practices.md +0 -482
  1041. package/.cursor/skills/payment-integration/references/polar/checkouts.md +0 -266
  1042. package/.cursor/skills/payment-integration/references/polar/overview.md +0 -184
  1043. package/.cursor/skills/payment-integration/references/polar/products.md +0 -244
  1044. package/.cursor/skills/payment-integration/references/polar/sdk.md +0 -436
  1045. package/.cursor/skills/payment-integration/references/polar/subscriptions.md +0 -340
  1046. package/.cursor/skills/payment-integration/references/polar/webhooks.md +0 -405
  1047. package/.cursor/skills/payment-integration/references/sepay/api.md +0 -140
  1048. package/.cursor/skills/payment-integration/references/sepay/best-practices.md +0 -337
  1049. package/.cursor/skills/payment-integration/references/sepay/overview.md +0 -138
  1050. package/.cursor/skills/payment-integration/references/sepay/qr-codes.md +0 -228
  1051. package/.cursor/skills/payment-integration/references/sepay/sdk.md +0 -213
  1052. package/.cursor/skills/payment-integration/references/sepay/webhooks.md +0 -208
  1053. package/.cursor/skills/payment-integration/scripts/.env.example +0 -20
  1054. package/.cursor/skills/payment-integration/scripts/checkout-helper.js +0 -244
  1055. package/.cursor/skills/payment-integration/scripts/package.json +0 -17
  1056. package/.cursor/skills/payment-integration/scripts/polar-webhook-verify.js +0 -202
  1057. package/.cursor/skills/payment-integration/scripts/sepay-webhook-verify.js +0 -193
  1058. package/.cursor/skills/payment-integration/scripts/test-scripts.js +0 -237
  1059. package/.cursor/skills/planning/references/codebase-understanding.md +0 -62
  1060. package/.cursor/skills/planning/references/output-standards.md +0 -87
  1061. package/.cursor/skills/planning/references/plan-organization.md +0 -123
  1062. package/.cursor/skills/planning/references/research-phase.md +0 -49
  1063. package/.cursor/skills/planning/references/solution-design.md +0 -63
  1064. package/.cursor/skills/playwright-testing/references/playwright-patterns.md +0 -122
  1065. package/.cursor/skills/problem-solving/references/attribution.md +0 -69
  1066. package/.cursor/skills/problem-solving/references/collision-zone-thinking.md +0 -79
  1067. package/.cursor/skills/problem-solving/references/inversion-exercise.md +0 -91
  1068. package/.cursor/skills/problem-solving/references/meta-pattern-recognition.md +0 -87
  1069. package/.cursor/skills/problem-solving/references/scale-game.md +0 -95
  1070. package/.cursor/skills/problem-solving/references/simplification-cascades.md +0 -80
  1071. package/.cursor/skills/problem-solving/references/when-stuck.md +0 -72
  1072. package/.cursor/skills/prompt-engineering/references/anthropic-best-practices.md +0 -160
  1073. package/.cursor/skills/repomix/references/configuration.md +0 -211
  1074. package/.cursor/skills/repomix/references/usage-patterns.md +0 -232
  1075. package/.cursor/skills/repomix/scripts/.coverage +0 -0
  1076. package/.cursor/skills/repomix/scripts/repomix_batch.py +0 -455
  1077. package/.cursor/skills/repomix/scripts/repos.example.json +0 -15
  1078. package/.cursor/skills/repomix/scripts/requirements.txt +0 -15
  1079. package/.cursor/skills/repomix/scripts/tests/test_repomix_batch.py +0 -531
  1080. package/.cursor/skills/sequential-thinking/.env.example +0 -8
  1081. package/.cursor/skills/sequential-thinking/package.json +0 -31
  1082. package/.cursor/skills/sequential-thinking/references/advanced-strategies.md +0 -79
  1083. package/.cursor/skills/sequential-thinking/references/advanced-techniques.md +0 -76
  1084. package/.cursor/skills/sequential-thinking/references/core-patterns.md +0 -95
  1085. package/.cursor/skills/sequential-thinking/references/examples-api.md +0 -88
  1086. package/.cursor/skills/sequential-thinking/references/examples-architecture.md +0 -94
  1087. package/.cursor/skills/sequential-thinking/references/examples-debug.md +0 -90
  1088. package/.cursor/skills/sequential-thinking/scripts/format-thought.js +0 -159
  1089. package/.cursor/skills/sequential-thinking/scripts/process-thought.js +0 -236
  1090. package/.cursor/skills/sequential-thinking/tests/format-thought.test.js +0 -133
  1091. package/.cursor/skills/sequential-thinking/tests/process-thought.test.js +0 -215
  1092. package/.cursor/skills/shopify/references/app-development.md +0 -470
  1093. package/.cursor/skills/shopify/references/extensions.md +0 -493
  1094. package/.cursor/skills/shopify/references/themes.md +0 -498
  1095. package/.cursor/skills/shopify/scripts/.coverage +0 -0
  1096. package/.cursor/skills/shopify/scripts/requirements.txt +0 -19
  1097. package/.cursor/skills/shopify/scripts/shopify_init.py +0 -423
  1098. package/.cursor/skills/shopify/scripts/tests/.coverage +0 -0
  1099. package/.cursor/skills/shopify/scripts/tests/test_shopify_init.py +0 -385
  1100. package/.cursor/skills/skill-creator/LICENSE.txt +0 -202
  1101. package/.cursor/skills/skill-creator/scripts/init_skill.py +0 -303
  1102. package/.cursor/skills/skill-creator/scripts/package_skill.py +0 -110
  1103. package/.cursor/skills/skill-creator/scripts/quick_validate.py +0 -65
  1104. package/.cursor/skills/software-architecture/references/solid-principles.md +0 -293
  1105. package/.cursor/skills/test-driven-development/references/tdd-patterns.md +0 -124
  1106. package/.cursor/skills/test-driven-development/references/testing-strategies.md +0 -131
  1107. package/.cursor/skills/threejs/references/01-getting-started.md +0 -177
  1108. package/.cursor/skills/threejs/references/02-loaders.md +0 -169
  1109. package/.cursor/skills/threejs/references/03-textures.md +0 -170
  1110. package/.cursor/skills/threejs/references/04-cameras.md +0 -195
  1111. package/.cursor/skills/threejs/references/05-lights.md +0 -183
  1112. package/.cursor/skills/threejs/references/06-animations.md +0 -214
  1113. package/.cursor/skills/threejs/references/07-math.md +0 -260
  1114. package/.cursor/skills/threejs/references/08-interaction.md +0 -267
  1115. package/.cursor/skills/threejs/references/09-postprocessing.md +0 -240
  1116. package/.cursor/skills/threejs/references/10-controls.md +0 -259
  1117. package/.cursor/skills/threejs/references/11-materials-advanced.md +0 -270
  1118. package/.cursor/skills/threejs/references/12-performance.md +0 -269
  1119. package/.cursor/skills/threejs/references/13-node-materials.md +0 -298
  1120. package/.cursor/skills/threejs/references/14-physics-vr.md +0 -304
  1121. package/.cursor/skills/threejs/references/15-specialized-loaders.md +0 -333
  1122. package/.cursor/skills/threejs/references/16-webgpu.md +0 -302
  1123. package/.cursor/skills/ui-styling/LICENSE.txt +0 -202
  1124. package/.cursor/skills/ui-styling/canvas-fonts/ArsenalSC-OFL.txt +0 -93
  1125. package/.cursor/skills/ui-styling/canvas-fonts/ArsenalSC-Regular.ttf +0 -0
  1126. package/.cursor/skills/ui-styling/canvas-fonts/BigShoulders-Bold.ttf +0 -0
  1127. package/.cursor/skills/ui-styling/canvas-fonts/BigShoulders-OFL.txt +0 -93
  1128. package/.cursor/skills/ui-styling/canvas-fonts/BigShoulders-Regular.ttf +0 -0
  1129. package/.cursor/skills/ui-styling/canvas-fonts/Boldonse-OFL.txt +0 -93
  1130. package/.cursor/skills/ui-styling/canvas-fonts/Boldonse-Regular.ttf +0 -0
  1131. package/.cursor/skills/ui-styling/canvas-fonts/BricolageGrotesque-Bold.ttf +0 -0
  1132. package/.cursor/skills/ui-styling/canvas-fonts/BricolageGrotesque-OFL.txt +0 -93
  1133. package/.cursor/skills/ui-styling/canvas-fonts/BricolageGrotesque-Regular.ttf +0 -0
  1134. package/.cursor/skills/ui-styling/canvas-fonts/CrimsonPro-Bold.ttf +0 -0
  1135. package/.cursor/skills/ui-styling/canvas-fonts/CrimsonPro-Italic.ttf +0 -0
  1136. package/.cursor/skills/ui-styling/canvas-fonts/CrimsonPro-OFL.txt +0 -93
  1137. package/.cursor/skills/ui-styling/canvas-fonts/CrimsonPro-Regular.ttf +0 -0
  1138. package/.cursor/skills/ui-styling/canvas-fonts/DMMono-OFL.txt +0 -93
  1139. package/.cursor/skills/ui-styling/canvas-fonts/DMMono-Regular.ttf +0 -0
  1140. package/.cursor/skills/ui-styling/canvas-fonts/EricaOne-OFL.txt +0 -94
  1141. package/.cursor/skills/ui-styling/canvas-fonts/EricaOne-Regular.ttf +0 -0
  1142. package/.cursor/skills/ui-styling/canvas-fonts/GeistMono-Bold.ttf +0 -0
  1143. package/.cursor/skills/ui-styling/canvas-fonts/GeistMono-OFL.txt +0 -93
  1144. package/.cursor/skills/ui-styling/canvas-fonts/GeistMono-Regular.ttf +0 -0
  1145. package/.cursor/skills/ui-styling/canvas-fonts/Gloock-OFL.txt +0 -93
  1146. package/.cursor/skills/ui-styling/canvas-fonts/Gloock-Regular.ttf +0 -0
  1147. package/.cursor/skills/ui-styling/canvas-fonts/IBMPlexMono-Bold.ttf +0 -0
  1148. package/.cursor/skills/ui-styling/canvas-fonts/IBMPlexMono-OFL.txt +0 -93
  1149. package/.cursor/skills/ui-styling/canvas-fonts/IBMPlexMono-Regular.ttf +0 -0
  1150. package/.cursor/skills/ui-styling/canvas-fonts/IBMPlexSerif-Bold.ttf +0 -0
  1151. package/.cursor/skills/ui-styling/canvas-fonts/IBMPlexSerif-BoldItalic.ttf +0 -0
  1152. package/.cursor/skills/ui-styling/canvas-fonts/IBMPlexSerif-Italic.ttf +0 -0
  1153. package/.cursor/skills/ui-styling/canvas-fonts/IBMPlexSerif-Regular.ttf +0 -0
  1154. package/.cursor/skills/ui-styling/canvas-fonts/InstrumentSans-Bold.ttf +0 -0
  1155. package/.cursor/skills/ui-styling/canvas-fonts/InstrumentSans-BoldItalic.ttf +0 -0
  1156. package/.cursor/skills/ui-styling/canvas-fonts/InstrumentSans-Italic.ttf +0 -0
  1157. package/.cursor/skills/ui-styling/canvas-fonts/InstrumentSans-OFL.txt +0 -93
  1158. package/.cursor/skills/ui-styling/canvas-fonts/InstrumentSans-Regular.ttf +0 -0
  1159. package/.cursor/skills/ui-styling/canvas-fonts/InstrumentSerif-Italic.ttf +0 -0
  1160. package/.cursor/skills/ui-styling/canvas-fonts/InstrumentSerif-Regular.ttf +0 -0
  1161. package/.cursor/skills/ui-styling/canvas-fonts/Italiana-OFL.txt +0 -93
  1162. package/.cursor/skills/ui-styling/canvas-fonts/Italiana-Regular.ttf +0 -0
  1163. package/.cursor/skills/ui-styling/canvas-fonts/JetBrainsMono-Bold.ttf +0 -0
  1164. package/.cursor/skills/ui-styling/canvas-fonts/JetBrainsMono-OFL.txt +0 -93
  1165. package/.cursor/skills/ui-styling/canvas-fonts/JetBrainsMono-Regular.ttf +0 -0
  1166. package/.cursor/skills/ui-styling/canvas-fonts/Jura-Light.ttf +0 -0
  1167. package/.cursor/skills/ui-styling/canvas-fonts/Jura-Medium.ttf +0 -0
  1168. package/.cursor/skills/ui-styling/canvas-fonts/Jura-OFL.txt +0 -93
  1169. package/.cursor/skills/ui-styling/canvas-fonts/LibreBaskerville-OFL.txt +0 -93
  1170. package/.cursor/skills/ui-styling/canvas-fonts/LibreBaskerville-Regular.ttf +0 -0
  1171. package/.cursor/skills/ui-styling/canvas-fonts/Lora-Bold.ttf +0 -0
  1172. package/.cursor/skills/ui-styling/canvas-fonts/Lora-BoldItalic.ttf +0 -0
  1173. package/.cursor/skills/ui-styling/canvas-fonts/Lora-Italic.ttf +0 -0
  1174. package/.cursor/skills/ui-styling/canvas-fonts/Lora-OFL.txt +0 -93
  1175. package/.cursor/skills/ui-styling/canvas-fonts/Lora-Regular.ttf +0 -0
  1176. package/.cursor/skills/ui-styling/canvas-fonts/NationalPark-Bold.ttf +0 -0
  1177. package/.cursor/skills/ui-styling/canvas-fonts/NationalPark-OFL.txt +0 -93
  1178. package/.cursor/skills/ui-styling/canvas-fonts/NationalPark-Regular.ttf +0 -0
  1179. package/.cursor/skills/ui-styling/canvas-fonts/NothingYouCouldDo-OFL.txt +0 -93
  1180. package/.cursor/skills/ui-styling/canvas-fonts/NothingYouCouldDo-Regular.ttf +0 -0
  1181. package/.cursor/skills/ui-styling/canvas-fonts/Outfit-Bold.ttf +0 -0
  1182. package/.cursor/skills/ui-styling/canvas-fonts/Outfit-OFL.txt +0 -93
  1183. package/.cursor/skills/ui-styling/canvas-fonts/Outfit-Regular.ttf +0 -0
  1184. package/.cursor/skills/ui-styling/canvas-fonts/PixelifySans-Medium.ttf +0 -0
  1185. package/.cursor/skills/ui-styling/canvas-fonts/PixelifySans-OFL.txt +0 -93
  1186. package/.cursor/skills/ui-styling/canvas-fonts/PoiretOne-OFL.txt +0 -93
  1187. package/.cursor/skills/ui-styling/canvas-fonts/PoiretOne-Regular.ttf +0 -0
  1188. package/.cursor/skills/ui-styling/canvas-fonts/RedHatMono-Bold.ttf +0 -0
  1189. package/.cursor/skills/ui-styling/canvas-fonts/RedHatMono-OFL.txt +0 -93
  1190. package/.cursor/skills/ui-styling/canvas-fonts/RedHatMono-Regular.ttf +0 -0
  1191. package/.cursor/skills/ui-styling/canvas-fonts/Silkscreen-OFL.txt +0 -93
  1192. package/.cursor/skills/ui-styling/canvas-fonts/Silkscreen-Regular.ttf +0 -0
  1193. package/.cursor/skills/ui-styling/canvas-fonts/SmoochSans-Medium.ttf +0 -0
  1194. package/.cursor/skills/ui-styling/canvas-fonts/SmoochSans-OFL.txt +0 -93
  1195. package/.cursor/skills/ui-styling/canvas-fonts/Tektur-Medium.ttf +0 -0
  1196. package/.cursor/skills/ui-styling/canvas-fonts/Tektur-OFL.txt +0 -93
  1197. package/.cursor/skills/ui-styling/canvas-fonts/Tektur-Regular.ttf +0 -0
  1198. package/.cursor/skills/ui-styling/canvas-fonts/WorkSans-Bold.ttf +0 -0
  1199. package/.cursor/skills/ui-styling/canvas-fonts/WorkSans-BoldItalic.ttf +0 -0
  1200. package/.cursor/skills/ui-styling/canvas-fonts/WorkSans-Italic.ttf +0 -0
  1201. package/.cursor/skills/ui-styling/canvas-fonts/WorkSans-OFL.txt +0 -93
  1202. package/.cursor/skills/ui-styling/canvas-fonts/WorkSans-Regular.ttf +0 -0
  1203. package/.cursor/skills/ui-styling/canvas-fonts/YoungSerif-OFL.txt +0 -93
  1204. package/.cursor/skills/ui-styling/canvas-fonts/YoungSerif-Regular.ttf +0 -0
  1205. package/.cursor/skills/ui-styling/references/canvas-design-system.md +0 -320
  1206. package/.cursor/skills/ui-styling/references/shadcn-accessibility.md +0 -471
  1207. package/.cursor/skills/ui-styling/references/shadcn-components.md +0 -424
  1208. package/.cursor/skills/ui-styling/references/shadcn-theming.md +0 -373
  1209. package/.cursor/skills/ui-styling/references/tailwind-customization.md +0 -483
  1210. package/.cursor/skills/ui-styling/references/tailwind-responsive.md +0 -382
  1211. package/.cursor/skills/ui-styling/references/tailwind-utilities.md +0 -455
  1212. package/.cursor/skills/ui-styling/scripts/.coverage +0 -0
  1213. package/.cursor/skills/ui-styling/scripts/requirements.txt +0 -17
  1214. package/.cursor/skills/ui-styling/scripts/shadcn_add.py +0 -292
  1215. package/.cursor/skills/ui-styling/scripts/tailwind_config_gen.py +0 -456
  1216. package/.cursor/skills/ui-styling/scripts/tests/coverage-ui.json +0 -1
  1217. package/.cursor/skills/ui-styling/scripts/tests/requirements.txt +0 -3
  1218. package/.cursor/skills/ui-styling/scripts/tests/test_shadcn_add.py +0 -266
  1219. package/.cursor/skills/ui-styling/scripts/tests/test_tailwind_config_gen.py +0 -336
  1220. package/.cursor/skills/ui-ux-pro-max/data/charts.csv +0 -26
  1221. package/.cursor/skills/ui-ux-pro-max/data/colors.csv +0 -97
  1222. package/.cursor/skills/ui-ux-pro-max/data/landing.csv +0 -31
  1223. package/.cursor/skills/ui-ux-pro-max/data/products.csv +0 -97
  1224. package/.cursor/skills/ui-ux-pro-max/data/prompts.csv +0 -24
  1225. package/.cursor/skills/ui-ux-pro-max/data/stacks/flutter.csv +0 -53
  1226. package/.cursor/skills/ui-ux-pro-max/data/stacks/html-tailwind.csv +0 -51
  1227. package/.cursor/skills/ui-ux-pro-max/data/stacks/nextjs.csv +0 -53
  1228. package/.cursor/skills/ui-ux-pro-max/data/stacks/react-native.csv +0 -52
  1229. package/.cursor/skills/ui-ux-pro-max/data/stacks/react.csv +0 -54
  1230. package/.cursor/skills/ui-ux-pro-max/data/stacks/svelte.csv +0 -54
  1231. package/.cursor/skills/ui-ux-pro-max/data/stacks/swiftui.csv +0 -51
  1232. package/.cursor/skills/ui-ux-pro-max/data/stacks/vue.csv +0 -50
  1233. package/.cursor/skills/ui-ux-pro-max/data/styles.csv +0 -59
  1234. package/.cursor/skills/ui-ux-pro-max/data/typography.csv +0 -58
  1235. package/.cursor/skills/ui-ux-pro-max/data/ux-guidelines.csv +0 -100
  1236. package/.cursor/skills/ui-ux-pro-max/scripts/core.py +0 -236
  1237. package/.cursor/skills/ui-ux-pro-max/scripts/search.py +0 -61
  1238. package/.cursor/skills/web-frameworks/references/nextjs-app-router.md +0 -465
  1239. package/.cursor/skills/web-frameworks/references/nextjs-data-fetching.md +0 -459
  1240. package/.cursor/skills/web-frameworks/references/nextjs-optimization.md +0 -511
  1241. package/.cursor/skills/web-frameworks/references/nextjs-server-components.md +0 -495
  1242. package/.cursor/skills/web-frameworks/references/remix-icon-integration.md +0 -603
  1243. package/.cursor/skills/web-frameworks/references/turborepo-caching.md +0 -551
  1244. package/.cursor/skills/web-frameworks/references/turborepo-pipelines.md +0 -517
  1245. package/.cursor/skills/web-frameworks/references/turborepo-setup.md +0 -542
  1246. package/.cursor/skills/web-frameworks/scripts/.coverage +0 -0
  1247. package/.cursor/skills/web-frameworks/scripts/__init__.py +0 -0
  1248. package/.cursor/skills/web-frameworks/scripts/nextjs_init.py +0 -547
  1249. package/.cursor/skills/web-frameworks/scripts/requirements.txt +0 -16
  1250. package/.cursor/skills/web-frameworks/scripts/tests/coverage-web.json +0 -1
  1251. package/.cursor/skills/web-frameworks/scripts/tests/requirements.txt +0 -3
  1252. package/.cursor/skills/web-frameworks/scripts/tests/test_nextjs_init.py +0 -319
  1253. package/.cursor/skills/web-frameworks/scripts/tests/test_turborepo_migrate.py +0 -374
  1254. package/.cursor/skills/web-frameworks/scripts/turborepo_migrate.py +0 -394
  1255. package/.cursor/statusline.cjs +0 -274
  1256. package/.cursor/statusline.ps1 +0 -318
  1257. package/.cursor/statusline.sh +0 -165
@@ -1,299 +0,0 @@
1
- #!/usr/bin/env python3
2
- """
3
- Validate ai-multimodal skill setup and configuration.
4
-
5
- Checks:
6
- - API key presence and format
7
- - Python dependencies
8
- - Centralized resolver availability
9
- - Directory structure
10
- """
11
-
12
- import os
13
- import sys
14
- from pathlib import Path
15
-
16
- # Color codes for terminal output
17
- GREEN = '\033[92m'
18
- YELLOW = '\033[93m'
19
- RED = '\033[91m'
20
- BLUE = '\033[94m'
21
- RESET = '\033[0m'
22
- BOLD = '\033[1m'
23
-
24
-
25
- def print_header(text):
26
- """Print section header."""
27
- print(f"\n{BOLD}{BLUE}{'='*60}{RESET}")
28
- print(f"{BOLD}{BLUE}{text}{RESET}")
29
- print(f"{BOLD}{BLUE}{'='*60}{RESET}\n")
30
-
31
-
32
- def print_success(text):
33
- """Print success message."""
34
- print(f"{GREEN}✓ {text}{RESET}")
35
-
36
-
37
- def print_warning(text):
38
- """Print warning message."""
39
- print(f"{YELLOW}⚠ {text}{RESET}")
40
-
41
-
42
- def print_error(text):
43
- """Print error message."""
44
- print(f"{RED}✗ {text}{RESET}")
45
-
46
-
47
- def print_info(text):
48
- """Print info message."""
49
- print(f"{BLUE}ℹ {text}{RESET}")
50
-
51
-
52
- def check_dependencies():
53
- """Check if required Python packages are installed."""
54
- print_header("Checking Python Dependencies")
55
-
56
- dependencies = {
57
- 'google.genai': 'google-genai',
58
- 'dotenv': 'python-dotenv',
59
- 'PIL': 'pillow'
60
- }
61
-
62
- missing = []
63
-
64
- for module_name, package_name in dependencies.items():
65
- try:
66
- __import__(module_name)
67
- print_success(f"{package_name} is installed")
68
- except ImportError:
69
- print_error(f"{package_name} is NOT installed")
70
- missing.append(package_name)
71
-
72
- if missing:
73
- print_error("\nMissing dependencies detected!")
74
- print_info(f"Install with: pip install {' '.join(missing)}")
75
- return False
76
-
77
- return True
78
-
79
-
80
- def check_centralized_resolver():
81
- """Check if centralized resolver is available."""
82
- print_header("Checking Centralized Resolver")
83
-
84
- resolver_path = Path.home() / '.cursor' / 'scripts' / 'resolve_env.py'
85
-
86
- if resolver_path.exists():
87
- print_success(f"Centralized resolver found: {resolver_path}")
88
-
89
- # Try to import it
90
- sys.path.insert(0, str(resolver_path.parent))
91
- try:
92
- from resolve_env import resolve_env
93
- print_success("Centralized resolver can be imported")
94
- return True
95
- except ImportError as e:
96
- print_error(f"Centralized resolver exists but cannot be imported: {e}")
97
- return False
98
- else:
99
- print_warning(f"Centralized resolver not found: {resolver_path}")
100
- print_info("Skill will use fallback resolution logic")
101
- return True # Not critical, fallback works
102
-
103
-
104
- def find_api_key():
105
- """Find and validate API key using centralized resolver."""
106
- print_header("Checking API Key Configuration")
107
-
108
- # Try to use centralized resolver
109
- sys.path.insert(0, str(Path.home() / '.cursor' / 'scripts'))
110
- try:
111
- from resolve_env import resolve_env
112
-
113
- print_info("Using centralized resolver...")
114
- api_key = resolve_env('GEMINI_API_KEY', skill='ai-multimodal')
115
-
116
- if api_key:
117
- print_success("API key found via centralized resolver")
118
- print_info(f"Key preview: {api_key[:20]}...{api_key[-4:]}")
119
-
120
- # Show hierarchy
121
- print_info("\nTo see where the key was found, run:")
122
- print_info("python ~/.cursor/scripts/resolve_env.py GEMINI_API_KEY --skill ai-multimodal --verbose")
123
-
124
- return api_key
125
- else:
126
- print_error("API key not found in any location")
127
- return None
128
-
129
- except ImportError:
130
- print_warning("Centralized resolver not available, using fallback")
131
-
132
- # Fallback: check environment
133
- api_key = os.getenv('GEMINI_API_KEY')
134
- if api_key:
135
- print_success("API key found in process.env")
136
- print_info(f"Key preview: {api_key[:20]}...{api_key[-4:]}")
137
- return api_key
138
- else:
139
- print_error("API key not found")
140
- return None
141
-
142
-
143
- def validate_api_key_format(api_key):
144
- """Basic validation of API key format."""
145
- if not api_key:
146
- return False
147
-
148
- # Google AI Studio keys typically start with 'AIza'
149
- if api_key.startswith('AIza'):
150
- print_success("API key format looks valid (Google AI Studio)")
151
- return True
152
- elif len(api_key) > 20:
153
- print_warning("API key format not recognized (may be Vertex AI or custom)")
154
- return True
155
- else:
156
- print_error("API key format looks invalid (too short)")
157
- return False
158
-
159
-
160
- def test_api_connection(api_key):
161
- """Test API connection with a simple request."""
162
- print_header("Testing API Connection")
163
-
164
- try:
165
- from google import genai
166
-
167
- print_info("Initializing Gemini client...")
168
- client = genai.Client(api_key=api_key)
169
-
170
- print_info("Fetching available models...")
171
- # List models to verify API key works
172
- models = list(client.models.list())
173
-
174
- print_success(f"API connection successful! Found {len(models)} available models")
175
-
176
- # Show some available models
177
- print_info("\nSample available models:")
178
- for model in models[:5]:
179
- print(f" - {model.name}")
180
-
181
- return True
182
-
183
- except ImportError:
184
- print_error("google-genai package not installed")
185
- return False
186
- except Exception as e:
187
- print_error(f"API connection failed: {str(e)}")
188
- return False
189
-
190
-
191
- def check_directory_structure():
192
- """Verify skill directory structure."""
193
- print_header("Checking Directory Structure")
194
-
195
- script_dir = Path(__file__).parent
196
- skill_dir = script_dir.parent
197
-
198
- required_files = [
199
- ('SKILL.md', skill_dir / 'SKILL.md'),
200
- ('.env.example', skill_dir / '.env.example'),
201
- ('gemini_batch_process.py', script_dir / 'gemini_batch_process.py'),
202
- ]
203
-
204
- all_exist = True
205
-
206
- for name, path in required_files:
207
- if path.exists():
208
- print_success(f"{name} exists")
209
- else:
210
- print_error(f"{name} NOT found at {path}")
211
- all_exist = False
212
-
213
- return all_exist
214
-
215
-
216
- def provide_setup_instructions():
217
- """Provide setup instructions if configuration is incomplete."""
218
- print_header("Setup Instructions")
219
-
220
- print_info("To configure the ai-multimodal skill:")
221
- print("\n1. Get a Gemini API key:")
222
- print(" → Visit: https://aistudio.google.com/apikey")
223
-
224
- print("\n2. Configure the API key (choose one method):")
225
-
226
- print(f"\n Option A: User global config (recommended)")
227
- print(f" $ echo 'GEMINI_API_KEY=your-api-key-here' >> ~/.cursor/.env")
228
-
229
- script_dir = Path(__file__).parent
230
- skill_dir = script_dir.parent
231
-
232
- print(f"\n Option B: Skill-specific config")
233
- print(f" $ cd {skill_dir}")
234
- print(f" $ cp .env.example .env")
235
- print(f" $ # Edit .env and add your API key")
236
-
237
- print(f"\n Option C: Runtime environment (temporary)")
238
- print(f" $ export GEMINI_API_KEY='your-api-key-here'")
239
-
240
- print("\n3. Verify setup:")
241
- print(f" $ python {Path(__file__)}")
242
-
243
- print("\n4. Debug if needed:")
244
- print(f" $ python ~/.cursor/scripts/resolve_env.py --show-hierarchy --skill ai-multimodal")
245
- print(f" $ python ~/.cursor/scripts/resolve_env.py GEMINI_API_KEY --skill ai-multimodal --verbose")
246
-
247
-
248
- def main():
249
- """Run all setup checks."""
250
- print(f"\n{BOLD}AI Multimodal Skill - Setup Checker{RESET}")
251
-
252
- all_passed = True
253
-
254
- # Check directory structure
255
- if not check_directory_structure():
256
- all_passed = False
257
-
258
- # Check centralized resolver
259
- check_centralized_resolver()
260
-
261
- # Check dependencies
262
- if not check_dependencies():
263
- all_passed = False
264
- provide_setup_instructions()
265
- sys.exit(1)
266
-
267
- # Check API key
268
- api_key = find_api_key()
269
-
270
- if not api_key:
271
- print_error("\n❌ GEMINI_API_KEY not found in any location")
272
- all_passed = False
273
- provide_setup_instructions()
274
- sys.exit(1)
275
-
276
- # Validate API key format
277
- if not validate_api_key_format(api_key):
278
- all_passed = False
279
-
280
- # Test API connection
281
- if not test_api_connection(api_key):
282
- all_passed = False
283
-
284
- # Final summary
285
- print_header("Setup Summary")
286
-
287
- if all_passed:
288
- print_success("✅ All checks passed! The ai-multimodal skill is ready to use.")
289
- print_info("\nNext steps:")
290
- print(" • Read SKILL.md for usage examples")
291
- print(" • Try: python scripts/gemini_batch_process.py --help")
292
- print(" • Generate image: python scripts/gemini_batch_process.py --task generate --prompt 'A sunset' --model gemini-2.5-flash-image")
293
- else:
294
- print_error("❌ Some checks failed. Please fix the issues above.")
295
- sys.exit(1)
296
-
297
-
298
- if __name__ == '__main__':
299
- main()
@@ -1,395 +0,0 @@
1
- #!/usr/bin/env python3
2
- """
3
- Convert documents to Markdown using Gemini API.
4
-
5
- Supports all document types:
6
- - PDF documents (native vision processing)
7
- - Images (JPEG, PNG, WEBP, HEIC)
8
- - Office documents (DOCX, XLSX, PPTX)
9
- - HTML, TXT, and other text formats
10
-
11
- Features:
12
- - Converts to clean markdown format
13
- - Preserves structure, tables, and formatting
14
- - Extracts text from images and scanned documents
15
- - Batch conversion support
16
- - Saves to docs/assets/document-extraction.md by default
17
- """
18
-
19
- import argparse
20
- import os
21
- import sys
22
- import time
23
- from pathlib import Path
24
- from typing import Optional, List, Dict, Any
25
-
26
- try:
27
- from google import genai
28
- from google.genai import types
29
- except ImportError:
30
- print("Error: google-genai package not installed")
31
- print("Install with: pip install google-genai")
32
- sys.exit(1)
33
-
34
- try:
35
- from dotenv import load_dotenv
36
- except ImportError:
37
- load_dotenv = None
38
-
39
-
40
- def find_api_key() -> Optional[str]:
41
- """Find Gemini API key using correct priority order.
42
-
43
- Priority order (highest to lowest):
44
- 1. process.env (runtime environment variables)
45
- 2. .cursor/skills/ai-multimodal/.env (skill-specific config)
46
- 3. .cursor/skills/.env (shared skills config)
47
- 4. .cursor/.env (Claude global config)
48
- """
49
- # Priority 1: Already in process.env (highest)
50
- api_key = os.getenv('GEMINI_API_KEY')
51
- if api_key:
52
- return api_key
53
-
54
- # Load .env files if dotenv available
55
- if load_dotenv:
56
- # Determine base paths
57
- script_dir = Path(__file__).parent
58
- skill_dir = script_dir.parent # .cursor/skills/ai-multimodal
59
- skills_dir = skill_dir.parent # .cursor/skills
60
- claude_dir = skills_dir.parent # .cursor
61
-
62
- # Priority 2: Skill-specific .env
63
- env_file = skill_dir / '.env'
64
- if env_file.exists():
65
- load_dotenv(env_file)
66
- api_key = os.getenv('GEMINI_API_KEY')
67
- if api_key:
68
- return api_key
69
-
70
- # Priority 3: Shared skills .env
71
- env_file = skills_dir / '.env'
72
- if env_file.exists():
73
- load_dotenv(env_file)
74
- api_key = os.getenv('GEMINI_API_KEY')
75
- if api_key:
76
- return api_key
77
-
78
- # Priority 4: Claude global .env
79
- env_file = claude_dir / '.env'
80
- if env_file.exists():
81
- load_dotenv(env_file)
82
- api_key = os.getenv('GEMINI_API_KEY')
83
- if api_key:
84
- return api_key
85
-
86
- return None
87
-
88
-
89
- def find_project_root() -> Path:
90
- """Find project root directory."""
91
- script_dir = Path(__file__).parent
92
-
93
- # Look for .git or .cursor directory
94
- for parent in [script_dir] + list(script_dir.parents):
95
- if (parent / '.git').exists() or (parent / '.cursor').exists():
96
- return parent
97
-
98
- return script_dir
99
-
100
-
101
- def get_mime_type(file_path: str) -> str:
102
- """Determine MIME type from file extension."""
103
- ext = Path(file_path).suffix.lower()
104
-
105
- mime_types = {
106
- # Documents
107
- '.pdf': 'application/pdf',
108
- '.txt': 'text/plain',
109
- '.html': 'text/html',
110
- '.htm': 'text/html',
111
- '.md': 'text/markdown',
112
- '.csv': 'text/csv',
113
- # Images
114
- '.jpg': 'image/jpeg',
115
- '.jpeg': 'image/jpeg',
116
- '.png': 'image/png',
117
- '.webp': 'image/webp',
118
- '.heic': 'image/heic',
119
- '.heif': 'image/heif',
120
- # Office (need to be uploaded as binary)
121
- '.docx': 'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
122
- '.xlsx': 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
123
- '.pptx': 'application/vnd.openxmlformats-officedocument.presentationml.presentation',
124
- }
125
-
126
- return mime_types.get(ext, 'application/octet-stream')
127
-
128
-
129
- def upload_file(client: genai.Client, file_path: str, verbose: bool = False) -> Any:
130
- """Upload file to Gemini File API."""
131
- if verbose:
132
- print(f"Uploading {file_path}...")
133
-
134
- myfile = client.files.upload(file=file_path)
135
-
136
- # Wait for processing if needed
137
- max_wait = 300 # 5 minutes
138
- elapsed = 0
139
- while myfile.state.name == 'PROCESSING' and elapsed < max_wait:
140
- time.sleep(2)
141
- myfile = client.files.get(name=myfile.name)
142
- elapsed += 2
143
- if verbose and elapsed % 10 == 0:
144
- print(f" Processing... {elapsed}s")
145
-
146
- if myfile.state.name == 'FAILED':
147
- raise ValueError(f"File processing failed: {file_path}")
148
-
149
- if myfile.state.name == 'PROCESSING':
150
- raise TimeoutError(f"Processing timeout after {max_wait}s: {file_path}")
151
-
152
- if verbose:
153
- print(f" Uploaded: {myfile.name}")
154
-
155
- return myfile
156
-
157
-
158
- def convert_to_markdown(
159
- client: genai.Client,
160
- file_path: str,
161
- model: str = 'gemini-2.5-flash',
162
- custom_prompt: Optional[str] = None,
163
- verbose: bool = False,
164
- max_retries: int = 3
165
- ) -> Dict[str, Any]:
166
- """Convert a document to markdown using Gemini."""
167
-
168
- for attempt in range(max_retries):
169
- try:
170
- file_path_obj = Path(file_path)
171
- file_size = file_path_obj.stat().st_size
172
- use_file_api = file_size > 20 * 1024 * 1024 # >20MB
173
-
174
- # Default prompt for markdown conversion
175
- if custom_prompt:
176
- prompt = custom_prompt
177
- else:
178
- prompt = """Convert this document to clean, well-formatted Markdown.
179
-
180
- Requirements:
181
- - Preserve all content, structure, and formatting
182
- - Convert tables to markdown table format
183
- - Maintain heading hierarchy (# ## ### etc)
184
- - Preserve lists, code blocks, and quotes
185
- - Extract text from images if present
186
- - Keep formatting consistent and readable
187
-
188
- Output only the markdown content without any preamble or explanation."""
189
-
190
- # Upload or inline the file
191
- if use_file_api:
192
- myfile = upload_file(client, str(file_path), verbose)
193
- content = [prompt, myfile]
194
- else:
195
- with open(file_path, 'rb') as f:
196
- file_bytes = f.read()
197
-
198
- mime_type = get_mime_type(str(file_path))
199
- content = [
200
- prompt,
201
- types.Part.from_bytes(data=file_bytes, mime_type=mime_type)
202
- ]
203
-
204
- # Generate markdown
205
- response = client.models.generate_content(
206
- model=model,
207
- contents=content
208
- )
209
-
210
- markdown_content = response.text if hasattr(response, 'text') else ''
211
-
212
- return {
213
- 'file': str(file_path),
214
- 'status': 'success',
215
- 'markdown': markdown_content
216
- }
217
-
218
- except Exception as e:
219
- if attempt == max_retries - 1:
220
- return {
221
- 'file': str(file_path),
222
- 'status': 'error',
223
- 'error': str(e),
224
- 'markdown': None
225
- }
226
-
227
- wait_time = 2 ** attempt
228
- if verbose:
229
- print(f" Retry {attempt + 1} after {wait_time}s: {e}")
230
- time.sleep(wait_time)
231
-
232
-
233
- def batch_convert(
234
- files: List[str],
235
- output_file: Optional[str] = None,
236
- auto_name: bool = False,
237
- model: str = 'gemini-2.5-flash',
238
- custom_prompt: Optional[str] = None,
239
- verbose: bool = False
240
- ) -> List[Dict[str, Any]]:
241
- """Batch convert multiple files to markdown."""
242
-
243
- api_key = find_api_key()
244
- if not api_key:
245
- print("Error: GEMINI_API_KEY not found")
246
- print("Set via: export GEMINI_API_KEY='your-key'")
247
- print("Or create .env file with: GEMINI_API_KEY=your-key")
248
- sys.exit(1)
249
-
250
- client = genai.Client(api_key=api_key)
251
- results = []
252
-
253
- # Determine output path
254
- if not output_file:
255
- project_root = find_project_root()
256
- output_dir = project_root / 'docs' / 'assets'
257
-
258
- if auto_name and len(files) == 1:
259
- # Auto-generate meaningful filename from input
260
- input_path = Path(files[0])
261
- base_name = input_path.stem
262
- output_file = str(output_dir / f"{base_name}-extraction.md")
263
- else:
264
- output_file = str(output_dir / 'document-extraction.md')
265
-
266
- output_path = Path(output_file)
267
- output_path.parent.mkdir(parents=True, exist_ok=True)
268
-
269
- # Process each file
270
- for i, file_path in enumerate(files, 1):
271
- if verbose:
272
- print(f"\n[{i}/{len(files)}] Converting: {file_path}")
273
-
274
- result = convert_to_markdown(
275
- client=client,
276
- file_path=file_path,
277
- model=model,
278
- custom_prompt=custom_prompt,
279
- verbose=verbose
280
- )
281
-
282
- results.append(result)
283
-
284
- if verbose:
285
- status = result.get('status', 'unknown')
286
- print(f" Status: {status}")
287
-
288
- # Save combined markdown
289
- with open(output_path, 'w', encoding='utf-8') as f:
290
- f.write("# Document Extraction Results\n\n")
291
- f.write(f"Converted {len(files)} document(s) to markdown.\n\n")
292
- f.write("---\n\n")
293
-
294
- for result in results:
295
- f.write(f"## {Path(result['file']).name}\n\n")
296
-
297
- if result['status'] == 'success' and result.get('markdown'):
298
- f.write(result['markdown'])
299
- f.write("\n\n")
300
- elif result['status'] == 'success':
301
- f.write("**Note**: Conversion succeeded but no content was returned.\n\n")
302
- else:
303
- f.write(f"**Error**: {result.get('error', 'Unknown error')}\n\n")
304
-
305
- f.write("---\n\n")
306
-
307
- if verbose or True: # Always show output location
308
- print(f"\n{'='*50}")
309
- print(f"Converted: {len(results)} file(s)")
310
- print(f"Success: {sum(1 for r in results if r['status'] == 'success')}")
311
- print(f"Failed: {sum(1 for r in results if r['status'] == 'error')}")
312
- print(f"Output saved to: {output_path}")
313
-
314
- return results
315
-
316
-
317
- def main():
318
- parser = argparse.ArgumentParser(
319
- description='Convert documents to Markdown using Gemini API',
320
- formatter_class=argparse.RawDescriptionHelpFormatter,
321
- epilog="""
322
- Examples:
323
- # Convert single PDF to markdown (default name)
324
- %(prog)s --input document.pdf
325
-
326
- # Auto-generate meaningful filename
327
- %(prog)s --input testpdf.pdf --auto-name
328
- # Output: docs/assets/testpdf-extraction.md
329
-
330
- # Convert multiple files
331
- %(prog)s --input doc1.pdf doc2.docx image.png
332
-
333
- # Specify custom output location
334
- %(prog)s --input document.pdf --output ./output.md
335
-
336
- # Use custom prompt
337
- %(prog)s --input document.pdf --prompt "Extract only the tables as markdown"
338
-
339
- # Batch convert directory
340
- %(prog)s --input ./documents/*.pdf --verbose
341
-
342
- Supported formats:
343
- - PDF documents (up to 1,000 pages)
344
- - Images (JPEG, PNG, WEBP, HEIC)
345
- - Office documents (DOCX, XLSX, PPTX)
346
- - Text formats (TXT, HTML, Markdown, CSV)
347
-
348
- Default output: <project-root>/docs/assets/document-extraction.md
349
- """
350
- )
351
-
352
- parser.add_argument('--input', '-i', nargs='+', required=True,
353
- help='Input file(s) to convert')
354
- parser.add_argument('--output', '-o',
355
- help='Output markdown file (default: docs/assets/document-extraction.md)')
356
- parser.add_argument('--auto-name', '-a', action='store_true',
357
- help='Auto-generate meaningful output filename from input (e.g., document.pdf -> document-extraction.md)')
358
- parser.add_argument('--model', default='gemini-2.5-flash',
359
- help='Gemini model to use (default: gemini-2.5-flash)')
360
- parser.add_argument('--prompt', '-p',
361
- help='Custom prompt for conversion')
362
- parser.add_argument('--verbose', '-v', action='store_true',
363
- help='Verbose output')
364
-
365
- args = parser.parse_args()
366
-
367
- # Validate input files
368
- files = []
369
- for file_pattern in args.input:
370
- file_path = Path(file_pattern)
371
- if file_path.exists() and file_path.is_file():
372
- files.append(str(file_path))
373
- else:
374
- # Try glob pattern
375
- import glob
376
- matched = glob.glob(file_pattern)
377
- files.extend([f for f in matched if Path(f).is_file()])
378
-
379
- if not files:
380
- print("Error: No valid input files found")
381
- sys.exit(1)
382
-
383
- # Convert files
384
- batch_convert(
385
- files=files,
386
- output_file=args.output,
387
- auto_name=args.auto_name,
388
- model=args.model,
389
- custom_prompt=args.prompt,
390
- verbose=args.verbose
391
- )
392
-
393
-
394
- if __name__ == '__main__':
395
- main()