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
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Formula D: Bento Grid Layout
|
|
5
|
+
*
|
|
6
|
+
* Usage:
|
|
7
|
+
* <BentoGrid>
|
|
8
|
+
* <BentoItem colSpan={2}>Main Feature</BentoItem>
|
|
9
|
+
* <BentoItem>Stat 1</BentoItem>
|
|
10
|
+
* <BentoItem>Stat 2</BentoItem>
|
|
11
|
+
* </BentoGrid>
|
|
12
|
+
*/
|
|
13
|
+
export const BentoGrid = ({ children, className = '' }) => {
|
|
14
|
+
return (
|
|
15
|
+
<div className={`grid grid-cols-1 md:grid-cols-3 gap-4 max-w-7xl mx-auto p-4 ${className}`}>
|
|
16
|
+
{children}
|
|
17
|
+
</div>
|
|
18
|
+
);
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export const BentoItem = ({ children, colSpan = 1, rowSpan = 1, className = '' }) => {
|
|
22
|
+
const spans = {
|
|
23
|
+
col: colSpan === 2 ? 'md:col-span-2' : colSpan === 3 ? 'md:col-span-3' : 'md:col-span-1',
|
|
24
|
+
row: rowSpan === 2 ? 'md:row-span-2' : 'md:row-span-1',
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
return (
|
|
28
|
+
<div className={`
|
|
29
|
+
${spans.col} ${spans.row}
|
|
30
|
+
group relative overflow-hidden rounded-3xl
|
|
31
|
+
bg-slate-50 dark:bg-slate-900
|
|
32
|
+
border border-slate-200 dark:border-slate-800
|
|
33
|
+
p-6 transition-all duration-300
|
|
34
|
+
hover:shadow-lg hover:border-indigo-500/50
|
|
35
|
+
${className}
|
|
36
|
+
`}>
|
|
37
|
+
<div className="h-full w-full flex flex-col justify-between">
|
|
38
|
+
{children}
|
|
39
|
+
</div>
|
|
40
|
+
</div>
|
|
41
|
+
);
|
|
42
|
+
};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Formula A: Liquid Glass Card
|
|
5
|
+
*
|
|
6
|
+
* Usage:
|
|
7
|
+
* <LiquidCard>
|
|
8
|
+
* <h2>Glass Ethereal</h2>
|
|
9
|
+
* <p>Content floats on a blurred surface.</p>
|
|
10
|
+
* </LiquidCard>
|
|
11
|
+
*/
|
|
12
|
+
export const LiquidCard = ({ children, className = '' }) => {
|
|
13
|
+
return (
|
|
14
|
+
<div className={`
|
|
15
|
+
relative overflow-hidden rounded-2xl
|
|
16
|
+
bg-white/10 dark:bg-black/20
|
|
17
|
+
backdrop-blur-xl backdrop-saturate-150
|
|
18
|
+
border border-white/20 dark:border-white/10
|
|
19
|
+
shadow-[0_8px_32px_0_rgba(31,38,135,0.37)]
|
|
20
|
+
p-6 transition-all duration-300 hover:scale-[1.02]
|
|
21
|
+
${className}
|
|
22
|
+
`}>
|
|
23
|
+
{/* Noise Texture Overlay */}
|
|
24
|
+
<div className="absolute inset-0 opacity-[0.03] pointer-events-none bg-[url('https://grainy-gradients.vercel.app/noise.svg')]" />
|
|
25
|
+
|
|
26
|
+
{/* Content */}
|
|
27
|
+
<div className="relative z-10 text-slate-800 dark:text-slate-100">
|
|
28
|
+
{children}
|
|
29
|
+
</div>
|
|
30
|
+
</div>
|
|
31
|
+
);
|
|
32
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Formula B: Neo-Brutalist Button
|
|
5
|
+
*
|
|
6
|
+
* Usage:
|
|
7
|
+
* <NeoButton>Click Me</NeoButton>
|
|
8
|
+
*/
|
|
9
|
+
export const NeoButton = ({ children, onClick, className = '' }) => {
|
|
10
|
+
return (
|
|
11
|
+
<button
|
|
12
|
+
onClick={onClick}
|
|
13
|
+
className={`
|
|
14
|
+
px-6 py-3 font-bold text-lg
|
|
15
|
+
bg-yellow-400 text-black
|
|
16
|
+
border-2 border-black
|
|
17
|
+
shadow-[4px_4px_0px_0px_rgba(0,0,0,1)]
|
|
18
|
+
transition-all active:translate-x-[2px] active:translate-y-[2px] active:shadow-none
|
|
19
|
+
hover:bg-yellow-300
|
|
20
|
+
rounded-none
|
|
21
|
+
${className}
|
|
22
|
+
`}
|
|
23
|
+
>
|
|
24
|
+
{children}
|
|
25
|
+
</button>
|
|
26
|
+
);
|
|
27
|
+
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: full-stack-scaffold
|
|
3
|
-
description:
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
description: >
|
|
4
|
+
Unified project scaffolding for Node.js, Python, Rust, and Mobile.
|
|
5
|
+
Generates production-grade folder structures, CI/CD configs, and boilerplate code
|
|
6
|
+
with strict typing and best practices.
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
# 🏗️ Full-Stack Scaffolding Master Kit
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: 2d-games
|
|
3
|
-
description: 2D game development principles.
|
|
4
|
-
|
|
5
|
-
version: 4.0.5
|
|
6
|
-
layer: master-skill
|
|
3
|
+
description: 2D game development principles. Sprites, tilemaps, physics, camera.
|
|
4
|
+
allowed-tools: Read, Write, Edit, Glob, Grep
|
|
7
5
|
---
|
|
8
6
|
|
|
9
7
|
# 2D Game Development
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: 3d-games
|
|
3
|
-
description: 3D game development principles.
|
|
4
|
-
|
|
5
|
-
version: 4.0.5
|
|
6
|
-
layer: master-skill
|
|
3
|
+
description: 3D game development principles. Rendering, shaders, physics, cameras.
|
|
4
|
+
allowed-tools: Read, Write, Edit, Glob, Grep
|
|
7
5
|
---
|
|
8
6
|
|
|
9
7
|
# 3D Game Development
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: game-development
|
|
3
|
-
description: Game development orchestrator.
|
|
4
|
-
|
|
5
|
-
version: 4.1.0-fractal
|
|
6
|
-
layer: master-skill
|
|
3
|
+
description: Game development orchestrator. Routes to platform-specific skills based on project needs.
|
|
4
|
+
allowed-tools: Read, Write, Edit, Glob, Grep, Bash
|
|
7
5
|
---
|
|
8
6
|
|
|
9
7
|
# Game Development
|
|
@@ -20,17 +18,150 @@ You are working on a game development project. This skill teaches the PRINCIPLES
|
|
|
20
18
|
|
|
21
19
|
## Sub-Skill Routing
|
|
22
20
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
###
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
21
|
+
### Platform Selection
|
|
22
|
+
|
|
23
|
+
| If the game targets... | Use Sub-Skill |
|
|
24
|
+
|------------------------|---------------|
|
|
25
|
+
| Web browsers (HTML5, WebGL) | `game-development/web-games` |
|
|
26
|
+
| Mobile (iOS, Android) | `game-development/mobile-games` |
|
|
27
|
+
| PC (Steam, Desktop) | `game-development/pc-games` |
|
|
28
|
+
| VR/AR headsets | `game-development/vr-ar` |
|
|
29
|
+
|
|
30
|
+
### Dimension Selection
|
|
31
|
+
|
|
32
|
+
| If the game is... | Use Sub-Skill |
|
|
33
|
+
|-------------------|---------------|
|
|
34
|
+
| 2D (sprites, tilemaps) | `game-development/2d-games` |
|
|
35
|
+
| 3D (meshes, shaders) | `game-development/3d-games` |
|
|
36
|
+
|
|
37
|
+
### Specialty Areas
|
|
38
|
+
|
|
39
|
+
| If you need... | Use Sub-Skill |
|
|
40
|
+
|----------------|---------------|
|
|
41
|
+
| GDD, balancing, player psychology | `game-development/game-design` |
|
|
42
|
+
| Multiplayer, networking | `game-development/multiplayer` |
|
|
43
|
+
| Visual style, asset pipeline, animation | `game-development/game-art` |
|
|
44
|
+
| Sound design, music, adaptive audio | `game-development/game-audio` |
|
|
45
|
+
|
|
46
|
+
---
|
|
47
|
+
|
|
48
|
+
## Core Principles (All Platforms)
|
|
49
|
+
|
|
50
|
+
### 1. The Game Loop
|
|
51
|
+
|
|
52
|
+
Every game, regardless of platform, follows this pattern:
|
|
53
|
+
|
|
54
|
+
```
|
|
55
|
+
INPUT → Read player actions
|
|
56
|
+
UPDATE → Process game logic (fixed timestep)
|
|
57
|
+
RENDER → Draw the frame (interpolated)
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
**Fixed Timestep Rule:**
|
|
61
|
+
- Physics/logic: Fixed rate (e.g., 50Hz)
|
|
62
|
+
- Rendering: As fast as possible
|
|
63
|
+
- Interpolate between states for smooth visuals
|
|
64
|
+
|
|
65
|
+
---
|
|
66
|
+
|
|
67
|
+
### 2. Pattern Selection Matrix
|
|
68
|
+
|
|
69
|
+
| Pattern | Use When | Example |
|
|
70
|
+
|---------|----------|---------|
|
|
71
|
+
| **State Machine** | 3-5 discrete states | Player: Idle→Walk→Jump |
|
|
72
|
+
| **Object Pooling** | Frequent spawn/destroy | Bullets, particles |
|
|
73
|
+
| **Observer/Events** | Cross-system communication | Health→UI updates |
|
|
74
|
+
| **ECS** | Thousands of similar entities | RTS units, particles |
|
|
75
|
+
| **Command** | Undo, replay, networking | Input recording |
|
|
76
|
+
| **Behavior Tree** | Complex AI decisions | Enemy AI |
|
|
77
|
+
|
|
78
|
+
**Decision Rule:** Start with State Machine. Add ECS only when performance demands.
|
|
79
|
+
|
|
80
|
+
---
|
|
81
|
+
|
|
82
|
+
### 3. Input Abstraction
|
|
83
|
+
|
|
84
|
+
Abstract input into ACTIONS, not raw keys:
|
|
85
|
+
|
|
86
|
+
```
|
|
87
|
+
"jump" → Space, Gamepad A, Touch tap
|
|
88
|
+
"move" → WASD, Left stick, Virtual joystick
|
|
89
|
+
```
|
|
90
|
+
|
|
91
|
+
**Why:** Enables multi-platform, rebindable controls.
|
|
92
|
+
|
|
93
|
+
---
|
|
94
|
+
|
|
95
|
+
### 4. Performance Budget (60 FPS = 16.67ms)
|
|
96
|
+
|
|
97
|
+
| System | Budget |
|
|
98
|
+
|--------|--------|
|
|
99
|
+
| Input | 1ms |
|
|
100
|
+
| Physics | 3ms |
|
|
101
|
+
| AI | 2ms |
|
|
102
|
+
| Game Logic | 4ms |
|
|
103
|
+
| Rendering | 5ms |
|
|
104
|
+
| Buffer | 1.67ms |
|
|
105
|
+
|
|
106
|
+
**Optimization Priority:**
|
|
107
|
+
1. Algorithm (O(n²) → O(n log n))
|
|
108
|
+
2. Batching (reduce draw calls)
|
|
109
|
+
3. Pooling (avoid GC spikes)
|
|
110
|
+
4. LOD (detail by distance)
|
|
111
|
+
5. Culling (skip invisible)
|
|
112
|
+
|
|
113
|
+
---
|
|
114
|
+
|
|
115
|
+
### 5. AI Selection by Complexity
|
|
116
|
+
|
|
117
|
+
| AI Type | Complexity | Use When |
|
|
118
|
+
|---------|------------|----------|
|
|
119
|
+
| **FSM** | Simple | 3-5 states, predictable behavior |
|
|
120
|
+
| **Behavior Tree** | Medium | Modular, designer-friendly |
|
|
121
|
+
| **GOAP** | High | Emergent, planning-based |
|
|
122
|
+
| **Utility AI** | High | Scoring-based decisions |
|
|
123
|
+
|
|
124
|
+
---
|
|
125
|
+
|
|
126
|
+
### 6. Collision Strategy
|
|
127
|
+
|
|
128
|
+
| Type | Best For |
|
|
129
|
+
|------|----------|
|
|
130
|
+
| **AABB** | Rectangles, fast checks |
|
|
131
|
+
| **Circle** | Round objects, cheap |
|
|
132
|
+
| **Spatial Hash** | Many similar-sized objects |
|
|
133
|
+
| **Quadtree** | Large worlds, varying sizes |
|
|
134
|
+
|
|
135
|
+
---
|
|
136
|
+
|
|
137
|
+
## Anti-Patterns (Universal)
|
|
138
|
+
|
|
139
|
+
| Don't | Do |
|
|
140
|
+
|-------|-----|
|
|
141
|
+
| Update everything every frame | Use events, dirty flags |
|
|
142
|
+
| Create objects in hot loops | Object pooling |
|
|
143
|
+
| Cache nothing | Cache references |
|
|
144
|
+
| Optimize without profiling | Profile first |
|
|
145
|
+
| Mix input with logic | Abstract input layer |
|
|
146
|
+
|
|
147
|
+
---
|
|
148
|
+
|
|
149
|
+
## Routing Examples
|
|
150
|
+
|
|
151
|
+
### Example 1: "I want to make a browser-based 2D platformer"
|
|
152
|
+
→ Start with `game-development/web-games` for framework selection
|
|
153
|
+
→ Then `game-development/2d-games` for sprite/tilemap patterns
|
|
154
|
+
→ Reference `game-development/game-design` for level design
|
|
155
|
+
|
|
156
|
+
### Example 2: "Mobile puzzle game for iOS and Android"
|
|
157
|
+
→ Start with `game-development/mobile-games` for touch input and stores
|
|
158
|
+
→ Use `game-development/game-design` for puzzle balancing
|
|
159
|
+
|
|
160
|
+
### Example 3: "Multiplayer VR shooter"
|
|
161
|
+
→ `game-development/vr-ar` for comfort and immersion
|
|
162
|
+
→ `game-development/3d-games` for rendering
|
|
163
|
+
→ `game-development/multiplayer` for networking
|
|
164
|
+
|
|
165
|
+
---
|
|
166
|
+
|
|
167
|
+
> **Remember:** Great games come from iteration, not perfection. Prototype fast, then polish.
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: game-art
|
|
3
|
-
description: Game art principles.
|
|
4
|
-
|
|
5
|
-
version: 4.0.5
|
|
6
|
-
layer: master-skill
|
|
3
|
+
description: Game art principles. Visual style selection, asset pipeline, animation workflow.
|
|
4
|
+
allowed-tools: Read, Glob, Grep
|
|
7
5
|
---
|
|
8
6
|
|
|
9
7
|
# Game Art Principles
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: game-audio
|
|
3
|
-
description: Game audio principles.
|
|
4
|
-
|
|
5
|
-
version: 4.0.5
|
|
6
|
-
layer: master-skill
|
|
3
|
+
description: Game audio principles. Sound design, music integration, adaptive audio systems.
|
|
4
|
+
allowed-tools: Read, Glob, Grep
|
|
7
5
|
---
|
|
8
6
|
|
|
9
7
|
# Game Audio Principles
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: game-design
|
|
3
|
-
description: Game design principles.
|
|
4
|
-
|
|
5
|
-
version: 4.0.5
|
|
6
|
-
layer: master-skill
|
|
3
|
+
description: Game design principles. GDD structure, balancing, player psychology, progression.
|
|
4
|
+
allowed-tools: Read, Glob, Grep
|
|
7
5
|
---
|
|
8
6
|
|
|
9
7
|
# Game Design Principles
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mobile-games
|
|
3
|
-
description: Mobile game development principles.
|
|
4
|
-
|
|
5
|
-
version: 4.0.5
|
|
6
|
-
layer: master-skill
|
|
3
|
+
description: Mobile game development principles. Touch input, battery, performance, app stores.
|
|
4
|
+
allowed-tools: Read, Write, Edit, Glob, Grep
|
|
7
5
|
---
|
|
8
6
|
|
|
9
7
|
# Mobile Game Development
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: multiplayer
|
|
3
|
-
description: Multiplayer game development principles.
|
|
4
|
-
|
|
5
|
-
version: 4.0.5
|
|
6
|
-
layer: master-skill
|
|
3
|
+
description: Multiplayer game development principles. Architecture, networking, synchronization.
|
|
4
|
+
allowed-tools: Read, Write, Edit, Glob, Grep, Bash
|
|
7
5
|
---
|
|
8
6
|
|
|
9
7
|
# Multiplayer Game Development
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: pc-games
|
|
3
|
-
description: PC and console game development principles.
|
|
4
|
-
|
|
5
|
-
version: 4.0.5
|
|
6
|
-
layer: master-skill
|
|
3
|
+
description: PC and console game development principles. Engine selection, platform features, optimization strategies.
|
|
4
|
+
allowed-tools: Read, Write, Edit, Glob, Grep
|
|
7
5
|
---
|
|
8
6
|
|
|
9
7
|
# PC/Console Game Development
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: vr-ar
|
|
3
|
-
description: VR/AR development principles.
|
|
4
|
-
|
|
5
|
-
version: 4.0.5
|
|
6
|
-
layer: master-skill
|
|
3
|
+
description: VR/AR development principles. Comfort, interaction, performance requirements.
|
|
4
|
+
allowed-tools: Read, Write, Edit, Glob, Grep
|
|
7
5
|
---
|
|
8
6
|
|
|
9
7
|
# VR/AR Development
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: web-games
|
|
3
|
-
description: Web browser game development principles.
|
|
4
|
-
|
|
5
|
-
version: 4.0.5
|
|
6
|
-
layer: master-skill
|
|
3
|
+
description: Web browser game development principles. Framework selection, WebGPU, optimization, PWA.
|
|
4
|
+
allowed-tools: Read, Write, Edit, Glob, Grep
|
|
7
5
|
---
|
|
8
6
|
|
|
9
7
|
# Web Browser Game Development
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: geo-fundamentals
|
|
3
3
|
description: Generative Engine Optimization for AI search engines (ChatGPT, Claude, Perplexity).
|
|
4
|
-
|
|
5
|
-
version: 4.1.0-fractal
|
|
6
|
-
layer: master-skill
|
|
4
|
+
allowed-tools: Read, Glob, Grep
|
|
7
5
|
---
|
|
8
6
|
|
|
9
7
|
# GEO Fundamentals
|
|
@@ -20,10 +18,139 @@ layer: master-skill
|
|
|
20
18
|
|------|----------|
|
|
21
19
|
| Be cited in AI responses | ChatGPT, Claude, Perplexity, Gemini |
|
|
22
20
|
|
|
23
|
-
|
|
21
|
+
### SEO vs GEO
|
|
22
|
+
|
|
23
|
+
| Aspect | SEO | GEO |
|
|
24
|
+
|--------|-----|-----|
|
|
25
|
+
| Goal | #1 ranking | AI citations |
|
|
26
|
+
| Platform | Google | AI engines |
|
|
27
|
+
| Metrics | Rankings, CTR | Citation rate |
|
|
28
|
+
| Focus | Keywords | Entities, data |
|
|
29
|
+
|
|
30
|
+
---
|
|
31
|
+
|
|
32
|
+
## 2. AI Engine Landscape
|
|
33
|
+
|
|
34
|
+
| Engine | Citation Style | Opportunity |
|
|
35
|
+
|--------|----------------|-------------|
|
|
36
|
+
| **Perplexity** | Numbered [1][2] | Highest citation rate |
|
|
37
|
+
| **ChatGPT** | Inline/footnotes | Custom GPTs |
|
|
38
|
+
| **Claude** | Contextual | Long-form content |
|
|
39
|
+
| **Gemini** | Sources section | SEO crossover |
|
|
40
|
+
|
|
41
|
+
---
|
|
42
|
+
|
|
43
|
+
## 3. RAG Retrieval Factors
|
|
44
|
+
|
|
45
|
+
How AI engines select content to cite:
|
|
46
|
+
|
|
47
|
+
| Factor | Weight |
|
|
48
|
+
|--------|--------|
|
|
49
|
+
| Semantic relevance | ~40% |
|
|
50
|
+
| Keyword match | ~20% |
|
|
51
|
+
| Authority signals | ~15% |
|
|
52
|
+
| Freshness | ~10% |
|
|
53
|
+
| Source diversity | ~15% |
|
|
54
|
+
|
|
55
|
+
---
|
|
56
|
+
|
|
57
|
+
## 4. Content That Gets Cited
|
|
58
|
+
|
|
59
|
+
| Element | Why It Works |
|
|
60
|
+
|---------|--------------|
|
|
61
|
+
| **Original statistics** | Unique, citable data |
|
|
62
|
+
| **Expert quotes** | Authority transfer |
|
|
63
|
+
| **Clear definitions** | Easy to extract |
|
|
64
|
+
| **Step-by-step guides** | Actionable value |
|
|
65
|
+
| **Comparison tables** | Structured info |
|
|
66
|
+
| **FAQ sections** | Direct answers |
|
|
67
|
+
|
|
68
|
+
---
|
|
69
|
+
|
|
70
|
+
## 5. GEO Content Checklist
|
|
71
|
+
|
|
72
|
+
### Content Elements
|
|
73
|
+
|
|
74
|
+
- [ ] Question-based titles
|
|
75
|
+
- [ ] Summary/TL;DR at top
|
|
76
|
+
- [ ] Original data with sources
|
|
77
|
+
- [ ] Expert quotes (name, title)
|
|
78
|
+
- [ ] FAQ section (3-5 Q&A)
|
|
79
|
+
- [ ] Clear definitions
|
|
80
|
+
- [ ] "Last updated" timestamp
|
|
81
|
+
- [ ] Author with credentials
|
|
82
|
+
|
|
83
|
+
### Technical Elements
|
|
84
|
+
|
|
85
|
+
- [ ] Article schema with dates
|
|
86
|
+
- [ ] Person schema for author
|
|
87
|
+
- [ ] FAQPage schema
|
|
88
|
+
- [ ] Fast loading (< 2.5s)
|
|
89
|
+
- [ ] Clean HTML structure
|
|
90
|
+
|
|
91
|
+
---
|
|
92
|
+
|
|
93
|
+
## 6. Entity Building
|
|
94
|
+
|
|
95
|
+
| Action | Purpose |
|
|
96
|
+
|--------|---------|
|
|
97
|
+
| Google Knowledge Panel | Entity recognition |
|
|
98
|
+
| Wikipedia (if notable) | Authority source |
|
|
99
|
+
| Consistent info across web | Entity consolidation |
|
|
100
|
+
| Industry mentions | Authority signals |
|
|
101
|
+
|
|
102
|
+
---
|
|
103
|
+
|
|
104
|
+
## 7. AI Crawler Access
|
|
105
|
+
|
|
106
|
+
### Key AI User-Agents
|
|
107
|
+
|
|
108
|
+
| Crawler | Engine |
|
|
109
|
+
|---------|--------|
|
|
110
|
+
| GPTBot | ChatGPT/OpenAI |
|
|
111
|
+
| Claude-Web | Claude |
|
|
112
|
+
| PerplexityBot | Perplexity |
|
|
113
|
+
| Googlebot | Gemini (shared) |
|
|
114
|
+
|
|
115
|
+
### Access Decision
|
|
116
|
+
|
|
117
|
+
| Strategy | When |
|
|
118
|
+
|----------|------|
|
|
119
|
+
| Allow all | Want AI citations |
|
|
120
|
+
| Block GPTBot | Don't want OpenAI training |
|
|
121
|
+
| Selective | Allow some, block others |
|
|
122
|
+
|
|
123
|
+
---
|
|
124
|
+
|
|
125
|
+
## 8. Measurement
|
|
126
|
+
|
|
127
|
+
| Metric | How to Track |
|
|
128
|
+
|--------|--------------|
|
|
129
|
+
| AI citations | Manual monitoring |
|
|
130
|
+
| "According to [Brand]" mentions | Search in AI |
|
|
131
|
+
| Competitor citations | Compare share |
|
|
132
|
+
| AI-referred traffic | UTM parameters |
|
|
133
|
+
|
|
134
|
+
---
|
|
135
|
+
|
|
136
|
+
## 9. Anti-Patterns
|
|
137
|
+
|
|
138
|
+
| ❌ Don't | ✅ Do |
|
|
139
|
+
|----------|-------|
|
|
140
|
+
| Publish without dates | Add timestamps |
|
|
141
|
+
| Vague attributions | Name sources |
|
|
142
|
+
| Skip author info | Show credentials |
|
|
143
|
+
| Thin content | Comprehensive coverage |
|
|
144
|
+
|
|
145
|
+
---
|
|
146
|
+
|
|
147
|
+
> **Remember:** AI cites content that's clear, authoritative, and easy to extract. Be the best answer.
|
|
148
|
+
|
|
149
|
+
---
|
|
150
|
+
|
|
151
|
+
## Script
|
|
152
|
+
|
|
153
|
+
| Script | Purpose | Command |
|
|
154
|
+
|--------|---------|---------|
|
|
155
|
+
| `scripts/geo_checker.py` | GEO audit (AI citation readiness) | `python scripts/geo_checker.py <project_path>` |
|
|
24
156
|
|
|
25
|
-
### 1. [SEO vs GEO](./sub-skills/seo-vs-geo.md)
|
|
26
|
-
### 2. [Content Elements](./sub-skills/content-elements.md)
|
|
27
|
-
### 3. [Technical Elements](./sub-skills/technical-elements.md)
|
|
28
|
-
### 4. [Key AI User-Agents](./sub-skills/key-ai-user-agents.md)
|
|
29
|
-
### 5. [Access Decision](./sub-skills/access-decision.md)
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: git-collaboration-master
|
|
3
|
-
description:
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
description: >
|
|
4
|
+
Master Git workflows and high-performance team collaboration. Covers PR strategies,
|
|
5
|
+
automated standups, issue resolution, and professional code review culture.
|
|
6
|
+
Replaces all fragmented Git and team-related skills.
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
# 🤝 Git & Collaboration Master Kit
|
|
@@ -61,8 +61,3 @@ You are a **Senior Engineering Manager and Git Architect**. Your role is to ensu
|
|
|
61
61
|
|
|
62
62
|
---
|
|
63
63
|
*Merged and optimized from 8 legacy Git and team collaboration skills.*
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
## 🧠 Knowledge Modules (Fractal Skills)
|
|
67
|
-
|
|
68
|
-
### 1. [pr_template](./sub-skills/pr_template.md)
|