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,465 +0,0 @@
1
- # MongoDB Atlas Cloud Platform
2
-
3
- MongoDB Atlas is fully-managed cloud database service with automated backups, monitoring, and scaling.
4
-
5
- ## Quick Start
6
-
7
- ### Create Free Cluster
8
- 1. Sign up at mongodb.com/atlas
9
- 2. Create organization and project
10
- 3. Build cluster (M0 Free Tier)
11
- - Cloud provider: AWS/GCP/Azure
12
- - Region: closest to users
13
- - Cluster name
14
- 4. Create database user (username/password)
15
- 5. Whitelist IP address (or 0.0.0.0/0 for development)
16
- 6. Get connection string
17
-
18
- ### Connection String Format
19
- ```
20
- mongodb+srv://username:password@cluster.mongodb.net/database?retryWrites=true&w=majority
21
- ```
22
-
23
- ### Connect
24
- ```javascript
25
- // Node.js
26
- const { MongoClient } = require("mongodb");
27
- const uri = "mongodb+srv://...";
28
- const client = new MongoClient(uri);
29
-
30
- await client.connect();
31
- const db = client.db("myDatabase");
32
- ```
33
-
34
- ```python
35
- # Python
36
- from pymongo import MongoClient
37
- uri = "mongodb+srv://..."
38
- client = MongoClient(uri)
39
- db = client.myDatabase
40
- ```
41
-
42
- ## Cluster Tiers
43
-
44
- ### M0 (Free Tier)
45
- - 512 MB storage
46
- - Shared CPU/RAM
47
- - Perfect for development/learning
48
- - Limited to 100 connections
49
- - No backups
50
-
51
- ### M10+ (Dedicated Clusters)
52
- - Dedicated resources
53
- - 2GB - 4TB+ storage
54
- - Automated backups
55
- - Advanced monitoring
56
- - Performance Advisor
57
- - Multi-region support
58
- - VPC peering
59
-
60
- ### Serverless
61
- - Pay per operation
62
- - Auto-scales to zero
63
- - Good for sporadic workloads
64
- - 1GB+ storage
65
- - Limited features (no full-text search)
66
-
67
- ## Database Configuration
68
-
69
- ### Create Database
70
- ```javascript
71
- // Via Atlas UI: Database → Add Database
72
- // Via shell
73
- use myNewDatabase
74
- db.createCollection("myCollection")
75
-
76
- // Via driver
77
- const db = client.db("myNewDatabase");
78
- await db.createCollection("myCollection");
79
- ```
80
-
81
- ### Schema Validation
82
- ```javascript
83
- // Set validation rules in Atlas UI or via shell
84
- db.createCollection("users", {
85
- validator: {
86
- $jsonSchema: {
87
- bsonType: "object",
88
- required: ["email", "name"],
89
- properties: {
90
- email: { bsonType: "string", pattern: "^.+@.+$" },
91
- age: { bsonType: "int", minimum: 0 }
92
- }
93
- }
94
- }
95
- })
96
- ```
97
-
98
- ## Security
99
-
100
- ### Network Access
101
- ```javascript
102
- // IP Whitelist (Atlas UI → Network Access)
103
- // - Add IP Address: specific IPs
104
- // - 0.0.0.0/0: allow from anywhere (dev only)
105
- // - VPC Peering: private connection
106
-
107
- // Connection string includes options
108
- mongodb+srv://cluster.mongodb.net/?retryWrites=true&w=majority&ssl=true
109
- ```
110
-
111
- ### Database Users
112
- ```javascript
113
- // Create via Atlas UI → Database Access
114
- // - Username/password authentication
115
- // - AWS IAM authentication
116
- // - X.509 certificates
117
-
118
- // Roles:
119
- // - atlasAdmin: full access
120
- // - readWriteAnyDatabase: read/write all databases
121
- // - readAnyDatabase: read-only all databases
122
- // - read/readWrite: database-specific
123
- ```
124
-
125
- ### Encryption
126
- ```javascript
127
- // Encryption at rest (automatic on M10+)
128
- // Encryption in transit (TLS/SSL, always enabled)
129
-
130
- // Client-Side Field Level Encryption (CSFLE)
131
- const autoEncryptionOpts = {
132
- keyVaultNamespace: "encryption.__keyVault",
133
- kmsProviders: {
134
- aws: {
135
- accessKeyId: process.env.AWS_ACCESS_KEY_ID,
136
- secretAccessKey: process.env.AWS_SECRET_ACCESS_KEY
137
- }
138
- }
139
- };
140
-
141
- const client = new MongoClient(uri, { autoEncryption: autoEncryptionOpts });
142
- ```
143
-
144
- ## Backups and Snapshots
145
-
146
- ### Cloud Backups (M10+)
147
- ```javascript
148
- // Automatic continuous backups
149
- // - Snapshots every 6-24 hours
150
- // - Oplog for point-in-time recovery
151
- // - Retention: 2+ days configurable
152
-
153
- // Restore via Atlas UI:
154
- // 1. Clusters → cluster name → Backup tab
155
- // 2. Select snapshot or point in time
156
- // 3. Download or restore to cluster
157
- ```
158
-
159
- ### Manual Backups
160
- ```bash
161
- # Export using mongodump
162
- mongodump --uri="mongodb+srv://user:pass@cluster.mongodb.net/mydb" --out=/backup
163
-
164
- # Restore using mongorestore
165
- mongorestore --uri="mongodb+srv://..." /backup/mydb
166
- ```
167
-
168
- ## Monitoring and Alerts
169
-
170
- ### Metrics Dashboard
171
- ```javascript
172
- // Atlas UI → Metrics
173
- // Key metrics:
174
- // - Operations per second
175
- // - Query execution times
176
- // - Connections
177
- // - Network I/O
178
- // - Disk usage
179
- // - CPU utilization
180
-
181
- // Real-time Performance panel
182
- // - Current operations
183
- // - Slow queries
184
- // - Index suggestions
185
- ```
186
-
187
- ### Alerts
188
- ```javascript
189
- // Configure via Atlas UI → Alerts
190
- // Alert types:
191
- // - High connections (> threshold)
192
- // - High CPU usage (> 80%)
193
- // - Disk usage (> 90%)
194
- // - Replication lag
195
- // - Backup failures
196
-
197
- // Notification channels:
198
- // - Email
199
- // - SMS
200
- // - Slack
201
- // - PagerDuty
202
- // - Webhook
203
- ```
204
-
205
- ### Performance Advisor
206
- ```javascript
207
- // Automatic index recommendations
208
- // Atlas UI → Performance Advisor
209
-
210
- // Analyzes:
211
- // - Slow queries
212
- // - Missing indexes
213
- // - Redundant indexes
214
- // - Index usage statistics
215
-
216
- // Provides:
217
- // - Index creation commands
218
- // - Expected performance improvement
219
- // - Schema design suggestions
220
- ```
221
-
222
- ## Atlas Search (Full-Text Search)
223
-
224
- ### Create Search Index
225
- ```javascript
226
- // Atlas UI → Search → Create Index
227
-
228
- // JSON definition
229
- {
230
- "mappings": {
231
- "dynamic": false,
232
- "fields": {
233
- "title": {
234
- "type": "string",
235
- "analyzer": "lucene.standard"
236
- },
237
- "description": {
238
- "type": "string",
239
- "analyzer": "lucene.english"
240
- },
241
- "tags": {
242
- "type": "string"
243
- }
244
- }
245
- }
246
- }
247
- ```
248
-
249
- ### Search Queries
250
- ```javascript
251
- // Aggregation pipeline with $search
252
- db.articles.aggregate([
253
- {
254
- $search: {
255
- text: {
256
- query: "mongodb database tutorial",
257
- path: ["title", "description"],
258
- fuzzy: { maxEdits: 1 }
259
- }
260
- }
261
- },
262
- { $limit: 10 },
263
- {
264
- $project: {
265
- title: 1,
266
- description: 1,
267
- score: { $meta: "searchScore" }
268
- }
269
- }
270
- ])
271
-
272
- // Autocomplete
273
- db.articles.aggregate([
274
- {
275
- $search: {
276
- autocomplete: {
277
- query: "mong",
278
- path: "title",
279
- tokenOrder: "sequential"
280
- }
281
- }
282
- }
283
- ])
284
- ```
285
-
286
- ## Atlas Vector Search (AI/ML)
287
-
288
- ### Create Vector Search Index
289
- ```javascript
290
- // For AI similarity search (embeddings)
291
- {
292
- "fields": [
293
- {
294
- "type": "vector",
295
- "path": "embedding",
296
- "numDimensions": 1536, // OpenAI embeddings
297
- "similarity": "cosine"
298
- }
299
- ]
300
- }
301
- ```
302
-
303
- ### Vector Search Query
304
- ```javascript
305
- // Search by similarity
306
- db.products.aggregate([
307
- {
308
- $vectorSearch: {
309
- index: "vector_index",
310
- path: "embedding",
311
- queryVector: [0.123, 0.456, ...], // 1536 dimensions
312
- numCandidates: 100,
313
- limit: 10
314
- }
315
- },
316
- {
317
- $project: {
318
- name: 1,
319
- description: 1,
320
- score: { $meta: "vectorSearchScore" }
321
- }
322
- }
323
- ])
324
- ```
325
-
326
- ## Data Federation
327
-
328
- ### Query Across Sources
329
- ```javascript
330
- // Federated database instance
331
- // Query data from:
332
- // - Atlas clusters
333
- // - AWS S3
334
- // - HTTP endpoints
335
-
336
- // Create virtual collection
337
- {
338
- "databases": [{
339
- "name": "federated",
340
- "collections": [{
341
- "name": "sales",
342
- "dataSources": [{
343
- "storeName": "s3Store",
344
- "path": "/sales/*.json"
345
- }]
346
- }]
347
- }]
348
- }
349
-
350
- // Query like normal collection
351
- use federated
352
- db.sales.find({ region: "US" })
353
- ```
354
-
355
- ## Atlas Charts (Embedded Analytics)
356
-
357
- ### Create Dashboard
358
- ```javascript
359
- // Atlas UI → Charts → New Dashboard
360
- // Data source: Atlas cluster
361
- // Chart types: bar, line, pie, scatter, etc.
362
-
363
- // Embed in application
364
- <iframe
365
- src="https://charts.mongodb.com/charts-project/embed/charts?id=..."
366
- width="800"
367
- height="600"
368
- />
369
- ```
370
-
371
- ## Atlas CLI
372
-
373
- ```bash
374
- # Install
375
- npm install -g mongodb-atlas-cli
376
-
377
- # Login
378
- atlas auth login
379
-
380
- # List clusters
381
- atlas clusters list
382
-
383
- # Create cluster
384
- atlas clusters create myCluster --provider AWS --region US_EAST_1 --tier M10
385
-
386
- # Manage users
387
- atlas dbusers create --username myuser --password mypass
388
-
389
- # Backups
390
- atlas backups snapshots list --clusterName myCluster
391
- ```
392
-
393
- ## Best Practices
394
-
395
- 1. **Use connection pooling** - Reuse connections
396
- ```javascript
397
- const client = new MongoClient(uri, {
398
- maxPoolSize: 50,
399
- minPoolSize: 10
400
- });
401
- ```
402
-
403
- 2. **Enable authentication** - Always use database users, not Atlas users
404
-
405
- 3. **Restrict network access** - IP whitelist or VPC peering
406
-
407
- 4. **Monitor regularly** - Set up alerts for key metrics
408
-
409
- 5. **Index optimization** - Use Performance Advisor recommendations
410
-
411
- 6. **Backup verification** - Regularly test restores
412
-
413
- 7. **Right-size clusters** - Start small, scale as needed
414
-
415
- 8. **Multi-region** - For global applications (M10+)
416
-
417
- 9. **Read preferences** - Use secondaries for read-heavy workloads
418
- ```javascript
419
- const client = new MongoClient(uri, {
420
- readPreference: "secondaryPreferred"
421
- });
422
- ```
423
-
424
- 10. **Connection string security** - Use environment variables
425
- ```javascript
426
- const uri = process.env.MONGODB_URI;
427
- ```
428
-
429
- ## Troubleshooting
430
-
431
- ### Connection Issues
432
- ```javascript
433
- // Check IP whitelist
434
- // Verify credentials
435
- // Test connection string
436
-
437
- // Verbose logging
438
- const client = new MongoClient(uri, {
439
- serverSelectionTimeoutMS: 5000,
440
- loggerLevel: "debug"
441
- });
442
- ```
443
-
444
- ### Performance Issues
445
- ```javascript
446
- // Check Performance Advisor
447
- // Review slow query logs
448
- // Analyze index usage
449
- db.collection.aggregate([{ $indexStats: {} }])
450
-
451
- // Check connection count
452
- db.serverStatus().connections
453
- ```
454
-
455
- ### Common Errors
456
- ```javascript
457
- // MongoNetworkError: IP not whitelisted
458
- // → Add IP to Network Access
459
-
460
- // Authentication failed: wrong credentials
461
- // → Verify username/password in Database Access
462
-
463
- // Timeout: connection string or network issue
464
- // → Check connection string format, DNS resolution
465
- ```