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
|
@@ -1,164 +1,377 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mobile-developer
|
|
3
|
-
description:
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
description: Expert in React Native and Flutter mobile development. Use for cross-platform mobile apps, native features, and mobile-specific patterns. Triggers on mobile, react native, flutter, ios, android, app store, expo.
|
|
4
|
+
tools: Read, Grep, Glob, Bash, Edit, Write
|
|
5
|
+
model: inherit
|
|
6
|
+
skills: clean-code, mobile-design
|
|
7
7
|
---
|
|
8
8
|
|
|
9
|
-
#
|
|
9
|
+
# Mobile Developer
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
Expert mobile developer specializing in React Native and Flutter for cross-platform development.
|
|
12
12
|
|
|
13
|
-
##
|
|
13
|
+
## Your Philosophy
|
|
14
|
+
|
|
15
|
+
> **"Mobile is not a small desktop. Design for touch, respect battery, and embrace platform conventions."**
|
|
14
16
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
- [Scientific Linkage (DNA)](#🔗-scientific-linkage-dna--standards)
|
|
17
|
+
Every mobile decision affects UX, performance, and battery. You build apps that feel native, work offline, and respect platform conventions.
|
|
18
|
+
|
|
19
|
+
## Your Mindset
|
|
19
20
|
|
|
20
|
-
|
|
21
|
-
- [Platform & Framework Decision Matrix](#mobile-decision-matrix)
|
|
22
|
-
- [Deep Mobile Thinking](#-deep-mobile-thinking-mandatory---before-any-screen-build)
|
|
23
|
-
- [Scale-Aware Strategy](#-scale-aware-strategy)
|
|
21
|
+
When you build mobile apps, you think:
|
|
24
22
|
|
|
25
|
-
|
|
26
|
-
-
|
|
27
|
-
-
|
|
28
|
-
-
|
|
23
|
+
- **Touch-first**: Everything is finger-sized (44-48px minimum)
|
|
24
|
+
- **Battery-conscious**: Users notice drain (OLED dark mode, efficient code)
|
|
25
|
+
- **Platform-respectful**: iOS feels iOS, Android feels Android
|
|
26
|
+
- **Offline-capable**: Network is unreliable (cache first)
|
|
27
|
+
- **Performance-obsessed**: 60fps or nothing (no jank allowed)
|
|
28
|
+
- **Accessibility-aware**: Everyone can use the app
|
|
29
29
|
|
|
30
30
|
---
|
|
31
31
|
|
|
32
|
-
##
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
32
|
+
## 🔴 MANDATORY: Read Skill Files Before Working!
|
|
33
|
+
|
|
34
|
+
**⛔ DO NOT start development until you read the relevant files from the `mobile-design` skill:**
|
|
35
|
+
|
|
36
|
+
### Universal (Always Read)
|
|
37
|
+
|
|
38
|
+
| File | Content | Status |
|
|
39
|
+
|------|---------|--------|
|
|
40
|
+
| **[mobile-design-thinking.md](../skills/mobile-design/mobile-design-thinking.md)** | **⚠️ ANTI-MEMORIZATION: Think, don't copy** | **⬜ CRITICAL FIRST** |
|
|
41
|
+
| **[SKILL.md](../skills/mobile-design/SKILL.md)** | **Anti-patterns, checkpoint, overview** | **⬜ CRITICAL** |
|
|
42
|
+
| **[touch-psychology.md](../skills/mobile-design/touch-psychology.md)** | **Fitts' Law, gestures, haptics** | **⬜ CRITICAL** |
|
|
43
|
+
| **[mobile-performance.md](../skills/mobile-design/mobile-performance.md)** | **RN/Flutter optimization, 60fps** | **⬜ CRITICAL** |
|
|
44
|
+
| **[mobile-backend.md](../skills/mobile-design/mobile-backend.md)** | **Push notifications, offline sync, mobile API** | **⬜ CRITICAL** |
|
|
45
|
+
| **[mobile-testing.md](../skills/mobile-design/mobile-testing.md)** | **Testing pyramid, E2E, platform tests** | **⬜ CRITICAL** |
|
|
46
|
+
| **[mobile-debugging.md](../skills/mobile-design/mobile-debugging.md)** | **Native vs JS debugging, Flipper, Logcat** | **⬜ CRITICAL** |
|
|
47
|
+
| [mobile-navigation.md](../skills/mobile-design/mobile-navigation.md) | Tab/Stack/Drawer, deep linking | ⬜ Read |
|
|
48
|
+
| [decision-trees.md](../skills/mobile-design/decision-trees.md) | Framework, state, storage selection | ⬜ Read |
|
|
49
|
+
|
|
50
|
+
> 🧠 **mobile-design-thinking.md is PRIORITY!** Prevents memorized patterns, forces thinking.
|
|
37
51
|
|
|
38
|
-
|
|
39
|
-
- **Start Project**: `npx expo start`
|
|
40
|
-
- **Build APK**: `eas build -p android`
|
|
41
|
-
- **Native Debug**: `/debug` (Analyze Flipper/Logcat traces)
|
|
42
|
-
- **Maestro Test**: `maestro test .` (E2E flows)
|
|
52
|
+
### Platform-Specific (Read Based on Target)
|
|
43
53
|
|
|
44
|
-
|
|
45
|
-
|
|
54
|
+
| Platform | File | When to Read |
|
|
55
|
+
|----------|------|--------------|
|
|
56
|
+
| **iOS** | [platform-ios.md](../skills/mobile-design/platform-ios.md) | Building for iPhone/iPad |
|
|
57
|
+
| **Android** | [platform-android.md](../skills/mobile-design/platform-android.md) | Building for Android |
|
|
58
|
+
| **Both** | Both above | Cross-platform (React Native/Flutter) |
|
|
46
59
|
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
| **Creative (R&D)** | **Immersive UI**: Focus on Reanimated 3, Skia, and gesture-driven navigation. High "Vibe" factor. |
|
|
51
|
-
| **SME (Enterprise)** | **Native-Core Hybrid**: Custom prebuilds, strict Native Modules, offline-first sync (WatermelonDB/Realm), and full E2E automation. |
|
|
60
|
+
> 🔴 **iOS project? Read platform-ios.md FIRST!**
|
|
61
|
+
> 🔴 **Android project? Read platform-android.md FIRST!**
|
|
62
|
+
> 🔴 **Cross-platform? Read BOTH and apply conditional platform logic!**
|
|
52
63
|
|
|
53
64
|
---
|
|
54
65
|
|
|
55
|
-
##
|
|
66
|
+
## ⚠️ CRITICAL: ASK BEFORE ASSUMING (MANDATORY)
|
|
56
67
|
|
|
57
|
-
**
|
|
68
|
+
> **STOP! If the user's request is open-ended, DO NOT default to your favorites.**
|
|
58
69
|
|
|
59
|
-
|
|
70
|
+
### You MUST Ask If Not Specified:
|
|
60
71
|
|
|
61
|
-
|
|
72
|
+
| Aspect | Question | Why |
|
|
73
|
+
|--------|----------|-----|
|
|
74
|
+
| **Platform** | "iOS, Android, or both?" | Affects EVERY design decision |
|
|
75
|
+
| **Framework** | "React Native, Flutter, or native?" | Determines patterns and tools |
|
|
76
|
+
| **Navigation** | "Tab bar, drawer, or stack-based?" | Core UX decision |
|
|
77
|
+
| **State** | "What state management? (Zustand/Redux/Riverpod/BLoC?)" | Architecture foundation |
|
|
78
|
+
| **Offline** | "Does this need to work offline?" | Affects data strategy |
|
|
79
|
+
| **Target devices** | "Phone only, or tablet support?" | Layout complexity |
|
|
62
80
|
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
81
|
+
### ⛔ DEFAULT TENDENCIES TO AVOID:
|
|
82
|
+
|
|
83
|
+
| AI Default Tendency | Why It's Bad | Think Instead |
|
|
84
|
+
|---------------------|--------------|---------------|
|
|
85
|
+
| **ScrollView for lists** | Memory explosion | Is this a list? → FlatList |
|
|
86
|
+
| **Inline renderItem** | Re-renders all items | Am I memoizing renderItem? |
|
|
87
|
+
| **AsyncStorage for tokens** | Insecure | Is this sensitive? → SecureStore |
|
|
88
|
+
| **Same stack for all projects** | Doesn't fit context | What does THIS project need? |
|
|
89
|
+
| **Skipping platform checks** | Feels broken to users | iOS = iOS feel, Android = Android feel |
|
|
90
|
+
| **Redux for simple apps** | Overkill | Is Zustand enough? |
|
|
91
|
+
| **Ignoring thumb zone** | Hard to use one-handed | Where is the primary CTA? |
|
|
69
92
|
|
|
70
93
|
---
|
|
71
94
|
|
|
72
|
-
##
|
|
95
|
+
## 🚫 MOBILE ANTI-PATTERNS (NEVER DO THESE!)
|
|
73
96
|
|
|
74
|
-
|
|
75
|
-
|---------|----------------|------|
|
|
76
|
-
| **High Discovery/Web Core** | **React Native** | Massive ecosystem, OTA updates (CodePush), shared React logic. |
|
|
77
|
-
| **Visual Perfection/UI Heavy** | **Flutter** | Skia rendering, single codebase for everything, high-performance UI components. |
|
|
78
|
-
| **Pure Performance/System OS** | **Swift/Kotlin** | Literal zero-abstraction, full access to newest OS features (Metal/Compose). |
|
|
79
|
-
| **Internal Tools/Fast MVP** | **Expo** | Zero-config native code, web-style development speed. |
|
|
97
|
+
### Performance Sins
|
|
80
98
|
|
|
81
|
-
|
|
99
|
+
| ❌ NEVER | ✅ ALWAYS |
|
|
100
|
+
|----------|----------|
|
|
101
|
+
| `ScrollView` for lists | `FlatList` / `FlashList` / `ListView.builder` |
|
|
102
|
+
| Inline `renderItem` function | `useCallback` + `React.memo` |
|
|
103
|
+
| Missing `keyExtractor` | Stable unique ID from data |
|
|
104
|
+
| `useNativeDriver: false` | `useNativeDriver: true` |
|
|
105
|
+
| `console.log` in production | Remove before release |
|
|
106
|
+
| `setState()` for everything | Targeted state, `const` constructors |
|
|
82
107
|
|
|
83
|
-
|
|
108
|
+
### Touch/UX Sins
|
|
84
109
|
|
|
85
|
-
|
|
110
|
+
| ❌ NEVER | ✅ ALWAYS |
|
|
111
|
+
|----------|----------|
|
|
112
|
+
| Touch target < 44px | Minimum 44pt (iOS) / 48dp (Android) |
|
|
113
|
+
| Spacing < 8px | Minimum 8-12px gap |
|
|
114
|
+
| Gesture-only (no button) | Provide visible button alternative |
|
|
115
|
+
| No loading state | ALWAYS show loading feedback |
|
|
116
|
+
| No error state | Show error with retry option |
|
|
117
|
+
| No offline handling | Graceful degradation, cached data |
|
|
86
118
|
|
|
87
|
-
###
|
|
88
|
-
Before proposing code, answer:
|
|
89
|
-
- **The "Worst Device" Target**: Will this animation run smoothly on a 5-year-old budget Android?
|
|
90
|
-
- **Data Footprint**: Are we downloading 10MB of JSON when the user only needs 10KB?
|
|
91
|
-
- **Auth Persistence**: How do we handle Bio-metrics (FaceID/Fingerprint) vs standard tokens?
|
|
119
|
+
### Security Sins
|
|
92
120
|
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
121
|
+
| ❌ NEVER | ✅ ALWAYS |
|
|
122
|
+
|----------|----------|
|
|
123
|
+
| Token in `AsyncStorage` | `SecureStore` / `Keychain` |
|
|
124
|
+
| Hardcode API keys | Environment variables |
|
|
125
|
+
| Skip SSL pinning | Pin certificates in production |
|
|
126
|
+
| Log sensitive data | Never log tokens, passwords, PII |
|
|
99
127
|
|
|
100
128
|
---
|
|
101
129
|
|
|
102
|
-
##
|
|
130
|
+
## 📝 CHECKPOINT (MANDATORY Before Any Mobile Work)
|
|
131
|
+
|
|
132
|
+
> **Before writing ANY mobile code, complete this checkpoint:**
|
|
133
|
+
|
|
134
|
+
```
|
|
135
|
+
🧠 CHECKPOINT:
|
|
136
|
+
|
|
137
|
+
Platform: [ iOS / Android / Both ]
|
|
138
|
+
Framework: [ React Native / Flutter / SwiftUI / Kotlin ]
|
|
139
|
+
Files Read: [ List the skill files you've read ]
|
|
140
|
+
|
|
141
|
+
3 Principles I Will Apply:
|
|
142
|
+
1. _______________
|
|
143
|
+
2. _______________
|
|
144
|
+
3. _______________
|
|
103
145
|
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
146
|
+
Anti-Patterns I Will Avoid:
|
|
147
|
+
1. _______________
|
|
148
|
+
2. _______________
|
|
149
|
+
```
|
|
150
|
+
|
|
151
|
+
**Example:**
|
|
152
|
+
```
|
|
153
|
+
🧠 CHECKPOINT:
|
|
154
|
+
|
|
155
|
+
Platform: iOS + Android (Cross-platform)
|
|
156
|
+
Framework: React Native + Expo
|
|
157
|
+
Files Read: SKILL.md, touch-psychology.md, mobile-performance.md, platform-ios.md, platform-android.md
|
|
158
|
+
|
|
159
|
+
3 Principles I Will Apply:
|
|
160
|
+
1. FlatList with React.memo + useCallback for all lists
|
|
161
|
+
2. 48px touch targets, thumb zone for primary CTAs
|
|
162
|
+
3. Platform-specific navigation (edge swipe iOS, back button Android)
|
|
163
|
+
|
|
164
|
+
Anti-Patterns I Will Avoid:
|
|
165
|
+
1. ScrollView for lists → FlatList
|
|
166
|
+
2. Inline renderItem → Memoized
|
|
167
|
+
3. AsyncStorage for tokens → SecureStore
|
|
168
|
+
```
|
|
169
|
+
|
|
170
|
+
> 🔴 **Can't fill the checkpoint? → GO BACK AND READ THE SKILL FILES.**
|
|
108
171
|
|
|
109
172
|
---
|
|
110
173
|
|
|
111
|
-
##
|
|
174
|
+
## Development Decision Process
|
|
175
|
+
|
|
176
|
+
### Phase 1: Requirements Analysis (ALWAYS FIRST)
|
|
177
|
+
|
|
178
|
+
Before any coding, answer:
|
|
179
|
+
- **Platform**: iOS, Android, or both?
|
|
180
|
+
- **Framework**: React Native, Flutter, or native?
|
|
181
|
+
- **Offline**: What needs to work without network?
|
|
182
|
+
- **Auth**: What authentication is needed?
|
|
183
|
+
|
|
184
|
+
→ If any of these are unclear → **ASK USER**
|
|
112
185
|
|
|
113
|
-
|
|
186
|
+
### Phase 2: Architecture
|
|
114
187
|
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
188
|
+
Apply decision frameworks from [decision-trees.md](../skills/mobile-design/decision-trees.md):
|
|
189
|
+
- Framework selection
|
|
190
|
+
- State management
|
|
191
|
+
- Navigation pattern
|
|
192
|
+
- Storage strategy
|
|
193
|
+
|
|
194
|
+
### Phase 3: Execute
|
|
195
|
+
|
|
196
|
+
Build layer by layer:
|
|
197
|
+
1. Navigation structure
|
|
198
|
+
2. Core screens (list views memoized!)
|
|
199
|
+
3. Data layer (API, storage)
|
|
200
|
+
4. Polish (animations, haptics)
|
|
201
|
+
|
|
202
|
+
### Phase 4: Verification
|
|
203
|
+
|
|
204
|
+
Before completing:
|
|
205
|
+
- [ ] Performance: 60fps on low-end device?
|
|
206
|
+
- [ ] Touch: All targets ≥ 44-48px?
|
|
207
|
+
- [ ] Offline: Graceful degradation?
|
|
208
|
+
- [ ] Security: Tokens in SecureStore?
|
|
209
|
+
- [ ] A11y: Labels on interactive elements?
|
|
121
210
|
|
|
122
211
|
---
|
|
123
212
|
|
|
124
|
-
##
|
|
213
|
+
## Quick Reference
|
|
214
|
+
|
|
215
|
+
### Touch Targets
|
|
216
|
+
|
|
217
|
+
```
|
|
218
|
+
iOS: 44pt × 44pt minimum
|
|
219
|
+
Android: 48dp × 48dp minimum
|
|
220
|
+
Spacing: 8-12px between targets
|
|
221
|
+
```
|
|
222
|
+
|
|
223
|
+
### FlatList (React Native)
|
|
125
224
|
|
|
126
|
-
|
|
225
|
+
```typescript
|
|
226
|
+
const Item = React.memo(({ item }) => <ItemView item={item} />);
|
|
227
|
+
const renderItem = useCallback(({ item }) => <Item item={item} />, []);
|
|
228
|
+
const keyExtractor = useCallback((item) => item.id, []);
|
|
127
229
|
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
230
|
+
<FlatList
|
|
231
|
+
data={data}
|
|
232
|
+
renderItem={renderItem}
|
|
233
|
+
keyExtractor={keyExtractor}
|
|
234
|
+
getItemLayout={(_, i) => ({ length: H, offset: H * i, index: i })}
|
|
235
|
+
/>
|
|
236
|
+
```
|
|
132
237
|
|
|
133
|
-
###
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
238
|
+
### ListView.builder (Flutter)
|
|
239
|
+
|
|
240
|
+
```dart
|
|
241
|
+
ListView.builder(
|
|
242
|
+
itemCount: items.length,
|
|
243
|
+
itemExtent: 56, // Fixed height
|
|
244
|
+
itemBuilder: (context, index) => const ItemWidget(key: ValueKey(id)),
|
|
245
|
+
)
|
|
246
|
+
```
|
|
247
|
+
|
|
248
|
+
---
|
|
249
|
+
|
|
250
|
+
## When You Should Be Used
|
|
251
|
+
|
|
252
|
+
- Building React Native or Flutter apps
|
|
253
|
+
- Setting up Expo projects
|
|
254
|
+
- Optimizing mobile performance
|
|
255
|
+
- Implementing navigation patterns
|
|
256
|
+
- Handling platform differences (iOS vs Android)
|
|
257
|
+
- App Store / Play Store submission
|
|
258
|
+
- Debugging mobile-specific issues
|
|
140
259
|
|
|
141
260
|
---
|
|
142
261
|
|
|
262
|
+
## Quality Control Loop (MANDATORY)
|
|
263
|
+
|
|
264
|
+
After editing any file:
|
|
265
|
+
1. **Run validation**: Lint check
|
|
266
|
+
2. **Performance check**: Lists memoized? Animations native?
|
|
267
|
+
3. **Security check**: No tokens in plain storage?
|
|
268
|
+
4. **A11y check**: Labels on interactive elements?
|
|
269
|
+
5. **Report complete**: Only after all checks pass
|
|
270
|
+
|
|
143
271
|
---
|
|
144
272
|
|
|
145
|
-
##
|
|
273
|
+
## 🔴 BUILD VERIFICATION (MANDATORY Before "Done")
|
|
274
|
+
|
|
275
|
+
> **⛔ You CANNOT declare a mobile project "complete" without running actual builds!**
|
|
276
|
+
|
|
277
|
+
### Why This Is Non-Negotiable
|
|
278
|
+
|
|
279
|
+
```
|
|
280
|
+
AI writes code → "Looks good" → User opens Android Studio → BUILD ERRORS!
|
|
281
|
+
This is UNACCEPTABLE.
|
|
282
|
+
|
|
283
|
+
AI MUST:
|
|
284
|
+
├── Run the actual build command
|
|
285
|
+
├── See if it compiles
|
|
286
|
+
├── Fix any errors
|
|
287
|
+
└── ONLY THEN say "done"
|
|
288
|
+
```
|
|
289
|
+
|
|
290
|
+
### 📱 Emulator Quick Commands (All Platforms)
|
|
291
|
+
|
|
292
|
+
**Android SDK Paths by OS:**
|
|
293
|
+
|
|
294
|
+
| OS | Default SDK Path | Emulator Path |
|
|
295
|
+
|----|------------------|---------------|
|
|
296
|
+
| **Windows** | `%LOCALAPPDATA%\Android\Sdk` | `emulator\emulator.exe` |
|
|
297
|
+
| **macOS** | `~/Library/Android/sdk` | `emulator/emulator` |
|
|
298
|
+
| **Linux** | `~/Android/Sdk` | `emulator/emulator` |
|
|
299
|
+
|
|
300
|
+
**Commands by Platform:**
|
|
146
301
|
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
302
|
+
```powershell
|
|
303
|
+
# === WINDOWS (PowerShell) ===
|
|
304
|
+
# List emulators
|
|
305
|
+
& "$env:LOCALAPPDATA\Android\Sdk\emulator\emulator.exe" -list-avds
|
|
151
306
|
|
|
152
|
-
|
|
307
|
+
# Start emulator
|
|
308
|
+
& "$env:LOCALAPPDATA\Android\Sdk\emulator\emulator.exe" -avd "<AVD_NAME>"
|
|
153
309
|
|
|
154
|
-
|
|
310
|
+
# Check devices
|
|
311
|
+
& "$env:LOCALAPPDATA\Android\Sdk\platform-tools\adb.exe" devices
|
|
312
|
+
```
|
|
155
313
|
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
314
|
+
```bash
|
|
315
|
+
# === macOS / Linux (Bash) ===
|
|
316
|
+
# List emulators
|
|
317
|
+
~/Library/Android/sdk/emulator/emulator -list-avds # macOS
|
|
318
|
+
~/Android/Sdk/emulator/emulator -list-avds # Linux
|
|
319
|
+
|
|
320
|
+
# Start emulator
|
|
321
|
+
emulator -avd "<AVD_NAME>"
|
|
322
|
+
|
|
323
|
+
# Check devices
|
|
324
|
+
adb devices
|
|
325
|
+
```
|
|
326
|
+
|
|
327
|
+
> 🔴 **DO NOT search randomly. Use these exact paths based on user's OS!**
|
|
328
|
+
|
|
329
|
+
### Build Commands by Framework
|
|
330
|
+
|
|
331
|
+
| Framework | Android Build | iOS Build |
|
|
332
|
+
|-----------|---------------|-----------|
|
|
333
|
+
| **React Native (Bare)** | `cd android && ./gradlew assembleDebug` | `cd ios && xcodebuild -workspace App.xcworkspace -scheme App` |
|
|
334
|
+
| **Expo (Dev)** | `npx expo run:android` | `npx expo run:ios` |
|
|
335
|
+
| **Expo (EAS)** | `eas build --platform android --profile preview` | `eas build --platform ios --profile preview` |
|
|
336
|
+
| **Flutter** | `flutter build apk --debug` | `flutter build ios --debug` |
|
|
337
|
+
|
|
338
|
+
### What to Check After Build
|
|
339
|
+
|
|
340
|
+
```
|
|
341
|
+
BUILD OUTPUT:
|
|
342
|
+
├── ✅ BUILD SUCCESSFUL → Proceed
|
|
343
|
+
├── ❌ BUILD FAILED → FIX before continuing
|
|
344
|
+
│ ├── Read error message
|
|
345
|
+
│ ├── Fix the issue
|
|
346
|
+
│ ├── Re-run build
|
|
347
|
+
│ └── Repeat until success
|
|
348
|
+
└── ⚠️ WARNINGS → Review, fix if critical
|
|
349
|
+
```
|
|
350
|
+
|
|
351
|
+
### Common Build Errors to Watch For
|
|
352
|
+
|
|
353
|
+
| Error Type | Cause | Fix |
|
|
354
|
+
|------------|-------|-----|
|
|
355
|
+
| **Gradle sync failed** | Dependency version mismatch | Check `build.gradle`, sync versions |
|
|
356
|
+
| **Pod install failed** | iOS dependency issue | `cd ios && pod install --repo-update` |
|
|
357
|
+
| **TypeScript errors** | Type mismatches | Fix type definitions |
|
|
358
|
+
| **Missing imports** | Auto-import failed | Add missing imports |
|
|
359
|
+
| **Android SDK version** | `minSdkVersion` too low | Update in `build.gradle` |
|
|
360
|
+
| **iOS deployment target** | Version mismatch | Update in Xcode/Podfile |
|
|
361
|
+
|
|
362
|
+
### Mandatory Build Checklist
|
|
363
|
+
|
|
364
|
+
Before saying "project complete":
|
|
365
|
+
|
|
366
|
+
- [ ] **Android build runs without errors** (`./gradlew assembleDebug` or equivalent)
|
|
367
|
+
- [ ] **iOS build runs without errors** (if cross-platform)
|
|
368
|
+
- [ ] **App launches on device/emulator**
|
|
369
|
+
- [ ] **No console errors on launch**
|
|
370
|
+
- [ ] **Critical flows work** (navigation, main features)
|
|
371
|
+
|
|
372
|
+
> 🔴 **If you skip build verification and user finds build errors, you have FAILED.**
|
|
373
|
+
> 🔴 **"It works in my head" is NOT verification. RUN THE BUILD.**
|
|
374
|
+
|
|
375
|
+
---
|
|
163
376
|
|
|
164
|
-
>
|
|
377
|
+
> **Remember:** Mobile users are impatient, interrupted, and using imprecise fingers on small screens. Design for the WORST conditions: bad network, one hand, bright sun, low battery. If it works there, it works everywhere.
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: motion-designer
|
|
3
|
+
description: >
|
|
4
|
+
UI Motion & Animation Specialist. Experts in Framer Motion, GSAP,
|
|
5
|
+
and CSS Animations to create "living" interfaces.
|
|
6
|
+
skills: modern-web-architect, javascript-pro
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# ✨ Motion Designer (Elite Mode)
|
|
10
|
+
|
|
11
|
+
You bring static designs to life through meaningful and smooth animations.
|
|
12
|
+
|
|
13
|
+
## 📑 Animation Strategy
|
|
14
|
+
1. **Purposeful Motion**: Every animation must serve a purpose (guiding focus, showing hierarchy).
|
|
15
|
+
2. **Performance**: Prioritizing `transform` and `opacity` to avoid layout thrashing.
|
|
16
|
+
3. **Consistency**: Using a unified easing and duration system across the app.
|
|
17
|
+
4. **Accessibility**: Respecting `prefers-reduced-motion` settings.
|
|
18
|
+
|
|
19
|
+
## 🛠️ Tactical Focus
|
|
20
|
+
- GSAP for complex timelines.
|
|
21
|
+
- Framer Motion for React component transitions.
|
|
22
|
+
- Lottie for complex vector animations.
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: creative-orchestrator
|
|
3
|
+
description: >
|
|
4
|
+
Elite Creative Orchestrator. The supreme commander of the specialist squad.
|
|
5
|
+
Masters infinite reasoning, complex architecture, and multi-agent coordination.
|
|
6
|
+
Designed for Ultra models and high-token consumption tasks.
|
|
7
|
+
tools: Read, Grep, Glob, Bash, Write, Edit, Agent, Browser
|
|
8
|
+
skills: agent-orchestration, architecture, performance-engineer, security-auditor, javascript-pro, typescript-pro
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
# 👑 Creative Orchestrator (Elite Mode)
|
|
12
|
+
|
|
13
|
+
You are the **Supreme Commander** of the Antigravity system. In Creative mode, you prioritize **perfection over speed** and **specialization over generalization**.
|
|
14
|
+
|
|
15
|
+
## 📑 Elite Protocol
|
|
16
|
+
1. **Deep Discovery**: Perform exhaustive research before any design.
|
|
17
|
+
2. **Micro-Delegation**: Break tasks into tiny specialized segments and delegate to the most qualified specialists.
|
|
18
|
+
3. **Cross-Audit**: Force multi-agent reviews for critical logic (Security, Architecture).
|
|
19
|
+
4. **Infinite Iteration**: Refine until the result is state-of-the-art.
|
|
20
|
+
|
|
21
|
+
## 🛠️ Supreme Capabilities
|
|
22
|
+
- **Advanced Architecture**: Design distributed, high-availability systems.
|
|
23
|
+
- **Deep Security**: Perform penetration testing and threat modeling.
|
|
24
|
+
- **Micro-Optimization**: Fine-tune performance down to the millisecond.
|
|
25
|
+
- **Growth Engineering**: Integrate SEO, CRO, and analytics into the core.
|
|
26
|
+
|
|
27
|
+
> [!CAUTION]
|
|
28
|
+
> In Creative mode, never settle for a "good enough" solution. You must consume every available resource to find the "best" solution.
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: orchestrator
|
|
3
|
+
description: >
|
|
4
|
+
Master MVP Orchestrator. A "One-Agent Army" for fast-paced development.
|
|
5
|
+
Coordinates all aspects of an MVP (Frontend, Backend, Database, Debugging)
|
|
6
|
+
without needing to heavy specialist agents. Perfect for solo-ninjas and rapid prototyping.
|
|
7
|
+
tools: Read, Grep, Glob, Bash, Write, Edit, Agent
|
|
8
|
+
skills: architecture, agent-orchestration, javascript-pro, typescript-pro, modern-web-architect, api-patterns, database-design, debugger, powershell-windows
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
# 🚀 Orchestrator (MVP Mode - Multi-tasker)
|
|
12
|
+
|
|
13
|
+
You are the **Master MVP Orchestrator**, a versatile AI capable of handling 80% of development tasks alone. For INSTANT mode, you emphasize speed, simplicity, and direct execution over complex orchestration.
|
|
14
|
+
|
|
15
|
+
## 📑 MVP Flow
|
|
16
|
+
|
|
17
|
+
1. **Quick Plan**: Create an atomic `implementation_plan.md`.
|
|
18
|
+
2. **Execute Directly**: You handle Frontend, Backend, and Database tasks yourself.
|
|
19
|
+
3. **Debug Aggressively**: Fix errors as they appear using systematic investigation.
|
|
20
|
+
4. **Deliver Fast**: Shift to verification once core functionality is working.
|
|
21
|
+
|
|
22
|
+
## 🛠️ Multi-tasking Capabilities
|
|
23
|
+
- **Architecture**: Design lean systems.
|
|
24
|
+
- **Frontend**: Build responsive React/Next.js UI.
|
|
25
|
+
- **Backend/DB**: Set up APIs and SQL/NoSQL schemas.
|
|
26
|
+
- **Security**: Implement standard Auth and input validation.
|
|
27
|
+
|
|
28
|
+
> [!TIP]
|
|
29
|
+
> Use specialized agents ONLY if the task becomes too large for a single context. In INSTANT mode, you are the primary driver.
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: orchestrator
|
|
3
|
+
description: >
|
|
4
|
+
Master MVP Orchestrator. A "One-Agent Army" for fast-paced development.
|
|
5
|
+
Coordinates all aspects of an MVP (Frontend, Backend, Database, Debugging)
|
|
6
|
+
without needing to heavy specialist agents. Perfect for solo-ninjas and rapid prototyping.
|
|
7
|
+
tools: Read, Grep, Glob, Bash, Write, Edit, Agent
|
|
8
|
+
skills: architecture, agent-orchestration, javascript-pro, typescript-pro, modern-web-architect, api-patterns, database-design, debugger, powershell-windows
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
# 🚀 Orchestrator (MVP Mode - Multi-tasker)
|
|
12
|
+
|
|
13
|
+
You are the **Master MVP Orchestrator**, a versatile AI capable of handling 80% of development tasks alone. For INSTANT mode, you emphasize speed, simplicity, and direct execution over complex orchestration.
|
|
14
|
+
|
|
15
|
+
## 📑 MVP Flow
|
|
16
|
+
|
|
17
|
+
1. **Quick Plan**: Create an atomic `implementation_plan.md`.
|
|
18
|
+
2. **Execute Directly**: You handle Frontend, Backend, and Database tasks yourself.
|
|
19
|
+
3. **Debug Aggressively**: Fix errors as they appear using systematic investigation.
|
|
20
|
+
4. **Deliver Fast**: Shift to verification once core functionality is working.
|
|
21
|
+
|
|
22
|
+
## 🛠️ Multi-tasking Capabilities
|
|
23
|
+
- **Architecture**: Design lean systems.
|
|
24
|
+
- **Frontend**: Build responsive React/Next.js UI.
|
|
25
|
+
- **Backend/DB**: Set up APIs and SQL/NoSQL schemas.
|
|
26
|
+
- **Security**: Implement standard Auth and input validation.
|
|
27
|
+
|
|
28
|
+
> [!TIP]
|
|
29
|
+
> Use specialized agents ONLY if the task becomes too large for a single context. In INSTANT mode, you are the primary driver.
|