antigravity-ide 4.2.1 → 4.3.3
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/{design-philosophy → core/design-philosophy}/README.md +12 -1
- package/.agent/.shared/{ai-master → technical/ai-master}/README.md +12 -1
- package/.agent/.shared/{api-standards → technical/api-standards}/README.md +12 -1
- package/.agent/.shared/{database-master → technical/database-master}/README.md +12 -2
- package/.agent/.shared/{seo-master → technical/seo-master}/README.md +12 -1
- package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/README.md +12 -1
- package/.agent/ARCHITECTURE.md +16 -10
- package/.agent/ARCHITECTURE.vi.md +8 -8
- package/{GEMINI.md → .agent/GEMINI.md} +4 -5
- package/.agent/RESOURCES.md +6 -1
- package/.agent/agents/backend-specialist.md +154 -19
- package/.agent/agents/browser-subagent.md +45 -0
- package/.agent/agents/cloud-architect.md +108 -189
- package/.agent/agents/debugger.md +83 -182
- package/.agent/agents/documentation-writer.md +125 -72
- package/.agent/agents/frontend-specialist.md +40 -7
- package/.agent/agents/game-developer.md +111 -116
- package/.agent/agents/mobile-developer.md +108 -321
- package/.agent/agents/orchestrator.md +106 -366
- package/.agent/agents/performance-optimizer.md +105 -136
- package/.agent/agents/project-planner.md +132 -39
- package/.agent/agents/quality-inspector.md +136 -32
- package/.agent/agents/security-auditor.md +138 -15
- package/.agent/agents/seo-specialist.md +118 -72
- package/.agent/agents/test-engineer.md +142 -11
- package/.agent/brain/task.md +16 -0
- package/.agent/rules/GEMINI.md +63 -31
- package/.agent/rules/code-quality.md +34 -3
- package/.agent/rules/frontend.md +3 -3
- package/.agent/rules/strict-protocol.md +44 -3
- package/.agent/rules/system-update.md +56 -3
- package/.agent/skills/agent-backend-patterns/SKILL.md +16 -3
- package/.agent/skills/ai-engineer/SKILL.md +29 -16
- 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 +39 -79
- package/.agent/skills/app-builder/templates/nextjs-saas/TEMPLATE.md +53 -75
- package/.agent/skills/app-builder/templates/nextjs-static/TEMPLATE.md +56 -119
- package/.agent/skills/app-builder/templates/nuxt-app/TEMPLATE.md +61 -94
- package/.agent/skills/app-builder/templates/react-native-app/TEMPLATE.md +56 -82
- package/.agent/skills/brand-guidelines-anthropic/LICENSE.txt +202 -0
- package/.agent/skills/brand-guidelines-anthropic/SKILL.md +26 -0
- package/.agent/skills/brand-guidelines-anthropic/sub-skills/color-application.md +5 -0
- package/.agent/skills/brand-guidelines-anthropic/sub-skills/colors.md +14 -0
- package/.agent/skills/brand-guidelines-anthropic/sub-skills/font-management.md +6 -0
- package/.agent/skills/brand-guidelines-anthropic/sub-skills/shape-and-accent-colors.md +7 -0
- package/.agent/skills/brand-guidelines-anthropic/sub-skills/smart-font-application.md +6 -0
- package/.agent/skills/brand-guidelines-anthropic/sub-skills/text-styling.md +6 -0
- package/.agent/skills/brand-guidelines-anthropic/sub-skills/typography.md +7 -0
- package/.agent/skills/cloud-architect-master/SKILL.md +9 -4
- package/.agent/skills/cro-expert-kit/SKILL.md +9 -4
- package/.agent/skills/database-migration/SKILL.md +9 -3
- package/.agent/skills/deployment-engineer/SKILL.md +9 -3
- package/.agent/skills/frontend-design/ux-psychology.md +10 -585
- package/.agent/skills/full-stack-scaffold/SKILL.md +4 -4
- package/.agent/skills/game-development/2d-games/SKILL.md +4 -2
- package/.agent/skills/game-development/3d-games/SKILL.md +4 -2
- package/.agent/skills/game-development/SKILL.md +18 -149
- package/.agent/skills/game-development/game-art/SKILL.md +4 -2
- package/.agent/skills/game-development/game-audio/SKILL.md +4 -2
- package/.agent/skills/game-development/game-design/SKILL.md +4 -2
- package/.agent/skills/game-development/mobile-games/SKILL.md +4 -2
- package/.agent/skills/game-development/multiplayer/SKILL.md +4 -2
- package/.agent/skills/game-development/pc-games/SKILL.md +4 -2
- package/.agent/skills/game-development/vr-ar/SKILL.md +4 -2
- package/.agent/skills/game-development/web-games/SKILL.md +4 -2
- package/.agent/skills/geo-fundamentals/SKILL.md +9 -136
- package/.agent/skills/git-collaboration-master/SKILL.md +9 -4
- package/.agent/skills/i18n-localization/SKILL.md +10 -118
- package/.agent/skills/incident-responder/SKILL.md +9 -6
- package/.agent/skills/internal-comms-anthropic/LICENSE.txt +202 -0
- package/.agent/skills/internal-comms-anthropic/SKILL.md +33 -0
- package/.agent/skills/internal-comms-anthropic/examples/3p-updates.md +47 -0
- package/.agent/skills/internal-comms-anthropic/examples/company-newsletter.md +65 -0
- package/.agent/skills/internal-comms-anthropic/examples/faq-answers.md +30 -0
- package/.agent/skills/internal-comms-anthropic/examples/general-comms.md +16 -0
- package/.agent/skills/last30days/tests/__init__.py +1 -0
- package/.agent/skills/last30days/tests/test_cache.py +59 -0
- package/.agent/skills/last30days/tests/test_dates.py +114 -0
- package/.agent/skills/last30days/tests/test_dedupe.py +111 -0
- package/.agent/skills/last30days/tests/test_models.py +135 -0
- package/.agent/skills/last30days/tests/test_normalize.py +138 -0
- package/.agent/skills/last30days/tests/test_render.py +116 -0
- package/.agent/skills/last30days/tests/test_score.py +168 -0
- package/.agent/skills/legacy-modernizer/SKILL.md +9 -4
- package/.agent/skills/lint-and-validate/scripts/lint_runner.py +2 -14
- package/.agent/skills/loki-mode/.github/workflows/claude-code-review.yml +57 -0
- package/.agent/skills/loki-mode/.github/workflows/claude.yml +50 -0
- package/.agent/skills/loki-mode/.github/workflows/release.yml +128 -0
- package/.agent/skills/loki-mode/tests/run-all-tests.sh +78 -0
- package/.agent/skills/loki-mode/tests/test-agent-timeout.sh +348 -0
- package/.agent/skills/loki-mode/tests/test-bootstrap.sh +196 -0
- package/.agent/skills/loki-mode/tests/test-circuit-breaker.sh +389 -0
- package/.agent/skills/loki-mode/tests/test-state-recovery.sh +393 -0
- package/.agent/skills/loki-mode/tests/test-task-queue.sh +396 -0
- package/.agent/skills/loki-mode/tests/test-wrapper.sh +314 -0
- package/.agent/skills/mcp-builder/SKILL.md +21 -164
- package/.agent/skills/mobile-design/SKILL.md +21 -369
- package/.agent/skills/mobile-design/mobile-performance.md +1 -1
- package/.agent/skills/modern-web-architect/SKILL.md +12 -6
- package/.agent/skills/nextjs-react-expert/scripts/convert_rules.py +1 -1
- package/.agent/skills/penetration-tester-master/SKILL.md +9 -4
- package/.agent/skills/performance-engineer/SKILL.md +4 -5
- package/.agent/skills/production-code-audit/SKILL.md +6 -0
- package/.agent/skills/rust-pro/SKILL.md +0 -177
- package/.agent/skills/security-auditor/SKILL.md +35 -27
- package/.agent/skills/seo-expert-kit/SKILL.md +9 -4
- package/.agent/skills/shopify-development/scripts/tests/test_shopify_init.py +379 -0
- package/.agent/skills/tdd-master-workflow/SKILL.md +9 -3
- package/.agent/workflows/audit.md +30 -16
- package/.agent/workflows/brainstorm.md +33 -96
- package/.agent/workflows/create.md +37 -45
- package/.agent/workflows/debug.md +45 -84
- package/.agent/workflows/deploy.md +33 -158
- package/.agent/workflows/document.md +38 -15
- package/.agent/workflows/enhance.md +33 -48
- package/.agent/workflows/monitor.md +35 -14
- package/.agent/workflows/orchestrate.md +33 -218
- package/.agent/workflows/plan.md +39 -70
- package/.agent/workflows/security.md +35 -14
- package/.agent/workflows/seo.md +39 -16
- package/.agent/workflows/status.md +33 -72
- package/.agent/workflows/test.md +30 -127
- package/.agent/workflows/ui-ux-pro-max.md +24 -283
- package/LICENSE +22 -8
- package/README.md +105 -72
- package/README.vi.md +93 -110
- package/cli/create.js +275 -413
- package/cli/index.js +36 -24
- package/cli/lib/auto-update.js +14 -21
- package/cli/logic/product-skills.js +58 -0
- package/cli/logic/skill-definitions.js +0 -39
- package/cli/prompts.js +151 -145
- package/cli/skills/browser-subagent-core/SKILL.md +22 -0
- package/cli/tools/browser.js +75 -0
- package/cli/ui/dashboard.js +48 -0
- package/docs/AGENTS_GUIDE.vi.md +39 -45
- package/docs/CONTRIBUTING.vi.md +12 -3
- package/docs/{GEMINI_GUIDE.md → GEMINI_USAGE.md} +6 -6
- package/docs/GLOSSARY.vi.md +49 -30
- package/docs/HOW_ANTIGRAVITY_THINKS.vi.md +1 -1
- package/docs/OPERATIONAL_FLOW.vi.md +15 -0
- package/docs/{PUBLISHING.md → PUBLISHING_GUIDE.md} +31 -3
- package/docs/RULES_GUIDE.vi.md +67 -31
- package/docs/SHARED_LIBRARY_GUIDE.vi.md +18 -22
- package/docs/SKILLS_GUIDE.vi.md +119 -32
- package/docs/TROUBLESHOOTING.vi.md +10 -2
- package/docs/WORKFLOW_GUIDE.vi.md +57 -9
- package/package.json +32 -8
- package/setup.js +147 -114
- package/.agent/.shared/compliance/README.md +0 -19
- package/.agent/.shared/design-system/README.md +0 -18
- package/.agent/.shared/domain-blueprints/README.md +0 -18
- package/.agent/.shared/dx-toolkit/README.md +0 -19
- package/.agent/.shared/i18n-master/README.md +0 -18
- package/.agent/.shared/infra-blueprints/README.md +0 -18
- package/.agent/.shared/metrics/README.md +0 -17
- package/.agent/.shared/resilience-patterns/README.md +0 -19
- package/.agent/.shared/security-armor/README.md +0 -25
- package/.agent/.shared/testing-master/README.md +0 -20
- package/.agent/.shared/vitals-templates/README.md +0 -18
- package/.agent/agents/accessibility-expert.md +0 -22
- package/.agent/agents/api-architect.md +0 -22
- package/.agent/agents/backend-specialist.eco.md +0 -19
- package/.agent/agents/backend-specialist.instant.md +0 -19
- package/.agent/agents/codebase-expert.md +0 -23
- package/.agent/agents/compliance-expert.md +0 -22
- package/.agent/agents/data-scientist.md +0 -22
- package/.agent/agents/debugger.eco.md +0 -20
- package/.agent/agents/debugger.instant.md +0 -20
- package/.agent/agents/deep-thinker.ultra.md +0 -23
- package/.agent/agents/devex-optimizer.md +0 -22
- package/.agent/agents/devops-architect.md +0 -22
- package/.agent/agents/frontend-specialist.eco.md +0 -19
- package/.agent/agents/frontend-specialist.instant.md +0 -19
- package/.agent/agents/growth-engineer.md +0 -22
- package/.agent/agents/i18n-specialist.md +0 -21
- package/.agent/agents/legacy-modernizer.md +0 -22
- package/.agent/agents/microservices-specialist.md +0 -22
- package/.agent/agents/motion-designer.md +0 -22
- package/.agent/agents/orchestrator.creative.md +0 -28
- package/.agent/agents/orchestrator.eco.md +0 -29
- package/.agent/agents/orchestrator.instant.md +0 -29
- package/.agent/agents/orchestrator.ultra.md +0 -28
- package/.agent/agents/performance-benchmarker.md +0 -22
- package/.agent/agents/project-planner.eco.md +0 -19
- package/.agent/agents/project-planner.instant.md +0 -19
- package/.agent/agents/security-pentester.md +0 -22
- package/.agent/agents/serverless-expert.md +0 -22
- package/.agent/fastcode_index.json +0 -1038
- package/.agent/mcp_config.json +0 -24
- package/.agent/rules/GEMINI.eco.md +0 -37
- package/.agent/rules/GEMINI.instant.md +0 -37
- package/.agent/rules/api-spec.md +0 -28
- package/.agent/rules/database.md +0 -24
- package/.agent/rules/devops.md +0 -23
- package/.agent/rules/growth-strategy.md +0 -22
- package/.agent/rules/logging-monitoring.md +0 -22
- package/.agent/rules/quality-assurance.md +0 -22
- package/.agent/rules/system-reasoning.md +0 -20
- package/.agent/rules/ui-design.md +0 -23
- package/.agent/rules/ux-patterns.md +0 -23
- package/.agent/scripts/auto_preview.py +0 -148
- package/.agent/scripts/checklist.py +0 -252
- package/.agent/scripts/session_manager.py +0 -120
- package/.agent/scripts/simulation_install.js +0 -59
- package/.agent/scripts/sync_to_global.py +0 -78
- package/.agent/scripts/translate_workflows.py +0 -53
- package/.agent/scripts/verify_all.py +0 -327
- package/.agent/scripts/verify_shared_modules.js +0 -126
- package/.agent/skills/fastcode-search/SKILL.md +0 -46
- package/.agent/skills/fastcode-search/fastcode_config.example.json +0 -17
- package/.agent/skills/frontend-trends-2026/SKILL.md +0 -78
- package/.agent/skills/frontend-trends-2026/formulas/BentoGrid.tsx +0 -42
- package/.agent/skills/frontend-trends-2026/formulas/LiquidCard.tsx +0 -32
- package/.agent/skills/frontend-trends-2026/formulas/NeoButton.tsx +0 -27
- package/.agent/workflows/deep-security-audit.md +0 -9
- package/.agent/workflows/growth-max.md +0 -9
- package/.agent/workflows/performance-max.md +0 -9
- package/.editorconfig +0 -21
- package/.gitattributes +0 -7
- package/CHANGELOG.md +0 -32
- package/ERRORS.md +0 -67
- package/action.yml +0 -32
- package/antigravity-ide-logo.png +0 -0
- package/antigravity-ide-logo.svg +0 -24
- package/assets/skills-bundle.json +0 -1
- package/cli/manifest.js +0 -524
- package/cli/skills/fastcode.js +0 -181
- package/docs/AGENT_FLOW.md +0 -608
- package/docs/CONTRIBUTING.md +0 -46
- package/docs/COPYRIGHT.md +0 -57
- package/docs/DEPLOYMENT.md +0 -77
- package/docs/GLOSSARY.md +0 -109
- package/docs/MASTER_GUIDE.md +0 -103
- package/docs/OPERATIONAL_FLOW.md +0 -147
- package/docs/PLAN-upgrade-core-architecture.md +0 -71
- package/docs/SKILLS.md +0 -610
- package/docs/TROUBLESHOOTING.md +0 -43
- package/jest.config.js +0 -8
- package/scripts/bump.js +0 -93
- package/scripts/bundle-skills.js +0 -59
- package/scripts/internal/automation/auto-release.js +0 -177
- package/scripts/internal/fractalize-skills.js +0 -89
- package/scripts/internal/generate-skill-definitions.js +0 -134
- package/scripts/internal/internal/update-docs.js +0 -115
- package/scripts/internal/refactor-skill-content.js +0 -127
- package/scripts/internal/rename-skills.js +0 -96
- package/scripts/internal/sync-skills.js +0 -112
- package/scripts/internal/update-frontmatter-names.js +0 -99
- package/scripts/internal/verification/audit-dna.js +0 -56
- package/scripts/internal/verification/audit-skills.js +0 -65
- package/web/src/app/docs/guide/examples/brainstorm/page.mdx +0 -91
- package/web/src/app/docs/guide/examples/create/page.mdx +0 -84
- package/web/src/app/docs/guide/examples/debugging/page.mdx +0 -83
- package/web/src/app/docs/guide/examples/deployment/page.mdx +0 -93
- package/web/src/app/docs/guide/examples/new-feature/page.mdx +0 -102
- package/web/src/app/docs/guide/examples/orchestration/page.mdx +0 -99
- package/web/src/app/docs/guide/examples/plan/page.mdx +0 -76
- package/web/src/app/docs/guide/examples/preview/page.mdx +0 -77
- package/web/src/app/docs/guide/examples/status/page.mdx +0 -78
- package/web/src/app/docs/guide/examples/test/page.mdx +0 -80
- package/web/src/app/docs/guide/examples/ui-design/page.mdx +0 -90
- package/web/src/components/mdx/Callout.tsx +0 -60
- package/web/src/components/mdx/FeatureGrid.tsx +0 -38
- package/web/src/components/mdx/ProTips.tsx +0 -29
- package/web/src/components/mdx/StepList.tsx +0 -33
- package/web/src/components/mdx/Terminal.tsx +0 -58
- package/web/src/components/mdx/index.ts +0 -5
- package/web/src/mdx-components.tsx +0 -98
- /package/.agent/.shared/{design-philosophy → core/design-philosophy}/MANIFESTO.md +0 -0
- /package/.agent/.shared/{design-philosophy → core/design-philosophy}/checklists/tactile_audit.md +0 -0
- /package/.agent/.shared/{design-philosophy → core/design-philosophy}/checklists/visual_audit.md +0 -0
- /package/.agent/.shared/{design-philosophy → core/design-philosophy}/presets/linear_glow.json +0 -0
- /package/.agent/.shared/{dx-toolkit → core/dx-toolkit}/checklists/code_review.md +0 -0
- /package/.agent/.shared/{dx-toolkit → core/dx-toolkit}/presets/vscode_settings.json +0 -0
- /package/.agent/.shared/{metrics → core/metrics}/benchmarks.json +0 -0
- /package/.agent/.shared/{vitals-templates → core/vitals-templates}/audit_report.md +0 -0
- /package/.agent/.shared/{vitals-templates → core/vitals-templates}/plan_prd.md +0 -0
- /package/.agent/.shared/{ai-master → technical/ai-master}/best_patterns.md +0 -0
- /package/.agent/.shared/{ai-master → technical/ai-master}/checklists/prompt_audit.md +0 -0
- /package/.agent/.shared/{ai-master → technical/ai-master}/presets/model_configs.json +0 -0
- /package/.agent/.shared/{api-standards → technical/api-standards}/data +0 -0
- /package/.agent/.shared/{api-standards → technical/api-standards}/endpoints_naming.md +0 -0
- /package/.agent/.shared/{api-standards → technical/api-standards}/error_codes.csv +0 -0
- /package/.agent/.shared/{api-standards → technical/api-standards}/pagination_sorting.md +0 -0
- /package/.agent/.shared/{api-standards → technical/api-standards}/response_format.json +0 -0
- /package/.agent/.shared/{database-master → technical/database-master}/schemas/auth_rbac.sql +0 -0
- /package/.agent/.shared/{database-master → technical/database-master}/schemas/cms.sql +0 -0
- /package/.agent/.shared/{database-master → technical/database-master}/schemas/ecommerce.sql +0 -0
- /package/.agent/.shared/{design-system → technical/design-system}/brand_presets.json +0 -0
- /package/.agent/.shared/{design-system → technical/design-system}/micro_interactions.md +0 -0
- /package/.agent/.shared/{i18n-master → technical/i18n-master}/vi_tech_dictionary.csv +0 -0
- /package/.agent/.shared/{i18n-master → technical/i18n-master}/workflows.json +0 -0
- /package/.agent/.shared/{resilience-patterns → technical/resilience-patterns}/checklists/chaos_engineering.md +0 -0
- /package/.agent/.shared/{resilience-patterns → technical/resilience-patterns}/presets/circuit_breaker.json +0 -0
- /package/.agent/.shared/{security-armor → technical/security-armor}/checklists/vuln_scan.md +0 -0
- /package/.agent/.shared/{security-armor → technical/security-armor}/hardening.md +0 -0
- /package/.agent/.shared/{security-armor → technical/security-armor}/presets/helmet_config.json +0 -0
- /package/.agent/.shared/{seo-master → technical/seo-master}/checklists/technical_seo.md +0 -0
- /package/.agent/.shared/{seo-master → technical/seo-master}/presets/json_ld_schema.json +0 -0
- /package/.agent/.shared/{testing-master → technical/testing-master}/checklists/pre_release.md +0 -0
- /package/.agent/.shared/{testing-master → technical/testing-master}/scenarios.md +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/colors.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/icons.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/landing.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/products.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/react-performance.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/stacks/flutter.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/stacks/html-tailwind.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/stacks/jetpack-compose.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/stacks/nextjs.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/stacks/nuxt-ui.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/stacks/nuxtjs.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/stacks/react-native.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/stacks/react.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/stacks/shadcn.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/stacks/svelte.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/stacks/swiftui.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/stacks/vue.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/ux-guidelines.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/web-interface.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/scripts/__pycache__/core.cpython-313.pyc +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/scripts/__pycache__/design_system.cpython-313.pyc +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/scripts/core.py +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/scripts/design_system.py +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/scripts/search.py +0 -0
- /package/.agent/.shared/{compliance → verticals/compliance}/legal_templates.md +0 -0
- /package/.agent/.shared/{domain-blueprints → verticals/domain-blueprints}/edtech.md +0 -0
- /package/.agent/.shared/{domain-blueprints → verticals/domain-blueprints}/fintech.md +0 -0
- /package/.agent/.shared/{domain-blueprints → verticals/domain-blueprints}/fnb_restaurant.md +0 -0
- /package/.agent/.shared/{domain-blueprints → verticals/domain-blueprints}/freelance_marketplace.md +0 -0
- /package/.agent/.shared/{domain-blueprints → verticals/domain-blueprints}/healthcare.md +0 -0
- /package/.agent/.shared/{domain-blueprints → verticals/domain-blueprints}/hospitality_tourism.md +0 -0
- /package/.agent/.shared/{domain-blueprints → verticals/domain-blueprints}/logistics.md +0 -0
- /package/.agent/.shared/{domain-blueprints → verticals/domain-blueprints}/marketing_automation.md +0 -0
- /package/.agent/.shared/{domain-blueprints → verticals/domain-blueprints}/personal_branding.md +0 -0
- /package/.agent/.shared/{domain-blueprints → verticals/domain-blueprints}/real_estate.md +0 -0
- /package/.agent/.shared/{domain-blueprints → verticals/domain-blueprints}/retail_ecommerce.md +0 -0
- /package/.agent/.shared/{domain-blueprints → verticals/domain-blueprints}/standard-pro-agents.md +0 -0
- /package/.agent/.shared/{infra-blueprints → verticals/infra-blueprints}/deployment_specs.md +0 -0
- /package/.agent/skills/ai-engineer/{resources → sub-skills}/ai_infra_stack.md +0 -0
- /package/.agent/skills/cloud-architect-master/{resources → sub-skills}/cost_optimization_checklist.md +0 -0
- /package/.agent/skills/cro-expert-kit/{resources → sub-skills}/psychological_triggers.md +0 -0
- /package/.agent/skills/database-migration/{resources → sub-skills}/zero_downtime_strategy.md +0 -0
- /package/.agent/skills/deployment-engineer/{resources → sub-skills}/k8s_best_practices.md +0 -0
- /package/.agent/skills/git-collaboration-master/{resources → sub-skills}/pr_template.md +0 -0
- /package/.agent/skills/incident-responder/{resources → sub-skills}/incident_severity_levels.md +0 -0
- /package/.agent/skills/legacy-modernizer/{resources → sub-skills}/strangler_fig_pattern.md +0 -0
- /package/.agent/skills/penetration-tester-master/{resources → sub-skills}/owasp_top_10_2025.md +0 -0
- /package/.agent/skills/production-code-audit/{resources → sub-skills}/solid_principles_cheat_sheet.md +0 -0
- /package/.agent/skills/seo-expert-kit/{resources → sub-skills}/technical_seo_checklist.md +0 -0
- /package/.agent/skills/tdd-master-workflow/{resources → sub-skills}/unit_test_naming_convention.md +0 -0
- /package/.agent/{.shared → skills}/ui-ux-pro-max/data/charts.csv +0 -0
- /package/.agent/{.shared → skills}/ui-ux-pro-max/data/prompts.csv +0 -0
- /package/.agent/{.shared → skills}/ui-ux-pro-max/data/styles.csv +0 -0
- /package/.agent/{.shared → skills}/ui-ux-pro-max/data/typography.csv +0 -0
- /package/.agent/{.shared → skills}/ui-ux-pro-max/data/ui-reasoning.csv +0 -0
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: game-development
|
|
3
|
-
description: Game development orchestrator.
|
|
4
|
-
|
|
3
|
+
description: Game development orchestrator.
|
|
4
|
+
category: development
|
|
5
|
+
version: 4.1.0-fractal
|
|
6
|
+
layer: master-skill
|
|
5
7
|
---
|
|
6
8
|
|
|
7
9
|
# Game Development
|
|
@@ -18,150 +20,17 @@ You are working on a game development project. This skill teaches the PRINCIPLES
|
|
|
18
20
|
|
|
19
21
|
## Sub-Skill Routing
|
|
20
22
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
###
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
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.
|
|
23
|
+
## 🧠 Knowledge Modules (Fractal Skills)
|
|
24
|
+
|
|
25
|
+
### 1. [Platform Selection](./sub-skills/platform-selection.md)
|
|
26
|
+
### 2. [Dimension Selection](./sub-skills/dimension-selection.md)
|
|
27
|
+
### 3. [Specialty Areas](./sub-skills/specialty-areas.md)
|
|
28
|
+
### 4. [1. The Game Loop](./sub-skills/1-the-game-loop.md)
|
|
29
|
+
### 5. [2. Pattern Selection Matrix](./sub-skills/2-pattern-selection-matrix.md)
|
|
30
|
+
### 6. [3. Input Abstraction](./sub-skills/3-input-abstraction.md)
|
|
31
|
+
### 7. [4. Performance Budget (60 FPS = 16.67ms)](./sub-skills/4-performance-budget-60-fps-1667ms.md)
|
|
32
|
+
### 8. [5. AI Selection by Complexity](./sub-skills/5-ai-selection-by-complexity.md)
|
|
33
|
+
### 9. [6. Collision Strategy](./sub-skills/6-collision-strategy.md)
|
|
34
|
+
### 10. [Example 1: "I want to make a browser-based 2D platformer"](./sub-skills/example-1-i-want-to-make-a-browser-based-2d-platformer.md)
|
|
35
|
+
### 11. [Example 2: "Mobile puzzle game for iOS and Android"](./sub-skills/example-2-mobile-puzzle-game-for-ios-and-android.md)
|
|
36
|
+
### 12. [Example 3: "Multiplayer VR shooter"](./sub-skills/example-3-multiplayer-vr-shooter.md)
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: game-art
|
|
3
|
-
description: Game art principles.
|
|
4
|
-
|
|
3
|
+
description: Game art principles.
|
|
4
|
+
category: development
|
|
5
|
+
version: 4.0.5
|
|
6
|
+
layer: master-skill
|
|
5
7
|
---
|
|
6
8
|
|
|
7
9
|
# Game Art Principles
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: game-audio
|
|
3
|
-
description: Game audio principles.
|
|
4
|
-
|
|
3
|
+
description: Game audio principles.
|
|
4
|
+
category: development
|
|
5
|
+
version: 4.0.5
|
|
6
|
+
layer: master-skill
|
|
5
7
|
---
|
|
6
8
|
|
|
7
9
|
# Game Audio Principles
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: game-design
|
|
3
|
-
description: Game design principles.
|
|
4
|
-
|
|
3
|
+
description: Game design principles.
|
|
4
|
+
category: development
|
|
5
|
+
version: 4.0.5
|
|
6
|
+
layer: master-skill
|
|
5
7
|
---
|
|
6
8
|
|
|
7
9
|
# Game Design Principles
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mobile-games
|
|
3
|
-
description: Mobile game development principles.
|
|
4
|
-
|
|
3
|
+
description: Mobile game development principles.
|
|
4
|
+
category: development
|
|
5
|
+
version: 4.0.5
|
|
6
|
+
layer: master-skill
|
|
5
7
|
---
|
|
6
8
|
|
|
7
9
|
# Mobile Game Development
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: multiplayer
|
|
3
|
-
description: Multiplayer game development principles.
|
|
4
|
-
|
|
3
|
+
description: Multiplayer game development principles.
|
|
4
|
+
category: development
|
|
5
|
+
version: 4.0.5
|
|
6
|
+
layer: master-skill
|
|
5
7
|
---
|
|
6
8
|
|
|
7
9
|
# Multiplayer Game Development
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: pc-games
|
|
3
|
-
description: PC and console game development principles.
|
|
4
|
-
|
|
3
|
+
description: PC and console game development principles.
|
|
4
|
+
category: development
|
|
5
|
+
version: 4.0.5
|
|
6
|
+
layer: master-skill
|
|
5
7
|
---
|
|
6
8
|
|
|
7
9
|
# PC/Console Game Development
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: vr-ar
|
|
3
|
-
description: VR/AR development principles.
|
|
4
|
-
|
|
3
|
+
description: VR/AR development principles.
|
|
4
|
+
category: development
|
|
5
|
+
version: 4.0.5
|
|
6
|
+
layer: master-skill
|
|
5
7
|
---
|
|
6
8
|
|
|
7
9
|
# VR/AR Development
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: web-games
|
|
3
|
-
description: Web browser game development principles.
|
|
4
|
-
|
|
3
|
+
description: Web browser game development principles.
|
|
4
|
+
category: development
|
|
5
|
+
version: 4.0.5
|
|
6
|
+
layer: master-skill
|
|
5
7
|
---
|
|
6
8
|
|
|
7
9
|
# Web Browser Game Development
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: geo-fundamentals
|
|
3
3
|
description: Generative Engine Optimization for AI search engines (ChatGPT, Claude, Perplexity).
|
|
4
|
-
|
|
4
|
+
category: seo
|
|
5
|
+
version: 4.1.0-fractal
|
|
6
|
+
layer: master-skill
|
|
5
7
|
---
|
|
6
8
|
|
|
7
9
|
# GEO Fundamentals
|
|
@@ -18,139 +20,10 @@ allowed-tools: Read, Glob, Grep
|
|
|
18
20
|
|------|----------|
|
|
19
21
|
| Be cited in AI responses | ChatGPT, Claude, Perplexity, Gemini |
|
|
20
22
|
|
|
21
|
-
|
|
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>` |
|
|
23
|
+
## 🧠 Knowledge Modules (Fractal Skills)
|
|
156
24
|
|
|
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: Master Git workflows and high-performance team collaboration.
|
|
4
|
+
category: development
|
|
5
|
+
version: 4.1.0-fractal
|
|
6
|
+
layer: master-skill
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
# 🤝 Git & Collaboration Master Kit
|
|
@@ -61,3 +61,8 @@ 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)
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: i18n-localization
|
|
3
|
-
description: Internationalization and localization patterns.
|
|
4
|
-
|
|
3
|
+
description: Internationalization and localization patterns.
|
|
4
|
+
category: development
|
|
5
|
+
version: 4.1.0-fractal
|
|
6
|
+
layer: master-skill
|
|
5
7
|
---
|
|
6
8
|
|
|
7
9
|
# i18n & Localization
|
|
@@ -35,120 +37,10 @@ allowed-tools: Read, Glob, Grep
|
|
|
35
37
|
|
|
36
38
|
## 3. Implementation Patterns
|
|
37
39
|
|
|
38
|
-
|
|
40
|
+
## 🧠 Knowledge Modules (Fractal Skills)
|
|
39
41
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
return <h1>{t('welcome.title')}</h1>;
|
|
46
|
-
}
|
|
47
|
-
```
|
|
48
|
-
|
|
49
|
-
### Next.js (next-intl)
|
|
50
|
-
|
|
51
|
-
```tsx
|
|
52
|
-
import { useTranslations } from 'next-intl';
|
|
53
|
-
|
|
54
|
-
export default function Page() {
|
|
55
|
-
const t = useTranslations('Home');
|
|
56
|
-
return <h1>{t('title')}</h1>;
|
|
57
|
-
}
|
|
58
|
-
```
|
|
59
|
-
|
|
60
|
-
### Python (gettext)
|
|
61
|
-
|
|
62
|
-
```python
|
|
63
|
-
from gettext import gettext as _
|
|
64
|
-
|
|
65
|
-
print(_("Welcome to our app"))
|
|
66
|
-
```
|
|
67
|
-
|
|
68
|
-
---
|
|
69
|
-
|
|
70
|
-
## 4. File Structure
|
|
71
|
-
|
|
72
|
-
```
|
|
73
|
-
locales/
|
|
74
|
-
├── en/
|
|
75
|
-
│ ├── common.json
|
|
76
|
-
│ ├── auth.json
|
|
77
|
-
│ └── errors.json
|
|
78
|
-
├── tr/
|
|
79
|
-
│ ├── common.json
|
|
80
|
-
│ ├── auth.json
|
|
81
|
-
│ └── errors.json
|
|
82
|
-
└── ar/ # RTL
|
|
83
|
-
└── ...
|
|
84
|
-
```
|
|
85
|
-
|
|
86
|
-
---
|
|
87
|
-
|
|
88
|
-
## 5. Best Practices
|
|
89
|
-
|
|
90
|
-
### DO ✅
|
|
91
|
-
|
|
92
|
-
- Use translation keys, not raw text
|
|
93
|
-
- Namespace translations by feature
|
|
94
|
-
- Support pluralization
|
|
95
|
-
- Handle date/number formats per locale
|
|
96
|
-
- Plan for RTL from the start
|
|
97
|
-
- Use ICU message format for complex strings
|
|
98
|
-
|
|
99
|
-
### DON'T ❌
|
|
100
|
-
|
|
101
|
-
- Hardcode strings in components
|
|
102
|
-
- Concatenate translated strings
|
|
103
|
-
- Assume text length (German is 30% longer)
|
|
104
|
-
- Forget about RTL layout
|
|
105
|
-
- Mix languages in same file
|
|
106
|
-
|
|
107
|
-
---
|
|
108
|
-
|
|
109
|
-
## 6. Common Issues
|
|
110
|
-
|
|
111
|
-
| Issue | Solution |
|
|
112
|
-
|-------|----------|
|
|
113
|
-
| Missing translation | Fallback to default language |
|
|
114
|
-
| Hardcoded strings | Use linter/checker script |
|
|
115
|
-
| Date format | Use Intl.DateTimeFormat |
|
|
116
|
-
| Number format | Use Intl.NumberFormat |
|
|
117
|
-
| Pluralization | Use ICU message format |
|
|
118
|
-
|
|
119
|
-
---
|
|
120
|
-
|
|
121
|
-
## 7. RTL Support
|
|
122
|
-
|
|
123
|
-
```css
|
|
124
|
-
/* CSS Logical Properties */
|
|
125
|
-
.container {
|
|
126
|
-
margin-inline-start: 1rem; /* Not margin-left */
|
|
127
|
-
padding-inline-end: 1rem; /* Not padding-right */
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
[dir="rtl"] .icon {
|
|
131
|
-
transform: scaleX(-1);
|
|
132
|
-
}
|
|
133
|
-
```
|
|
134
|
-
|
|
135
|
-
---
|
|
136
|
-
|
|
137
|
-
## 8. Checklist
|
|
138
|
-
|
|
139
|
-
Before shipping:
|
|
140
|
-
|
|
141
|
-
- [ ] All user-facing strings use translation keys
|
|
142
|
-
- [ ] Locale files exist for all supported languages
|
|
143
|
-
- [ ] Date/number formatting uses Intl API
|
|
144
|
-
- [ ] RTL layout tested (if applicable)
|
|
145
|
-
- [ ] Fallback language configured
|
|
146
|
-
- [ ] No hardcoded strings in components
|
|
147
|
-
|
|
148
|
-
---
|
|
149
|
-
|
|
150
|
-
## Script
|
|
151
|
-
|
|
152
|
-
| Script | Purpose | Command |
|
|
153
|
-
|--------|---------|---------|
|
|
154
|
-
| `scripts/i18n_checker.py` | Detect hardcoded strings & missing translations | `python scripts/i18n_checker.py <project_path>` |
|
|
42
|
+
### 1. [React (react-i18next)](./sub-skills/react-react-i18next.md)
|
|
43
|
+
### 2. [Next.js (next-intl)](./sub-skills/nextjs-next-intl.md)
|
|
44
|
+
### 3. [Python (gettext)](./sub-skills/python-gettext.md)
|
|
45
|
+
### 4. [DO ✅](./sub-skills/do.md)
|
|
46
|
+
### 5. [DON'T ❌](./sub-skills/dont.md)
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: incident-responder
|
|
3
|
-
description:
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
and system reliability patterns. Handles critical outages, communication
|
|
8
|
-
strategies, and continuous improvement.
|
|
3
|
+
description: Expert SRE incident responder specializing in rapid problem resolution.
|
|
4
|
+
category: infrastructure
|
|
5
|
+
version: 4.1.0-fractal
|
|
6
|
+
layer: master-skill
|
|
9
7
|
---
|
|
10
8
|
|
|
11
9
|
# 🚨 Incident Responder Master Kit
|
|
@@ -71,3 +69,8 @@ You are an **Elite SRE and Incident Commander**. Your mission is to restore serv
|
|
|
71
69
|
|
|
72
70
|
---
|
|
73
71
|
*Merged and optimized from 5 legacy incident response skills.*
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
## 🧠 Knowledge Modules (Fractal Skills)
|
|
75
|
+
|
|
76
|
+
### 1. [incident_severity_levels](./sub-skills/incident_severity_levels.md)
|