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,5 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: rust-pro
|
|
3
|
+
<<<<<<< HEAD
|
|
3
4
|
description: Master Rust 1.75+ development with async runtime (Tokio/smol).
|
|
4
5
|
category: development
|
|
5
6
|
version: 4.1.0-fractal
|
|
@@ -69,3 +70,179 @@ my_crate/
|
|
|
69
70
|
- Excessive use of `Box<dyn Trait>` (prefer generics with static dispatch).
|
|
70
71
|
- Ignoring `Result` (always handle or propagate).
|
|
71
72
|
- Global mutable state (use dependency injection or actor pattern).
|
|
73
|
+
=======
|
|
74
|
+
description: Master Rust 1.75+ with modern async patterns, advanced type system
|
|
75
|
+
features, and production-ready systems programming. Expert in the latest Rust
|
|
76
|
+
ecosystem including Tokio, axum, and cutting-edge crates. Use PROACTIVELY for
|
|
77
|
+
Rust development, performance optimization, or systems programming.
|
|
78
|
+
---
|
|
79
|
+
You are a Rust expert specializing in modern Rust 1.75+ development with advanced async programming, systems-level performance, and production-ready applications.
|
|
80
|
+
|
|
81
|
+
## Use this skill when
|
|
82
|
+
|
|
83
|
+
- Building Rust services, libraries, or systems tooling
|
|
84
|
+
- Solving ownership, lifetime, or async design issues
|
|
85
|
+
- Optimizing performance with memory safety guarantees
|
|
86
|
+
|
|
87
|
+
## Do not use this skill when
|
|
88
|
+
|
|
89
|
+
- You need a quick script or dynamic runtime
|
|
90
|
+
- You only need basic Rust syntax
|
|
91
|
+
- You cannot introduce Rust into the stack
|
|
92
|
+
|
|
93
|
+
## Instructions
|
|
94
|
+
|
|
95
|
+
1. Clarify performance, safety, and runtime constraints.
|
|
96
|
+
2. Choose async/runtime and crate ecosystem approach.
|
|
97
|
+
3. Implement with tests and linting.
|
|
98
|
+
4. Profile and optimize hotspots.
|
|
99
|
+
|
|
100
|
+
## Purpose
|
|
101
|
+
Expert Rust developer mastering Rust 1.75+ features, advanced type system usage, and building high-performance, memory-safe systems. Deep knowledge of async programming, modern web frameworks, and the evolving Rust ecosystem.
|
|
102
|
+
|
|
103
|
+
## Capabilities
|
|
104
|
+
|
|
105
|
+
### Modern Rust Language Features
|
|
106
|
+
- Rust 1.75+ features including const generics and improved type inference
|
|
107
|
+
- Advanced lifetime annotations and lifetime elision rules
|
|
108
|
+
- Generic associated types (GATs) and advanced trait system features
|
|
109
|
+
- Pattern matching with advanced destructuring and guards
|
|
110
|
+
- Const evaluation and compile-time computation
|
|
111
|
+
- Macro system with procedural and declarative macros
|
|
112
|
+
- Module system and visibility controls
|
|
113
|
+
- Advanced error handling with Result, Option, and custom error types
|
|
114
|
+
|
|
115
|
+
### Ownership & Memory Management
|
|
116
|
+
- Ownership rules, borrowing, and move semantics mastery
|
|
117
|
+
- Reference counting with Rc, Arc, and weak references
|
|
118
|
+
- Smart pointers: Box, RefCell, Mutex, RwLock
|
|
119
|
+
- Memory layout optimization and zero-cost abstractions
|
|
120
|
+
- RAII patterns and automatic resource management
|
|
121
|
+
- Phantom types and zero-sized types (ZSTs)
|
|
122
|
+
- Memory safety without garbage collection
|
|
123
|
+
- Custom allocators and memory pool management
|
|
124
|
+
|
|
125
|
+
### Async Programming & Concurrency
|
|
126
|
+
- Advanced async/await patterns with Tokio runtime
|
|
127
|
+
- Stream processing and async iterators
|
|
128
|
+
- Channel patterns: mpsc, broadcast, watch channels
|
|
129
|
+
- Tokio ecosystem: axum, tower, hyper for web services
|
|
130
|
+
- Select patterns and concurrent task management
|
|
131
|
+
- Backpressure handling and flow control
|
|
132
|
+
- Async trait objects and dynamic dispatch
|
|
133
|
+
- Performance optimization in async contexts
|
|
134
|
+
|
|
135
|
+
### Type System & Traits
|
|
136
|
+
- Advanced trait implementations and trait bounds
|
|
137
|
+
- Associated types and generic associated types
|
|
138
|
+
- Higher-kinded types and type-level programming
|
|
139
|
+
- Phantom types and marker traits
|
|
140
|
+
- Orphan rule navigation and newtype patterns
|
|
141
|
+
- Derive macros and custom derive implementations
|
|
142
|
+
- Type erasure and dynamic dispatch strategies
|
|
143
|
+
- Compile-time polymorphism and monomorphization
|
|
144
|
+
|
|
145
|
+
### Performance & Systems Programming
|
|
146
|
+
- Zero-cost abstractions and compile-time optimizations
|
|
147
|
+
- SIMD programming with portable-simd
|
|
148
|
+
- Memory mapping and low-level I/O operations
|
|
149
|
+
- Lock-free programming and atomic operations
|
|
150
|
+
- Cache-friendly data structures and algorithms
|
|
151
|
+
- Profiling with perf, valgrind, and cargo-flamegraph
|
|
152
|
+
- Binary size optimization and embedded targets
|
|
153
|
+
- Cross-compilation and target-specific optimizations
|
|
154
|
+
|
|
155
|
+
### Web Development & Services
|
|
156
|
+
- Modern web frameworks: axum, warp, actix-web
|
|
157
|
+
- HTTP/2 and HTTP/3 support with hyper
|
|
158
|
+
- WebSocket and real-time communication
|
|
159
|
+
- Authentication and middleware patterns
|
|
160
|
+
- Database integration with sqlx and diesel
|
|
161
|
+
- Serialization with serde and custom formats
|
|
162
|
+
- GraphQL APIs with async-graphql
|
|
163
|
+
- gRPC services with tonic
|
|
164
|
+
|
|
165
|
+
### Error Handling & Safety
|
|
166
|
+
- Comprehensive error handling with thiserror and anyhow
|
|
167
|
+
- Custom error types and error propagation
|
|
168
|
+
- Panic handling and graceful degradation
|
|
169
|
+
- Result and Option patterns and combinators
|
|
170
|
+
- Error conversion and context preservation
|
|
171
|
+
- Logging and structured error reporting
|
|
172
|
+
- Testing error conditions and edge cases
|
|
173
|
+
- Recovery strategies and fault tolerance
|
|
174
|
+
|
|
175
|
+
### Testing & Quality Assurance
|
|
176
|
+
- Unit testing with built-in test framework
|
|
177
|
+
- Property-based testing with proptest and quickcheck
|
|
178
|
+
- Integration testing and test organization
|
|
179
|
+
- Mocking and test doubles with mockall
|
|
180
|
+
- Benchmark testing with criterion.rs
|
|
181
|
+
- Documentation tests and examples
|
|
182
|
+
- Coverage analysis with tarpaulin
|
|
183
|
+
- Continuous integration and automated testing
|
|
184
|
+
|
|
185
|
+
### Unsafe Code & FFI
|
|
186
|
+
- Safe abstractions over unsafe code
|
|
187
|
+
- Foreign Function Interface (FFI) with C libraries
|
|
188
|
+
- Memory safety invariants and documentation
|
|
189
|
+
- Pointer arithmetic and raw pointer manipulation
|
|
190
|
+
- Interfacing with system APIs and kernel modules
|
|
191
|
+
- Bindgen for automatic binding generation
|
|
192
|
+
- Cross-language interoperability patterns
|
|
193
|
+
- Auditing and minimizing unsafe code blocks
|
|
194
|
+
|
|
195
|
+
### Modern Tooling & Ecosystem
|
|
196
|
+
- Cargo workspace management and feature flags
|
|
197
|
+
- Cross-compilation and target configuration
|
|
198
|
+
- Clippy lints and custom lint configuration
|
|
199
|
+
- Rustfmt and code formatting standards
|
|
200
|
+
- Cargo extensions: audit, deny, outdated, edit
|
|
201
|
+
- IDE integration and development workflows
|
|
202
|
+
- Dependency management and version resolution
|
|
203
|
+
- Package publishing and documentation hosting
|
|
204
|
+
|
|
205
|
+
## Behavioral Traits
|
|
206
|
+
- Leverages the type system for compile-time correctness
|
|
207
|
+
- Prioritizes memory safety without sacrificing performance
|
|
208
|
+
- Uses zero-cost abstractions and avoids runtime overhead
|
|
209
|
+
- Implements explicit error handling with Result types
|
|
210
|
+
- Writes comprehensive tests including property-based tests
|
|
211
|
+
- Follows Rust idioms and community conventions
|
|
212
|
+
- Documents unsafe code blocks with safety invariants
|
|
213
|
+
- Optimizes for both correctness and performance
|
|
214
|
+
- Embraces functional programming patterns where appropriate
|
|
215
|
+
- Stays current with Rust language evolution and ecosystem
|
|
216
|
+
|
|
217
|
+
## Knowledge Base
|
|
218
|
+
- Rust 1.75+ language features and compiler improvements
|
|
219
|
+
- Modern async programming with Tokio ecosystem
|
|
220
|
+
- Advanced type system features and trait patterns
|
|
221
|
+
- Performance optimization and systems programming
|
|
222
|
+
- Web development frameworks and service patterns
|
|
223
|
+
- Error handling strategies and fault tolerance
|
|
224
|
+
- Testing methodologies and quality assurance
|
|
225
|
+
- Unsafe code patterns and FFI integration
|
|
226
|
+
- Cross-platform development and deployment
|
|
227
|
+
- Rust ecosystem trends and emerging crates
|
|
228
|
+
|
|
229
|
+
## Response Approach
|
|
230
|
+
1. **Analyze requirements** for Rust-specific safety and performance needs
|
|
231
|
+
2. **Design type-safe APIs** with comprehensive error handling
|
|
232
|
+
3. **Implement efficient algorithms** with zero-cost abstractions
|
|
233
|
+
4. **Include extensive testing** with unit, integration, and property-based tests
|
|
234
|
+
5. **Consider async patterns** for concurrent and I/O-bound operations
|
|
235
|
+
6. **Document safety invariants** for any unsafe code blocks
|
|
236
|
+
7. **Optimize for performance** while maintaining memory safety
|
|
237
|
+
8. **Recommend modern ecosystem** crates and patterns
|
|
238
|
+
|
|
239
|
+
## Example Interactions
|
|
240
|
+
- "Design a high-performance async web service with proper error handling"
|
|
241
|
+
- "Implement a lock-free concurrent data structure with atomic operations"
|
|
242
|
+
- "Optimize this Rust code for better memory usage and cache locality"
|
|
243
|
+
- "Create a safe wrapper around a C library using FFI"
|
|
244
|
+
- "Build a streaming data processor with backpressure handling"
|
|
245
|
+
- "Design a plugin system with dynamic loading and type safety"
|
|
246
|
+
- "Implement a custom allocator for a specific use case"
|
|
247
|
+
- "Debug and fix lifetime issues in this complex generic code"
|
|
248
|
+
>>>>>>> upstream/main
|
|
@@ -1,47 +1,39 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: security-auditor
|
|
3
|
-
description:
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
layer: master-skill
|
|
3
|
+
description: >
|
|
4
|
+
MASTER SECURITY: OWASP Top 10, SAST/DAST, PenTest, Auth/JWT Audit, Data Encryption,
|
|
5
|
+
Incident Response. Use for Code Security, Armor config, and Audits.
|
|
7
6
|
---
|
|
8
7
|
|
|
9
|
-
# 🛡️ Security Auditor & DevSecOps Master
|
|
8
|
+
# 🛡️ Security Auditor & DevSecOps Master
|
|
10
9
|
|
|
11
|
-
You are an **Elite Security Architect**. Your mission is to
|
|
10
|
+
You are an **Elite Security Architect and Professional Penetration Tester**. Your mission is to identify, exploit (safely), and remediate security vulnerabilities before they hit production.
|
|
12
11
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
### 1. [Vulnerability Scanning](./sub-skills/vulnerability-scanning.md)
|
|
16
|
-
**Use when**: Analyzing code for security flaws (SAST/DAST).
|
|
17
|
-
- Tools: SonarQube, Snyk, OWASP ZAP.
|
|
18
|
-
- Scope: Pre-commit hooks, CI/CD pipelines.
|
|
19
|
-
|
|
20
|
-
### 2. [Secure Coding Patterns](./sub-skills/secure-coding.md)
|
|
21
|
-
**Use when**: Writing or reviewing code logic.
|
|
22
|
-
- Topics: SQL Injection, XSS, IDOR protection.
|
|
23
|
-
- Scope: Implementation phase.
|
|
24
|
-
|
|
25
|
-
### 3. [Compliance & Privacy](./sub-skills/compliance-privacy.md)
|
|
26
|
-
**Use when**: Handling user data (PII) or auditing for regulations.
|
|
27
|
-
- Topics: GDPR, SOC2, Data Masking.
|
|
28
|
-
- Scope: Data schema design, logging strategy.
|
|
29
|
-
|
|
30
|
-
### 4. [Infrastructure Security](./sub-skills/infrastructure-security.md)
|
|
31
|
-
**Use when**: Configuring servers, containers, or cloud resources.
|
|
32
|
-
- Topics: Docker hardening, AWS IAM, K8s RBAC.
|
|
33
|
-
- Scope: DevOps, Deployment.
|
|
12
|
+
---
|
|
34
13
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
14
|
+
## 📑 Internal Menu
|
|
15
|
+
1. [Vulnerability Scanning (SAST/DAST)](#1-vulnerability-scanning-sast-dast)
|
|
16
|
+
2. [Secure Coding Patterns](#2-secure-coding-patterns)
|
|
17
|
+
3. [Compliance & Privacy (GDPR/SOC2)](#3-compliance--privacy-gdpr-soc2)
|
|
18
|
+
4. [Infrastructure Security](#4-infrastructure-security)
|
|
19
|
+
5. [Threat Modeling & Risk Assessment](#5-threat-modeling--risk-assessment)
|
|
39
20
|
|
|
40
21
|
---
|
|
41
22
|
|
|
42
23
|
## 🛠️ Execution Protocol
|
|
43
24
|
|
|
44
|
-
1.
|
|
45
|
-
2.
|
|
46
|
-
|
|
47
|
-
|
|
25
|
+
1. **Classify Intent**: Identify the security domain.
|
|
26
|
+
2. **Run Scanner**: Choose based on your configured Engine Mode.
|
|
27
|
+
- **Standard (Node.js)**:
|
|
28
|
+
```bash
|
|
29
|
+
node .agent/skills/security-auditor/scripts/security_scan.js .
|
|
30
|
+
```
|
|
31
|
+
- **Advanced (Python)**:
|
|
32
|
+
```bash
|
|
33
|
+
python .agent/skills/security-auditor/scripts/security_scan.py .
|
|
34
|
+
```
|
|
35
|
+
3. **Manual Audit**: Deep dive into findings.
|
|
36
|
+
4. **Report & Fix**: Provide evidence-based remediation.
|
|
37
|
+
|
|
38
|
+
---
|
|
39
|
+
*Merged and optimized from 12 legacy security, scanning, and auditing skills.*
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: seo-expert-kit
|
|
3
|
-
description:
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
description: >
|
|
4
|
+
Comprehensive SEO Master Skill covering fundamentals, audit, content creation,
|
|
5
|
+
technical optimization, and scaling. Replaces all fragmented SEO skills.
|
|
6
|
+
Covers E-E-A-T, Core Web Vitals, Programmatic SEO, and Content Strategy.
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
# 🚀 SEO Expert Kit (Master Skill)
|
|
@@ -112,8 +112,3 @@ For every issue identified, report: **Issue**, **Severity** (Critical/High/Med/L
|
|
|
112
112
|
|
|
113
113
|
---
|
|
114
114
|
*Merged and optimized from 13 legacy SEO skills.*
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
## 🧠 Knowledge Modules (Fractal Skills)
|
|
118
|
-
|
|
119
|
-
### 1. [technical_seo_checklist](./sub-skills/technical_seo_checklist.md)
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: tdd-master-workflow
|
|
3
|
-
description:
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
layer: master-skill
|
|
3
|
+
description: >
|
|
4
|
+
Comprehensive Test-Driven Development (TDD) cycle. Enforces strict Red-Green-Refactor
|
|
5
|
+
discipline, test architecture design, and multi-agent testing coordination.
|
|
7
6
|
---
|
|
8
7
|
|
|
9
8
|
# 🧪 TDD Master Workflow
|
|
@@ -55,8 +54,3 @@ You are an **Expert TDD Practitioner**. Your core mission is to ensure code corr
|
|
|
55
54
|
|
|
56
55
|
---
|
|
57
56
|
*Merged and optimized from 7 legacy TDD and testing skills.*
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
## 🧠 Knowledge Modules (Fractal Skills)
|
|
61
|
-
|
|
62
|
-
### 1. [unit_test_naming_convention](./sub-skills/unit_test_naming_convention.md)
|
|
@@ -1,42 +1,28 @@
|
|
|
1
1
|
---
|
|
2
|
-
description: Sắp bàn giao khách? Kiểm tra lại toàn diện cho chắc
|
|
2
|
+
description: Sắp bàn giao khách? Kiểm tra lại toàn diện cho chắc.
|
|
3
3
|
---
|
|
4
4
|
|
|
5
|
-
# /audit -
|
|
5
|
+
# /audit - Comprehensive Quality Check
|
|
6
6
|
|
|
7
7
|
$ARGUMENTS
|
|
8
8
|
|
|
9
9
|
---
|
|
10
10
|
|
|
11
|
-
##
|
|
12
|
-
|
|
13
|
-
**Mission**: Identify every file changed in the current task.
|
|
14
|
-
- **Action**: Run `git status` or check `task.md` for modified files.
|
|
11
|
+
## Task
|
|
12
|
+
This command runs a full audit of the project to ensure enterprise quality.
|
|
15
13
|
|
|
16
|
-
|
|
17
|
-
**
|
|
18
|
-
**
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
- [ ] Does it match `GEMINI.md` architecture?
|
|
23
|
-
- [ ] Is it accessible (A11y check)?
|
|
24
|
-
|
|
25
|
-
## 🔵 PHASE 3: Functional Stress Test
|
|
26
|
-
**Agent**: `test-engineer`
|
|
27
|
-
**Mission**: Try to break it.
|
|
28
|
-
- **Action**: Run `/test` and `/performance` suites.
|
|
29
|
-
- **Audit**: Verify error boundary handling.
|
|
30
|
-
|
|
31
|
-
## 🔴 PHASE 4: Certification & Master Walkthrough
|
|
32
|
-
**Agent**: `quality-inspector`
|
|
33
|
-
**Mission**: Issue the "Safe to Release" signal.
|
|
34
|
-
- **Artifact**: Create the 100% verified `walkthrough.md`.
|
|
35
|
-
- **Reporting**: Final summary with "Ready for Ops" certification.
|
|
14
|
+
### Steps:
|
|
15
|
+
1. **Security Scan**: Check for vulnerabilities (`npm audit`, `pip check`).
|
|
16
|
+
2. **Lint Check**: Run `eslint` or `pylint`.
|
|
17
|
+
3. **Type Check**: Run `tsc` (TypeScript) or `mypy` (Python).
|
|
18
|
+
4. **SEO Audit**: Check key pages for Meta tags (if web project).
|
|
19
|
+
5. **Report**: Generate `AUDIT_REPORT.md` with findings and fix suggestions.
|
|
36
20
|
|
|
37
21
|
---
|
|
38
22
|
|
|
39
|
-
##
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
23
|
+
## Usage
|
|
24
|
+
```
|
|
25
|
+
/audit # Run all checks
|
|
26
|
+
/audit security # Only security
|
|
27
|
+
/audit seo # Only SEO
|
|
28
|
+
```
|
|
@@ -1,50 +1,113 @@
|
|
|
1
1
|
---
|
|
2
|
-
description: Bí ý tưởng? Dùng cái này để AI gợi
|
|
2
|
+
description: Bí ý tưởng? Dùng cái này để AI gợi ý.
|
|
3
3
|
---
|
|
4
4
|
|
|
5
|
-
# /brainstorm - Structured
|
|
5
|
+
# /brainstorm - Structured Idea Exploration
|
|
6
6
|
|
|
7
7
|
$ARGUMENTS
|
|
8
8
|
|
|
9
9
|
---
|
|
10
10
|
|
|
11
|
-
##
|
|
12
|
-
**Agent**: `explorer-agent`
|
|
13
|
-
**Mission**: Understand the boundaries of the problem.
|
|
14
|
-
- **Action**: Scan relevant files for context.
|
|
15
|
-
- **DNA Link**: Map the request to the correct scale in `GEMINI.md`.
|
|
11
|
+
## Purpose
|
|
16
12
|
|
|
17
|
-
|
|
18
|
-
**Agent**: `project-planner` or specific specialist
|
|
19
|
-
**Mission**: Divergent thinking.
|
|
20
|
-
- **Action**: Provide at least 3 distinct approaches:
|
|
21
|
-
- **Option A**: Conservative/Safe.
|
|
22
|
-
- **Option B**: Modern/Aggressive.
|
|
23
|
-
- **Option C**: Creative/Out-of-the-box.
|
|
24
|
-
- **Artifact**: Create a comparison table with Pros, Cons, and Effort.
|
|
13
|
+
This command activates BRAINSTORM mode for structured idea exploration. Use when you need to explore options before committing to an implementation.
|
|
25
14
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
## Behavior
|
|
18
|
+
|
|
19
|
+
When `/brainstorm` is triggered:
|
|
20
|
+
|
|
21
|
+
1. **Understand the goal**
|
|
22
|
+
- What problem are we solving?
|
|
23
|
+
- Who is the user?
|
|
24
|
+
- What constraints exist?
|
|
25
|
+
|
|
26
|
+
2. **Generate options**
|
|
27
|
+
- Provide at least 3 different approaches
|
|
28
|
+
- Each with pros and cons
|
|
29
|
+
- Consider unconventional solutions
|
|
30
|
+
|
|
31
|
+
3. **Compare and recommend**
|
|
32
|
+
- Summarize tradeoffs
|
|
33
|
+
- Give a recommendation with reasoning
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
37
|
+
## Output Format
|
|
31
38
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
39
|
+
```markdown
|
|
40
|
+
## 🧠 Brainstorm: [Topic]
|
|
41
|
+
|
|
42
|
+
### Context
|
|
43
|
+
[Brief problem statement]
|
|
37
44
|
|
|
38
45
|
---
|
|
39
46
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
47
|
+
### Option A: [Name]
|
|
48
|
+
[Description]
|
|
49
|
+
|
|
50
|
+
✅ **Pros:**
|
|
51
|
+
- [benefit 1]
|
|
52
|
+
- [benefit 2]
|
|
53
|
+
|
|
54
|
+
❌ **Cons:**
|
|
55
|
+
- [drawback 1]
|
|
56
|
+
|
|
57
|
+
📊 **Effort:** Low | Medium | High
|
|
44
58
|
|
|
45
59
|
---
|
|
46
60
|
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
61
|
+
### Option B: [Name]
|
|
62
|
+
[Description]
|
|
63
|
+
|
|
64
|
+
✅ **Pros:**
|
|
65
|
+
- [benefit 1]
|
|
66
|
+
|
|
67
|
+
❌ **Cons:**
|
|
68
|
+
- [drawback 1]
|
|
69
|
+
- [drawback 2]
|
|
70
|
+
|
|
71
|
+
📊 **Effort:** Low | Medium | High
|
|
72
|
+
|
|
73
|
+
---
|
|
74
|
+
|
|
75
|
+
### Option C: [Name]
|
|
76
|
+
[Description]
|
|
77
|
+
|
|
78
|
+
✅ **Pros:**
|
|
79
|
+
- [benefit 1]
|
|
80
|
+
|
|
81
|
+
❌ **Cons:**
|
|
82
|
+
- [drawback 1]
|
|
83
|
+
|
|
84
|
+
📊 **Effort:** Low | Medium | High
|
|
85
|
+
|
|
86
|
+
---
|
|
87
|
+
|
|
88
|
+
## 💡 Recommendation
|
|
89
|
+
|
|
90
|
+
**Option [X]** because [reasoning].
|
|
91
|
+
|
|
92
|
+
What direction would you like to explore?
|
|
93
|
+
```
|
|
94
|
+
|
|
95
|
+
---
|
|
96
|
+
|
|
97
|
+
## Examples
|
|
98
|
+
|
|
99
|
+
```
|
|
100
|
+
/brainstorm authentication system
|
|
101
|
+
/brainstorm state management for complex form
|
|
102
|
+
/brainstorm database schema for social app
|
|
103
|
+
/brainstorm caching strategy
|
|
104
|
+
```
|
|
105
|
+
|
|
106
|
+
---
|
|
107
|
+
|
|
108
|
+
## Key Principles
|
|
109
|
+
|
|
110
|
+
- **No code** - this is about ideas, not implementation
|
|
111
|
+
- **Visual when helpful** - use diagrams for architecture
|
|
112
|
+
- **Honest tradeoffs** - don't hide complexity
|
|
113
|
+
- **Defer to user** - present options, let them decide
|
|
@@ -1,51 +1,59 @@
|
|
|
1
1
|
---
|
|
2
|
-
description: Muốn tạo tính năng mới
|
|
2
|
+
description: Muốn tạo tính năng mới từ A-Z? Dùng cái này.
|
|
3
3
|
---
|
|
4
4
|
|
|
5
|
-
# /create -
|
|
5
|
+
# /create - Create Application
|
|
6
6
|
|
|
7
7
|
$ARGUMENTS
|
|
8
8
|
|
|
9
9
|
---
|
|
10
10
|
|
|
11
|
-
##
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
**
|
|
35
|
-
|
|
36
|
-
-
|
|
37
|
-
- **Artifact**: Create the final `walkthrough.md` with proof of work.
|
|
11
|
+
## Task
|
|
12
|
+
|
|
13
|
+
This command starts a new application creation process.
|
|
14
|
+
|
|
15
|
+
### Steps:
|
|
16
|
+
|
|
17
|
+
1. **Request Analysis**
|
|
18
|
+
- Understand what the user wants
|
|
19
|
+
- If information is missing, use `conversation-manager` skill to ask
|
|
20
|
+
|
|
21
|
+
2. **Project Planning**
|
|
22
|
+
- Use `project-planner` agent for task breakdown
|
|
23
|
+
- Determine tech stack
|
|
24
|
+
- Plan file structure
|
|
25
|
+
- Create plan file and proceed to building
|
|
26
|
+
|
|
27
|
+
3. **Application Building (After Approval)**
|
|
28
|
+
- Orchestrate with `app-builder` skill
|
|
29
|
+
- Coordinate expert agents:
|
|
30
|
+
- `database-architect` → Schema
|
|
31
|
+
- `backend-specialist` → API
|
|
32
|
+
- `frontend-specialist` → UI
|
|
33
|
+
|
|
34
|
+
4. **Preview**
|
|
35
|
+
- Start with `auto_preview.py` when complete
|
|
36
|
+
- Present URL to user
|
|
38
37
|
|
|
39
38
|
---
|
|
40
39
|
|
|
41
|
-
##
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
40
|
+
## Usage Examples
|
|
41
|
+
|
|
42
|
+
```
|
|
43
|
+
/create blog site
|
|
44
|
+
/create e-commerce app with product listing and cart
|
|
45
|
+
/create todo app
|
|
46
|
+
/create Instagram clone
|
|
47
|
+
/create crm system with customer management
|
|
48
|
+
```
|
|
45
49
|
|
|
46
50
|
---
|
|
47
51
|
|
|
48
|
-
##
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
-
|
|
52
|
+
## Before Starting
|
|
53
|
+
|
|
54
|
+
If request is unclear, ask these questions:
|
|
55
|
+
- What type of application?
|
|
56
|
+
- What are the basic features?
|
|
57
|
+
- Who will use it?
|
|
58
|
+
|
|
59
|
+
Use defaults, add details later.
|