antigravity-ide 4.2.0 → 4.2.1

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 (354) hide show
  1. package/.agent/.shared/{technical/ai-master → ai-master}/README.md +1 -12
  2. package/.agent/.shared/{technical/api-standards → api-standards}/README.md +1 -12
  3. package/.agent/.shared/compliance/README.md +19 -0
  4. package/.agent/.shared/{technical/database-master → database-master}/README.md +2 -12
  5. package/.agent/.shared/{core/design-philosophy → design-philosophy}/README.md +1 -12
  6. package/.agent/.shared/design-system/README.md +18 -0
  7. package/.agent/.shared/domain-blueprints/README.md +18 -0
  8. package/.agent/.shared/dx-toolkit/README.md +19 -0
  9. package/.agent/.shared/i18n-master/README.md +18 -0
  10. package/.agent/.shared/infra-blueprints/README.md +18 -0
  11. package/.agent/.shared/metrics/README.md +17 -0
  12. package/.agent/.shared/resilience-patterns/README.md +19 -0
  13. package/.agent/.shared/security-armor/README.md +25 -0
  14. package/.agent/.shared/{technical/seo-master → seo-master}/README.md +1 -12
  15. package/.agent/.shared/testing-master/README.md +20 -0
  16. package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/README.md +1 -12
  17. package/.agent/.shared/vitals-templates/README.md +18 -0
  18. package/.agent/ARCHITECTURE.md +7 -10
  19. package/.agent/ARCHITECTURE.vi.md +8 -8
  20. package/.agent/RESOURCES.md +1 -0
  21. package/.agent/agents/accessibility-expert.md +22 -0
  22. package/.agent/agents/api-architect.md +22 -0
  23. package/.agent/agents/backend-specialist.eco.md +19 -0
  24. package/.agent/agents/backend-specialist.instant.md +19 -0
  25. package/.agent/agents/backend-specialist.md +19 -154
  26. package/.agent/agents/cloud-architect.md +189 -108
  27. package/.agent/agents/codebase-expert.md +23 -0
  28. package/.agent/agents/compliance-expert.md +22 -0
  29. package/.agent/agents/data-scientist.md +22 -0
  30. package/.agent/agents/debugger.eco.md +20 -0
  31. package/.agent/agents/debugger.instant.md +20 -0
  32. package/.agent/agents/debugger.md +182 -83
  33. package/.agent/agents/deep-thinker.ultra.md +23 -0
  34. package/.agent/agents/devex-optimizer.md +22 -0
  35. package/.agent/agents/devops-architect.md +22 -0
  36. package/.agent/agents/documentation-writer.md +72 -125
  37. package/.agent/agents/frontend-specialist.eco.md +19 -0
  38. package/.agent/agents/frontend-specialist.instant.md +19 -0
  39. package/.agent/agents/frontend-specialist.md +7 -40
  40. package/.agent/agents/game-developer.md +116 -111
  41. package/.agent/agents/growth-engineer.md +22 -0
  42. package/.agent/agents/i18n-specialist.md +21 -0
  43. package/.agent/agents/legacy-modernizer.md +22 -0
  44. package/.agent/agents/microservices-specialist.md +22 -0
  45. package/.agent/agents/mobile-developer.md +321 -108
  46. package/.agent/agents/motion-designer.md +22 -0
  47. package/.agent/agents/orchestrator.creative.md +28 -0
  48. package/.agent/agents/orchestrator.eco.md +29 -0
  49. package/.agent/agents/orchestrator.instant.md +29 -0
  50. package/.agent/agents/orchestrator.md +366 -106
  51. package/.agent/agents/orchestrator.ultra.md +28 -0
  52. package/.agent/agents/performance-benchmarker.md +22 -0
  53. package/.agent/agents/performance-optimizer.md +136 -105
  54. package/.agent/agents/project-planner.eco.md +19 -0
  55. package/.agent/agents/project-planner.instant.md +19 -0
  56. package/.agent/agents/project-planner.md +39 -132
  57. package/.agent/agents/quality-inspector.md +32 -136
  58. package/.agent/agents/security-auditor.md +15 -138
  59. package/.agent/agents/security-pentester.md +22 -0
  60. package/.agent/agents/seo-specialist.md +72 -118
  61. package/.agent/agents/serverless-expert.md +22 -0
  62. package/.agent/agents/test-engineer.md +11 -142
  63. package/.agent/fastcode_index.json +1038 -0
  64. package/.agent/mcp_config.json +24 -0
  65. package/.agent/rules/GEMINI.eco.md +37 -0
  66. package/.agent/rules/GEMINI.instant.md +37 -0
  67. package/.agent/rules/GEMINI.md +31 -62
  68. package/.agent/rules/api-spec.md +28 -0
  69. package/.agent/rules/code-quality.md +3 -34
  70. package/.agent/rules/database.md +24 -0
  71. package/.agent/rules/devops.md +23 -0
  72. package/.agent/rules/frontend.md +3 -3
  73. package/.agent/rules/growth-strategy.md +22 -0
  74. package/.agent/rules/logging-monitoring.md +22 -0
  75. package/.agent/rules/quality-assurance.md +22 -0
  76. package/.agent/rules/strict-protocol.md +3 -44
  77. package/.agent/rules/system-reasoning.md +20 -0
  78. package/.agent/rules/system-update.md +3 -56
  79. package/.agent/rules/ui-design.md +23 -0
  80. package/.agent/rules/ux-patterns.md +23 -0
  81. package/.agent/scripts/auto_preview.py +148 -0
  82. package/.agent/scripts/checklist.py +252 -0
  83. package/.agent/scripts/session_manager.py +120 -0
  84. package/.agent/scripts/simulation_install.js +59 -0
  85. package/.agent/scripts/sync_to_global.py +78 -0
  86. package/.agent/scripts/translate_workflows.py +53 -0
  87. package/.agent/scripts/verify_all.py +327 -0
  88. package/.agent/scripts/verify_shared_modules.js +126 -0
  89. package/.agent/skills/agent-backend-patterns/SKILL.md +6 -13
  90. package/.agent/skills/ai-engineer/SKILL.md +16 -29
  91. package/.agent/skills/api-documenter/SKILL.md +4 -4
  92. package/.agent/skills/app-builder/SKILL.md +1 -1
  93. package/.agent/skills/app-builder/tech-stack.md +2 -2
  94. package/.agent/skills/app-builder/templates/nextjs-fullstack/TEMPLATE.md +79 -39
  95. package/.agent/skills/app-builder/templates/nextjs-saas/TEMPLATE.md +75 -53
  96. package/.agent/skills/app-builder/templates/nextjs-static/TEMPLATE.md +119 -56
  97. package/.agent/skills/app-builder/templates/nuxt-app/TEMPLATE.md +94 -61
  98. package/.agent/skills/app-builder/templates/react-native-app/TEMPLATE.md +82 -56
  99. package/.agent/skills/cloud-architect-master/SKILL.md +4 -9
  100. package/.agent/skills/cro-expert-kit/SKILL.md +4 -9
  101. package/.agent/skills/database-migration/SKILL.md +3 -9
  102. package/.agent/skills/deployment-engineer/SKILL.md +3 -9
  103. package/.agent/skills/fastcode-search/SKILL.md +46 -0
  104. package/.agent/skills/fastcode-search/fastcode_config.example.json +17 -0
  105. package/.agent/skills/frontend-design/ux-psychology.md +585 -10
  106. package/.agent/skills/frontend-trends-2026/SKILL.md +78 -0
  107. package/.agent/skills/frontend-trends-2026/formulas/BentoGrid.tsx +42 -0
  108. package/.agent/skills/frontend-trends-2026/formulas/LiquidCard.tsx +32 -0
  109. package/.agent/skills/frontend-trends-2026/formulas/NeoButton.tsx +27 -0
  110. package/.agent/skills/full-stack-scaffold/SKILL.md +4 -4
  111. package/.agent/skills/game-development/2d-games/SKILL.md +2 -4
  112. package/.agent/skills/game-development/3d-games/SKILL.md +2 -4
  113. package/.agent/skills/game-development/SKILL.md +149 -18
  114. package/.agent/skills/game-development/game-art/SKILL.md +2 -4
  115. package/.agent/skills/game-development/game-audio/SKILL.md +2 -4
  116. package/.agent/skills/game-development/game-design/SKILL.md +2 -4
  117. package/.agent/skills/game-development/mobile-games/SKILL.md +2 -4
  118. package/.agent/skills/game-development/multiplayer/SKILL.md +2 -4
  119. package/.agent/skills/game-development/pc-games/SKILL.md +2 -4
  120. package/.agent/skills/game-development/vr-ar/SKILL.md +2 -4
  121. package/.agent/skills/game-development/web-games/SKILL.md +2 -4
  122. package/.agent/skills/geo-fundamentals/SKILL.md +136 -9
  123. package/.agent/skills/git-collaboration-master/SKILL.md +4 -9
  124. package/.agent/skills/i18n-localization/SKILL.md +118 -10
  125. package/.agent/skills/incident-responder/SKILL.md +6 -9
  126. package/.agent/skills/legacy-modernizer/SKILL.md +4 -9
  127. package/.agent/skills/lint-and-validate/scripts/lint_runner.py +14 -2
  128. package/.agent/skills/mcp-builder/SKILL.md +164 -21
  129. package/.agent/skills/mobile-design/SKILL.md +369 -21
  130. package/.agent/skills/mobile-design/mobile-performance.md +1 -1
  131. package/.agent/skills/modern-web-architect/SKILL.md +6 -12
  132. package/.agent/skills/nextjs-react-expert/scripts/convert_rules.py +1 -1
  133. package/.agent/skills/penetration-tester-master/SKILL.md +4 -9
  134. package/.agent/skills/performance-engineer/SKILL.md +5 -4
  135. package/.agent/skills/production-code-audit/SKILL.md +0 -6
  136. package/.agent/skills/rust-pro/SKILL.md +177 -0
  137. package/.agent/skills/security-auditor/SKILL.md +27 -35
  138. package/.agent/skills/seo-expert-kit/SKILL.md +4 -9
  139. package/.agent/skills/tdd-master-workflow/SKILL.md +3 -9
  140. package/.agent/workflows/audit.md +16 -30
  141. package/.agent/workflows/brainstorm.md +96 -33
  142. package/.agent/workflows/create.md +45 -37
  143. package/.agent/workflows/debug.md +84 -45
  144. package/.agent/workflows/deep-security-audit.md +9 -0
  145. package/.agent/workflows/deploy.md +158 -33
  146. package/.agent/workflows/document.md +15 -38
  147. package/.agent/workflows/enhance.md +48 -33
  148. package/.agent/workflows/growth-max.md +9 -0
  149. package/.agent/workflows/monitor.md +14 -35
  150. package/.agent/workflows/orchestrate.md +218 -31
  151. package/.agent/workflows/performance-max.md +9 -0
  152. package/.agent/workflows/plan.md +70 -39
  153. package/.agent/workflows/security.md +14 -35
  154. package/.agent/workflows/seo.md +16 -39
  155. package/.agent/workflows/status.md +72 -33
  156. package/.agent/workflows/test.md +127 -30
  157. package/.agent/workflows/ui-ux-pro-max.md +283 -24
  158. package/.editorconfig +21 -0
  159. package/.gitattributes +7 -0
  160. package/CHANGELOG.md +32 -0
  161. package/ERRORS.md +67 -0
  162. package/{.agent/GEMINI.md → GEMINI.md} +5 -4
  163. package/LICENSE +8 -22
  164. package/README.md +72 -102
  165. package/README.vi.md +110 -90
  166. package/action.yml +32 -0
  167. package/antigravity-ide-logo.png +0 -0
  168. package/antigravity-ide-logo.svg +24 -0
  169. package/assets/skills-bundle.json +1 -0
  170. package/cli/create.js +413 -275
  171. package/cli/index.js +24 -28
  172. package/cli/lib/auto-update.js +21 -14
  173. package/cli/logic/skill-definitions.js +39 -0
  174. package/cli/manifest.js +524 -0
  175. package/cli/prompts.js +145 -151
  176. package/cli/skills/fastcode.js +181 -0
  177. package/docs/AGENTS_GUIDE.vi.md +45 -38
  178. package/docs/AGENT_FLOW.md +608 -0
  179. package/docs/CONTRIBUTING.md +46 -0
  180. package/docs/CONTRIBUTING.vi.md +3 -12
  181. package/docs/COPYRIGHT.md +57 -0
  182. package/docs/DEPLOYMENT.md +77 -0
  183. package/docs/{GEMINI_USAGE.md → GEMINI_GUIDE.md} +6 -6
  184. package/docs/GLOSSARY.md +109 -0
  185. package/docs/GLOSSARY.vi.md +30 -49
  186. package/docs/HOW_ANTIGRAVITY_THINKS.vi.md +1 -1
  187. package/docs/MASTER_GUIDE.md +103 -0
  188. package/docs/OPERATIONAL_FLOW.md +147 -0
  189. package/docs/OPERATIONAL_FLOW.vi.md +0 -15
  190. package/docs/PLAN-upgrade-core-architecture.md +71 -0
  191. package/docs/{PUBLISHING_GUIDE.md → PUBLISHING.md} +3 -31
  192. package/docs/RULES_GUIDE.vi.md +31 -67
  193. package/docs/SHARED_LIBRARY_GUIDE.vi.md +22 -18
  194. package/docs/SKILLS.md +610 -0
  195. package/docs/SKILLS_GUIDE.vi.md +32 -118
  196. package/docs/TROUBLESHOOTING.md +43 -0
  197. package/docs/TROUBLESHOOTING.vi.md +2 -10
  198. package/docs/WORKFLOW_GUIDE.vi.md +9 -57
  199. package/jest.config.js +8 -0
  200. package/package.json +8 -31
  201. package/scripts/bump.js +93 -0
  202. package/scripts/bundle-skills.js +59 -0
  203. package/scripts/internal/automation/auto-release.js +177 -0
  204. package/scripts/internal/fractalize-skills.js +89 -0
  205. package/scripts/internal/generate-skill-definitions.js +134 -0
  206. package/scripts/internal/internal/update-docs.js +115 -0
  207. package/scripts/internal/refactor-skill-content.js +127 -0
  208. package/scripts/internal/rename-skills.js +96 -0
  209. package/scripts/internal/sync-skills.js +112 -0
  210. package/scripts/internal/update-frontmatter-names.js +99 -0
  211. package/scripts/internal/verification/audit-dna.js +56 -0
  212. package/scripts/internal/verification/audit-skills.js +65 -0
  213. package/setup.js +114 -147
  214. package/web/src/app/docs/guide/examples/brainstorm/page.mdx +91 -0
  215. package/web/src/app/docs/guide/examples/create/page.mdx +84 -0
  216. package/web/src/app/docs/guide/examples/debugging/page.mdx +83 -0
  217. package/web/src/app/docs/guide/examples/deployment/page.mdx +93 -0
  218. package/web/src/app/docs/guide/examples/new-feature/page.mdx +102 -0
  219. package/web/src/app/docs/guide/examples/orchestration/page.mdx +99 -0
  220. package/web/src/app/docs/guide/examples/plan/page.mdx +76 -0
  221. package/web/src/app/docs/guide/examples/preview/page.mdx +77 -0
  222. package/web/src/app/docs/guide/examples/status/page.mdx +78 -0
  223. package/web/src/app/docs/guide/examples/test/page.mdx +80 -0
  224. package/web/src/app/docs/guide/examples/ui-design/page.mdx +90 -0
  225. package/web/src/components/mdx/Callout.tsx +60 -0
  226. package/web/src/components/mdx/FeatureGrid.tsx +38 -0
  227. package/web/src/components/mdx/ProTips.tsx +29 -0
  228. package/web/src/components/mdx/StepList.tsx +33 -0
  229. package/web/src/components/mdx/Terminal.tsx +58 -0
  230. package/web/src/components/mdx/index.ts +5 -0
  231. package/web/src/mdx-components.tsx +98 -0
  232. package/.agent/skills/brand-guidelines-anthropic/LICENSE.txt +0 -202
  233. package/.agent/skills/brand-guidelines-anthropic/SKILL.md +0 -26
  234. package/.agent/skills/brand-guidelines-anthropic/sub-skills/color-application.md +0 -5
  235. package/.agent/skills/brand-guidelines-anthropic/sub-skills/colors.md +0 -14
  236. package/.agent/skills/brand-guidelines-anthropic/sub-skills/font-management.md +0 -6
  237. package/.agent/skills/brand-guidelines-anthropic/sub-skills/shape-and-accent-colors.md +0 -7
  238. package/.agent/skills/brand-guidelines-anthropic/sub-skills/smart-font-application.md +0 -6
  239. package/.agent/skills/brand-guidelines-anthropic/sub-skills/text-styling.md +0 -6
  240. package/.agent/skills/brand-guidelines-anthropic/sub-skills/typography.md +0 -7
  241. package/.agent/skills/internal-comms-anthropic/LICENSE.txt +0 -202
  242. package/.agent/skills/internal-comms-anthropic/SKILL.md +0 -33
  243. package/.agent/skills/internal-comms-anthropic/examples/3p-updates.md +0 -47
  244. package/.agent/skills/internal-comms-anthropic/examples/company-newsletter.md +0 -65
  245. package/.agent/skills/internal-comms-anthropic/examples/faq-answers.md +0 -30
  246. package/.agent/skills/internal-comms-anthropic/examples/general-comms.md +0 -16
  247. package/.agent/skills/last30days/tests/__init__.py +0 -1
  248. package/.agent/skills/last30days/tests/test_cache.py +0 -59
  249. package/.agent/skills/last30days/tests/test_dates.py +0 -114
  250. package/.agent/skills/last30days/tests/test_dedupe.py +0 -111
  251. package/.agent/skills/last30days/tests/test_models.py +0 -135
  252. package/.agent/skills/last30days/tests/test_normalize.py +0 -138
  253. package/.agent/skills/last30days/tests/test_render.py +0 -116
  254. package/.agent/skills/last30days/tests/test_score.py +0 -168
  255. package/.agent/skills/loki-mode/.github/workflows/claude-code-review.yml +0 -57
  256. package/.agent/skills/loki-mode/.github/workflows/claude.yml +0 -50
  257. package/.agent/skills/loki-mode/.github/workflows/release.yml +0 -128
  258. package/.agent/skills/loki-mode/tests/run-all-tests.sh +0 -78
  259. package/.agent/skills/loki-mode/tests/test-agent-timeout.sh +0 -348
  260. package/.agent/skills/loki-mode/tests/test-bootstrap.sh +0 -196
  261. package/.agent/skills/loki-mode/tests/test-circuit-breaker.sh +0 -389
  262. package/.agent/skills/loki-mode/tests/test-state-recovery.sh +0 -393
  263. package/.agent/skills/loki-mode/tests/test-task-queue.sh +0 -396
  264. package/.agent/skills/loki-mode/tests/test-wrapper.sh +0 -314
  265. package/.agent/skills/shopify-development/scripts/tests/test_shopify_init.py +0 -379
  266. package/cli/logic/product-skills.js +0 -58
  267. /package/.agent/.shared/{technical/ai-master → ai-master}/best_patterns.md +0 -0
  268. /package/.agent/.shared/{technical/ai-master → ai-master}/checklists/prompt_audit.md +0 -0
  269. /package/.agent/.shared/{technical/ai-master → ai-master}/presets/model_configs.json +0 -0
  270. /package/.agent/.shared/{technical/api-standards → api-standards}/data +0 -0
  271. /package/.agent/.shared/{technical/api-standards → api-standards}/endpoints_naming.md +0 -0
  272. /package/.agent/.shared/{technical/api-standards → api-standards}/error_codes.csv +0 -0
  273. /package/.agent/.shared/{technical/api-standards → api-standards}/pagination_sorting.md +0 -0
  274. /package/.agent/.shared/{technical/api-standards → api-standards}/response_format.json +0 -0
  275. /package/.agent/.shared/{verticals/compliance → compliance}/legal_templates.md +0 -0
  276. /package/.agent/.shared/{technical/database-master → database-master}/schemas/auth_rbac.sql +0 -0
  277. /package/.agent/.shared/{technical/database-master → database-master}/schemas/cms.sql +0 -0
  278. /package/.agent/.shared/{technical/database-master → database-master}/schemas/ecommerce.sql +0 -0
  279. /package/.agent/.shared/{core/design-philosophy → design-philosophy}/MANIFESTO.md +0 -0
  280. /package/.agent/.shared/{core/design-philosophy → design-philosophy}/checklists/tactile_audit.md +0 -0
  281. /package/.agent/.shared/{core/design-philosophy → design-philosophy}/checklists/visual_audit.md +0 -0
  282. /package/.agent/.shared/{core/design-philosophy → design-philosophy}/presets/linear_glow.json +0 -0
  283. /package/.agent/.shared/{technical/design-system → design-system}/brand_presets.json +0 -0
  284. /package/.agent/.shared/{technical/design-system → design-system}/micro_interactions.md +0 -0
  285. /package/.agent/.shared/{verticals/domain-blueprints → domain-blueprints}/edtech.md +0 -0
  286. /package/.agent/.shared/{verticals/domain-blueprints → domain-blueprints}/fintech.md +0 -0
  287. /package/.agent/.shared/{verticals/domain-blueprints → domain-blueprints}/fnb_restaurant.md +0 -0
  288. /package/.agent/.shared/{verticals/domain-blueprints → domain-blueprints}/freelance_marketplace.md +0 -0
  289. /package/.agent/.shared/{verticals/domain-blueprints → domain-blueprints}/healthcare.md +0 -0
  290. /package/.agent/.shared/{verticals/domain-blueprints → domain-blueprints}/hospitality_tourism.md +0 -0
  291. /package/.agent/.shared/{verticals/domain-blueprints → domain-blueprints}/logistics.md +0 -0
  292. /package/.agent/.shared/{verticals/domain-blueprints → domain-blueprints}/marketing_automation.md +0 -0
  293. /package/.agent/.shared/{verticals/domain-blueprints → domain-blueprints}/personal_branding.md +0 -0
  294. /package/.agent/.shared/{verticals/domain-blueprints → domain-blueprints}/real_estate.md +0 -0
  295. /package/.agent/.shared/{verticals/domain-blueprints → domain-blueprints}/retail_ecommerce.md +0 -0
  296. /package/.agent/.shared/{verticals/domain-blueprints → domain-blueprints}/standard-pro-agents.md +0 -0
  297. /package/.agent/.shared/{core/dx-toolkit → dx-toolkit}/checklists/code_review.md +0 -0
  298. /package/.agent/.shared/{core/dx-toolkit → dx-toolkit}/presets/vscode_settings.json +0 -0
  299. /package/.agent/.shared/{technical/i18n-master → i18n-master}/vi_tech_dictionary.csv +0 -0
  300. /package/.agent/.shared/{technical/i18n-master → i18n-master}/workflows.json +0 -0
  301. /package/.agent/.shared/{verticals/infra-blueprints → infra-blueprints}/deployment_specs.md +0 -0
  302. /package/.agent/.shared/{core/metrics → metrics}/benchmarks.json +0 -0
  303. /package/.agent/.shared/{technical/resilience-patterns → resilience-patterns}/checklists/chaos_engineering.md +0 -0
  304. /package/.agent/.shared/{technical/resilience-patterns → resilience-patterns}/presets/circuit_breaker.json +0 -0
  305. /package/.agent/.shared/{technical/security-armor → security-armor}/checklists/vuln_scan.md +0 -0
  306. /package/.agent/.shared/{technical/security-armor → security-armor}/hardening.md +0 -0
  307. /package/.agent/.shared/{technical/security-armor → security-armor}/presets/helmet_config.json +0 -0
  308. /package/.agent/.shared/{technical/seo-master → seo-master}/checklists/technical_seo.md +0 -0
  309. /package/.agent/.shared/{technical/seo-master → seo-master}/presets/json_ld_schema.json +0 -0
  310. /package/.agent/.shared/{technical/testing-master → testing-master}/checklists/pre_release.md +0 -0
  311. /package/.agent/.shared/{technical/testing-master → testing-master}/scenarios.md +0 -0
  312. /package/.agent/{skills → .shared}/ui-ux-pro-max/data/charts.csv +0 -0
  313. /package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/data/colors.csv +0 -0
  314. /package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/data/icons.csv +0 -0
  315. /package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/data/landing.csv +0 -0
  316. /package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/data/products.csv +0 -0
  317. /package/.agent/{skills → .shared}/ui-ux-pro-max/data/prompts.csv +0 -0
  318. /package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/data/react-performance.csv +0 -0
  319. /package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/data/stacks/flutter.csv +0 -0
  320. /package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/data/stacks/html-tailwind.csv +0 -0
  321. /package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/data/stacks/jetpack-compose.csv +0 -0
  322. /package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/data/stacks/nextjs.csv +0 -0
  323. /package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/data/stacks/nuxt-ui.csv +0 -0
  324. /package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/data/stacks/nuxtjs.csv +0 -0
  325. /package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/data/stacks/react-native.csv +0 -0
  326. /package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/data/stacks/react.csv +0 -0
  327. /package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/data/stacks/shadcn.csv +0 -0
  328. /package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/data/stacks/svelte.csv +0 -0
  329. /package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/data/stacks/swiftui.csv +0 -0
  330. /package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/data/stacks/vue.csv +0 -0
  331. /package/.agent/{skills → .shared}/ui-ux-pro-max/data/styles.csv +0 -0
  332. /package/.agent/{skills → .shared}/ui-ux-pro-max/data/typography.csv +0 -0
  333. /package/.agent/{skills → .shared}/ui-ux-pro-max/data/ui-reasoning.csv +0 -0
  334. /package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/data/ux-guidelines.csv +0 -0
  335. /package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/data/web-interface.csv +0 -0
  336. /package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/scripts/__pycache__/core.cpython-313.pyc +0 -0
  337. /package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/scripts/__pycache__/design_system.cpython-313.pyc +0 -0
  338. /package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/scripts/core.py +0 -0
  339. /package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/scripts/design_system.py +0 -0
  340. /package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/scripts/search.py +0 -0
  341. /package/.agent/.shared/{core/vitals-templates → vitals-templates}/audit_report.md +0 -0
  342. /package/.agent/.shared/{core/vitals-templates → vitals-templates}/plan_prd.md +0 -0
  343. /package/.agent/skills/ai-engineer/{sub-skills → resources}/ai_infra_stack.md +0 -0
  344. /package/.agent/skills/cloud-architect-master/{sub-skills → resources}/cost_optimization_checklist.md +0 -0
  345. /package/.agent/skills/cro-expert-kit/{sub-skills → resources}/psychological_triggers.md +0 -0
  346. /package/.agent/skills/database-migration/{sub-skills → resources}/zero_downtime_strategy.md +0 -0
  347. /package/.agent/skills/deployment-engineer/{sub-skills → resources}/k8s_best_practices.md +0 -0
  348. /package/.agent/skills/git-collaboration-master/{sub-skills → resources}/pr_template.md +0 -0
  349. /package/.agent/skills/incident-responder/{sub-skills → resources}/incident_severity_levels.md +0 -0
  350. /package/.agent/skills/legacy-modernizer/{sub-skills → resources}/strangler_fig_pattern.md +0 -0
  351. /package/.agent/skills/penetration-tester-master/{sub-skills → resources}/owasp_top_10_2025.md +0 -0
  352. /package/.agent/skills/production-code-audit/{sub-skills → resources}/solid_principles_cheat_sheet.md +0 -0
  353. /package/.agent/skills/seo-expert-kit/{sub-skills → resources}/technical_seo_checklist.md +0 -0
  354. /package/.agent/skills/tdd-master-workflow/{sub-skills → resources}/unit_test_naming_convention.md +0 -0
@@ -1,9 +1,6 @@
1
1
  # Hướng Dẫn Đóng Góp (Contributing)
2
2
 
3
- Cảm ơn bạn đã quan tâm đến dự án AntiGravity IDE! Chúng tôi luôn chào đón mọi sự đóng góp từ cộng đồng để cùng xây dựng một hệ sinh thái mã nguồn mở vững mạnh.
4
-
5
- > [!NOTE]
6
- > Khi đóng góp, vui lòng tôn trọng bản quyền và các nguồn tham khảo (References) chính của dự án.
3
+ Cảm ơn bạn đã quan tâm đến dự án Antigravity IDE! Chúng tôi luôn chào đón mọi sự đóng góp từ cộng đồng.
7
4
 
8
5
  ## 🤝 Quy Tắc Ứng Xử
9
6
  Khi tham gia dự án, vui lòng giữ thái độ tôn trọng, lịch sự và chuyên nghiệp.
@@ -29,18 +26,12 @@ Khi tham gia dự án, vui lòng giữ thái độ tôn trọng, lịch sự và
29
26
  - **Kiểm thử**: Đảm bảo chạy `npm test` thành công.
30
27
  - **Lint Code**: Chạy `npm run lint` để code sạch đẹp.
31
28
 
32
- ### 4. Quy trình đăng ký Skill/Workflow mới
33
- Để một Skill hoặc Workflow mới xuất hiện trong Setup Wizard, bạn cần:
34
- 1. **Skill**: Thêm định dạng vào `cli/logic/skill-definitions.js`.
35
- 2. **Workflow**: Thêm tên vào `cli/logic/workflow-manager.js`.
36
- 3. **Lựa chọn (Scale)**: Cấu hình quy mô xuất hiện (Instant/SME/Creative) trong `cli/logic/manifest-manager.js`.
37
-
38
29
  ## 🛠️ Cài Đặt Môi Trường Dev
39
30
 
40
31
  1. Clone fork của bạn:
41
32
  ```bash
42
- git clone https://github.com/your-username/antigravity-ide.git
43
- cd antigravity-ide
33
+ git clone https://github.com/your-username/google-antigravity.git
34
+ cd google-antigravity
44
35
  ```
45
36
  2. Cài đặt thư viện:
46
37
  ```bash
@@ -0,0 +1,57 @@
1
+ # Bản Quyền và Giấy Phép
2
+
3
+ ## 📜 Thông Tin Bản Quyền
4
+
5
+ **Tên Dự Án**: Google Antigravity (Enhanced Edition)
6
+ **Chủ Sở Hữu & Bảo Trì**: Dokhacgiakhoa
7
+ **Năm**: 2026
8
+ **Giấy Phép**: MIT License
9
+
10
+ ---
11
+
12
+ ## ⚖️ Giấy Phép MIT - Giải Thích Bằng Tiếng Việt
13
+
14
+ Dự án này được phát hành theo **giấy phép MIT**.
15
+
16
+ ### Quyền Lợi:
17
+ ✅ **Sử dụng tự do**: Bạn có thể sử dụng cho cá nhân, thương mại, học tập.
18
+ ✅ **Sao chép và phân phối**: Bạn có thể chia sẻ dự án.
19
+ ✅ **Chỉnh sửa**: Bạn có thể tùy biến code.
20
+
21
+ ### Nghĩa Vụ:
22
+ ⚠️ **Giữ nguyên thông báo bản quyền**: Khi phân phối lại.
23
+ ⚠️ **Không bảo hành**: Tác giả không chịu trách nhiệm về lỗi phát sinh.
24
+
25
+ ---
26
+
27
+ ## 🙏 Ghi Nhận & Nguồn Tham Khảo (Credits)
28
+
29
+ Dự án này do **Dokhacgiakhoa** phát triển và vận hành. Trong quá trình xây dựng, chúng tôi đã tham khảo và kế thừa tri thức từ các nguồn mã nguồn mở sau:
30
+
31
+ ### Nguồn Tham Khảo (Upstream References)
32
+ *Đây là các dự án nguồn mà chúng tôi đã nghiên cứu để xây dựng nên phiên bản này:*
33
+
34
+ 1. **Antigravity Kit** (by `vudovn`)
35
+ * *Vai trò*: Tham khảo cấu trúc Framework và tư duy Agent.
36
+ * *Link*: [github.com/vudovn/antigravity-kit](https://github.com/vudovn/antigravity-kit)
37
+
38
+ 2. **Antigravity Awesome Skills** (by `sickn33`)
39
+ * *Vai trò*: Tham khảo cơ sở dữ liệu các kỹ năng (Skills Database).
40
+ * *Link*: [github.com/sickn33/antigravity-awesome-skills](https://github.com/sickn33/antigravity-awesome-skills)
41
+
42
+
43
+ 3. **UI/UX Pro Max** (by `sickn33`)
44
+ * *Vai trò*: Tham khảo quy chuẩn thiết kế giao diện cao cấp.
45
+ * *Link*: [github.com/sickn33/ui-ux-pro-max](https://github.com/sickn33/ui-ux-pro-max)
46
+
47
+ > **Lưu ý**: Các tác giả gốc (`vudovn`, `sickn33`) được ghi nhận vì những đóng góp nền tảng cho cộng đồng mã nguồn mở. Tuy nhiên, họ **không trực tiếp tham gia** phát triển, sửa lỗi hay quản lý repository (`Dokhacgiakhoa/google-antigravity`) này.
48
+
49
+ ---
50
+
51
+ ## 📄 Văn Bản Pháp Lý Gốc
52
+
53
+ Văn bản giấy phép MIT đầy đủ bằng tiếng Anh được lưu tại file [`LICENSE`](./LICENSE).
54
+
55
+ ---
56
+
57
+ *Verified by Dokhacgiakhoa*
@@ -0,0 +1,77 @@
1
+ # Antigravity IDE - Deployment Record
2
+
3
+ ## Package Information
4
+
5
+ **Package Name:** `antigravity-ide`
6
+ **Version:** `3.5.13`
7
+ **Published Date:** January 29, 2026
8
+ **npm Registry:** https://www.npmjs.com/package/antigravity-ide
9
+
10
+ ---
11
+
12
+ ## Installation Commands
13
+
14
+ Users can install and use the package via:
15
+
16
+ ### Method 1: NPX (Recommended)
17
+ ```bash
18
+ npx antigravity-ide
19
+ # or
20
+ npx antigravity-ide my-project
21
+ ```
22
+
23
+ ### Method 2: Global Installation
24
+ ```bash
25
+ npm install -g antigravity-ide
26
+ antigravity-ide
27
+ ```
28
+
29
+ ---
30
+
31
+ ## Package Statistics
32
+
33
+ **Files:** 2,660 files
34
+ **Package Size:** 23.5 MB (compressed)
35
+ **Unpacked Size:** 41.3 MB
36
+ **License:** MIT
37
+ **Author:** Dokhacgiakhoa
38
+
39
+ ---
40
+
41
+ ## Features Included
42
+
43
+ ### Core Components
44
+ - ✅ CLI Tool with interactive prompts
45
+ - ✅ 2,500+ AI Agent Skills
46
+ - ✅ Multiple project templates (Minimal, Standard, Full)
47
+ - ✅ Web Dashboard (Next.js)
48
+ - ✅ Testing Suite
49
+ - ✅ Lab Experiments
50
+
51
+ ### Configuration Options
52
+ - Agent Rules: Strict / Balanced / Flexible
53
+ - Skill Categories: webdev, mobile, devops, security, ai, data
54
+ - Workflows: git, testing, deployment, review
55
+ - Package Managers: npm, pnpm, yarn
56
+
57
+ ---
58
+
59
+ ## Version History
60
+
61
+ | Version | Date | Changes |
62
+ |---------|------|---------|
63
+ | 3.5.13 | 2026-01-29 | Documentation fixes & Smart Install polish |
64
+ | 3.5.0 | 2026-01-29 | Major CLI overhaul & Engine Intelligence |
65
+ | 3.0.0 | 2026-01-29 | Initial public release |
66
+
67
+ ---
68
+
69
+ ## Links
70
+
71
+ - **npm Package:** https://www.npmjs.com/package/antigravity-ide
72
+ - **GitHub Repository:** https://github.com/Dokhacgiakhoa/google-antigravity
73
+ - **Documentation:** https://github.com/Dokhacgiakhoa/google-antigravity#readme
74
+
75
+ ---
76
+
77
+ *Last updated: 2026-01-29*
@@ -1,6 +1,6 @@
1
1
  # Using Antigravity IDE with Google Gemini
2
2
 
3
- **All 72 Master Skills (600+ AI Patterns) are fully compatible with Google Gemini AI!**
3
+ **All 550+ skills are fully compatible with Google Gemini AI!**
4
4
 
5
5
  ## Why Antigravity IDE + Gemini?
6
6
 
@@ -8,7 +8,7 @@
8
8
 
9
9
  | Feature | Benefit for Gemini |
10
10
  |---------|-------------------|
11
- | **72 Master Skills** | Instant expertise in 8 domains (Standard v4.0.8) |
11
+ | **550+ Skills** | Instant expertise in 8 domains |
12
12
  | **Universal Format** | No vendor lock-in, works with any Gemini model |
13
13
  | **Large Context** | Gemini 1.5 Pro (2M tokens) loads multiple skills easily |
14
14
  | **Multimodal Support** | Skills cover text, vision, audio - all Gemini capabilities |
@@ -108,7 +108,7 @@ If a workflow/skill is found in Global, use it as the default.
108
108
  ## 📊 Skill Categories Breakdown
109
109
 
110
110
  ```
111
- Total: 27 Master Skills (600+ capabilities) across 8 categories
111
+ Total: 550+ skills across 8 categories
112
112
 
113
113
  Development (180+ skills)
114
114
  ├── Frontend (React, Next.js, Vue, Svelte)
@@ -187,7 +187,7 @@ Tools (10+ skills)
187
187
  **Option 1: Load All (Gemini Pro)**
188
188
  ```javascript
189
189
  // Gemini 1.5 Pro has 2M token context
190
- // Can load multiple Master Skills!
190
+ // Can load ALL 550 skills!
191
191
  const allSkills = loadAllSkills(".agent/skills");
192
192
  ```
193
193
 
@@ -259,7 +259,7 @@ const skills = [
259
259
  ## 📚 Resources
260
260
 
261
261
  - **All Skills**: See [SKILLS.md](./SKILLS.md)
262
- - **Skill Source**: [antigravity-awesome-skills](https://github.com/Dokhacgiakhoa/antigravity-ide)
262
+ - **Skill Source**: [antigravity-awesome-skills](https://github.com/Dokhacgiakhoa/google-antigravity)
263
263
  - **Gemini Docs**: [Google AI Studio](https://ai.google.dev/)
264
264
  - **Examples**: Check `/lab` directory
265
265
 
@@ -291,4 +291,4 @@ console.log(result.response.text());
291
291
 
292
292
  ---
293
293
 
294
- **Ready to build with Gemini + 27 Master Skills? Let's go! 🚀**
294
+ **Ready to build with Gemini + 550 skills? Let's go! 🚀**
@@ -0,0 +1,109 @@
1
+ # Antigravity System Glossary 📖
2
+
3
+ This is the **comprehensive** reference for all Entities, Commands, and Keywords in the Antigravity system.
4
+ Use these keywords to communicate precisely with the AI.
5
+
6
+ ---
7
+
8
+ ## 1. Workflows (Procedures) - Symbol `/`
9
+ *Type this command to START a sequence of actions.*
10
+
11
+ | Command | Meaning | When to use? |
12
+ | :--- | :--- | :--- |
13
+ | `/audit` | **Quality Audit** | Before handover, scan for security/performance issues. |
14
+ | `/brainstorm` | **Brainstorming** | Stuck? Need AI to suggest solutions/architectures. |
15
+ | `/create` | **Create Project** | Start a new project from scratch. |
16
+ | `/debug` | **Debug** | When code breaks, throw logs here for analysis. |
17
+ | `/deploy` | **Deploy** | Package and push app to Server/Cloud. |
18
+ | `/document` | **Document** | Auto-write README, API Docs from code. |
19
+ | `/enhance` | **Enhance** | Improve UI, or optimize old code. |
20
+ | `/monitor` | **Monitor** | Setup Server/Log monitoring tools. |
21
+ | `/onboard` | **Onboard** | Create guides for new team members. |
22
+ | `/orchestrate` | **Orchestrate** | Call the "Board of Experts" for complex problems. |
23
+ | `/plan` | **Plan** | Analyze requirements -> Generate `implementation_plan.md`. |
24
+ | `/preview` | **Preview** | Dry-run web/app to check UI. |
25
+ | `/security` | **Security Scan** | Deep vulnerability check (Penetration Test). |
26
+ | `/seo` | **SEO Opt** | Help web rank on Google (Meta tags, Sitemap). |
27
+ | `/status` | **Status** | View project progress report. |
28
+ | `/test` | **Test** | Write and run Unit Test/E2E Test. |
29
+ | `/ui-ux-pro-max`| **Elite UI/UX**| Design interfaces like magic (Magic UI/Linear style). |
30
+
31
+ ---
32
+
33
+ ## 2. Rules (Context) - Symbol `@`
34
+ *Type this keyword (or mention name) to INJECT EXPERT CONTEXT.*
35
+
36
+ | Rule Tag | Expertise | Responsibility |
37
+ | :--- | :--- | :--- |
38
+ | `@backend` | Backend Engineer | Write API, Server Logic, Database. |
39
+ | `@frontend` | Frontend Engineer | Write UI, CSS, Animation, React/Vue. |
40
+ | `@security` | Security Expert | Encryption, Auth, Anti-Hack. |
41
+ | `@debug` | Debug Expert | Log analysis, Root cause finding. |
42
+ | `@business` | BA Expert | Business logic, Enterprise workflows. |
43
+ | `@compliance` | Compliance Lawyer | Check GDPR, HIPAA, PCI-DSS compliance. |
44
+ | `@architecture`| Architect | Review system diargams, Clean Code. |
45
+ | `@gemini` | **Core System** | Root system rules (main config file). |
46
+
47
+ ---
48
+
49
+ ## 3. Agents (Personas)
50
+ *AI can act as these roles automatically, or upon request.*
51
+
52
+ * **Orchestrator**: Conductor, Commander-in-chief.
53
+ * **Project Planner**: Planner.
54
+ * **Backend Specialist**: Back-end Logic.
55
+ * **Frontend Specialist**: Front-end UI.
56
+ * **Mobile Developer**: App (iOS/Android).
57
+ * **Game Developer**: Game Logic/Physics.
58
+ * **Cloud Architect**: Cloud Infra (AWS/GCP).
59
+ * **Performance Optimizer**: Speed Expert.
60
+ * **Security Auditor**: Security Reviewer.
61
+ * **SEO Specialist**: Marketing/SEO.
62
+ * **Quality Inspector**: QA/QC.
63
+ * **Documentation Writer**: Scribe.
64
+ * **Test Engineer**: Tester.
65
+ * **Debugger**: Error Hunter.
66
+ * **Codebase Expert**: Walking dictionary of the project.
67
+
68
+ ---
69
+
70
+ ## 4. Master Skills (Core Skills)
71
+ *550+ Skills, these are the most used "Endgame" skills.*
72
+
73
+ | Skill Name | Usage |
74
+ | :--- | :--- |
75
+ | `ai-engineer` | AI Apps, Chatbots, RAG. |
76
+ | `api-documenter` | Write OpenAPI standard docs. |
77
+ | `cloud-architect-master` | Multi-cloud system design. |
78
+ | `database-migration` | Safe Database schema changes. |
79
+ | `deployment-engineer` | CI/CD and Docker. |
80
+ | `full-stack-scaffold` | Production-ready setup. |
81
+ | `modern-web-architect` | Modern Web Arch (Next.js/React). |
82
+ | `security-auditor` | Vulnerability checks. |
83
+ | `seo-expert-kit` | Comprehensive SEO toolkit. |
84
+ | `tdd-master-workflow` | Test-Driven Development flow. |
85
+ | ... | *(And hundreds more in `.agent/skills` folder)* |
86
+
87
+ ---
88
+
89
+ ## 5. Shared Modules (Enterprise Libs)
90
+ *Standard Enterprise modules automatically loaded.*
91
+
92
+ * `ai-master`: LLM & RAG Standards.
93
+ * `api-standards`: API Design Standards.
94
+ * `compliance`: Legal Protocols.
95
+ * `database-master`: Database Design Standards.
96
+ * `design-system`: UI/UX Design System.
97
+ * `domain-blueprints`: Industry Architectures.
98
+ * `i18n-master`: Localization.
99
+ * `infra-blueprints`: Infrastructure (Terraform) templates.
100
+ * `metrics`: Observability.
101
+ * `security-armor`: Security Hardening.
102
+ * `testing-master`: Testing Strategies.
103
+ * `ui-ux-pro-max`: Advanced UI Interactions.
104
+
105
+ ---
106
+
107
+ > **Tip**: You don't need to memorize everything.
108
+ > * Need Action -> Type `/` and Tab.
109
+ > * Need Expertise -> Type `@` and Tab (or describe "call the backend guy").
@@ -12,33 +12,21 @@ Hãy dùng các từ khóa này để giao tiếp chính xác với AI.
12
12
  | :--- | :--- | :--- |
13
13
  | `/audit` | **Kiểm toán chất lượng** | Trước khi bàn giao, cần rà soát lỗi bảo mật/hiệu năng. |
14
14
  | `/brainstorm` | **Bão não ý tưởng** | Bí ý tưởng, cần AI gợi ý giải pháp/kiến trúc. |
15
- | `/create` | **Khởi tạo tính năng** | Xây dựng module mới (FE + BE + DB). |
16
- | `/debug` | **Gỡ lỗi** | Phân tích log lỗi tìm nguyên nhân. |
17
- | `/deploy` | **Triển khai** | Đẩy ứng dụng lên Server/Cloud. |
15
+ | `/create` | **Khởi tạo dự án** | Bắt đầu một dự án mới từ con số 0. |
16
+ | `/debug` | **Gỡ lỗi** | Khi code chạy sai, quăng log lỗi cho AI phân tích. |
17
+ | `/deploy` | **Triển khai** | Đóng gói và đẩy ứng dụng lên Server/Cloud. |
18
18
  | `/document` | **Viết tài liệu** | Tự động viết README, API Docs từ code. |
19
- | `/enhance` | **Nâng cấp** | Thay đổi UI hoặc tối ưu logic nhỏ. |
20
- | `/monitor` | **Giám sát** | Setup công cụ theo dõi hệ thống. |
21
- | `/onboard` | **Dẫn nhập** | Hướng dẫn cho thành viên mới gia nhập team. |
22
- | `/orchestrate` | **Điều phối** | Phối hợp nhiều Agent cho task lớn. |
23
- | `/plan` | **Lập kế hoạch** | Phân tích yêu cầu thiết kế giải pháp. |
24
- | `/preview` | **Xem trước** | Chạy thử sản phẩm trong sandbox. |
25
- | `/security` | **Quét bảo mật** | Kiểm tra lỗ hổng chuyên sâu. |
26
- | `/seo` | **Tối ưu tìm kiếm** | Đưa web lên Top Search Google/AI. |
27
- | `/status` | **Trạng thái** | Dashboard tiến độ thực hiện task. |
28
- | `/test` | **Kiểm thử** | Chạy Unit Test, E2E Test. |
29
- | `/ui-ux-pro-max`| **Giao diện Đỉnh cao**| Thiết kế UI Premium (Magic UI). |
30
- | `/update-docs` | **Đồng bộ tài liệu** | Tự động cập nhật /docs sau khi thay đổi code. |
31
- | `/release-version`| **Phát hành bản mới**| Chốt phiên bản, update stats và chuẩn bị release. |
32
- | `/api` | **Master API** | Thiết kế chuẩn OpenAPI 3.1. |
33
- | `/realtime` | **Thời gian thực** | Socket.io, WebRTC, SSE. |
34
- | `/compliance` | **Pháp lý** | Kiểm tra chuẩn GDPR/HIPAA. |
35
- | `/mobile` | **Di động** | Phát triển Native App & Optimization. |
36
- | `/portfolio` | **Trang cá nhân** | Xây dựng Landing Page cá nhân. |
37
- | `/blog` | **Hệ thống Blog** | Xây dựng module tin tức. |
38
- | `/visually` | **Trực quan hóa** | Vẽ biểu đồ, sơ đồ luồng. |
39
- | `/explain` | **Giải thích code** | Tìm hiểu logic sâu của từng module. |
40
- | `/update` | **Cập nhật Agent** | Tải bộ não mới nhất cho Agent. |
41
- | `/log-error` | **Nhật ký lỗi** | Tự động ghi lỗi vào ERRORS.md. |
19
+ | `/enhance` | **Nâng cấp** | Muốn sửa UI đẹp hơn, hoặc tối ưu code cũ. |
20
+ | `/monitor` | **Giám sát** | Cài đặt công cụ theo dõi Server/Logs. |
21
+ | `/onboard` | **Dẫn nhập** | Tạo tài liệu hướng dẫn cho thành viên mới (Newbie). |
22
+ | `/orchestrate` | **Điều phối** | Gọi "Hội đồng chuyên gia" giải quyết bài toán lớn. |
23
+ | `/plan` | **Lập kế hoạch** | Phân tích yêu cầu -> Ra file `implementation_plan.md`. |
24
+ | `/preview` | **Xem trước** | Chạy thử web/app để xem giao diện. |
25
+ | `/security` | **Quét bảo mật** | Kiểm tra lỗ hổng chuyên sâu (Penetration Test). |
26
+ | `/seo` | **Tối ưu tìm kiếm** | Giúp web lên Top Google (Meta tags, Sitemap). |
27
+ | `/status` | **Trạng thái** | Xem báo cáo tiến độ dự án. |
28
+ | `/test` | **Kiểm thử** | Viết và chạy Unit Test/E2E Test. |
29
+ | `/ui-ux-pro-max`| **Giao diện Đỉnh cao**| Thiết kế UI đẹp như tranh vẽ (Magic UI/Linear). |
42
30
 
43
31
  ---
44
32
 
@@ -59,30 +47,23 @@ Hãy dùng các từ khóa này để giao tiếp chính xác với AI.
59
47
  ---
60
48
 
61
49
  ## 3. Agents (Những nhân cách AI)
62
- *Mỗi dự án v4.0 22 vai diễn chuyên gia:*
63
-
64
- * **Orchestrator**: Nhạc trưởng điều phối đa agent.
65
- * **Project Planner**: Lập kế hoạch & quản lý Backlog.
66
- * **Product Manager**: Quản lý sản phẩm & lộ trình.
67
- * **Product Owner**: Đại diện giá trị nghiệp vụ.
68
- * **Backend Specialist**: Lập trình viên phía máy chủ.
69
- * **Frontend Specialist**: Kiến trúc sư giao diện.
70
- * **Mobile Developer**: Phát triển ứng dụng di động.
71
- * **Game Developer**: Phát triển Game & Logic đồ họa.
72
- * **Cloud Architect**: Kiến trúc sư hạ tầng đám mây.
73
- * **DevOps Engineer**: Kỹ sư vận hành & CI/CD.
74
- * **Database Architect**: Chuyên gia thiết kế dữ liệu.
75
- * **Security Auditor**: Chuyên gia kiểm tra bảo mật.
76
- * **Penetration Tester**: Hacker mũ trắng (Pentest).
77
- * **Quality Inspector**: Giám sát tiêu chuẩn chất lượng.
78
- * **QA Automation Engineer**: Kỹ sư kiểm thử tự động.
79
- * **Test Engineer**: Kỹ sư kiểm tra tính năng.
50
+ *AI thể tự đóng các vai này trong quá trình làm việc, hoặc bạn yêu cầu.*
51
+
52
+ * **Orchestrator**: Nhạc trưởng, tổng chỉ huy.
53
+ * **Project Planner**: Người lập kế hoạch, chia việc.
54
+ * **Backend Specialist**: Chuyên Back-end.
55
+ * **Frontend Specialist**: Chuyên Front-end.
56
+ * **Mobile Developer**: Chuyên App (iOS/Android).
57
+ * **Game Developer**: Chuyên làm Game.
58
+ * **Cloud Architect**: Kiến trúc Cloud (AWS/GCP).
80
59
  * **Performance Optimizer**: Chuyên gia tối ưu tốc độ.
81
- * **SEO Specialist**: Chuyên gia tối ưu tìm kiếm.
82
- * **Documentation Writer**: Chuyên gia viết tài liệu.
83
- * **Explorer Agent**: Agent nghiên cứu & thám hiểm code.
84
- * **Code Archaeologist**: Chuyên gia phân tích code cũ.
85
- * **Debugger**: Thám tử săn lỗi (Sherlock Holmes).
60
+ * **Security Auditor**: Chuyên gia soát bảo mật.
61
+ * **SEO Specialist**: Chuyên gia Marketing/SEO.
62
+ * **Quality Inspector**: Người kiểm tra chất lượng (QA).
63
+ * **Documentation Writer**: Thư viết tài liệu.
64
+ * **Test Engineer**: Kỹ kiểm thử.
65
+ * **Debugger**: Thám tử săn lỗi.
66
+ * **Codebase Expert**: Cuốn từ điển sống của dự án.
86
67
 
87
68
  ---
88
69
 
@@ -16,7 +16,7 @@ Khi user bắt đầu một phiên làm việc:
16
16
  * *Luật lệ*: Tôi biết những gì ĐƯỢC làm và CẤM làm (ví dụ: cấm xóa DB).
17
17
  2. **Nạp Kỹ năng (Skill Injection)**:
18
18
  * Dựa vào yêu cầu user (ví dụ: "Code React"), tôi tự động vào kho `.agent/skills` để lôi cổ thằng `nextjs-react-expert` ra dùng.
19
- * Tôi không nạp hết 72 Master Skills (tràn bộ nhớ), chỉ nạp cái cần thiết (Lazy Loading).
19
+ * Tôi không nạp hết 550 skill (tràn bộ nhớ), chỉ nạp cái cần thiết (Lazy Loading).
20
20
 
21
21
  ## 2. Quy Trình Xử Lý Một Yêu Cầu (The Thinking Process)
22
22
 
@@ -0,0 +1,103 @@
1
+ # 🛰️ Antigravity IDE - Master Operations Guide
2
+ **Version**: 3.5.54 (Enterprise Multi-Agent Edition)
3
+ **Language**: Tiếng Việt (Giao diện) - English (Technical)
4
+
5
+ Chào mừng bạn đến với hệ thống Antigravity IDE đã được "độ" lên mức tối đa. Đây không còn là một công cụ lập trình thông thường, mà là một **Phòng tác chiến AI** với đầy đủ tri thức nghiệp vụ và dây chuyền sản xuất chuyên nghiệp.
6
+
7
+ ---
8
+
9
+ ## 🛠️ 1. Tiền đề (Prerequisites)
10
+ Để hệ thống hoạt động với 100% công suất, bạn nên cài đặt:
11
+ - **Node.js**: Để chạy lệnh cài đặt và quản lý gói.
12
+ - **Python 3.x**: (**Khuyên dùng**) Để các Skill thực thi được các kịch bản tự động như Scanners, Evaluators.
13
+
14
+ ## 🚀 2. Khởi động nhanh (Quick Start)
15
+
16
+ Để cài đặt hoặc cập nhật hệ thống lên mức Global (toàn cục), hãy sử dụng các lệnh sau:
17
+
18
+ - **Cài đặt mới**: `npx antigravity-ide` (Cài vào thư mục hiện tại) hoặc `npx antigravity-ide [tên-dự-án]`.
19
+ - **Cập nhật tính năng**: `npx antigravity-ide update` (Bảo tồn nội dung custom).
20
+
21
+ ---
22
+
23
+ ## 🏎️ 2. Chế độ Động cơ (Engine Modes)
24
+ Antigravity hỗ trợ hai chế độ vận hành linh hoạt tùy theo nhu cầu dự án:
25
+
26
+ - **Standard Mode (Node.js)**:
27
+ - *Mục tiêu*: Nhẹ nhàng, tốc độ, Zero-Config.
28
+ - *Sử dụng*: Phù hợp dự án Web, Portfolio, SaaS vừa và nhỏ.
29
+ - *Yêu cầu*: Chỉ cần Node.js (đã có sẵn khi dùng npx).
30
+ - **Advanced Mode (Python)**:
31
+ - *Mục tiêu*: Chuyên sâu, Bảo mật cao, AI phức tạp.
32
+ - *Sử dụng*: Phù hợp dự án Enterprise, Big Data, Pentest.
33
+ - *Yêu cầu*: Cần cài đặt Python 3.x trên hệ thống.
34
+
35
+ Hệ thống sẽ tự động ưu tiên gọi công cụ tương ứng với chế độ bạn đã chọn trong `.config.json`.
36
+
37
+ ---
38
+
39
+ ## 🧠 3. Triết lý vận hành: Quy trình PDCA
40
+ Hệ thống hoạt động theo chu kỳ quản trị 4 bước để đảm bảo không bao giờ có code lỗi hoặc thiết kế cẩu thả:
41
+
42
+ 1. **🔴 PLAN (Planner)**: Sử dụng `/plan` để Agent phác thảo PRD và bản kế hoạch chi tiết (Task Breakdown). **Bạn duyệt xong Agent mới được làm.**
43
+ 2. **🔵 DO (Workers)**: Các chuyên gia (Backend, Frontend, Security, DB) sẽ thi công song song dựa trên bản kế hoạch đã duyệt.
44
+ 3. **🟡 CHECK (Inspector)**: `quality-inspector` sẽ thanh tra code dựa trên bộ chỉ số `metrics` và danh sách `scenarios` kiểm thử.
45
+ 4. **🟢 ACT (Orchestrator)**: `orchestrator` tổng hợp báo cáo và đưa ra quyết định cuối cùng (Merge code hoặc yêu cầu Worker sửa lại).
46
+
47
+ ---
48
+
49
+ ## 🎭 3. Hệ thống Agent Chuyên gia (Specialist Agents)
50
+
51
+ Mỗi Agent trong hệ thống đều có "não bộ" riêng được nạp qua các file `.md` trong kho Global:
52
+
53
+ - **`project-planner`**: Kiến trúc sư trưởng, người viết PRD và chia nhỏ task.
54
+ - **`backend-specialist`**: Phù thủy Server/API, tuân thủ tuyệt đối API Standards và 3NF Database.
55
+ - **`frontend-specialist`**: Nghệ sĩ giao diện, chuyên gia về Premium UI/UX và Micro-interactions.
56
+ - **`security-auditor`**: Hiệp sĩ bảo vệ, soi lỗi XSS, SQL Injection qua bộ `security-armor`.
57
+ - **`quality-inspector`**: Thanh tra viên, người "bắt lỗi" dựa trên benchmarks và scenarios.
58
+ - **`orchestrator`**: Vị thuyền trưởng điều phối toàn bộ luồng công việc.
59
+
60
+ ---
61
+
62
+ ## 📚 4. Kho tài nguyên Shared (`.shared/`)
63
+ Đây là nơi lưu trữ "DNA" của hệ thống, giúp Agent thông minh hơn theo thời gian:
64
+
65
+ | Th mục | Nội dung |
66
+ | :--- | :--- |
67
+ | `domain-blueprints` | Tri thức nghiệp vụ: Fintech, Healthcare, Logistics, F&B, Real Estate... |
68
+ | `api-standards` | Chuẩn giao tiếp: Response format, Error codes, Auth patterns, Naming. |
69
+ | `database-master` | Các Schema mẫu chuẩn 3NF cho Auth, E-commerce, CMS. |
70
+ | `design-system` | Presets thẩm mỹ (Luxury, Tech, Soft) và quy chuẩn Micro-interactions. |
71
+ | `security-armor` | Bộ quy tắc "bất khả xâm phạm" cho ứng dụng. |
72
+ | `testing-master` | Kho kịch bản kiểm thử (Test Scenarios) cho các luồng thanh toán, đăng nhập. |
73
+ | `compliance` | Mẫu pháp lý: Chính sách bảo mật (Privacy Policy) và Điều khoản (TOS). |
74
+ | `metrics` | Các chỉ số Benchmarks về tốc độ và chất lượng code. |
75
+ | `core` | Hệ điều hành (OS) của Agent: Tính cách cốt lõi, Cấu trúc dự án mẫu (Archetypes). |
76
+
77
+ ---
78
+
79
+ ## ⌨️ 5. Hệ thống lệnh Slash Command (`/`)
80
+
81
+ Sử dụng phím **`/`** trong khung chat để kích hoạt các Workflow chuyên sâu:
82
+
83
+ - `/brainstorm`: Lên ý tưởng, cấu trúc dự án.
84
+ - `/create`: Khởi tạo dự án mới, App Builder.
85
+ - `/plan`: Lập kế hoạch, phân rã tác vụ.
86
+ - `/ui-ux-pro-max`: Thiết kế giao diện Premium.
87
+ - `/orchestrate`: Điều phối đa Agent phức tạp.
88
+ - `/audit`: Kiểm định chất lượng toàn diện (Security, SEO).
89
+ - `/security`: Hardening & Bảo mật chuyên sâu.
90
+ - `/seo`: Tối ưu hóa tìm kiếm & Growth.
91
+ - `/onboard`: Hướng dẫn thành viên mới.
92
+ - `/document`: Tự động viết tài liệu.
93
+ - `/monitor`: Thiết lập giám sát vận hành.
94
+ - `/status`: Xem Dashboard tiến độ.
95
+
96
+ ---
97
+
98
+ ## 🛡️ 6. Nguyên tắc "Vỏ Việt - Lõi Anh"
99
+ - **Giao tiếp với người dùng**: Ưu tiên tiếng Việt súc tích, chuyên nghiệp.
100
+ - **Tư duy Kỹ thuật**: Sử dụng tiếng Anh cho biến, hàm, kiến trúc để Agent đạt hiệu suất cao nhất và code dễ bảo trì toàn cầu.
101
+
102
+ ---
103
+ **Antigravity IDE - Sẵn sàng bẻ gãy mọi quy luật trọng lực để đưa dự án của bạn lên tầm cao mới.** 🚀🛰️