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.
- package/.agent/.shared/{technical/ai-master → ai-master}/README.md +1 -12
- package/.agent/.shared/{technical/api-standards → api-standards}/README.md +1 -12
- package/.agent/.shared/compliance/README.md +19 -0
- package/.agent/.shared/{technical/database-master → database-master}/README.md +2 -12
- package/.agent/.shared/{core/design-philosophy → design-philosophy}/README.md +1 -12
- package/.agent/.shared/design-system/README.md +18 -0
- package/.agent/.shared/domain-blueprints/README.md +18 -0
- package/.agent/.shared/dx-toolkit/README.md +19 -0
- package/.agent/.shared/i18n-master/README.md +18 -0
- package/.agent/.shared/infra-blueprints/README.md +18 -0
- package/.agent/.shared/metrics/README.md +17 -0
- package/.agent/.shared/resilience-patterns/README.md +19 -0
- package/.agent/.shared/security-armor/README.md +25 -0
- package/.agent/.shared/{technical/seo-master → seo-master}/README.md +1 -12
- package/.agent/.shared/testing-master/README.md +20 -0
- package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/README.md +1 -12
- package/.agent/.shared/vitals-templates/README.md +18 -0
- package/.agent/ARCHITECTURE.md +7 -10
- package/.agent/ARCHITECTURE.vi.md +8 -8
- package/.agent/RESOURCES.md +1 -0
- package/.agent/agents/accessibility-expert.md +22 -0
- package/.agent/agents/api-architect.md +22 -0
- package/.agent/agents/backend-specialist.eco.md +19 -0
- package/.agent/agents/backend-specialist.instant.md +19 -0
- package/.agent/agents/backend-specialist.md +19 -154
- package/.agent/agents/cloud-architect.md +189 -108
- package/.agent/agents/codebase-expert.md +23 -0
- package/.agent/agents/compliance-expert.md +22 -0
- package/.agent/agents/data-scientist.md +22 -0
- package/.agent/agents/debugger.eco.md +20 -0
- package/.agent/agents/debugger.instant.md +20 -0
- package/.agent/agents/debugger.md +182 -83
- package/.agent/agents/deep-thinker.ultra.md +23 -0
- package/.agent/agents/devex-optimizer.md +22 -0
- package/.agent/agents/devops-architect.md +22 -0
- package/.agent/agents/documentation-writer.md +72 -125
- package/.agent/agents/frontend-specialist.eco.md +19 -0
- package/.agent/agents/frontend-specialist.instant.md +19 -0
- package/.agent/agents/frontend-specialist.md +7 -40
- package/.agent/agents/game-developer.md +116 -111
- package/.agent/agents/growth-engineer.md +22 -0
- package/.agent/agents/i18n-specialist.md +21 -0
- package/.agent/agents/legacy-modernizer.md +22 -0
- package/.agent/agents/microservices-specialist.md +22 -0
- package/.agent/agents/mobile-developer.md +321 -108
- package/.agent/agents/motion-designer.md +22 -0
- package/.agent/agents/orchestrator.creative.md +28 -0
- package/.agent/agents/orchestrator.eco.md +29 -0
- package/.agent/agents/orchestrator.instant.md +29 -0
- package/.agent/agents/orchestrator.md +366 -106
- package/.agent/agents/orchestrator.ultra.md +28 -0
- package/.agent/agents/performance-benchmarker.md +22 -0
- package/.agent/agents/performance-optimizer.md +136 -105
- package/.agent/agents/project-planner.eco.md +19 -0
- package/.agent/agents/project-planner.instant.md +19 -0
- package/.agent/agents/project-planner.md +39 -132
- package/.agent/agents/quality-inspector.md +32 -136
- package/.agent/agents/security-auditor.md +15 -138
- package/.agent/agents/security-pentester.md +22 -0
- package/.agent/agents/seo-specialist.md +72 -118
- package/.agent/agents/serverless-expert.md +22 -0
- package/.agent/agents/test-engineer.md +11 -142
- package/.agent/fastcode_index.json +1038 -0
- package/.agent/mcp_config.json +24 -0
- package/.agent/rules/GEMINI.eco.md +37 -0
- package/.agent/rules/GEMINI.instant.md +37 -0
- package/.agent/rules/GEMINI.md +31 -62
- package/.agent/rules/api-spec.md +28 -0
- package/.agent/rules/code-quality.md +3 -34
- package/.agent/rules/database.md +24 -0
- package/.agent/rules/devops.md +23 -0
- package/.agent/rules/frontend.md +3 -3
- package/.agent/rules/growth-strategy.md +22 -0
- package/.agent/rules/logging-monitoring.md +22 -0
- package/.agent/rules/quality-assurance.md +22 -0
- package/.agent/rules/strict-protocol.md +3 -44
- package/.agent/rules/system-reasoning.md +20 -0
- package/.agent/rules/system-update.md +3 -56
- package/.agent/rules/ui-design.md +23 -0
- package/.agent/rules/ux-patterns.md +23 -0
- package/.agent/scripts/auto_preview.py +148 -0
- package/.agent/scripts/checklist.py +252 -0
- package/.agent/scripts/session_manager.py +120 -0
- package/.agent/scripts/simulation_install.js +59 -0
- package/.agent/scripts/sync_to_global.py +78 -0
- package/.agent/scripts/translate_workflows.py +53 -0
- package/.agent/scripts/verify_all.py +327 -0
- package/.agent/scripts/verify_shared_modules.js +126 -0
- package/.agent/skills/agent-backend-patterns/SKILL.md +6 -13
- package/.agent/skills/ai-engineer/SKILL.md +16 -29
- package/.agent/skills/api-documenter/SKILL.md +4 -4
- package/.agent/skills/app-builder/SKILL.md +1 -1
- package/.agent/skills/app-builder/tech-stack.md +2 -2
- package/.agent/skills/app-builder/templates/nextjs-fullstack/TEMPLATE.md +79 -39
- package/.agent/skills/app-builder/templates/nextjs-saas/TEMPLATE.md +75 -53
- package/.agent/skills/app-builder/templates/nextjs-static/TEMPLATE.md +119 -56
- package/.agent/skills/app-builder/templates/nuxt-app/TEMPLATE.md +94 -61
- package/.agent/skills/app-builder/templates/react-native-app/TEMPLATE.md +82 -56
- package/.agent/skills/cloud-architect-master/SKILL.md +4 -9
- package/.agent/skills/cro-expert-kit/SKILL.md +4 -9
- package/.agent/skills/database-migration/SKILL.md +3 -9
- package/.agent/skills/deployment-engineer/SKILL.md +3 -9
- package/.agent/skills/fastcode-search/SKILL.md +46 -0
- package/.agent/skills/fastcode-search/fastcode_config.example.json +17 -0
- package/.agent/skills/frontend-design/ux-psychology.md +585 -10
- package/.agent/skills/frontend-trends-2026/SKILL.md +78 -0
- package/.agent/skills/frontend-trends-2026/formulas/BentoGrid.tsx +42 -0
- package/.agent/skills/frontend-trends-2026/formulas/LiquidCard.tsx +32 -0
- package/.agent/skills/frontend-trends-2026/formulas/NeoButton.tsx +27 -0
- package/.agent/skills/full-stack-scaffold/SKILL.md +4 -4
- package/.agent/skills/game-development/2d-games/SKILL.md +2 -4
- package/.agent/skills/game-development/3d-games/SKILL.md +2 -4
- package/.agent/skills/game-development/SKILL.md +149 -18
- package/.agent/skills/game-development/game-art/SKILL.md +2 -4
- package/.agent/skills/game-development/game-audio/SKILL.md +2 -4
- package/.agent/skills/game-development/game-design/SKILL.md +2 -4
- package/.agent/skills/game-development/mobile-games/SKILL.md +2 -4
- package/.agent/skills/game-development/multiplayer/SKILL.md +2 -4
- package/.agent/skills/game-development/pc-games/SKILL.md +2 -4
- package/.agent/skills/game-development/vr-ar/SKILL.md +2 -4
- package/.agent/skills/game-development/web-games/SKILL.md +2 -4
- package/.agent/skills/geo-fundamentals/SKILL.md +136 -9
- package/.agent/skills/git-collaboration-master/SKILL.md +4 -9
- package/.agent/skills/i18n-localization/SKILL.md +118 -10
- package/.agent/skills/incident-responder/SKILL.md +6 -9
- package/.agent/skills/legacy-modernizer/SKILL.md +4 -9
- package/.agent/skills/lint-and-validate/scripts/lint_runner.py +14 -2
- package/.agent/skills/mcp-builder/SKILL.md +164 -21
- package/.agent/skills/mobile-design/SKILL.md +369 -21
- package/.agent/skills/mobile-design/mobile-performance.md +1 -1
- package/.agent/skills/modern-web-architect/SKILL.md +6 -12
- package/.agent/skills/nextjs-react-expert/scripts/convert_rules.py +1 -1
- package/.agent/skills/penetration-tester-master/SKILL.md +4 -9
- package/.agent/skills/performance-engineer/SKILL.md +5 -4
- package/.agent/skills/production-code-audit/SKILL.md +0 -6
- package/.agent/skills/rust-pro/SKILL.md +177 -0
- package/.agent/skills/security-auditor/SKILL.md +27 -35
- package/.agent/skills/seo-expert-kit/SKILL.md +4 -9
- package/.agent/skills/tdd-master-workflow/SKILL.md +3 -9
- package/.agent/workflows/audit.md +16 -30
- package/.agent/workflows/brainstorm.md +96 -33
- package/.agent/workflows/create.md +45 -37
- package/.agent/workflows/debug.md +84 -45
- package/.agent/workflows/deep-security-audit.md +9 -0
- package/.agent/workflows/deploy.md +158 -33
- package/.agent/workflows/document.md +15 -38
- package/.agent/workflows/enhance.md +48 -33
- package/.agent/workflows/growth-max.md +9 -0
- package/.agent/workflows/monitor.md +14 -35
- package/.agent/workflows/orchestrate.md +218 -31
- package/.agent/workflows/performance-max.md +9 -0
- package/.agent/workflows/plan.md +70 -39
- package/.agent/workflows/security.md +14 -35
- package/.agent/workflows/seo.md +16 -39
- package/.agent/workflows/status.md +72 -33
- package/.agent/workflows/test.md +127 -30
- package/.agent/workflows/ui-ux-pro-max.md +283 -24
- package/.editorconfig +21 -0
- package/.gitattributes +7 -0
- package/CHANGELOG.md +32 -0
- package/ERRORS.md +67 -0
- package/{.agent/GEMINI.md → GEMINI.md} +5 -4
- package/LICENSE +8 -22
- package/README.md +72 -102
- package/README.vi.md +110 -90
- package/action.yml +32 -0
- package/antigravity-ide-logo.png +0 -0
- package/antigravity-ide-logo.svg +24 -0
- package/assets/skills-bundle.json +1 -0
- package/cli/create.js +413 -275
- package/cli/index.js +24 -28
- package/cli/lib/auto-update.js +21 -14
- package/cli/logic/skill-definitions.js +39 -0
- package/cli/manifest.js +524 -0
- package/cli/prompts.js +145 -151
- package/cli/skills/fastcode.js +181 -0
- package/docs/AGENTS_GUIDE.vi.md +45 -38
- package/docs/AGENT_FLOW.md +608 -0
- package/docs/CONTRIBUTING.md +46 -0
- package/docs/CONTRIBUTING.vi.md +3 -12
- package/docs/COPYRIGHT.md +57 -0
- package/docs/DEPLOYMENT.md +77 -0
- package/docs/{GEMINI_USAGE.md → GEMINI_GUIDE.md} +6 -6
- package/docs/GLOSSARY.md +109 -0
- package/docs/GLOSSARY.vi.md +30 -49
- package/docs/HOW_ANTIGRAVITY_THINKS.vi.md +1 -1
- package/docs/MASTER_GUIDE.md +103 -0
- package/docs/OPERATIONAL_FLOW.md +147 -0
- package/docs/OPERATIONAL_FLOW.vi.md +0 -15
- package/docs/PLAN-upgrade-core-architecture.md +71 -0
- package/docs/{PUBLISHING_GUIDE.md → PUBLISHING.md} +3 -31
- package/docs/RULES_GUIDE.vi.md +31 -67
- package/docs/SHARED_LIBRARY_GUIDE.vi.md +22 -18
- package/docs/SKILLS.md +610 -0
- package/docs/SKILLS_GUIDE.vi.md +32 -118
- package/docs/TROUBLESHOOTING.md +43 -0
- package/docs/TROUBLESHOOTING.vi.md +2 -10
- package/docs/WORKFLOW_GUIDE.vi.md +9 -57
- package/jest.config.js +8 -0
- package/package.json +8 -31
- package/scripts/bump.js +93 -0
- package/scripts/bundle-skills.js +59 -0
- package/scripts/internal/automation/auto-release.js +177 -0
- package/scripts/internal/fractalize-skills.js +89 -0
- package/scripts/internal/generate-skill-definitions.js +134 -0
- package/scripts/internal/internal/update-docs.js +115 -0
- package/scripts/internal/refactor-skill-content.js +127 -0
- package/scripts/internal/rename-skills.js +96 -0
- package/scripts/internal/sync-skills.js +112 -0
- package/scripts/internal/update-frontmatter-names.js +99 -0
- package/scripts/internal/verification/audit-dna.js +56 -0
- package/scripts/internal/verification/audit-skills.js +65 -0
- package/setup.js +114 -147
- package/web/src/app/docs/guide/examples/brainstorm/page.mdx +91 -0
- package/web/src/app/docs/guide/examples/create/page.mdx +84 -0
- package/web/src/app/docs/guide/examples/debugging/page.mdx +83 -0
- package/web/src/app/docs/guide/examples/deployment/page.mdx +93 -0
- package/web/src/app/docs/guide/examples/new-feature/page.mdx +102 -0
- package/web/src/app/docs/guide/examples/orchestration/page.mdx +99 -0
- package/web/src/app/docs/guide/examples/plan/page.mdx +76 -0
- package/web/src/app/docs/guide/examples/preview/page.mdx +77 -0
- package/web/src/app/docs/guide/examples/status/page.mdx +78 -0
- package/web/src/app/docs/guide/examples/test/page.mdx +80 -0
- package/web/src/app/docs/guide/examples/ui-design/page.mdx +90 -0
- package/web/src/components/mdx/Callout.tsx +60 -0
- package/web/src/components/mdx/FeatureGrid.tsx +38 -0
- package/web/src/components/mdx/ProTips.tsx +29 -0
- package/web/src/components/mdx/StepList.tsx +33 -0
- package/web/src/components/mdx/Terminal.tsx +58 -0
- package/web/src/components/mdx/index.ts +5 -0
- package/web/src/mdx-components.tsx +98 -0
- package/.agent/skills/brand-guidelines-anthropic/LICENSE.txt +0 -202
- package/.agent/skills/brand-guidelines-anthropic/SKILL.md +0 -26
- package/.agent/skills/brand-guidelines-anthropic/sub-skills/color-application.md +0 -5
- package/.agent/skills/brand-guidelines-anthropic/sub-skills/colors.md +0 -14
- package/.agent/skills/brand-guidelines-anthropic/sub-skills/font-management.md +0 -6
- package/.agent/skills/brand-guidelines-anthropic/sub-skills/shape-and-accent-colors.md +0 -7
- package/.agent/skills/brand-guidelines-anthropic/sub-skills/smart-font-application.md +0 -6
- package/.agent/skills/brand-guidelines-anthropic/sub-skills/text-styling.md +0 -6
- package/.agent/skills/brand-guidelines-anthropic/sub-skills/typography.md +0 -7
- package/.agent/skills/internal-comms-anthropic/LICENSE.txt +0 -202
- package/.agent/skills/internal-comms-anthropic/SKILL.md +0 -33
- package/.agent/skills/internal-comms-anthropic/examples/3p-updates.md +0 -47
- package/.agent/skills/internal-comms-anthropic/examples/company-newsletter.md +0 -65
- package/.agent/skills/internal-comms-anthropic/examples/faq-answers.md +0 -30
- package/.agent/skills/internal-comms-anthropic/examples/general-comms.md +0 -16
- package/.agent/skills/last30days/tests/__init__.py +0 -1
- package/.agent/skills/last30days/tests/test_cache.py +0 -59
- package/.agent/skills/last30days/tests/test_dates.py +0 -114
- package/.agent/skills/last30days/tests/test_dedupe.py +0 -111
- package/.agent/skills/last30days/tests/test_models.py +0 -135
- package/.agent/skills/last30days/tests/test_normalize.py +0 -138
- package/.agent/skills/last30days/tests/test_render.py +0 -116
- package/.agent/skills/last30days/tests/test_score.py +0 -168
- package/.agent/skills/loki-mode/.github/workflows/claude-code-review.yml +0 -57
- package/.agent/skills/loki-mode/.github/workflows/claude.yml +0 -50
- package/.agent/skills/loki-mode/.github/workflows/release.yml +0 -128
- package/.agent/skills/loki-mode/tests/run-all-tests.sh +0 -78
- package/.agent/skills/loki-mode/tests/test-agent-timeout.sh +0 -348
- package/.agent/skills/loki-mode/tests/test-bootstrap.sh +0 -196
- package/.agent/skills/loki-mode/tests/test-circuit-breaker.sh +0 -389
- package/.agent/skills/loki-mode/tests/test-state-recovery.sh +0 -393
- package/.agent/skills/loki-mode/tests/test-task-queue.sh +0 -396
- package/.agent/skills/loki-mode/tests/test-wrapper.sh +0 -314
- package/.agent/skills/shopify-development/scripts/tests/test_shopify_init.py +0 -379
- package/cli/logic/product-skills.js +0 -58
- /package/.agent/.shared/{technical/ai-master → ai-master}/best_patterns.md +0 -0
- /package/.agent/.shared/{technical/ai-master → ai-master}/checklists/prompt_audit.md +0 -0
- /package/.agent/.shared/{technical/ai-master → ai-master}/presets/model_configs.json +0 -0
- /package/.agent/.shared/{technical/api-standards → api-standards}/data +0 -0
- /package/.agent/.shared/{technical/api-standards → api-standards}/endpoints_naming.md +0 -0
- /package/.agent/.shared/{technical/api-standards → api-standards}/error_codes.csv +0 -0
- /package/.agent/.shared/{technical/api-standards → api-standards}/pagination_sorting.md +0 -0
- /package/.agent/.shared/{technical/api-standards → api-standards}/response_format.json +0 -0
- /package/.agent/.shared/{verticals/compliance → compliance}/legal_templates.md +0 -0
- /package/.agent/.shared/{technical/database-master → database-master}/schemas/auth_rbac.sql +0 -0
- /package/.agent/.shared/{technical/database-master → database-master}/schemas/cms.sql +0 -0
- /package/.agent/.shared/{technical/database-master → database-master}/schemas/ecommerce.sql +0 -0
- /package/.agent/.shared/{core/design-philosophy → design-philosophy}/MANIFESTO.md +0 -0
- /package/.agent/.shared/{core/design-philosophy → design-philosophy}/checklists/tactile_audit.md +0 -0
- /package/.agent/.shared/{core/design-philosophy → design-philosophy}/checklists/visual_audit.md +0 -0
- /package/.agent/.shared/{core/design-philosophy → design-philosophy}/presets/linear_glow.json +0 -0
- /package/.agent/.shared/{technical/design-system → design-system}/brand_presets.json +0 -0
- /package/.agent/.shared/{technical/design-system → design-system}/micro_interactions.md +0 -0
- /package/.agent/.shared/{verticals/domain-blueprints → domain-blueprints}/edtech.md +0 -0
- /package/.agent/.shared/{verticals/domain-blueprints → domain-blueprints}/fintech.md +0 -0
- /package/.agent/.shared/{verticals/domain-blueprints → domain-blueprints}/fnb_restaurant.md +0 -0
- /package/.agent/.shared/{verticals/domain-blueprints → domain-blueprints}/freelance_marketplace.md +0 -0
- /package/.agent/.shared/{verticals/domain-blueprints → domain-blueprints}/healthcare.md +0 -0
- /package/.agent/.shared/{verticals/domain-blueprints → domain-blueprints}/hospitality_tourism.md +0 -0
- /package/.agent/.shared/{verticals/domain-blueprints → domain-blueprints}/logistics.md +0 -0
- /package/.agent/.shared/{verticals/domain-blueprints → domain-blueprints}/marketing_automation.md +0 -0
- /package/.agent/.shared/{verticals/domain-blueprints → domain-blueprints}/personal_branding.md +0 -0
- /package/.agent/.shared/{verticals/domain-blueprints → domain-blueprints}/real_estate.md +0 -0
- /package/.agent/.shared/{verticals/domain-blueprints → domain-blueprints}/retail_ecommerce.md +0 -0
- /package/.agent/.shared/{verticals/domain-blueprints → domain-blueprints}/standard-pro-agents.md +0 -0
- /package/.agent/.shared/{core/dx-toolkit → dx-toolkit}/checklists/code_review.md +0 -0
- /package/.agent/.shared/{core/dx-toolkit → dx-toolkit}/presets/vscode_settings.json +0 -0
- /package/.agent/.shared/{technical/i18n-master → i18n-master}/vi_tech_dictionary.csv +0 -0
- /package/.agent/.shared/{technical/i18n-master → i18n-master}/workflows.json +0 -0
- /package/.agent/.shared/{verticals/infra-blueprints → infra-blueprints}/deployment_specs.md +0 -0
- /package/.agent/.shared/{core/metrics → metrics}/benchmarks.json +0 -0
- /package/.agent/.shared/{technical/resilience-patterns → resilience-patterns}/checklists/chaos_engineering.md +0 -0
- /package/.agent/.shared/{technical/resilience-patterns → resilience-patterns}/presets/circuit_breaker.json +0 -0
- /package/.agent/.shared/{technical/security-armor → security-armor}/checklists/vuln_scan.md +0 -0
- /package/.agent/.shared/{technical/security-armor → security-armor}/hardening.md +0 -0
- /package/.agent/.shared/{technical/security-armor → security-armor}/presets/helmet_config.json +0 -0
- /package/.agent/.shared/{technical/seo-master → seo-master}/checklists/technical_seo.md +0 -0
- /package/.agent/.shared/{technical/seo-master → seo-master}/presets/json_ld_schema.json +0 -0
- /package/.agent/.shared/{technical/testing-master → testing-master}/checklists/pre_release.md +0 -0
- /package/.agent/.shared/{technical/testing-master → testing-master}/scenarios.md +0 -0
- /package/.agent/{skills → .shared}/ui-ux-pro-max/data/charts.csv +0 -0
- /package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/data/colors.csv +0 -0
- /package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/data/icons.csv +0 -0
- /package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/data/landing.csv +0 -0
- /package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/data/products.csv +0 -0
- /package/.agent/{skills → .shared}/ui-ux-pro-max/data/prompts.csv +0 -0
- /package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/data/react-performance.csv +0 -0
- /package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/data/stacks/flutter.csv +0 -0
- /package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/data/stacks/html-tailwind.csv +0 -0
- /package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/data/stacks/jetpack-compose.csv +0 -0
- /package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/data/stacks/nextjs.csv +0 -0
- /package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/data/stacks/nuxt-ui.csv +0 -0
- /package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/data/stacks/nuxtjs.csv +0 -0
- /package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/data/stacks/react-native.csv +0 -0
- /package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/data/stacks/react.csv +0 -0
- /package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/data/stacks/shadcn.csv +0 -0
- /package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/data/stacks/svelte.csv +0 -0
- /package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/data/stacks/swiftui.csv +0 -0
- /package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/data/stacks/vue.csv +0 -0
- /package/.agent/{skills → .shared}/ui-ux-pro-max/data/styles.csv +0 -0
- /package/.agent/{skills → .shared}/ui-ux-pro-max/data/typography.csv +0 -0
- /package/.agent/{skills → .shared}/ui-ux-pro-max/data/ui-reasoning.csv +0 -0
- /package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/data/ux-guidelines.csv +0 -0
- /package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/data/web-interface.csv +0 -0
- /package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/scripts/__pycache__/core.cpython-313.pyc +0 -0
- /package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/scripts/__pycache__/design_system.cpython-313.pyc +0 -0
- /package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/scripts/core.py +0 -0
- /package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/scripts/design_system.py +0 -0
- /package/.agent/.shared/{technical/ui-ux-pro-max → ui-ux-pro-max}/scripts/search.py +0 -0
- /package/.agent/.shared/{core/vitals-templates → vitals-templates}/audit_report.md +0 -0
- /package/.agent/.shared/{core/vitals-templates → vitals-templates}/plan_prd.md +0 -0
- /package/.agent/skills/ai-engineer/{sub-skills → resources}/ai_infra_stack.md +0 -0
- /package/.agent/skills/cloud-architect-master/{sub-skills → resources}/cost_optimization_checklist.md +0 -0
- /package/.agent/skills/cro-expert-kit/{sub-skills → resources}/psychological_triggers.md +0 -0
- /package/.agent/skills/database-migration/{sub-skills → resources}/zero_downtime_strategy.md +0 -0
- /package/.agent/skills/deployment-engineer/{sub-skills → resources}/k8s_best_practices.md +0 -0
- /package/.agent/skills/git-collaboration-master/{sub-skills → resources}/pr_template.md +0 -0
- /package/.agent/skills/incident-responder/{sub-skills → resources}/incident_severity_levels.md +0 -0
- /package/.agent/skills/legacy-modernizer/{sub-skills → resources}/strangler_fig_pattern.md +0 -0
- /package/.agent/skills/penetration-tester-master/{sub-skills → resources}/owasp_top_10_2025.md +0 -0
- /package/.agent/skills/production-code-audit/{sub-skills → resources}/solid_principles_cheat_sheet.md +0 -0
- /package/.agent/skills/seo-expert-kit/{sub-skills → resources}/technical_seo_checklist.md +0 -0
- /package/.agent/skills/tdd-master-workflow/{sub-skills → resources}/unit_test_naming_convention.md +0 -0
package/LICENSE
CHANGED
|
@@ -17,39 +17,25 @@ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
|
17
17
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
18
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
19
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
20
|
SOFTWARE.
|
|
22
21
|
|
|
23
22
|
================================================================================
|
|
24
|
-
|
|
23
|
+
ACKNOWLEDGEMENTS & REFERENCES
|
|
25
24
|
================================================================================
|
|
26
25
|
|
|
27
|
-
This project is
|
|
28
|
-
|
|
29
|
-
open-source knowledge from the following masters and repositories:
|
|
26
|
+
This project is maintained by Dokhacgiakhoa.
|
|
27
|
+
It incorporates concepts and references from the following open source projects:
|
|
30
28
|
|
|
31
|
-
1. Antigravity Kit (
|
|
32
|
-
- Original Author:
|
|
29
|
+
1. Antigravity Kit (Ref: Structure)
|
|
30
|
+
- Original Author: VUDOVN
|
|
33
31
|
- Link: https://github.com/vudovn/antigravity-kit
|
|
34
32
|
|
|
35
|
-
2. Antigravity Awesome Skills (Skill
|
|
33
|
+
2. Antigravity Awesome Skills (Ref: Skill Data)
|
|
36
34
|
- Original Author: sickn33
|
|
37
35
|
- Link: https://github.com/sickn33/antigravity-awesome-skills
|
|
38
36
|
|
|
39
|
-
3. UI/UX Pro Max (Design
|
|
37
|
+
3. UI/UX Pro Max (Ref: Design Standards)
|
|
40
38
|
- Original Author: sickn33
|
|
41
39
|
- Link: https://github.com/sickn33/ui-ux-pro-max
|
|
42
40
|
|
|
43
|
-
|
|
44
|
-
- Authors: Anthropic & Ecosystem Contributors
|
|
45
|
-
- Link: https://modelcontextprotocol.io/
|
|
46
|
-
|
|
47
|
-
5. High-Performance Web Standards
|
|
48
|
-
- Inspiration: Vercel Engineering & Anthony Fu (antfu)
|
|
49
|
-
|
|
50
|
-
6. Strategic Knowledge Extraction
|
|
51
|
-
- Inspiration: Fabric Patterns (danielmiessler)
|
|
52
|
-
|
|
53
|
-
*Note: All trademarks and copyrights belong to their respective owners.
|
|
54
|
-
The references above reflect research-level inspiration and antecedent
|
|
55
|
-
contributions. These parties are not involved in the management of this repository.*
|
|
41
|
+
*Note: The original authors listed above are credited for their antecedent work but are not involved in the maintenance of this derived repository.*
|
package/README.md
CHANGED
|
@@ -1,138 +1,108 @@
|
|
|
1
1
|
<div align="center">
|
|
2
|
+
<img src="antigravity-ide-logo.svg" alt="AntiGravity IDE Logo" width="120">
|
|
2
3
|
|
|
3
|
-
#
|
|
4
|
-
###
|
|
4
|
+
# AntiGravity IDE
|
|
5
|
+
### Activate Senior Engineer Mindset for AI
|
|
5
6
|
|
|
6
|
-
|
|
7
|
-
<p align="center">
|
|
8
|
-
<a href="https://www.npmjs.com/package/antigravity-ide"><img src="https://img.shields.io/npm/v/antigravity-ide?color=2ea44f&logo=npm" alt="npm version" /></a>
|
|
9
|
-
<a href="https://www.npmjs.com/package/antigravity-ide"><img src="https://img.shields.io/npm/dm/antigravity-ide?color=blueviolet&logo=npm" alt="npm downloads" /></a>
|
|
10
|
-
<a href="https://github.com/Dokhacgiakhoa/antigravity-ide/actions"><img src="https://img.shields.io/github/actions/workflow/status/Dokhacgiakhoa/antigravity-ide/npm-publish.yml?logo=github&label=BUILD" alt="Build Status" /></a>
|
|
11
|
-
<a href="LICENSE"><img src="https://img.shields.io/npm/l/antigravity-ide?color=orange" alt="License" /></a>
|
|
12
|
-
</p>
|
|
7
|
+
[English](./README.md) | [Tiếng Việt](./README.vi.md)
|
|
13
8
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
<a href="https://github.com/Dokhacgiakhoa/antigravity-ide"><img src="https://img.shields.io/github/languages/code-size/Dokhacgiakhoa/antigravity-ide?color=blue" alt="Code Size" /></a>
|
|
18
|
-
</p>
|
|
9
|
+
> **Upgrade your AI Agent from Intern to Lead Engineer.**
|
|
10
|
+
>
|
|
11
|
+
> This is not an editor — it's a **Mindset Installer** that injects professional engineering standards directly into your AI's brain.
|
|
19
12
|
|
|
20
|
-
<
|
|
13
|
+
<a href="https://badge.fury.io/js/antigravity-ide"><img src="https://img.shields.io/npm/v/antigravity-ide?color=red" alt="npm version"></a> <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-orange" alt="License: MIT"></a> <a href="https://npmjs.com/package/antigravity-ide"><img src="https://img.shields.io/npm/dm/antigravity-ide?color=yellow" alt="Downloads"></a> <a href="https://github.com/Dokhacgiakhoa/google-antigravity/stargazers"><img src="https://img.shields.io/github/stars/Dokhacgiakhoa/google-antigravity?color=green" alt="GitHub stars"></a> <a href="https://github.com/Dokhacgiakhoa/google-antigravity/graphs/contributors"><img src="https://img.shields.io/github/contributors/Dokhacgiakhoa/google-antigravity?color=blue" alt="Contributors"></a> <a href="https://github.com/Dokhacgiakhoa/google-antigravity/commits/main"><img src="https://img.shields.io/github/last-commit/Dokhacgiakhoa/google-antigravity?color=blueviolet" alt="Last Commit"></a> <a href="https://github.com/Dokhacgiakhoa/google-antigravity"><img src="https://img.shields.io/github/languages/code-size/Dokhacgiakhoa/google-antigravity?color=ff69b4" alt="Code Size"></a>
|
|
21
14
|
|
|
22
|
-
**
|
|
23
|
-
|
|
24
|
-
[Explore Docs](https://antigravity-ide-cli.vercel.app/) • [Github](https://github.com/Dokhacgiakhoa/antigravity-ide) • [Report Bug](https://github.com/Dokhacgiakhoa/antigravity-ide/issues)
|
|
25
|
-
|
|
26
|
-
---
|
|
27
|
-
|
|
28
|
-
### 📊 System Identity Matrix
|
|
29
|
-
|
|
30
|
-
| **16** Rules | **573** Skills | **2977** Patterns | **30** Flows | **17** Core Libs |
|
|
15
|
+
| **573** Skills | **38** Specialist Agents | **33** Patterns | **25** Rules | **20** Shared Libs |
|
|
31
16
|
| :---: | :---: | :---: | :---: | :---: |
|
|
32
|
-
|
|
|
17
|
+
| Enterprise Patterns | Role-Based Personas | PDCA Cycle | Security Armor | Shared Knowledge |
|
|
33
18
|
|
|
34
19
|
</div>
|
|
35
20
|
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
## ⚡ Smart Installation (npx)
|
|
21
|
+
---
|
|
39
22
|
|
|
40
|
-
|
|
23
|
+
## 🚀 1. Quick Start
|
|
41
24
|
|
|
42
|
-
|
|
43
|
-
2. **Workspace Scope (`.agent/`)**: Installs Rules, Skills, and Workflows (The Brain).
|
|
25
|
+
Scaffold your AI-ready environment in 30 seconds:
|
|
44
26
|
|
|
45
|
-
```
|
|
46
|
-
|
|
47
|
-
npx antigravity-ide [project-name]
|
|
27
|
+
```sh
|
|
28
|
+
npx antigravity-ide@latest
|
|
48
29
|
```
|
|
49
30
|
|
|
50
|
-
|
|
51
|
-
|
|
31
|
+
### ✨ Setup Wizard (v4.2.1)
|
|
32
|
+
Interactive CLI configuration with 3 defined tiers to match your computational resources:
|
|
52
33
|
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
Why choose AntiGravity over standard AI wrappers?
|
|
58
|
-
|
|
59
|
-
| Feature | **AntiGravity IDE** | Standard AI Wrappers |
|
|
60
|
-
| :--- | :--- | :--- |
|
|
61
|
-
| **🧠 Fractal Intelligence** | **573 Core Skills** with 2977 nested tactics | Single-purpose prompts |
|
|
62
|
-
| **🛡️ Watchdog System** | Real-time hang detection & error learning | Direct failures / Silent crashes |
|
|
63
|
-
| **🌊 Scale Adaptive** | Modular DNA for Instant, Creative, or SME | One-size-fits-all |
|
|
64
|
-
| **🛠️ Self-Healing** | Auto-repair logic via unified god command | Manual JSON debugging |
|
|
65
|
-
| **🔒 Provenance** | NPM Signed Builds (Sigstore) | Unverified builds |
|
|
66
|
-
|
|
67
|
-
---
|
|
34
|
+
1. **🌿 ECO (Basic - 96 Skills)**:
|
|
35
|
+
- **Target**: Gemini 1.5 Flash / Free Tier users.
|
|
36
|
+
- **Capabilities**: Essential features (Scaffolding, Patterns, Debugging).
|
|
37
|
+
- **Performance**: Lightweight, low token consumption, maximum speed.
|
|
68
38
|
|
|
69
|
-
|
|
39
|
+
2. **🏢 PRO (Professional - 216 Skills)**:
|
|
40
|
+
- **Target**: Gemini 1.5 Pro / Paid Users.
|
|
41
|
+
- **Capabilities**: Adds DevOps, Security Audits, Cloud Architecture, TDD workflows.
|
|
42
|
+
- **Performance**: Balanced power and context usage. Industry standard.
|
|
70
43
|
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
44
|
+
3. **🌌 ULTRA (Enterprise - 573 Skills)**:
|
|
45
|
+
- **Target**: Gemini 1.5 Ultra / High-Context Models (2M+ tokens).
|
|
46
|
+
- **Capabilities**: Full Fractal Knowledge. Includes Specialized verticals (Fintech, Edtech), Deep Research, and Multi-Agent Orchestration.
|
|
47
|
+
- **Performance**: Unlimited power.
|
|
74
48
|
|
|
75
49
|
---
|
|
76
50
|
|
|
77
|
-
##
|
|
51
|
+
## 2. Documentation & Guides (Included in `docs/`)
|
|
52
|
+
Comprehensive documentation is installed locally with every project. You don't need internet access to master the tool.
|
|
78
53
|
|
|
79
|
-
|
|
54
|
+
### 📘 Core Guides
|
|
55
|
+
- **[Quick Install Guide](./docs/INSTALL_NPX_GUIDE.md)**:
|
|
56
|
+
*Step-by-step installation instructions and troubleshooting for first-time users.*
|
|
57
|
+
- **[Master Guide](./docs/MASTER_GUIDE.md)**:
|
|
58
|
+
*The philosophy, core concepts, and architectural decisions behind Antigravity.*
|
|
59
|
+
- **[Operational Flow](./docs/OPERATIONAL_FLOW.md)**:
|
|
60
|
+
*How to effectively run the PDCA (Plan-Do-Check-Act) cycle with AI agents.*
|
|
80
61
|
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
62
|
+
### 📙 Reference Manuals
|
|
63
|
+
- **[Skills Catalog](./docs/SKILLS.md)**:
|
|
64
|
+
*Complete list of all 573 capabilities, triggers, and usage examples.*
|
|
65
|
+
- **[Agent Roster](./docs/AGENTS_GUIDE.vi.md)**:
|
|
66
|
+
*Profiles of the 42 Specialist Agents (Frontend, Backend, Security, etc.) available to you.*
|
|
67
|
+
- **[Workflow Library](./docs/WORKFLOW_GUIDE.vi.md)**:
|
|
68
|
+
*Catalog of 21 standardized workflows (e.g., /plan, /create, /deploy).*
|
|
69
|
+
- **[Rules & Protocols](./docs/RULES_GUIDE.vi.md)**:
|
|
70
|
+
*Security guardrails, coding standards, and operational laws.*
|
|
90
71
|
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
> - **Workspace**: All Rules (`.agent/rules`), Skills, and Workflows are installed **Locally** into your project. This ensures total isolation context.
|
|
95
|
-
|
|
96
|
-
---
|
|
72
|
+
### 🛠️ Support
|
|
73
|
+
- **[Glossary](./docs/GLOSSARY.md)**: *Definitions of terms (Fractal, PDCA, MCP).*
|
|
74
|
+
- **[Troubleshooting](./docs/TROUBLESHOOTING.md)**: *Common issues and solutions.*
|
|
97
75
|
|
|
98
|
-
## 🚀 Power Commands
|
|
99
|
-
|
|
100
|
-
| Command | Action | Logic |
|
|
101
|
-
| :--- | :--- | :--- |
|
|
102
|
-
| `npx antigravity-ide .` | **Repair / Sync** | Scans Global (`GEMINI.md`) & Workspace (`.agent`). Fills gaps. |
|
|
103
|
-
| `npx antigravity-ide validate` | **Health Check** | Verifies integrity of both scopes. |
|
|
104
|
-
| `npx antigravity-ide update` | **Upgrade** | Updates Core DNA while respecting Scope boundaries. |
|
|
105
76
|
|
|
106
77
|
---
|
|
107
78
|
|
|
108
|
-
##
|
|
109
|
-
|
|
110
|
-
<details>
|
|
111
|
-
<summary><strong>Q: Is this just another AI wrapper?</strong></summary>
|
|
112
|
-
A: No. Wrappers are stateless. Antigravity installs a **Fractal Memory System** (`.agent` folder) directly into your project. It gives your AI long-term memory, context awareness, and self-correction capabilities.
|
|
113
|
-
</details>
|
|
79
|
+
## 📊 Resource Matrix
|
|
114
80
|
|
|
115
|
-
<
|
|
116
|
-
<summary><strong>Q: What is "Pure Install"?</strong></summary>
|
|
117
|
-
A: Starting from v4.1.23, we stripped all bloat. No internal scripts, no dev dependencies. You get **only** the production artifacts needed to run your AI team.
|
|
118
|
-
</details>
|
|
81
|
+
<div align="center">
|
|
119
82
|
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
83
|
+
| Mode | Skills | Agents | Workflows | Rules | Shared Modules |
|
|
84
|
+
| :--- | :---: | :---: | :---: | :---: | :---: |
|
|
85
|
+
| **🌿 ECO** | 151 | 5 | 6 | 2 | 3 |
|
|
86
|
+
| **🏢 PRO** | 296 | 10 | 11 | 5 | 10 |
|
|
87
|
+
| **🌌 ULTRA** | 573 | 38 | 33 | 25 | 20 |
|
|
124
88
|
|
|
125
|
-
|
|
89
|
+
</div>
|
|
126
90
|
|
|
127
|
-
|
|
91
|
+
## 📂 Project Structure
|
|
128
92
|
|
|
129
|
-
|
|
130
|
-
-
|
|
131
|
-
|
|
93
|
+
```text
|
|
94
|
+
project-name/
|
|
95
|
+
├── .agent/ # 🧠 THE BRAIN: Agent DNA, Skills & Rules
|
|
96
|
+
│ ├── .shared/ # ⛩️ Master Knowledge (API, DB, Design)
|
|
97
|
+
│ ├── agents/ # 🎭 Specialist Agent Personas
|
|
98
|
+
│ └── skills/ # 🛠️ 550+ Mission-Ready Skills
|
|
99
|
+
├── src/ # 🏗️ YOUR APPLICATION SOURCE CODE
|
|
100
|
+
├── docs/ # 📘 Offline Documentation
|
|
101
|
+
├── GEMINI.md # ⚙️ Agent Configuration (Root Context)
|
|
102
|
+
├── ERRORS.md # 🐛 Auto-generated Error Log
|
|
103
|
+
└── README.md # 📖 Project Guide
|
|
104
|
+
```
|
|
132
105
|
|
|
133
106
|
---
|
|
134
107
|
|
|
135
|
-
|
|
136
|
-
Developed with 💡 by <strong>Dokhacgiakhoa</strong><br>
|
|
137
|
-
<a href="LICENSE">MIT LICENSE</a>
|
|
138
|
-
</div>
|
|
108
|
+
**Antigravity IDE** - Breaking the laws of gravity to elevate your projects. 🛰️🚀
|
package/README.vi.md
CHANGED
|
@@ -1,138 +1,158 @@
|
|
|
1
1
|
<div align="center">
|
|
2
|
+
<img src="antigravity-ide-logo.svg" alt="AntiGravity IDE Logo" width="120">
|
|
2
3
|
|
|
3
|
-
#
|
|
4
|
-
###
|
|
4
|
+
# AntiGravity IDE
|
|
5
|
+
### Activate Senior Engineer Mindset for AI
|
|
5
6
|
|
|
6
|
-
|
|
7
|
-
<p align="center">
|
|
8
|
-
<a href="https://www.npmjs.com/package/antigravity-ide"><img src="https://img.shields.io/npm/v/antigravity-ide?color=2ea44f&logo=npm" alt="npm version" /></a>
|
|
9
|
-
<a href="https://www.npmjs.com/package/antigravity-ide"><img src="https://img.shields.io/npm/dm/antigravity-ide?color=blueviolet&logo=npm" alt="npm downloads" /></a>
|
|
10
|
-
<a href="https://github.com/Dokhacgiakhoa/antigravity-ide/actions"><img src="https://img.shields.io/github/actions/workflow/status/Dokhacgiakhoa/antigravity-ide/npm-publish.yml?logo=github&label=BUILD" alt="Build Status" /></a>
|
|
11
|
-
<a href="LICENSE"><img src="https://img.shields.io/npm/l/antigravity-ide?color=orange" alt="License" /></a>
|
|
12
|
-
</p>
|
|
7
|
+
[English](./README.md) | [Tiếng Việt](./README.vi.md)
|
|
13
8
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
<a href="https://github.com/Dokhacgiakhoa/antigravity-ide"><img src="https://img.shields.io/github/languages/code-size/Dokhacgiakhoa/antigravity-ide?color=blue" alt="Code Size" /></a>
|
|
18
|
-
</p>
|
|
9
|
+
> **Biến AI Agent từ một Thực tập viên thành Kỹ sư trưởng.**
|
|
10
|
+
>
|
|
11
|
+
> Đây không phải là trình soạn thảo code — Đây là **Hệ điều hành Tư duy** giúp nạp tiêu chuẩn chuyên nghiệp (PDCA, Security, Architecture) trực tiếp vào não bộ AI.
|
|
19
12
|
|
|
20
|
-
<
|
|
13
|
+
<a href="https://badge.fury.io/js/antigravity-ide"><img src="https://img.shields.io/npm/v/antigravity-ide?color=red" alt="npm version"></a> <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-orange" alt="License: MIT"></a> <a href="https://npmjs.com/package/antigravity-ide"><img src="https://img.shields.io/npm/dm/antigravity-ide?color=yellow" alt="Downloads"></a> <a href="https://github.com/Dokhacgiakhoa/google-antigravity/stargazers"><img src="https://img.shields.io/github/stars/Dokhacgiakhoa/google-antigravity?color=green" alt="GitHub stars"></a> <a href="https://github.com/Dokhacgiakhoa/google-antigravity/graphs/contributors"><img src="https://img.shields.io/github/contributors/Dokhacgiakhoa/google-antigravity?color=blue" alt="Contributors"></a> <a href="https://github.com/Dokhacgiakhoa/google-antigravity/commits/main"><img src="https://img.shields.io/github/last-commit/Dokhacgiakhoa/google-antigravity?color=blueviolet" alt="Last Commit"></a> <a href="https://github.com/Dokhacgiakhoa/google-antigravity"><img src="https://img.shields.io/github/languages/code-size/Dokhacgiakhoa/google-antigravity?color=ff69b4" alt="Code Size"></a>
|
|
21
14
|
|
|
22
|
-
**
|
|
15
|
+
| **573** Skills | **38** Specialist Agents | **33** Patterns | **25** Rules | **20** Shared Libs |
|
|
16
|
+
| :---: | :---: | :---: | :---: | :---: |
|
|
17
|
+
| Enterprise Standard | Role-Based Personas | PDCA Cycle | Security Armor | Shared Knowledge |
|
|
23
18
|
|
|
24
|
-
|
|
19
|
+
</div>
|
|
25
20
|
|
|
26
21
|
---
|
|
27
22
|
|
|
28
|
-
|
|
23
|
+
## 🚀 1. Quick Start (Scaffolding)
|
|
29
24
|
|
|
30
|
-
|
|
31
|
-
| :---: | :---: | :---: | :---: | :---: |
|
|
32
|
-
| *Quản trị* | *Công cụ lõi* | *Mẫu AI Nâng cao* | *Chuẩn hóa* | *DNA Dùng chung* |
|
|
25
|
+
Sử dụng CLI để thiết lập môi trường tác chiến trong 30 giây:
|
|
33
26
|
|
|
34
|
-
|
|
27
|
+
```sh
|
|
28
|
+
# 1. New Project (Khuyên dùng - Luôn tải bản mới nhất)
|
|
29
|
+
npx antigravity-ide@latest project_name
|
|
35
30
|
|
|
36
|
-
|
|
31
|
+
# 2. Install trực tiếp vào thư mục hiệnại
|
|
32
|
+
npx antigravity-ide@latest
|
|
33
|
+
```
|
|
37
34
|
|
|
38
|
-
|
|
35
|
+
> [!WARNING]
|
|
36
|
+
> **Lưu ý quan trọng:** Không nên cài đặt Global (`npm install -g antigravity-ide`) vì sẽ gây xung đột phiên bản. Luôn dùng `npx ...@latest` để đảm bảo Project được khởi tạo với Engine mới nhất.
|
|
39
37
|
|
|
40
|
-
|
|
38
|
+
### ✨ Setup Wizard (v4.2.1)
|
|
39
|
+
Trải nghiệm Premium CLI với 3 cấp độ tài nguyên Resource:
|
|
41
40
|
|
|
42
|
-
1.
|
|
43
|
-
|
|
41
|
+
1. **🌿 ECO (Basic - 96 Skills)**:
|
|
42
|
+
- **Mục tiêu**: Gemini 1.5 Flash / Free Tier.
|
|
43
|
+
- **Capabilities**: Core Skills (Scaffolding, Patterns, Debugging).
|
|
44
|
+
- **Hiệu năng**: Nhẹ, siêu tốc, tiết kiệm token tối đa.
|
|
44
45
|
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
46
|
+
2. **🏢 PRO (Professional - 216 Skills)**:
|
|
47
|
+
- **Mục tiêu**: Gemini 1.5 Pro / Paid Account.
|
|
48
|
+
- **Capabilities**: Bổ sung DevOps, Security Audit, Cloud Architecture, TDD.
|
|
49
|
+
- **Hiệu năng**: Cân bằng hoàn hảo giữa sức mạnh và ngữ cảnh. Enterprise Standard.
|
|
49
50
|
|
|
50
|
-
|
|
51
|
-
|
|
51
|
+
3. **🌌 ULTRA (Enterprise - 573 Skills)**:
|
|
52
|
+
- **Mục tiêu**: Gemini 1.5 Ultra / Large Context Model (2M+ tokens).
|
|
53
|
+
- **Capabilities**: Full Fractal Knowledge. Bao gồm Vertical Skills (Fintech, Edtech), Deep Research và Multi-Agent Orchestration.
|
|
54
|
+
- **Hiệu năng**: Sức mạnh không giới hạn.
|
|
52
55
|
|
|
53
56
|
---
|
|
54
57
|
|
|
55
|
-
##
|
|
58
|
+
## 2. Documentation System (Offline Docs)
|
|
59
|
+
Bộ tài liệu chi tiết được cài sẵn trong thư mục `docs/`. Bạn có thể tra cứu Offline bất cứ lúc nào.
|
|
56
60
|
|
|
57
|
-
|
|
61
|
+
### 📘 Core Guides
|
|
62
|
+
- **[Quick Install Guide](./docs/INSTALL_NPX_GUIDE.vi.md)**:
|
|
63
|
+
*Các bước cài đặt nhanh và troubleshooting cho người mới.*
|
|
64
|
+
- **[Master Guide](./docs/MASTER_GUIDE.vi.md)**:
|
|
65
|
+
*Triết lý thiết kế, các concept cốt lõi và kiến trúc hệ thống Antigravity.*
|
|
66
|
+
- **[Operational Flow](./docs/OPERATIONAL_FLOW.vi.md)**:
|
|
67
|
+
*Standard PDCA Operational Workflow (Plan-Do-Check-Act) với AI.*
|
|
58
68
|
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
69
|
+
### 📙 Reference Manuals
|
|
70
|
+
- **[Skills Catalog](./docs/SKILLS_GUIDE.vi.md)**:
|
|
71
|
+
*Danh sách chi tiết 573 Skills, triggers và ví dụ.*
|
|
72
|
+
- **[Agent Roster](./docs/AGENTS_GUIDE.vi.md)**:
|
|
73
|
+
*Profile năng lực của 42 Specialist Agents (Frontend, Backend, Security...).*
|
|
74
|
+
- **[Workflow Library](./docs/WORKFLOW_GUIDE.vi.md)**:
|
|
75
|
+
*Thư viện 21 Standard Workflows (ví dụ: /plan, /create, /deploy).*
|
|
76
|
+
- **[Rules & Protocols](./docs/RULES_GUIDE.vi.md)**:
|
|
77
|
+
*Rules, Security Standards và Coding Protocols.*
|
|
66
78
|
|
|
67
|
-
|
|
79
|
+
### 🛠️ Support
|
|
80
|
+
- **[Glossary](./docs/GLOSSARY.vi.md)**: *Định nghĩa thuật ngữ (Fractal, PDCA, MCP).*
|
|
81
|
+
- **[Troubleshooting](./docs/TROUBLESHOOTING.vi.md)**: *Các lỗi phổ biến và giải pháp xử lý.*
|
|
68
82
|
|
|
69
|
-
## 🎯 3 Bước để Bắt đầu
|
|
70
83
|
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
84
|
+
> **"wake up [agent-name]"**
|
|
85
|
+
|
|
86
|
+
*(Ví dụ: "wake up Jarvis")*
|
|
74
87
|
|
|
75
|
-
|
|
88
|
+
AI sẽ tự động đọc file cấu hình `.agent/GEMINI.md` và tải toàn bộ Skills vào bộ nhớ đệm.
|
|
76
89
|
|
|
77
|
-
|
|
90
|
+
---
|
|
78
91
|
|
|
79
|
-
|
|
92
|
+
## 🧠 2. The Heart of System: Thư mục `.agent`
|
|
80
93
|
|
|
81
|
-
|
|
82
|
-
du-an-cua-ban/
|
|
83
|
-
├── .agent/ # 🧠 BỘ NÃO (Fractal Core)
|
|
84
|
-
│ ├── .shared/ # ⛩️ Thư viện lõi (API/DB/Security Standards)
|
|
85
|
-
│ ├── rules/ # ⚖️ Quản trị (Compliance, Context)
|
|
86
|
-
│ ├── skills/ # 🛠️ Kỹ năng (573 Fractal Skills)
|
|
87
|
-
│ └── workflows/ # 🚀 Quy trình (/create, /debug, /audit)
|
|
88
|
-
└── GEMINI.md # 📋 Cấu hình định danh Agent
|
|
89
|
-
```
|
|
94
|
+
Thư mục `.agent` chứa toàn bộ "Brain" của hệ thống:
|
|
90
95
|
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
> - **Workspace (Dự án)**: Toàn bộ Quy tắc (`.agent/rules`), Kỹ năng và Quy trình được cài đặt **Cục bộ** vào từng dự án riêng biệt. Đảm bảo trí tuệ của dự án này không bị rò rỉ sang dự án khác.
|
|
96
|
+
- **Specialist Agent Personas**: Planner, Backend/Frontend Specialists, Security Auditor và Orchestrator.
|
|
97
|
+
- **PDCA Workflow (Plan-Do-Check-Act)**: AI không code tùy tiện. Nó phải Plan -> Execute -> Check -> Approve.
|
|
98
|
+
- **Shared Knowledge (`.shared/`)**: Chứa Project DNA như API Standards, DB Schema, Compliance Docs và các Domain Blueprints (Fintech, Edtech...).
|
|
95
99
|
|
|
96
100
|
---
|
|
97
101
|
|
|
98
|
-
##
|
|
102
|
+
## ⚡ 3. Slash Commands (`/`) & Updates
|
|
99
103
|
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
104
|
+
Kích hoạt các Workflows chuyên sâu ngay trong chat:
|
|
105
|
+
|
|
106
|
+
- `/plan`: Project Planner & Phân rã Task.
|
|
107
|
+
- `/create`: Xây dựng cấu trúc Project Foundation.
|
|
108
|
+
- `/ui-ux-pro-max`: Thiết kế Premium UI/UX & Micro-interactions.
|
|
109
|
+
- `/orchestrate`: Orchestrate Multi-Agent giải quyết bài toán phức tạp.
|
|
110
|
+
- `/log-error`: Tự động log error kèm phân tích nguyên nhân và giải pháp.
|
|
111
|
+
- `/research`: (Mới) Kích hoạt **FastCode Search** tra cứu mã nguồn siêu tốc (Native Node.js).
|
|
112
|
+
- `/design-2026`: (New) Áp dụng **Frontend Trends 2026** (Liquid Glass, Bento Grid...).
|
|
113
|
+
|
|
114
|
+
### System Update
|
|
115
|
+
Để cập nhật Antigravity Brain lên bản mới nhất mà không mất các cấu hình custom:
|
|
116
|
+
```sh
|
|
117
|
+
npx antigravity-ide update
|
|
118
|
+
```
|
|
105
119
|
|
|
106
120
|
---
|
|
107
121
|
|
|
108
|
-
##
|
|
122
|
+
## 📊 Resource Matrix (Chỉ số tài nguyên)
|
|
109
123
|
|
|
110
|
-
<
|
|
111
|
-
<summary><strong>Q: Đây có phải chỉ là AI wrapper nữa không?</strong></summary>
|
|
112
|
-
A: Không. Wrapper thì vô tri (stateless). Antigravity cài đặt một **Hệ Thống Ký Ức Fractal** (thư mục .agent) trực tiếp vào dự án. Nó mang lại khả năng ghi nhớ dài hạn, nhận thức ngữ cảnh và tự sửa lỗi.
|
|
113
|
-
</details>
|
|
124
|
+
<div align="center">
|
|
114
125
|
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
126
|
+
| Chế độ (Mode) | Skills | Agents | Workflows | Rules | Shared Modules |
|
|
127
|
+
| :--- | :---: | :---: | :---: | :---: | :---: |
|
|
128
|
+
| **🌿 ECO** | 151 | 5 | 6 | 2 | 3 |
|
|
129
|
+
| **🏢 PRO** | 296 | 10 | 11 | 5 | 10 |
|
|
130
|
+
| **🌌 ULTRA** | 573 | 38 | 33 | 25 | 20 |
|
|
119
131
|
|
|
120
|
-
|
|
121
|
-
<summary><strong>Q: Tôi có thể tùy chỉnh Agent không?</strong></summary>
|
|
122
|
-
A: Có. "Agent" giờ đây là các vai trò động dựa trên **Kỹ năng (Skills)**. Bạn có thể dạy họ chiêu mới bằng cách thêm file vào `.agent/skills/` hoặc sửa `GEMINI.md`. Hệ thống sẽ tự học ngay lập tức.
|
|
123
|
-
</details>
|
|
132
|
+
</div>
|
|
124
133
|
|
|
125
|
-
|
|
134
|
+
## 📂 Project Structure
|
|
135
|
+
|
|
136
|
+
```text
|
|
137
|
+
project-name/
|
|
138
|
+
├── .agent/ # 🧠 THE BRAIN: Agent DNA, Skills & Rules
|
|
139
|
+
│ ├── .shared/ # ⛩️ Master Knowledge (API, DB, Design)
|
|
140
|
+
│ ├── agents/ # 🎭 Specialist Agent Personas
|
|
141
|
+
│ └── skills/ # 🛠️ 550+ Combat Tools
|
|
142
|
+
├── src/ # 🏗️ YOUR APPLICATION SOURCE CODE
|
|
143
|
+
├── docs/ # 📘 Offline Documentation
|
|
144
|
+
├── GEMINI.md # ⚙️ Agent Configuration (Root Context)
|
|
145
|
+
├── ERRORS.md # 🐛 Auto-generated Error Log
|
|
146
|
+
└── README.md # 📖 Project Guide
|
|
147
|
+
```
|
|
126
148
|
|
|
127
149
|
---
|
|
128
150
|
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
- **
|
|
151
|
+
## ️ Philosophy "Vietnamese Shell - English Core"
|
|
152
|
+
|
|
153
|
+
- **Giao tiếp**: Tiếng Việt (Trực quan, súc tích).
|
|
154
|
+
- **Kỹ thuật**: Tiếng Anh (Biến, hàm, logic - Đảm bảo hiệu suất AI cao nhất).
|
|
132
155
|
|
|
133
156
|
---
|
|
134
157
|
|
|
135
|
-
|
|
136
|
-
Phát triển với 💡 bởi <strong>Dokhacgiakhoa</strong><br>
|
|
137
|
-
<a href="LICENSE">MIT LICENSE</a>
|
|
138
|
-
</div>
|
|
158
|
+
**Antigravity IDE** - Phá bỏ mọi giới hạn, đưa dự án của bạn lên tầm cao mới. 🛰️🚀
|
package/action.yml
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
name: 'AntiGravity IDE Setup'
|
|
2
|
+
description: 'Install and configure AntiGravity IDE in your CI/CD workflow.'
|
|
3
|
+
author: 'Dokhacgiakhoa'
|
|
4
|
+
inputs:
|
|
5
|
+
project-name:
|
|
6
|
+
description: 'Name of the project to create'
|
|
7
|
+
required: false
|
|
8
|
+
default: 'my-antigravity-project'
|
|
9
|
+
rules:
|
|
10
|
+
description: 'Scale Config: instant, creative, or sme'
|
|
11
|
+
required: false
|
|
12
|
+
default: 'creative'
|
|
13
|
+
template:
|
|
14
|
+
description: 'Project Template: minimal, standard, full'
|
|
15
|
+
required: false
|
|
16
|
+
default: 'standard'
|
|
17
|
+
product:
|
|
18
|
+
description: 'Product Type: user_app, dev_tool, ai_agent, digital_asset'
|
|
19
|
+
required: false
|
|
20
|
+
default: 'user_app'
|
|
21
|
+
skip-prompts:
|
|
22
|
+
description: 'Skip interactive prompts (auto-confirm)'
|
|
23
|
+
required: false
|
|
24
|
+
default: 'true'
|
|
25
|
+
|
|
26
|
+
runs:
|
|
27
|
+
using: 'node20'
|
|
28
|
+
main: 'dist/index.js' # We might need to bundle this first or point to cli/index.js if dependencies are handled
|
|
29
|
+
|
|
30
|
+
branding:
|
|
31
|
+
icon: 'cpu'
|
|
32
|
+
color: 'purple'
|
|
Binary file
|