Files
ECC/manifests/install-modules.json
T
f8640355e4 Consolidate recovered eval framework and operator workflows (#3040)
* feat: consolidate offline eval and operator workflows

Compose the retained framework, operator skill, roadmap and cleanup ranges on current main. Preserve current release dependencies and keep candidate execution disabled pending OS containment. Repair draft/DOCX behavior, obligation uniqueness, trusted send and audience guidance, runner provenance and eval diagnostics.

Source-PR: 2930 0abe3727d2b500c6e4830bdeb47ed67cae3f4785
Source-PR: 2931 992b49c44ed872def49675b791168b8fcd091df6
Source-PR: 2932 4a193dd13041cb7a6bebf4d2e910a0cd32bcc797
Source-PR: 2933 59cdfe500a91949ba1415f1edd7279620f21e804
Source-Base: ca185ef5f7

* fix: repair foundation CI and update js-yaml

* fix: reconcile pending-delete capsule locks after close

---------

Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
2026-09-10 13:20:52 +01:00

1180 lines
30 KiB
JSON

{
"version": 1,
"modules": [
{
"id": "rules-core",
"kind": "rules",
"description": "Shared and language rules for supported harness targets.",
"paths": [
"rules"
],
"targets": [
"claude",
"claude-project",
"cursor",
"antigravity",
"codebuddy",
"joycode",
"qwen",
"zed",
"hermes",
"openclaw",
"kimi",
"adal"
],
"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",
"claude-project",
"cursor",
"antigravity",
"codex",
"codebuddy",
"joycode",
"qwen",
"zed",
"hermes",
"openclaw",
"kimi",
"adal"
],
"dependencies": [],
"defaultInstall": true,
"cost": "light",
"stability": "stable"
},
{
"id": "commands-core",
"kind": "commands",
"description": "Core slash-command library and command docs.",
"paths": [
"commands",
"scripts/harness-audit.js",
"scripts/skills-health.js"
],
"targets": [
"claude",
"claude-project",
"cursor",
"antigravity",
"opencode",
"codebuddy",
"joycode",
"qwen",
"zed",
"hermes",
"openclaw",
"kimi",
"adal"
],
"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",
"claude-project",
"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",
".pi",
".qwen",
".zed",
"mcp-configs",
"scripts/auto-update.js",
"scripts/setup-package-manager.js",
".hermes",
".openclaw",
".kimi",
".adal"
],
"targets": [
"claude",
"claude-project",
"cursor",
"antigravity",
"codex",
"gemini",
"opencode",
"codebuddy",
"joycode",
"qwen",
"zed",
"hermes",
"openclaw",
"kimi",
"adal"
],
"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/contract-first",
"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/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/react-patterns",
"skills/react-performance",
"skills/react-testing",
"skills/rust-patterns",
"skills/rust-testing",
"skills/springboot-patterns",
"skills/springboot-tdd",
"skills/springboot-verification",
"skills/ui-to-vue",
"skills/vue-patterns",
"skills/accessibility",
"skills/bun-runtime",
"skills/design-system",
"skills/django-celery",
"skills/flutter-dart-code-review",
"skills/frontend-a11y",
"skills/generating-python-installer",
"skills/hexagonal-architecture",
"skills/motion-advanced",
"skills/motion-foundations",
"skills/motion-patterns",
"skills/nextjs-turbopack",
"skills/nuxt4-patterns",
"skills/react-native-patterns",
"skills/tinystruct-patterns",
"skills/vite-patterns"
],
"targets": [
"claude",
"claude-project",
"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",
"skills/redis-patterns"
],
"targets": [
"claude",
"claude-project",
"cursor",
"antigravity",
"codex",
"opencode",
"codebuddy",
"joycode",
"qwen",
"zed"
],
"dependencies": [
"platform-configs"
],
"defaultInstall": false,
"cost": "medium",
"stability": "stable"
},
{
"id": "skill-unified-memory",
"kind": "skills",
"description": "Single-skill unified-memory guidance; requires the separately installed ecc-universal CLI runtime.",
"paths": [
"skills/unified-memory"
],
"targets": [
"claude",
"claude-project",
"cursor",
"antigravity",
"codex",
"gemini",
"opencode",
"codebuddy",
"joycode",
"qwen",
"zed",
"hermes",
"openclaw",
"kimi",
"adal"
],
"dependencies": [
"platform-configs"
],
"defaultInstall": false,
"cost": "light",
"stability": "stable"
},
{
"id": "workflow-quality",
"kind": "skills",
"description": "Evaluation, TDD, verification, compaction, learning, and cross-harness memory skills, including the legacy continuous-learning v1 path. The unified-memory workflow requires the separately installed ecc-universal CLI runtime.",
"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/council-multi-model",
"skills/dev-team",
"skills/e2e-testing",
"skills/error-handling",
"skills/eval-harness",
"skills/hookify-rules",
"skills/iterative-retrieval",
"skills/plan-canvas",
"skills/plankton-code-quality",
"skills/production-audit",
"skills/skill-comply",
"skills/skill-scout",
"skills/skill-stocktake",
"skills/strategic-compact",
"skills/tdd-workflow",
"skills/verification-loop",
"skills/windows-desktop-e2e",
"skills/agent-self-evaluation",
"skills/architecture-decision-records",
"skills/browser-qa",
"skills/ck",
"skills/click-path-audit",
"skills/codebase-onboarding",
"skills/codehealth-mcp",
"skills/config-gc",
"skills/context-budget",
"skills/delivery-gate",
"skills/ecc-guide",
"skills/ecc-recipes",
"skills/growth-log",
"skills/inherit-legacy-style",
"skills/intent-driven-development",
"skills/living-docs-governance",
"skills/loop-design-check",
"skills/product-lens",
"skills/repo-scan",
"skills/rules-distill",
"skills/santa-method",
"skills/git-workflow"
],
"targets": [
"claude",
"claude-project",
"cursor",
"antigravity",
"codex",
"opencode",
"codebuddy",
"joycode",
"qwen",
"zed",
"hermes",
"openclaw",
"kimi",
"adal"
],
"dependencies": [
"skill-unified-memory"
],
"defaultInstall": true,
"cost": "medium",
"stability": "stable"
},
{
"id": "optimization-workflows",
"kind": "skills",
"description": "Parallel execution, benchmarking, data-throughput, latency, and recursive decision-ledger skills for faster evidence-backed work.",
"paths": [
"skills/benchmark-optimization-loop",
"skills/data-throughput-accelerator",
"skills/latency-critical-systems",
"skills/parallel-execution-optimizer",
"skills/recursive-decision-ledger",
"skills/agent-eval",
"skills/benchmark",
"skills/benchmark-methodology"
],
"targets": [
"claude",
"claude-project",
"cursor",
"antigravity",
"codex",
"opencode",
"codebuddy",
"joycode",
"qwen",
"zed"
],
"dependencies": [
"workflow-quality",
"operator-workflows"
],
"defaultInstall": false,
"cost": "medium",
"stability": "beta"
},
{
"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",
"skills/gateguard",
"skills/healthcare-cdss-patterns",
"skills/healthcare-emr-patterns",
"skills/healthcare-eval-harness",
"skills/safety-guard"
],
"targets": [
"claude",
"claude-project",
"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",
"skills/documentation-lookup"
],
"targets": [
"claude",
"claude-project",
"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",
"skills/brand-discovery",
"skills/competitive-platform-analysis",
"skills/competitive-report-structure",
"skills/marketing-campaign"
],
"targets": [
"claude",
"claude-project",
"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",
"skills/mailtrap-email-integration"
],
"targets": [
"claude",
"claude-project",
"cursor",
"antigravity",
"codex",
"opencode",
"codebuddy",
"joycode",
"qwen",
"zed"
],
"dependencies": [
"platform-configs"
],
"defaultInstall": false,
"cost": "medium",
"stability": "beta"
},
{
"id": "prediction-market-skills",
"kind": "skills",
"description": "Public, non-advisory prediction-market workflows and the consolidated read-only Ito baskets data skill with gated Ito API access.",
"paths": [
"skills/ito-baskets",
"skills/prediction-market-oracle-research",
"skills/prediction-market-risk-review"
],
"targets": [
"claude",
"claude-project",
"cursor",
"antigravity",
"codex",
"opencode",
"codebuddy",
"joycode",
"qwen",
"zed"
],
"dependencies": [
"research-apis",
"business-content",
"security"
],
"defaultInstall": false,
"cost": "medium",
"stability": "beta"
},
{
"id": "operator-desk-patterns",
"kind": "skills",
"description": "Generic operator desk patterns: never-silent approval loop, counterparty channel discipline, master agreement generation with a rolling schedule, and deterministic e-signature field placement.",
"paths": [
"skills/operator-approval-loop",
"skills/counterparty-channel-discipline",
"skills/master-agreement-generator",
"skills/esign-field-placement"
],
"targets": [
"claude",
"claude-project",
"cursor",
"antigravity",
"codex",
"opencode",
"codebuddy",
"joycode",
"qwen",
"zed"
],
"dependencies": [],
"defaultInstall": false,
"cost": "light",
"stability": "beta"
},
{
"id": "ito-compute",
"kind": "skills",
"description": "Authenticated It\u00f4 GPU inventory, RFQ, status, device revocation, and explicitly gated node-qualification workflows through the separately installed canonical CLI.",
"paths": [
"skills/ito-compute",
"skills/ito-inference",
"skills/ito-training"
],
"targets": [
"claude",
"claude-project",
"cursor",
"antigravity",
"codex",
"gemini",
"opencode",
"codebuddy",
"joycode",
"qwen",
"zed",
"hermes",
"openclaw",
"kimi",
"adal"
],
"dependencies": [
"platform-configs"
],
"defaultInstall": false,
"cost": "light",
"stability": "beta"
},
{
"id": "nasiko-control-plane",
"kind": "skills",
"description": "Experimental Nasiko CLI lifecycle bridge guidance for pinned installation, read-only status, qualified uninstall, and opt-in telemetry boundaries.",
"paths": [
"skills/nasiko-control-plane"
],
"targets": [
"claude",
"claude-project",
"cursor",
"antigravity",
"codex",
"gemini",
"opencode",
"codebuddy",
"joycode",
"qwen",
"zed",
"hermes",
"openclaw",
"kimi"
],
"dependencies": [
"platform-configs"
],
"defaultInstall": false,
"cost": "light",
"stability": "experimental"
},
{
"id": "social-distribution",
"kind": "skills",
"description": "Social publishing and distribution skills.",
"paths": [
"skills/crosspost",
"skills/x-api",
"skills/social-publisher"
],
"targets": [
"claude",
"claude-project",
"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/blender-motion-state-inspection",
"skills/fal-ai-media",
"skills/manim-video",
"skills/remotion-video-creation",
"skills/ui-demo",
"skills/video-editing",
"skills/videodb",
"skills/taste",
"skills/tasteforge-video"
],
"targets": [
"claude",
"claude-project",
"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": [
"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",
"claude-project",
"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",
"skills/ios-icon-gen"
],
"targets": [
"claude",
"claude-project",
"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": [
"scripts/claw.js",
"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/dynamic-workflow-mode",
"skills/enterprise-agent-ops",
"skills/nanoclaw-repl",
"skills/prompt-optimizer",
"skills/ralphinho-rfc-pipeline",
"skills/regex-vs-llm-structured-text",
"skills/search-first",
"skills/team-agent-orchestration",
"skills/token-budget-advisor",
"skills/team-builder",
"skills/agent-payment-x402",
"skills/autonomous-agent-harness",
"skills/gan-style-harness",
"skills/hermes-imports",
"skills/openclaw-persona-forge",
"skills/opensource-pipeline",
"skills/orch-add-feature",
"skills/orch-build-mvp",
"skills/orch-change-feature",
"skills/orch-fix-defect",
"skills/orch-pipeline",
"skills/orch-refine-code",
"skills/plan-orchestrate"
],
"targets": [
"claude",
"claude-project",
"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/terminal-opener",
"skills/homelab-network-readiness",
"skills/homelab-network-setup",
"skills/netmiko-ssh-automation",
"skills/network-bgp-diagnostics",
"skills/network-config-validation",
"skills/network-interface-health",
"skills/canary-watch",
"skills/flox-environments",
"skills/homelab-pihole-dns",
"skills/homelab-vlan-segmentation",
"skills/homelab-wireguard-vpn",
"skills/kubernetes-patterns",
"skills/uncloud"
],
"targets": [
"claude",
"claude-project",
"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",
"skills/ml-adoption-playbook",
"skills/pytorch-patterns",
"skills/recsys-pipeline-architect"
],
"targets": [
"claude",
"claude-project",
"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",
"claude-project",
"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",
"claude-project",
"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",
"claude-project"
],
"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",
"claude-project"
],
"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",
"claude-project"
],
"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",
"claude-project"
],
"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",
"claude-project"
],
"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",
"claude-project"
],
"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",
"claude-project"
],
"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",
"claude-project"
],
"dependencies": [],
"defaultInstall": false,
"cost": "heavy",
"stability": "stable"
},
{
"id": "docs-de-de",
"kind": "docs",
"description": "German (de-DE) translated reference docs for agents, commands, skills, and rules.",
"paths": [
"docs/de-DE"
],
"targets": [
"claude",
"claude-project"
],
"dependencies": [],
"defaultInstall": false,
"cost": "heavy",
"stability": "stable"
},
{
"id": "docs-uk-ua",
"kind": "docs",
"description": "Ukrainian (uk-UA) translated reference docs for agents, commands, skills, and rules.",
"paths": [
"docs/uk-UA"
],
"targets": [
"claude",
"claude-project"
],
"dependencies": [],
"defaultInstall": false,
"cost": "heavy",
"stability": "stable"
}
]
}