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
package/CURSOR.md CHANGED
@@ -165,9 +165,61 @@ When executing `/do`:
165
165
 
166
166
  ---
167
167
 
168
+ ## 🔒 SILENT SECURITY PROTOCOL (MANDATORY)
169
+
170
+ > **AI MUST follow silently - no logging, no extra commands.**
171
+
172
+ ### Data Classification (Auto-Apply)
173
+
174
+ Read `.cursor/data-classification.yaml`:
175
+
176
+ | Classification | Action |
177
+ | ------------------- | ------------------------------------------ |
178
+ | 🔴 **CONFIDENTIAL** | Never export full content. Summarize only. |
179
+ | 🟠 **INTERNAL** | Warn before sharing. No full file exports. |
180
+ | 🟡 **RESTRICTED** | Check before export to docs/demo. |
181
+ | 🟢 **PUBLIC** | Normal operation. |
182
+
183
+ ### Auto-Redaction (Always Active)
184
+
185
+ Mask in outputs:
186
+
187
+ - API keys: `sk-***`, `AIza***`, `ghp_***`
188
+ - Internal URLs: `localhost:*` → `[LOCAL_URL]`
189
+ - Secrets: `password = "***"`
190
+ - JWT tokens: `eyJ***...`
191
+
192
+ ### Deploy Guard (Silent)
193
+
194
+ Before deploy actions, check:
195
+
196
+ - Not using personal account
197
+ - No localhost URLs in production
198
+ - No hardcoded secrets
199
+
200
+ ### Context Boundary
201
+
202
+ For CONFIDENTIAL/INTERNAL files:
203
+
204
+ ```
205
+ ⚠️ This file is classified as [INTERNAL].
206
+ I can summarize, but cannot export full content.
207
+ ```
208
+
209
+ ### Compliance (Silent)
210
+
211
+ - **GDPR**: Minify PII, suggest encryption.
212
+ - **Retention**: Verify log rotation strategy.
213
+ - **Audit**: Log critical security events.
214
+
215
+ ---
216
+
168
217
  ## 📂 RESOURCES
169
218
 
170
219
  - `.cursor/agents/` - Agent personas
171
220
  - `.cursor/skills/` - Domain knowledge
172
221
  - `.cursor/commands/` - Command logic
173
- - `.cursor/agent-skill-index.yaml` - Full orchestration mapping
222
+ - `.cursor/agent-skill-index.yaml` - Orchestration mapping
223
+ - `.cursor/data-classification.yaml` - Security classification
224
+ - `.cursor/deploy-guard.yaml` - Deploy protection
225
+ - `.cursor/compliance/` - Compliance standards
package/README.md CHANGED
@@ -1,9 +1,9 @@
1
- **Anchi Kit v1.2.0** - _Don't just code. Orchestrate._ 🚀
1
+ **Anchi Kit v1.2.2** - _Don't just code. Orchestrate._ 🚀
2
2
 
3
3
  > **The Cognitive Operating System for AI Code Editors**
4
4
  > _"Biến AI từ người thợ code (Junior Coder) thành Kỹ sư trưởng (Senior Tech Lead)."_
5
5
 
6
- [![version](https://img.shields.io/badge/anchi--kit-v1.2.1-blue)](https://www.npmjs.com/package/anchi-kit)
6
+ [![version](https://img.shields.io/badge/anchi--kit-v1.2.2-blue)](https://www.npmjs.com/package/anchi-kit)
7
7
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
8
8
  ![Architecture](https://img.shields.io/badge/Architecture-5--Layer-purple)
9
9
  ![Orchestration](https://img.shields.io/badge/Orchestration-Dynamic-success)
@@ -166,4 +166,4 @@ Anchi Kit là dự án mã nguồn mở, được xây dựng bởi cộng đồ
166
166
 
167
167
  ---
168
168
 
169
- **Anchi Kit v1.2.0** - _Don't just code. Orchestrate._ 🚀
169
+ **Anchi Kit v1.2.2** - _Don't just code. Orchestrate._ 🚀
@@ -1,4 +1,4 @@
1
- # anchi-kit Architecture v1.2.0
1
+ # anchi-kit Architecture v1.2.2
2
2
 
3
3
  > Understanding how anchi-kit works for Cursor AI & Antigravity
4
4
 
@@ -25,7 +25,7 @@ anchi-kit is a **unified cognitive toolkit** that provides:
25
25
 
26
26
  ---
27
27
 
28
- ## 🔄 Execution Model (v1.2.0)
28
+ ## 🔄 Execution Model (v1.2.2)
29
29
 
30
30
  ### "One Engine, Multiple Brains"
31
31
 
@@ -71,7 +71,7 @@ The core orchestrator adapts its "brain" based on the project's **Primary Domain
71
71
 
72
72
  ## 📦 Domain Profiles
73
73
 
74
- v1.2.0 introduces **Domain Profiles** to prevent context explosion:
74
+ v1.2.2 introduces **Domain Profiles** to prevent context explosion:
75
75
 
76
76
  | Profile | Focus Area | Primary Agent | Specialized Packs |
77
77
  | :--------- | :-------------- | :-------------------- | :------------------------------ |
@@ -1,4 +1,4 @@
1
- # Agent Orchestration System v1.2.0
1
+ # Agent Orchestration System v1.2.2
2
2
 
3
3
  > Meta-layer điều phối AI: Tự nhận thức, tự kiểm soát, tự giải thích
4
4
  > **100% Dynamic Orchestration - Context Aware**
@@ -7,7 +7,7 @@
7
7
 
8
8
  ## 📜 Mục Lục
9
9
 
10
- 1. [Overview - What's New in v1.2.0](#1-overview---whats-new-in-v120)
10
+ 1. [Overview - What's New in v1.2.2](#1-overview---whats-new-in-v120)
11
11
  2. [Execution Model](#2-execution-model-v121)
12
12
  3. [Domain Profiles](#3-domain-profiles-context-isolation)
13
13
  4. [Agent Capability](#4-agent-capability--boundary)
@@ -17,11 +17,11 @@
17
17
 
18
18
  ---
19
19
 
20
- ## 1️⃣ Overview - What's New in v1.2.0
20
+ ## 1️⃣ Overview - What's New in v1.2.2
21
21
 
22
22
  ### ✅ Achievements
23
23
 
24
- | Metric | v1.1.0 | v1.2.0 (Current) | Improvement |
24
+ | Metric | v1.1.0 | v1.2.2 (Current) | Improvement |
25
25
  | :--------------- | :------------ | :--------------- | :---------- |
26
26
  | **Architecture** | 5-Layer | **Domain-Aware** | ✅ Sharp |
27
27
  | **Context** | Global | **Isolated** | ✅ Clean |
@@ -29,9 +29,9 @@
29
29
 
30
30
  ---
31
31
 
32
- ## 2️⃣ Execution Model (v1.2.0)
32
+ ## 2️⃣ Execution Model (v1.2.2)
33
33
 
34
- Mô hình tư duy chuẩn của anchi-kit v1.2.0:
34
+ Mô hình tư duy chuẩn của anchi-kit v1.2.2:
35
35
 
36
36
  ```
37
37
  ┌──────────────────────────────────────────┐
@@ -328,7 +328,7 @@ command_mapping:
328
328
  - git-automation
329
329
  - changelog-generator
330
330
 
331
- /clean: # NEW in v1.2.0
331
+ /clean: # NEW in v1.2.2
332
332
  default: project-manager
333
333
  conditionals:
334
334
  - if: "--memory" → docs-manager
@@ -517,7 +517,7 @@ restraint_rules:
517
517
 
518
518
  ---
519
519
 
520
- ## 9️⃣ Agent-Skill Index v1.2.0
520
+ ## 9️⃣ Agent-Skill Index v1.2.2
521
521
 
522
522
  **Complete mapping:** [.cursor/agent-skill-index.yaml](../.cursor/agent-skill-index.yaml)
523
523
 
@@ -674,7 +674,7 @@ Available via: /why
674
674
 
675
675
  ---
676
676
 
677
- ## 📊 Migration from v1.0.0 to v1.2.0
677
+ ## 📊 Migration from v1.0.0 to v1.2.2
678
678
 
679
679
  ### Breaking Changes
680
680
 
@@ -682,7 +682,7 @@ Available via: /why
682
682
 
683
683
  ### What Changed
684
684
 
685
- | Component | v1.x | v1.2.0 |
685
+ | Component | v1.x | v1.2.2 |
686
686
  | ------------------------ | -------------------------- | ------------------------------ |
687
687
  | `agent-skill-index.yaml` | 500 lines | 834 lines (rewritten) |
688
688
  | Command docs | Some missing orchestration | All have orchestration section |
@@ -729,7 +729,7 @@ v1.1 Planned:
729
729
 
730
730
  ---
731
731
 
732
- **v1.2.0 - Zero Static Mappings, 100% Intelligence** 🚀
732
+ **v1.2.2 - Zero Static Mappings, 100% Intelligence** 🚀
733
733
 
734
734
  **Updated:** 2025-12-29
735
735
  **Maintainer:** Anchi Kit Team
@@ -113,4 +113,4 @@ Hãy thử yêu cầu AI làm một việc nhỏ để quen tay.
113
113
 
114
114
  ---
115
115
 
116
- > **Anchi Kit v1.2.0**
116
+ > **Anchi Kit v1.2.2**
@@ -44,4 +44,4 @@ Khi team đã vận hành, hãy dùng các tài liệu này để chuẩn hóa q
44
44
 
45
45
  ---
46
46
 
47
- > **Anchi Kit v1.2.0** - _Don't just code. Orchestrate Together._ 🚀
47
+ > **Anchi Kit v1.2.2** - _Don't just code. Orchestrate Together._ 🚀
@@ -97,4 +97,4 @@ members:
97
97
 
98
98
  ---
99
99
 
100
- > **Anchi Kit v1.2.0**
100
+ > **Anchi Kit v1.2.2**
@@ -118,4 +118,4 @@ Giờ đây dự án đã sẵn sàng.
118
118
 
119
119
  ---
120
120
 
121
- > **Anchi Kit v1.2.0**
121
+ > **Anchi Kit v1.2.2**
@@ -94,4 +94,4 @@ Sửa hết lỗi hoặc nhờ AI: `/do "Fix all unit tests"` rồi commit lại
94
94
 
95
95
  ---
96
96
 
97
- > **Anchi Kit v1.2.0**
97
+ > **Anchi Kit v1.2.2**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anchi-kit",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "The Ultimate AI-Native Toolkit for Cursor & Gemini. Installs into any existing project. Includes commands, agents, skills, and architecture presets.",
5
5
  "main": "src/cli.js",
6
6
  "bin": {
@@ -39,23 +39,50 @@
39
39
  "bin/",
40
40
  "src/",
41
41
  "scripts/",
42
- ".cursor/",
43
- ".antigravity/",
42
+ ".cursor/commands/",
43
+ ".cursor/agents/",
44
+ ".cursor/skills/*/SKILL.md",
45
+ ".cursor/skills/*/references/",
46
+ ".cursor/workflows/",
47
+ ".cursor/agent-skill-index.yaml",
48
+ ".cursor/failure-modes.yaml",
49
+ ".cursor/orchestration.yaml",
50
+ ".cursor/team.yaml",
51
+ ".cursor/data-classification.yaml",
52
+ ".cursor/deploy-guard.yaml",
53
+ ".cursor/compliance/",
54
+ ".cursor/MODEL_COSTS.md",
55
+ ".cursor/UX_GUIDELINES.md",
56
+ ".antigravity/commands/",
57
+ ".antigravity/agents/",
58
+ ".antigravity/skills/*/SKILL.md",
59
+ ".antigravity/skills/*/references/",
60
+ ".antigravity/workflows/",
61
+ ".antigravity/agent-skill-index.yaml",
62
+ ".antigravity/failure-modes.yaml",
63
+ ".antigravity/orchestration.yaml",
64
+ ".antigravity/team.yaml",
65
+ ".antigravity/data-classification.yaml",
66
+ ".antigravity/deploy-guard.yaml",
67
+ ".antigravity/compliance/",
44
68
  "presets/",
45
69
  "docs/",
46
70
  ".cursorrules",
47
71
  "CURSOR.md",
72
+ "ANTIGRAVITY.md",
48
73
  "README.md",
49
74
  "CHANGELOG.md",
50
75
  "LICENSE"
51
76
  ],
52
77
  "dependencies": {
53
- "better-sqlite3": "^9.2.2",
54
78
  "bottleneck": "^2.19.5",
55
79
  "chalk": "^4.1.2",
56
80
  "ora": "^5.4.1",
57
81
  "prompts": "^2.4.2"
58
82
  },
83
+ "optionalDependencies": {
84
+ "better-sqlite3": "^9.2.2"
85
+ },
59
86
  "devDependencies": {
60
87
  "@commitlint/cli": "^18.4.3",
61
88
  "@commitlint/config-conventional": "^18.4.3",
@@ -67,7 +94,6 @@
67
94
  "@semantic-release/npm": "^11.0.2",
68
95
  "@semantic-release/release-notes-generator": "^12.1.0",
69
96
  "@vercel/ncc": "^0.38.4",
70
- "anchi-kit": "^1.2.1",
71
97
  "conventional-changelog-conventionalcommits": "^7.0.2",
72
98
  "husky": "^8.0.3",
73
99
  "semantic-release": "^22.0.12"
@@ -0,0 +1,42 @@
1
+ # AI Audit - Decision Logs
2
+
3
+ This folder stores AI decision audit logs for transparency and debugging.
4
+
5
+ ## Structure
6
+
7
+ ```
8
+ .ai-audit/
9
+ ├── README.md # This file
10
+ └── YYYY-MM-DD.jsonl # Daily decision logs
11
+ ```
12
+
13
+ ## Log Format
14
+
15
+ Each log entry contains:
16
+
17
+ - **timestamp**: When the decision was made
18
+ - **action**: What action was taken
19
+ - **reasoning**: Why this action was chosen
20
+ - **context**: Relevant context at decision time
21
+
22
+ ## Usage
23
+
24
+ ```bash
25
+ # View recent audit logs
26
+ npx anchi-kit brain audit
27
+
28
+ # View specific date
29
+ npx anchi-kit brain audit --date 2024-12-30
30
+
31
+ # Clear old logs
32
+ npx anchi-kit clean --audit
33
+ ```
34
+
35
+ ## Security
36
+
37
+ ⚠️ Audit logs may contain sensitive project details.
38
+ Add to `.gitignore` for public repositories:
39
+
40
+ ```gitignore
41
+ .ai-audit/
42
+ ```
@@ -0,0 +1,42 @@
1
+ # AI Memory - Context Storage
2
+
3
+ This folder stores AI context, session history, and project knowledge.
4
+
5
+ ## Structure
6
+
7
+ ```
8
+ .ai-memory/
9
+ ├── context.json # Current project context
10
+ ├── decisions.json # Key decisions made
11
+ ├── graph/ # Knowledge graph data
12
+ ├── sessions/ # Chat session history
13
+ └── vector/ # Vector embeddings (optional)
14
+ ```
15
+
16
+ ## Usage
17
+
18
+ - **context.json**: Auto-managed by anchi-kit
19
+ - **decisions.json**: Important decisions for future reference
20
+ - **sessions/**: Preserves conversation context across sessions
21
+
22
+ ## Security
23
+
24
+ ⚠️ This folder may contain sensitive project information.
25
+ Add to `.gitignore` if working in a public repository:
26
+
27
+ ```gitignore
28
+ .ai-memory/
29
+ ```
30
+
31
+ ## Commands
32
+
33
+ ```bash
34
+ # View memory status
35
+ npx anchi-kit brain memory
36
+
37
+ # Clear memory
38
+ npx anchi-kit clean --memory
39
+
40
+ # Export context
41
+ npx anchi-kit memory export
42
+ ```
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": "1.0",
3
+ "project": "",
4
+ "description": "",
5
+ "createdAt": "",
6
+ "lastUpdated": "",
7
+ "tech_stack": [],
8
+ "architecture": "",
9
+ "conventions": [],
10
+ "history": []
11
+ }
@@ -0,0 +1 @@
1
+ # Graph data placeholder
@@ -0,0 +1 @@
1
+ # Session history placeholder
@@ -0,0 +1 @@
1
+ # Vector embeddings placeholder
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "professional",
3
3
  "displayName": "Professional",
4
- "version": "1.2.0",
4
+ "version": "1.2.2",
5
5
  "architecture": {
6
6
  "type": "modular-monolith",
7
7
  "database": "PostgreSQL",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "rapid",
3
3
  "displayName": "Rapid MVP",
4
- "version": "1.2.0",
4
+ "version": "1.2.2",
5
5
  "architecture": {
6
6
  "type": "flat",
7
7
  "database": "SQLite",
@@ -0,0 +1,84 @@
1
+ # =============================================================================
2
+ # anchi-kit Pre-Commit Hook - Secret Scanner (PowerShell)
3
+ # Prevents committing files containing API keys, passwords, tokens
4
+ # =============================================================================
5
+
6
+ Write-Host "🔒 anchi-kit: Scanning for secrets..." -ForegroundColor Green
7
+
8
+ # Secret patterns to detect
9
+ $patterns = @(
10
+ 'sk-[a-zA-Z0-9]{20,}', # OpenAI
11
+ 'AIza[a-zA-Z0-9_-]{35}', # Google API
12
+ 'ghp_[a-zA-Z0-9]{36}', # GitHub PAT
13
+ 'gho_[a-zA-Z0-9]{36}', # GitHub OAuth
14
+ 'xox[baprs]-[a-zA-Z0-9-]+', # Slack
15
+ 'AKIA[A-Z0-9]{16}', # AWS Access Key
16
+ 'sk-ant-[a-zA-Z0-9_-]+', # Anthropic
17
+ 'api[_-]?key\s*[=:]\s*[''"][^''"]{10,}[''"]', # Generic API key
18
+ 'password\s*[=:]\s*[''"][^'']+[''"]' # Hardcoded password
19
+ )
20
+
21
+ $foundSecrets = $false
22
+ $stagedFiles = git diff --cached --name-only --diff-filter=ACMR 2>$null
23
+
24
+ if (-not $stagedFiles) {
25
+ Write-Host "✅ No staged files to scan" -ForegroundColor Green
26
+ exit 0
27
+ }
28
+
29
+ foreach ($file in $stagedFiles) {
30
+ # Skip binary and media files
31
+ if ($file -match '\.(png|jpg|jpeg|gif|ico|woff|woff2|ttf|eot|pdf|zip|tar|gz)$') {
32
+ continue
33
+ }
34
+
35
+ # Skip node_modules and .git
36
+ if ($file -match '^node_modules/' -or $file -match '^\.git/') {
37
+ continue
38
+ }
39
+
40
+ # Skip .env.example files
41
+ if ($file -match '\.env\.example$') {
42
+ continue
43
+ }
44
+
45
+ if (Test-Path $file) {
46
+ $content = Get-Content $file -Raw -ErrorAction SilentlyContinue
47
+ if ($content) {
48
+ $lineNum = 0
49
+ $lines = $content -split "`n"
50
+
51
+ foreach ($pattern in $patterns) {
52
+ for ($i = 0; $i -lt $lines.Count; $i++) {
53
+ if ($lines[$i] -match $pattern) {
54
+ Write-Host ""
55
+ Write-Host "🚨 POTENTIAL SECRET DETECTED" -ForegroundColor Red
56
+ Write-Host " File: $file" -ForegroundColor Yellow
57
+ Write-Host " Line $($i + 1): [REDACTED]" -ForegroundColor Red
58
+ $foundSecrets = $true
59
+ }
60
+ }
61
+ }
62
+ }
63
+ }
64
+ }
65
+
66
+ if ($foundSecrets) {
67
+ Write-Host ""
68
+ Write-Host "════════════════════════════════════════════════════════════" -ForegroundColor Red
69
+ Write-Host " ⛔ COMMIT BLOCKED - Secrets detected in staged files" -ForegroundColor Red
70
+ Write-Host "════════════════════════════════════════════════════════════" -ForegroundColor Red
71
+ Write-Host ""
72
+ Write-Host "💡 How to fix:" -ForegroundColor Yellow
73
+ Write-Host " 1. Move secrets to .env file"
74
+ Write-Host " 2. Use process.env.YOUR_SECRET_NAME in code"
75
+ Write-Host " 3. Add .env to .gitignore"
76
+ Write-Host ""
77
+ Write-Host "💡 To bypass (NOT RECOMMENDED):" -ForegroundColor Yellow
78
+ Write-Host " git commit --no-verify"
79
+ Write-Host ""
80
+ exit 1
81
+ }
82
+
83
+ Write-Host "✅ No secrets detected - commit allowed" -ForegroundColor Green
84
+ exit 0
@@ -0,0 +1,86 @@
1
+ #!/bin/bash
2
+ # =============================================================================
3
+ # anchi-kit Pre-Commit Hook - Secret Scanner
4
+ # Prevents committing files containing API keys, passwords, tokens
5
+ # =============================================================================
6
+
7
+ RED='\033[0;31m'
8
+ YELLOW='\033[1;33m'
9
+ GREEN='\033[0;32m'
10
+ NC='\033[0m' # No Color
11
+
12
+ echo -e "${GREEN}🔒 anchi-kit: Scanning for secrets...${NC}"
13
+
14
+ # Secret patterns to detect
15
+ PATTERNS=(
16
+ 'sk-[a-zA-Z0-9]{20,}' # OpenAI
17
+ 'AIza[a-zA-Z0-9_-]{35}' # Google API
18
+ 'ghp_[a-zA-Z0-9]{36}' # GitHub PAT
19
+ 'gho_[a-zA-Z0-9]{36}' # GitHub OAuth
20
+ 'xox[baprs]-[a-zA-Z0-9-]+' # Slack
21
+ 'AKIA[A-Z0-9]{16}' # AWS Access Key
22
+ 'sk-ant-[a-zA-Z0-9_-]+' # Anthropic
23
+ '[a-zA-Z0-9_-]*api[_-]?key[a-zA-Z0-9_-]*\s*[=:]\s*['\''"][^'\''"]{10,}['\''"]' # Generic API key
24
+ 'password\s*[=:]\s*['\''"][^'\''"]+['\''"]' # Hardcoded password
25
+ )
26
+
27
+ FOUND_SECRETS=0
28
+ STAGED_FILES=$(git diff --cached --name-only --diff-filter=ACMR 2>/dev/null)
29
+
30
+ if [ -z "$STAGED_FILES" ]; then
31
+ echo -e "${GREEN}✅ No staged files to scan${NC}"
32
+ exit 0
33
+ fi
34
+
35
+ for file in $STAGED_FILES; do
36
+ # Skip binary files and common non-code files
37
+ if [[ "$file" =~ \.(png|jpg|jpeg|gif|ico|woff|woff2|ttf|eot|pdf|zip|tar|gz)$ ]]; then
38
+ continue
39
+ fi
40
+
41
+ # Skip node_modules and .git
42
+ if [[ "$file" =~ ^node_modules/ ]] || [[ "$file" =~ ^\.git/ ]]; then
43
+ continue
44
+ fi
45
+
46
+ # Skip .env.example files (they should have placeholders)
47
+ if [[ "$file" =~ \.env\.example$ ]]; then
48
+ continue
49
+ fi
50
+
51
+ if [ -f "$file" ]; then
52
+ for pattern in "${PATTERNS[@]}"; do
53
+ MATCHES=$(grep -nE "$pattern" "$file" 2>/dev/null | head -5)
54
+ if [ -n "$MATCHES" ]; then
55
+ echo ""
56
+ echo -e "${RED}🚨 POTENTIAL SECRET DETECTED${NC}"
57
+ echo -e "${YELLOW} File: $file${NC}"
58
+ echo "$MATCHES" | while read -r line; do
59
+ LINE_NUM=$(echo "$line" | cut -d: -f1)
60
+ echo -e " Line $LINE_NUM: ${RED}[REDACTED]${NC}"
61
+ done
62
+ FOUND_SECRETS=1
63
+ fi
64
+ done
65
+ fi
66
+ done
67
+
68
+ if [ $FOUND_SECRETS -eq 1 ]; then
69
+ echo ""
70
+ echo -e "${RED}════════════════════════════════════════════════════════════${NC}"
71
+ echo -e "${RED} ⛔ COMMIT BLOCKED - Secrets detected in staged files${NC}"
72
+ echo -e "${RED}════════════════════════════════════════════════════════════${NC}"
73
+ echo ""
74
+ echo -e "${YELLOW}💡 How to fix:${NC}"
75
+ echo " 1. Move secrets to .env file"
76
+ echo " 2. Use process.env.YOUR_SECRET_NAME in code"
77
+ echo " 3. Add .env to .gitignore"
78
+ echo ""
79
+ echo -e "${YELLOW}💡 To bypass (NOT RECOMMENDED):${NC}"
80
+ echo " git commit --no-verify"
81
+ echo ""
82
+ exit 1
83
+ fi
84
+
85
+ echo -e "${GREEN}✅ No secrets detected - commit allowed${NC}"
86
+ exit 0
package/src/cli.js CHANGED
@@ -13,10 +13,12 @@ const PACKAGE_VERSION = (() => {
13
13
  try {
14
14
  const pkgPath = path.join(__dirname, '..', 'package.json');
15
15
  if (fs.existsSync(pkgPath)) {
16
- return JSON.parse(fs.readFileSync(pkgPath, 'utf8')).version || '1.2.0';
16
+ return JSON.parse(fs.readFileSync(pkgPath, 'utf8')).version || '1.2.2';
17
17
  }
18
- } catch (e) {}
19
- return '1.2.1';
18
+ } catch (e) {
19
+ // Fallback if package.json not found or malformed
20
+ }
21
+ return '1.2.2'; // Fallback if package.json not found
20
22
  })();
21
23
 
22
24
  // =============================================================================
@@ -435,6 +437,12 @@ if (flags.includes('--version') || flags.includes('-v')) {
435
437
  process.exit(0);
436
438
  }
437
439
 
440
+ // Handle --help flag early
441
+ if (flags.includes('--help') || flags.includes('-h')) {
442
+ showHelp();
443
+ process.exit(0);
444
+ }
445
+
438
446
  async function main() {
439
447
  // Aliases
440
448
  switch (command) {
@@ -559,6 +567,17 @@ async function main() {
559
567
  await scout(args.slice(1));
560
568
  break;
561
569
 
570
+ case 'scan':
571
+ const { scan } = require('./commands/scan');
572
+ const scanExitCode = await scan(args[1]);
573
+ process.exitCode = scanExitCode;
574
+ break;
575
+
576
+ case 'security':
577
+ case 'sec':
578
+ const { security } = require('./commands/security');
579
+ await security(args[1], args[2]);
580
+ break;
562
581
 
563
582
  case 'help':
564
583
  showHelp();
@@ -590,8 +609,10 @@ function showHelp() {
590
609
  log.success(' npx anchi-kit clean Cleanup Project');
591
610
  log.success(' npx anchi-kit dashboard Web Dashboard (Port 4567)');
592
611
  log.success(' npx anchi-kit tui Terminal UI (Interactive)');
593
- log.success(' npx anchi-kit team Team Management (New)');
612
+ log.success(' npx anchi-kit team Team Management');
594
613
  log.success(' npx anchi-kit scout Knowledge Graph Search & Ingest');
614
+ log.success(' npx anchi-kit scan 🔒 Scan for secrets in code');
615
+ log.success(' npx anchi-kit security 🔐 Security management');
595
616
  console.log('');
596
617
 
597
618
  console.log('Brain Commands (via "brain [...]"):');