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,305 +0,0 @@
1
- # Cloudflare Browser Rendering
2
-
3
- Headless browser automation with Puppeteer/Playwright on Cloudflare Workers.
4
-
5
- ## Setup
6
-
7
- **wrangler.toml:**
8
- ```toml
9
- name = "browser-worker"
10
- main = "src/index.ts"
11
- compatibility_date = "2024-01-01"
12
-
13
- browser = { binding = "MYBROWSER" }
14
- ```
15
-
16
- ## Basic Screenshot Worker
17
-
18
- ```typescript
19
- import puppeteer from '@cloudflare/puppeteer';
20
-
21
- export default {
22
- async fetch(request: Request, env: Env): Promise<Response> {
23
- const browser = await puppeteer.launch(env.MYBROWSER);
24
- const page = await browser.newPage();
25
-
26
- await page.goto('https://example.com', { waitUntil: 'networkidle2' });
27
- const screenshot = await page.screenshot({ type: 'png' });
28
-
29
- await browser.close();
30
-
31
- return new Response(screenshot, {
32
- headers: { 'Content-Type': 'image/png' }
33
- });
34
- }
35
- };
36
- ```
37
-
38
- ## Session Reuse (Cost Optimization)
39
-
40
- ```typescript
41
- // Disconnect instead of close
42
- await browser.disconnect();
43
-
44
- // Retrieve and reconnect
45
- const sessions = await puppeteer.sessions(env.MYBROWSER);
46
- const freeSession = sessions.find(s => !s.connectionId);
47
-
48
- if (freeSession) {
49
- const browser = await puppeteer.connect(env.MYBROWSER, freeSession.sessionId);
50
- }
51
- ```
52
-
53
- ## PDF Generation
54
-
55
- ```typescript
56
- const browser = await puppeteer.launch(env.MYBROWSER);
57
- const page = await browser.newPage();
58
-
59
- await page.setContent(`
60
- <!DOCTYPE html>
61
- <html>
62
- <head>
63
- <style>
64
- body { font-family: Arial; padding: 50px; }
65
- h1 { color: #2c3e50; }
66
- </style>
67
- </head>
68
- <body>
69
- <h1>Certificate</h1>
70
- <p>Awarded to: <strong>John Doe</strong></p>
71
- </body>
72
- </html>
73
- `);
74
-
75
- const pdf = await page.pdf({
76
- format: 'A4',
77
- printBackground: true,
78
- margin: { top: '1cm', right: '1cm', bottom: '1cm', left: '1cm' }
79
- });
80
-
81
- await browser.close();
82
-
83
- return new Response(pdf, {
84
- headers: { 'Content-Type': 'application/pdf' }
85
- });
86
- ```
87
-
88
- ## Durable Objects for Persistent Sessions
89
-
90
- ```typescript
91
- export class Browser {
92
- state: DurableObjectState;
93
- browser: any;
94
- lastUsed: number;
95
-
96
- constructor(state: DurableObjectState, env: Env) {
97
- this.state = state;
98
- this.lastUsed = Date.now();
99
- }
100
-
101
- async fetch(request: Request, env: Env) {
102
- if (!this.browser) {
103
- this.browser = await puppeteer.launch(env.MYBROWSER);
104
- }
105
-
106
- this.lastUsed = Date.now();
107
- await this.state.storage.setAlarm(Date.now() + 10000);
108
-
109
- const page = await this.browser.newPage();
110
- const url = new URL(request.url).searchParams.get('url');
111
- await page.goto(url);
112
- const screenshot = await page.screenshot();
113
- await page.close();
114
-
115
- return new Response(screenshot, {
116
- headers: { 'Content-Type': 'image/png' }
117
- });
118
- }
119
-
120
- async alarm() {
121
- if (Date.now() - this.lastUsed > 60000) {
122
- await this.browser?.close();
123
- this.browser = null;
124
- } else {
125
- await this.state.storage.setAlarm(Date.now() + 10000);
126
- }
127
- }
128
- }
129
- ```
130
-
131
- ## AI-Powered Web Scraper
132
-
133
- ```typescript
134
- import { Ai } from '@cloudflare/ai';
135
-
136
- export default {
137
- async fetch(request: Request, env: Env): Promise<Response> {
138
- const browser = await puppeteer.launch(env.MYBROWSER);
139
- const page = await browser.newPage();
140
- await page.goto('https://news.ycombinator.com');
141
- const content = await page.content();
142
- await browser.close();
143
-
144
- const ai = new Ai(env.AI);
145
- const response = await ai.run('@cf/meta/llama-3-8b-instruct', {
146
- messages: [
147
- {
148
- role: 'system',
149
- content: 'Extract top 5 article titles and URLs as JSON'
150
- },
151
- { role: 'user', content: content }
152
- ]
153
- });
154
-
155
- return Response.json(response);
156
- }
157
- };
158
- ```
159
-
160
- ## Crawler with Queues
161
-
162
- ```typescript
163
- export default {
164
- async queue(batch: MessageBatch<any>, env: Env): Promise<void> {
165
- const browser = await puppeteer.launch(env.MYBROWSER);
166
-
167
- for (const message of batch.messages) {
168
- const page = await browser.newPage();
169
- await page.goto(message.body.url);
170
-
171
- const links = await page.evaluate(() => {
172
- return Array.from(document.querySelectorAll('a')).map(a => a.href);
173
- });
174
-
175
- for (const link of links) {
176
- await env.QUEUE.send({ url: link });
177
- }
178
-
179
- await page.close();
180
- message.ack();
181
- }
182
-
183
- await browser.close();
184
- }
185
- };
186
- ```
187
-
188
- ## Configuration
189
-
190
- ### Timeout
191
- ```typescript
192
- await page.goto(url, {
193
- timeout: 60000, // 60 seconds max
194
- waitUntil: 'networkidle2'
195
- });
196
-
197
- await page.waitForSelector('.content', { timeout: 45000 });
198
- ```
199
-
200
- ### Viewport
201
- ```typescript
202
- await page.setViewport({ width: 1920, height: 1080 });
203
- ```
204
-
205
- ### Screenshot Options
206
- ```typescript
207
- const screenshot = await page.screenshot({
208
- type: 'png', // 'png' | 'jpeg' | 'webp'
209
- quality: 90, // JPEG/WebP only
210
- fullPage: true, // Full scrollable page
211
- clip: { // Crop
212
- x: 0, y: 0,
213
- width: 800,
214
- height: 600
215
- }
216
- });
217
- ```
218
-
219
- ## Limits & Pricing
220
-
221
- ### Free Plan
222
- - 10 minutes/day
223
- - 3 concurrent browsers
224
- - 3 new browsers/minute
225
-
226
- ### Paid Plan
227
- - 10 hours/month included
228
- - 30 concurrent browsers
229
- - 30 new browsers/minute
230
- - $0.09/hour overage
231
- - $2.00/concurrent browser overage
232
-
233
- ### Cost Optimization
234
- 1. Use `disconnect()` instead of `close()`
235
- 2. Enable Keep-Alive (10 min max)
236
- 3. Pool tabs with browser contexts
237
- 4. Cache auth state with KV
238
- 5. Implement Durable Objects cleanup
239
-
240
- ## Best Practices
241
-
242
- ### Session Management
243
- - Always use `disconnect()` for reuse
244
- - Implement session pooling
245
- - Track session IDs and states
246
-
247
- ### Performance
248
- - Cache content in KV
249
- - Use browser contexts vs multiple browsers
250
- - Choose appropriate `waitUntil` strategy
251
- - Set realistic timeouts
252
-
253
- ### Error Handling
254
- - Handle timeout errors gracefully
255
- - Check session availability before connecting
256
- - Validate responses before caching
257
-
258
- ### Security
259
- - Validate user-provided URLs
260
- - Implement authentication
261
- - Sanitize extracted content
262
- - Set appropriate CORS headers
263
-
264
- ## Troubleshooting
265
-
266
- **Timeout Errors:**
267
- ```typescript
268
- await page.goto(url, {
269
- timeout: 60000,
270
- waitUntil: 'domcontentloaded' // Faster than networkidle2
271
- });
272
- ```
273
-
274
- **Memory Issues:**
275
- ```typescript
276
- await page.close(); // Close pages
277
- await browser.disconnect(); // Reuse session
278
- ```
279
-
280
- **Font Rendering:**
281
- Use supported fonts (Noto Sans, Roboto, etc.) or inject custom:
282
- ```html
283
- <link href="https://fonts.googleapis.com/css2?family=Poppins" rel="stylesheet">
284
- ```
285
-
286
- ## Key Methods
287
-
288
- ### Puppeteer
289
- - `puppeteer.launch(binding)` - Start browser
290
- - `puppeteer.connect(binding, sessionId)` - Reconnect
291
- - `puppeteer.sessions(binding)` - List sessions
292
- - `browser.newPage()` - Create page
293
- - `browser.disconnect()` - Disconnect (keep alive)
294
- - `browser.close()` - Close (terminate)
295
- - `page.goto(url, options)` - Navigate
296
- - `page.screenshot(options)` - Capture
297
- - `page.pdf(options)` - Generate PDF
298
- - `page.content()` - Get HTML
299
- - `page.evaluate(fn)` - Execute JS
300
-
301
- ## Resources
302
-
303
- - Docs: https://developers.cloudflare.com/browser-rendering/
304
- - Puppeteer: https://pptr.dev/
305
- - Examples: https://developers.cloudflare.com/workers/examples/
@@ -1,123 +0,0 @@
1
- # Cloudflare D1 & KV
2
-
3
- ## D1 (SQLite Database)
4
-
5
- ### Setup
6
- ```bash
7
- # Create database
8
- wrangler d1 create my-database
9
-
10
- # Add to wrangler.toml
11
- [[d1_databases]]
12
- binding = "DB"
13
- database_name = "my-database"
14
- database_id = "YOUR_DATABASE_ID"
15
-
16
- # Apply schema
17
- wrangler d1 execute my-database --file=./schema.sql
18
- ```
19
-
20
- ### Usage
21
-
22
- ```typescript
23
- // Query
24
- const result = await env.DB.prepare(
25
- "SELECT * FROM users WHERE id = ?"
26
- ).bind(userId).first();
27
-
28
- // Insert
29
- await env.DB.prepare(
30
- "INSERT INTO users (name, email) VALUES (?, ?)"
31
- ).bind("Alice", "alice@example.com").run();
32
-
33
- // Batch (atomic)
34
- await env.DB.batch([
35
- env.DB.prepare("UPDATE accounts SET balance = balance - 100 WHERE id = ?").bind(user1),
36
- env.DB.prepare("UPDATE accounts SET balance = balance + 100 WHERE id = ?").bind(user2)
37
- ]);
38
-
39
- // All results
40
- const { results } = await env.DB.prepare("SELECT * FROM users").all();
41
- ```
42
-
43
- ### Features
44
- - Global read replication (low-latency reads)
45
- - Single-writer consistency
46
- - Standard SQLite syntax
47
- - 25GB database size limit
48
- - ACID transactions with batch
49
-
50
- ## KV (Key-Value Store)
51
-
52
- ### Setup
53
- ```bash
54
- # Create namespace
55
- wrangler kv:namespace create MY_KV
56
-
57
- # Add to wrangler.toml
58
- [[kv_namespaces]]
59
- binding = "KV"
60
- id = "YOUR_NAMESPACE_ID"
61
- ```
62
-
63
- ### Usage
64
-
65
- ```typescript
66
- // Put with TTL
67
- await env.KV.put("session:token", JSON.stringify(data), {
68
- expirationTtl: 3600,
69
- metadata: { userId: "123" }
70
- });
71
-
72
- // Get
73
- const value = await env.KV.get("session:token");
74
- const json = await env.KV.get("session:token", "json");
75
- const buffer = await env.KV.get("session:token", "arrayBuffer");
76
- const stream = await env.KV.get("session:token", "stream");
77
-
78
- // Get with metadata
79
- const { value, metadata } = await env.KV.getWithMetadata("session:token");
80
-
81
- // Delete
82
- await env.KV.delete("session:token");
83
-
84
- // List
85
- const list = await env.KV.list({ prefix: "user:" });
86
- ```
87
-
88
- ### Features
89
- - Sub-millisecond reads (edge-cached)
90
- - Eventual consistency (~60 seconds globally)
91
- - 25MB value size limit
92
- - Automatic expiration (TTL)
93
-
94
- ## Use Cases
95
-
96
- ### D1
97
- - Relational data
98
- - Complex queries with JOINs
99
- - ACID transactions
100
- - User accounts, orders, inventory
101
-
102
- ### KV
103
- - Cache
104
- - Sessions
105
- - Feature flags
106
- - Rate limiting
107
- - Real-time counters
108
-
109
- ## Decision Matrix
110
-
111
- | Need | Choose |
112
- |------|--------|
113
- | SQL queries | D1 |
114
- | Sub-millisecond reads | KV |
115
- | ACID transactions | D1 |
116
- | Large values (>25MB) | R2 |
117
- | Strong consistency | D1 (writes), Durable Objects |
118
- | Automatic expiration | KV |
119
-
120
- ## Resources
121
-
122
- - D1: https://developers.cloudflare.com/d1/
123
- - KV: https://developers.cloudflare.com/kv/
@@ -1,271 +0,0 @@
1
- # Cloudflare Platform Overview
2
-
3
- Cloudflare Developer Platform: comprehensive edge computing ecosystem for full-stack applications on global network across 300+ cities.
4
-
5
- ## Core Concepts
6
-
7
- ### Edge Computing Model
8
-
9
- **Global Network:**
10
- - Code runs on servers in 300+ cities globally
11
- - Requests execute from nearest location
12
- - Ultra-low latency (<50ms typical)
13
- - Automatic failover and redundancy
14
-
15
- **V8 Isolates:**
16
- - Lightweight execution environments (faster than containers)
17
- - Millisecond cold starts
18
- - Zero infrastructure management
19
- - Automatic scaling
20
- - Pay-per-request pricing
21
-
22
- ### Key Components
23
-
24
- **Workers** - Serverless functions on edge
25
- - HTTP/scheduled/queue/email handlers
26
- - JavaScript/TypeScript/Python/Rust support
27
- - Max 50ms CPU (free), 30s (paid)
28
- - 128MB memory limit
29
-
30
- **D1** - SQLite database with global read replication
31
- - Standard SQLite syntax
32
- - Single-writer consistency
33
- - Global read replication
34
- - 25GB database size limit
35
- - Batch operations for transactions
36
-
37
- **KV** - Distributed key-value store
38
- - Sub-millisecond reads (edge-cached)
39
- - Eventual consistency (~60s globally)
40
- - 25MB value size limit
41
- - Automatic TTL expiration
42
- - Best for: cache, sessions, feature flags
43
-
44
- **R2** - Object storage (S3-compatible)
45
- - Zero egress fees (huge cost advantage)
46
- - Unlimited storage
47
- - 5TB object size limit
48
- - S3-compatible API
49
- - Multipart upload support
50
-
51
- **Durable Objects** - Stateful compute with WebSockets
52
- - Single-instance coordination (strong consistency)
53
- - Persistent storage (1GB limit paid)
54
- - WebSocket support
55
- - Automatic hibernation
56
-
57
- **Queues** - Message queue system
58
- - At-least-once delivery
59
- - Automatic retries (exponential backoff)
60
- - Dead-letter queue support
61
- - Batch processing
62
-
63
- **Pages** - Static site hosting + serverless functions
64
- - Git integration (auto-deploy)
65
- - Directory-based routing
66
- - Framework support (Next.js, Remix, Astro, SvelteKit)
67
- - Built-in preview deployments
68
-
69
- **Workers AI** - Run AI models on edge
70
- - LLMs (Llama 3, Mistral, Gemma, Qwen)
71
- - Image generation (Stable Diffusion, DALL-E)
72
- - Embeddings (BGE, GTE)
73
- - Speech recognition (Whisper)
74
- - No GPU management required
75
-
76
- **Browser Rendering** - Headless browser automation
77
- - Puppeteer/Playwright support
78
- - Screenshots, PDFs, web scraping
79
- - Session reuse for cost optimization
80
- - MCP server support for AI agents
81
-
82
- ## Architecture Patterns
83
-
84
- ### Full-Stack Application
85
-
86
- ```
87
- ┌─────────────────────────────────────────┐
88
- │ Cloudflare Pages (Frontend) │
89
- │ Next.js / Remix / Astro │
90
- └──────────────────┬──────────────────────┘
91
-
92
- ┌──────────────────▼──────────────────────┐
93
- │ Workers (API Layer) │
94
- │ - Routing │
95
- │ - Authentication │
96
- │ - Business logic │
97
- └─┬──────┬──────┬──────┬──────┬───────────┘
98
- │ │ │ │ │
99
- ▼ ▼ ▼ ▼ ▼
100
- ┌────┐ ┌────┐ ┌────┐ ┌────┐ ┌────────────┐
101
- │ D1 │ │ KV │ │ R2 │ │ DO │ │ Workers AI │
102
- └────┘ └────┘ └────┘ └────┘ └────────────┘
103
- ```
104
-
105
- ### Polyglot Storage Pattern
106
-
107
- ```typescript
108
- export default {
109
- async fetch(request: Request, env: Env) {
110
- // KV: Fast cache
111
- const cached = await env.KV.get(key);
112
- if (cached) return new Response(cached);
113
-
114
- // D1: Structured data
115
- const user = await env.DB.prepare(
116
- "SELECT * FROM users WHERE id = ?"
117
- ).bind(userId).first();
118
-
119
- // R2: Media files
120
- const avatar = await env.R2_BUCKET.get(`avatars/${user.id}.jpg`);
121
-
122
- // Durable Objects: Real-time
123
- const chat = env.CHAT_ROOM.get(env.CHAT_ROOM.idFromName(roomId));
124
-
125
- // Queue: Async processing
126
- await env.EMAIL_QUEUE.send({ to: user.email, template: 'welcome' });
127
-
128
- return new Response(JSON.stringify({ user }));
129
- }
130
- };
131
- ```
132
-
133
- ## Wrangler CLI Essentials
134
-
135
- ### Installation
136
- ```bash
137
- npm install -g wrangler
138
- wrangler login
139
- wrangler init my-worker
140
- ```
141
-
142
- ### Core Commands
143
- ```bash
144
- # Development
145
- wrangler dev # Local dev server
146
- wrangler dev --remote # Dev on real edge
147
-
148
- # Deployment
149
- wrangler deploy # Deploy to production
150
- wrangler deploy --dry-run # Preview changes
151
-
152
- # Logs
153
- wrangler tail # Real-time logs
154
- wrangler tail --format pretty # Formatted logs
155
-
156
- # Versions
157
- wrangler deployments list # List deployments
158
- wrangler rollback [version] # Rollback
159
-
160
- # Secrets
161
- wrangler secret put SECRET_NAME
162
- wrangler secret list
163
- ```
164
-
165
- ### Resource Management
166
- ```bash
167
- # D1
168
- wrangler d1 create my-db
169
- wrangler d1 execute my-db --file=schema.sql
170
-
171
- # KV
172
- wrangler kv:namespace create MY_KV
173
- wrangler kv:key put --binding=MY_KV "key" "value"
174
-
175
- # R2
176
- wrangler r2 bucket create my-bucket
177
- wrangler r2 object put my-bucket/file.txt --file=./file.txt
178
- ```
179
-
180
- ## Configuration (wrangler.toml)
181
-
182
- ```toml
183
- name = "my-worker"
184
- main = "src/index.ts"
185
- compatibility_date = "2024-01-01"
186
-
187
- # Environment variables
188
- [vars]
189
- ENVIRONMENT = "production"
190
-
191
- # D1 Database
192
- [[d1_databases]]
193
- binding = "DB"
194
- database_name = "my-database"
195
- database_id = "YOUR_DATABASE_ID"
196
-
197
- # KV Namespace
198
- [[kv_namespaces]]
199
- binding = "KV"
200
- id = "YOUR_NAMESPACE_ID"
201
-
202
- # R2 Bucket
203
- [[r2_buckets]]
204
- binding = "R2_BUCKET"
205
- bucket_name = "my-bucket"
206
-
207
- # Durable Objects
208
- [[durable_objects.bindings]]
209
- name = "COUNTER"
210
- class_name = "Counter"
211
- script_name = "my-worker"
212
-
213
- # Queues
214
- [[queues.producers]]
215
- binding = "MY_QUEUE"
216
- queue = "my-queue"
217
-
218
- # Workers AI
219
- [ai]
220
- binding = "AI"
221
-
222
- # Cron triggers
223
- [triggers]
224
- crons = ["0 0 * * *"]
225
- ```
226
-
227
- ## Best Practices
228
-
229
- ### Performance
230
- - Keep Workers lightweight (<1MB bundled)
231
- - Use bindings over fetch (faster than HTTP)
232
- - Leverage KV and Cache API for frequently accessed data
233
- - Use D1 batch for multiple queries
234
- - Stream large responses
235
-
236
- ### Security
237
- - Use `wrangler secret` for API keys
238
- - Separate production/staging/development environments
239
- - Validate user input
240
- - Implement rate limiting (KV or Durable Objects)
241
- - Configure proper CORS headers
242
-
243
- ### Cost Optimization
244
- - R2 for large files (zero egress fees vs S3)
245
- - KV for caching (reduce D1/R2 requests)
246
- - Request deduplication with caching
247
- - Efficient D1 queries (proper indexing)
248
- - Monitor usage via Cloudflare Analytics
249
-
250
- ## Decision Matrix
251
-
252
- | Need | Choose |
253
- |------|--------|
254
- | Sub-millisecond reads | KV |
255
- | SQL queries | D1 |
256
- | Large files (>25MB) | R2 |
257
- | Real-time WebSockets | Durable Objects |
258
- | Async background jobs | Queues |
259
- | ACID transactions | D1 |
260
- | Strong consistency | Durable Objects |
261
- | Zero egress costs | R2 |
262
- | AI inference | Workers AI |
263
- | Static site hosting | Pages |
264
-
265
- ## Resources
266
-
267
- - Docs: https://developers.cloudflare.com
268
- - Wrangler: https://developers.cloudflare.com/workers/wrangler/
269
- - Discord: https://discord.cloudflare.com
270
- - Examples: https://developers.cloudflare.com/workers/examples/
271
- - Status: https://www.cloudflarestatus.com