Files
everything-claude-code/manifests/install-modules.json
Claude 71aedad889 feat(installer): add --locale flag for translated docs installation
Adds `--locale <code>` support to the ECC installer so users can install
localized reference docs (agents, commands, skills, rules) into
`~/.claude/docs/<locale>/` alongside the existing English installation.

Changes:
- manifests/install-modules.json: add 8 locale doc modules (docs-ja-JP,
  docs-zh-CN, docs-ko-KR, docs-pt-BR, docs-ru, docs-tr, docs-vi-VN,
  docs-zh-TW), each with kind="docs" and defaultInstall=false
- manifests/install-components.json: add 8 locale: components mapping to
  the new modules
- scripts/lib/install-manifests.js: add locale: family prefix,
  SUPPORTED_LOCALES, LOCALE_ALIAS_TO_COMPONENT_ID (with aliases like
  ja=ja-JP, zh=zh-CN, ko=ko-KR), and listSupportedLocales()
- scripts/lib/install/request.js: add --locale flag to parseInstallArgs(),
  resolve locale alias → component ID in normalizeInstallRequest(), throw
  on unsupported locale codes
- scripts/lib/install-targets/claude-home.js: map docs/<locale>/ source
  paths to ~/.claude/docs/<locale>/ destination (side-by-side, no overwrite
  of English files)
- scripts/install-apply.js: import listSupportedLocales, add --locale
  usage line and available locales list to --help output

Usage examples:
  ./install.sh --locale ja                    # Japanese docs only
  ./install.sh --profile core --locale zh-CN  # core profile + zh-CN docs
  ./install.sh typescript --locale ja         # legacy + locale (errors)
2026-05-17 20:32:52 -04:00

819 lines
21 KiB
JSON

{
"version": 1,
"modules": [
{
"id": "rules-core",
"kind": "rules",
"description": "Shared and language rules for supported harness targets.",
"paths": [
"rules"
],
"targets": [
"claude",
"cursor",
"antigravity",
"codebuddy",
"joycode",
"qwen",
"zed"
],
"dependencies": [],
"defaultInstall": true,
"cost": "light",
"stability": "stable"
},
{
"id": "agents-core",
"kind": "agents",
"description": "Agent definitions and project-level agent guidance.",
"paths": [
".agents",
"agents",
"AGENTS.md"
],
"targets": [
"claude",
"cursor",
"antigravity",
"codex",
"codebuddy",
"joycode",
"qwen",
"zed"
],
"dependencies": [],
"defaultInstall": true,
"cost": "light",
"stability": "stable"
},
{
"id": "commands-core",
"kind": "commands",
"description": "Core slash-command library and command docs.",
"paths": [
"commands"
],
"targets": [
"claude",
"cursor",
"antigravity",
"opencode",
"codebuddy",
"joycode",
"qwen",
"zed"
],
"dependencies": [],
"defaultInstall": true,
"cost": "medium",
"stability": "stable"
},
{
"id": "hooks-runtime",
"kind": "hooks",
"description": "Runtime hook configs and hook script helpers.",
"paths": [
"hooks",
"scripts/hooks",
"scripts/lib"
],
"targets": [
"claude",
"cursor",
"opencode",
"codebuddy"
],
"dependencies": [],
"defaultInstall": true,
"cost": "medium",
"stability": "stable"
},
{
"id": "platform-configs",
"kind": "platform",
"description": "Baseline platform configs, package-manager setup, and MCP catalog.",
"paths": [
".claude-plugin",
".codex",
".cursor",
".gemini",
".opencode",
".qwen",
".zed",
"mcp-configs",
"scripts/auto-update.js",
"scripts/setup-package-manager.js"
],
"targets": [
"claude",
"cursor",
"antigravity",
"codex",
"gemini",
"opencode",
"codebuddy",
"joycode",
"qwen",
"zed"
],
"dependencies": [],
"defaultInstall": true,
"cost": "light",
"stability": "stable"
},
{
"id": "framework-language",
"kind": "skills",
"description": "Core framework, language, and application-engineering skills.",
"paths": [
"skills/android-clean-architecture",
"skills/angular-developer",
"skills/api-design",
"skills/backend-patterns",
"skills/coding-standards",
"skills/compose-multiplatform-patterns",
"skills/csharp-testing",
"skills/fsharp-testing",
"skills/cpp-coding-standards",
"skills/cpp-testing",
"skills/dart-flutter-patterns",
"skills/django-patterns",
"skills/django-tdd",
"skills/django-verification",
"skills/dotnet-patterns",
"skills/fastapi-patterns",
"skills/frontend-design-direction",
"skills/frontend-patterns",
"skills/frontend-slides",
"skills/make-interfaces-feel-better",
"skills/motion-ui",
"skills/golang-patterns",
"skills/golang-testing",
"skills/java-coding-standards",
"skills/kotlin-coroutines-flows",
"skills/kotlin-exposed-patterns",
"skills/kotlin-ktor-patterns",
"skills/kotlin-patterns",
"skills/kotlin-testing",
"skills/laravel-plugin-discovery",
"skills/laravel-patterns",
"skills/laravel-tdd",
"skills/laravel-verification",
"skills/mcp-server-patterns",
"skills/nestjs-patterns",
"skills/perl-patterns",
"skills/perl-testing",
"skills/python-patterns",
"skills/python-testing",
"skills/quarkus-patterns",
"skills/quarkus-tdd",
"skills/quarkus-verification",
"skills/rust-patterns",
"skills/rust-testing",
"skills/springboot-patterns",
"skills/springboot-tdd",
"skills/springboot-verification",
"skills/ui-to-vue"
],
"targets": [
"claude",
"cursor",
"antigravity",
"codex",
"opencode",
"codebuddy",
"joycode",
"qwen",
"zed"
],
"dependencies": [
"rules-core",
"agents-core",
"commands-core",
"platform-configs"
],
"defaultInstall": false,
"cost": "medium",
"stability": "stable"
},
{
"id": "database",
"kind": "skills",
"description": "Database and persistence-focused skills.",
"paths": [
"skills/clickhouse-io",
"skills/database-migrations",
"skills/jpa-patterns",
"skills/mysql-patterns",
"skills/postgres-patterns",
"skills/prisma-patterns"
],
"targets": [
"claude",
"cursor",
"antigravity",
"codex",
"opencode",
"codebuddy",
"joycode",
"qwen",
"zed"
],
"dependencies": [
"platform-configs"
],
"defaultInstall": false,
"cost": "medium",
"stability": "stable"
},
{
"id": "workflow-quality",
"kind": "skills",
"description": "Evaluation, TDD, verification, compaction, and learning skills, including the legacy continuous-learning v1 path.",
"paths": [
"skills/agent-sort",
"skills/agent-introspection-debugging",
"skills/ai-regression-testing",
"skills/configure-ecc",
"skills/code-tour",
"skills/continuous-learning",
"skills/continuous-learning-v2",
"skills/council",
"skills/e2e-testing",
"skills/error-handling",
"skills/eval-harness",
"skills/hookify-rules",
"skills/iterative-retrieval",
"skills/plankton-code-quality",
"skills/production-audit",
"skills/skill-scout",
"skills/skill-stocktake",
"skills/strategic-compact",
"skills/tdd-workflow",
"skills/verification-loop",
"skills/windows-desktop-e2e"
],
"targets": [
"claude",
"cursor",
"antigravity",
"codex",
"opencode",
"codebuddy",
"joycode",
"qwen",
"zed"
],
"dependencies": [
"platform-configs"
],
"defaultInstall": true,
"cost": "medium",
"stability": "stable"
},
{
"id": "security",
"kind": "skills",
"description": "Security review and security-focused framework guidance.",
"paths": [
"skills/defi-amm-security",
"skills/django-security",
"skills/healthcare-phi-compliance",
"skills/hipaa-compliance",
"skills/laravel-security",
"skills/llm-trading-agent-security",
"skills/nodejs-keccak256",
"skills/perl-security",
"skills/quarkus-security",
"skills/security-review",
"skills/security-scan",
"skills/security-bounty-hunter",
"skills/springboot-security",
"skills/evm-token-decimals",
"the-security-guide.md"
],
"targets": [
"claude",
"cursor",
"antigravity",
"codex",
"opencode",
"codebuddy",
"joycode",
"qwen",
"zed"
],
"dependencies": [
"workflow-quality"
],
"defaultInstall": false,
"cost": "medium",
"stability": "stable"
},
{
"id": "research-apis",
"kind": "skills",
"description": "Research and API integration skills for deep investigations and model integrations.",
"paths": [
"skills/deep-research",
"skills/exa-search",
"skills/research-ops",
"skills/scientific-db-pubmed-database",
"skills/scientific-db-uspto-database",
"skills/scientific-pkg-gget",
"skills/scientific-thinking-literature-review",
"skills/scientific-thinking-scholar-evaluation"
],
"targets": [
"claude",
"cursor",
"antigravity",
"codex",
"opencode",
"codebuddy",
"joycode",
"qwen",
"zed"
],
"dependencies": [
"platform-configs"
],
"defaultInstall": false,
"cost": "medium",
"stability": "stable"
},
{
"id": "business-content",
"kind": "skills",
"description": "Business, writing, market, and investor communication skills.",
"paths": [
"skills/article-writing",
"skills/brand-voice",
"skills/content-engine",
"skills/investor-materials",
"skills/investor-outreach",
"skills/lead-intelligence",
"skills/product-capability",
"skills/social-graph-ranker",
"skills/seo",
"skills/market-research"
],
"targets": [
"claude",
"cursor",
"antigravity",
"codex",
"opencode",
"codebuddy",
"joycode",
"qwen",
"zed"
],
"dependencies": [
"platform-configs"
],
"defaultInstall": false,
"cost": "heavy",
"stability": "stable"
},
{
"id": "operator-workflows",
"kind": "skills",
"description": "Connected-app operator workflows for setup audits, billing operations, program tracking, Google Workspace, and network optimization.",
"paths": [
"skills/automation-audit-ops",
"skills/api-connector-builder",
"skills/connections-optimizer",
"skills/cost-tracking",
"skills/customer-billing-ops",
"skills/dashboard-builder",
"skills/ecc-tools-cost-audit",
"skills/email-ops",
"skills/finance-billing-ops",
"skills/github-ops",
"skills/google-workspace-ops",
"skills/jira-integration",
"skills/knowledge-ops",
"skills/messages-ops",
"skills/project-flow-ops",
"skills/terminal-ops",
"skills/unified-notifications-ops",
"skills/workspace-surface-audit"
],
"targets": [
"claude",
"cursor",
"antigravity",
"codex",
"opencode",
"codebuddy",
"joycode",
"qwen",
"zed"
],
"dependencies": [
"platform-configs"
],
"defaultInstall": false,
"cost": "medium",
"stability": "beta"
},
{
"id": "social-distribution",
"kind": "skills",
"description": "Social publishing and distribution skills.",
"paths": [
"skills/crosspost",
"skills/x-api"
],
"targets": [
"claude",
"cursor",
"antigravity",
"codex",
"opencode",
"codebuddy",
"joycode",
"qwen",
"zed"
],
"dependencies": [
"business-content"
],
"defaultInstall": false,
"cost": "medium",
"stability": "stable"
},
{
"id": "media-generation",
"kind": "skills",
"description": "Media generation, technical explainers, and AI-assisted editing skills.",
"paths": [
"skills/fal-ai-media",
"skills/manim-video",
"skills/remotion-video-creation",
"skills/ui-demo",
"skills/video-editing",
"skills/videodb"
],
"targets": [
"claude",
"cursor",
"codex",
"opencode",
"codebuddy",
"joycode",
"qwen",
"zed"
],
"dependencies": [
"platform-configs"
],
"defaultInstall": false,
"cost": "heavy",
"stability": "beta"
},
{
"id": "orchestration",
"kind": "orchestration",
"description": "Worktree/tmux orchestration runtime and workflow docs.",
"paths": [
"commands/multi-workflow.md",
"commands/sessions.md",
"scripts/lib/orchestration-session.js",
"scripts/lib/tmux-worktree-orchestrator.js",
"scripts/orchestrate-codex-worker.sh",
"scripts/orchestrate-worktrees.js",
"scripts/orchestration-status.js",
"skills/dmux-workflows"
],
"targets": [
"claude",
"codex",
"opencode"
],
"dependencies": [
"commands-core",
"platform-configs"
],
"defaultInstall": false,
"cost": "medium",
"stability": "beta"
},
{
"id": "swift-apple",
"kind": "skills",
"description": "Swift, SwiftUI, and Apple platform skills including concurrency, persistence, and design patterns.",
"paths": [
"skills/foundation-models-on-device",
"skills/liquid-glass-design",
"skills/swift-actor-persistence",
"skills/swift-concurrency-6-2",
"skills/swift-protocol-di-testing",
"skills/swiftui-patterns"
],
"targets": [
"claude",
"cursor",
"antigravity",
"codex",
"opencode",
"codebuddy",
"joycode",
"qwen",
"zed"
],
"dependencies": [
"platform-configs"
],
"defaultInstall": false,
"cost": "medium",
"stability": "stable"
},
{
"id": "agentic-patterns",
"kind": "skills",
"description": "Agentic engineering, autonomous loops, agent harness construction, and LLM pipeline optimization skills.",
"paths": [
"skills/agent-architecture-audit",
"skills/agent-harness-construction",
"skills/agentic-engineering",
"skills/agentic-os",
"skills/ai-first-engineering",
"skills/autonomous-loops",
"skills/blueprint",
"skills/claude-devfleet",
"skills/content-hash-cache-pattern",
"skills/continuous-agent-loop",
"skills/cost-aware-llm-pipeline",
"skills/data-scraper-agent",
"skills/enterprise-agent-ops",
"skills/nanoclaw-repl",
"skills/prompt-optimizer",
"skills/ralphinho-rfc-pipeline",
"skills/regex-vs-llm-structured-text",
"skills/search-first",
"skills/token-budget-advisor",
"skills/team-builder"
],
"targets": [
"claude",
"cursor",
"antigravity",
"codex",
"opencode",
"codebuddy",
"joycode",
"qwen",
"zed"
],
"dependencies": [
"platform-configs"
],
"defaultInstall": false,
"cost": "medium",
"stability": "stable"
},
{
"id": "devops-infra",
"kind": "skills",
"description": "Deployment workflows, Docker patterns, and infrastructure skills.",
"paths": [
"skills/cisco-ios-patterns",
"skills/deployment-patterns",
"skills/docker-patterns",
"skills/homelab-network-readiness",
"skills/homelab-network-setup",
"skills/netmiko-ssh-automation",
"skills/network-bgp-diagnostics",
"skills/network-config-validation",
"skills/network-interface-health"
],
"targets": [
"claude",
"cursor",
"antigravity",
"codex",
"opencode",
"codebuddy",
"joycode",
"qwen",
"zed"
],
"dependencies": [
"platform-configs"
],
"defaultInstall": false,
"cost": "medium",
"stability": "stable"
},
{
"id": "machine-learning",
"kind": "skills",
"description": "Production machine-learning engineering workflows for data contracts, reproducible training, evaluation, deployment, monitoring, and rollback.",
"paths": [
"skills/mle-workflow"
],
"targets": [
"claude",
"cursor",
"antigravity",
"codex",
"opencode",
"codebuddy",
"joycode",
"qwen",
"zed"
],
"dependencies": [
"framework-language",
"workflow-quality",
"database",
"devops-infra",
"security"
],
"defaultInstall": false,
"cost": "medium",
"stability": "beta"
},
{
"id": "supply-chain-domain",
"kind": "skills",
"description": "Supply chain, logistics, procurement, and manufacturing domain skills.",
"paths": [
"skills/carrier-relationship-management",
"skills/customs-trade-compliance",
"skills/energy-procurement",
"skills/inventory-demand-planning",
"skills/logistics-exception-management",
"skills/production-scheduling",
"skills/quality-nonconformance",
"skills/returns-reverse-logistics"
],
"targets": [
"claude",
"cursor",
"antigravity",
"codex",
"opencode",
"codebuddy",
"joycode",
"qwen",
"zed"
],
"dependencies": [
"platform-configs"
],
"defaultInstall": false,
"cost": "heavy",
"stability": "stable"
},
{
"id": "document-processing",
"kind": "skills",
"description": "Document processing, conversion, and translation skills.",
"paths": [
"skills/nutrient-document-processing",
"skills/visa-doc-translate"
],
"targets": [
"claude",
"cursor",
"antigravity",
"codex",
"opencode",
"codebuddy",
"joycode",
"qwen",
"zed"
],
"dependencies": [
"platform-configs"
],
"defaultInstall": false,
"cost": "medium",
"stability": "stable"
},
{
"id": "docs-ja-JP",
"kind": "docs",
"description": "Japanese (ja-JP) translated reference docs for agents, commands, skills, and rules.",
"paths": [
"docs/ja-JP"
],
"targets": [
"claude"
],
"dependencies": [],
"defaultInstall": false,
"cost": "heavy",
"stability": "stable"
},
{
"id": "docs-zh-CN",
"kind": "docs",
"description": "Simplified Chinese (zh-CN) translated reference docs for agents, commands, skills, and rules.",
"paths": [
"docs/zh-CN"
],
"targets": [
"claude"
],
"dependencies": [],
"defaultInstall": false,
"cost": "heavy",
"stability": "stable"
},
{
"id": "docs-ko-KR",
"kind": "docs",
"description": "Korean (ko-KR) translated reference docs for agents, commands, skills, and rules.",
"paths": [
"docs/ko-KR"
],
"targets": [
"claude"
],
"dependencies": [],
"defaultInstall": false,
"cost": "heavy",
"stability": "stable"
},
{
"id": "docs-pt-BR",
"kind": "docs",
"description": "Brazilian Portuguese (pt-BR) translated reference docs for agents, commands, skills, and rules.",
"paths": [
"docs/pt-BR"
],
"targets": [
"claude"
],
"dependencies": [],
"defaultInstall": false,
"cost": "heavy",
"stability": "stable"
},
{
"id": "docs-ru",
"kind": "docs",
"description": "Russian (ru) translated reference docs for agents, commands, skills, and rules.",
"paths": [
"docs/ru"
],
"targets": [
"claude"
],
"dependencies": [],
"defaultInstall": false,
"cost": "heavy",
"stability": "stable"
},
{
"id": "docs-tr",
"kind": "docs",
"description": "Turkish (tr) translated reference docs for agents, commands, skills, and rules.",
"paths": [
"docs/tr"
],
"targets": [
"claude"
],
"dependencies": [],
"defaultInstall": false,
"cost": "heavy",
"stability": "stable"
},
{
"id": "docs-vi-VN",
"kind": "docs",
"description": "Vietnamese (vi-VN) translated reference docs for agents, commands, skills, and rules.",
"paths": [
"docs/vi-VN"
],
"targets": [
"claude"
],
"dependencies": [],
"defaultInstall": false,
"cost": "heavy",
"stability": "stable"
},
{
"id": "docs-zh-TW",
"kind": "docs",
"description": "Traditional Chinese (zh-TW) translated reference docs for agents, commands, skills, and rules.",
"paths": [
"docs/zh-TW"
],
"targets": [
"claude"
],
"dependencies": [],
"defaultInstall": false,
"cost": "heavy",
"stability": "stable"
}
]
}