{
  "version": 1,
  "modules": [
    {
      "id": "rules-core",
      "kind": "rules",
      "description": "Shared and language rules for supported harness targets.",
      "paths": [
        "rules"
      ],
      "targets": [
        "claude",
        "cursor",
        "antigravity",
        "codex",
        "opencode",
        "codebuddy",
        "copilot",
        "windsurf",
        "augment"
      ],
      "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",
        "opencode",
        "codebuddy"
      ],
      "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",
        "codex",
        "opencode",
        "codebuddy"
      ],
      "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-plugin",
        ".cursor",
        ".opencode-plugin",
        "mcp-configs"
      ],
      "targets": [
        "claude",
        "cursor",
        "antigravity",
        "codex",
        "gemini",
        "opencode",
        "codebuddy",
        "copilot",
        "windsurf",
        "augment"
      ],
      "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/api-design",
        "skills/backend-patterns",
        "skills/coding-standards",
        "skills/compose-multiplatform-patterns",
        "skills/cpp-coding-standards",
        "skills/cpp-testing",
        "skills/django-patterns",
        "skills/django-tdd",
        "skills/django-verification",
        "skills/frontend-patterns",
        "skills/frontend-slides",
        "skills/ui-ux-promax",
        "skills/golang-patterns",
        "skills/golang-testing",
        "skills/goframe-v2",
        "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/perl-patterns",
        "skills/perl-testing",
        "skills/python-patterns",
        "skills/python-testing",
        "skills/rust-patterns",
        "skills/rust-testing",
        "skills/springboot-patterns",
        "skills/springboot-tdd",
        "skills/springboot-verification"
      ],
      "targets": [
        "claude",
        "cursor",
        "antigravity",
        "codex",
        "opencode",
        "codebuddy"
      ],
      "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/postgres-patterns"
      ],
      "targets": [
        "claude",
        "cursor",
        "antigravity",
        "codex",
        "opencode",
        "codebuddy"
      ],
      "dependencies": [
        "platform-configs"
      ],
      "defaultInstall": false,
      "cost": "medium",
      "stability": "stable"
    },
    {
      "id": "workflow-quality",
      "kind": "skills",
      "description": "Evaluation, TDD, verification, learning, and compaction skills.",
      "paths": [
        "skills/ai-regression-testing",
        "skills/configure-ecc",
        "skills/continuous-learning",
        "skills/continuous-learning-v2",
        "skills/e2e-testing",
        "skills/eval-harness",
        "skills/iterative-retrieval",
        "skills/karpathy-guidelines",
        "skills/plankton-code-quality",
        "skills/project-guidelines-example",
        "skills/pua",
        "skills/pua-loop",
        "skills/pua-mama",
        "skills/pua-p10",
        "skills/pua-p7",
        "skills/pua-p9",
        "skills/pua-pro",
        "skills/pua-yes",
        "skills/skill-stocktake",
        "skills/strategic-compact",
        "skills/tdd-workflow",
        "skills/verification-loop"
      ],
      "targets": [
        "claude",
        "cursor",
        "antigravity",
        "codex",
        "opencode",
        "codebuddy"
      ],
      "dependencies": [
        "platform-configs"
      ],
      "defaultInstall": true,
      "cost": "medium",
      "stability": "stable"
    },
    {
      "id": "security",
      "kind": "skills",
      "description": "Security review and security-focused framework guidance.",
      "paths": [
        "skills/django-security",
        "skills/laravel-security",
        "skills/perl-security",
        "skills/security-review",
        "skills/security-scan",
        "skills/springboot-security"
      ],
      "targets": [
        "claude",
        "cursor",
        "antigravity",
        "codex",
        "opencode",
        "codebuddy"
      ],
      "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/claude-api",
        "skills/deep-research",
        "skills/exa-search"
      ],
      "targets": [
        "claude",
        "cursor",
        "antigravity",
        "codex",
        "opencode",
        "codebuddy"
      ],
      "dependencies": [
        "platform-configs"
      ],
      "defaultInstall": false,
      "cost": "medium",
      "stability": "stable"
    },
    {
      "id": "knowledge-graph",
      "kind": "skills",
      "description": "Default CodeGraph plus optional Graphify and GitNexus code-graph capabilities for brownfield structure discovery, architecture Q&A, impact analysis, and evidence capture.",
      "paths": [
        "skills/codegraph",
        "skills/graphify",
        "skills/gitnexus",
        "docs/runbooks/codegraph-code-intelligence-usage.md",
        "docs/runbooks/graphify-knowledge-graph-usage.md",
        "docs/runbooks/gitnexus-code-intelligence-usage.md",
        "scripts/codegraph-preflight.js",
        "scripts/install-codegraph.js",
        "scripts/hooks/codegraph-auto-init.js"
      ],
      "externalInstall": {
        "id": "codegraph",
        "description": "Install the upstream CodeGraph standalone CLI when needed, then run the target-scoped CodeGraph installer; never uses --target=auto.",
        "command": "node",
        "script": "scripts/install-codegraph.js",
        "args": []
      },
      "targets": [
        "claude",
        "cursor",
        "antigravity",
        "codex",
        "opencode",
        "codebuddy"
      ],
      "dependencies": [
        "platform-configs"
      ],
      "defaultInstall": true,
      "cost": "medium",
      "stability": "beta"
    },
    {
      "id": "design-prototyping",
      "kind": "skills",
      "description": "Open Design controlled integration for local-first prototypes, decks, DESIGN.md systems, and exportable visual artifacts.",
      "paths": [
        "skills/open-design",
        "docs/runbooks/open-design-integration.md",
        "scripts/install-open-design.js"
      ],
      "externalInstall": {
        "id": "open-design",
        "description": "Clone or update nexu-io/open-design into ~/.tsp/open-design and install dependencies when corepack/pnpm are available.",
        "profiles": [
          "full"
        ],
        "failureMode": "warn",
        "failureHint": "Open Design is an optional sidecar. TSP core files are still installed; rerun full install when GitHub access is available to refresh ~/.tsp/open-design.",
        "command": "node",
        "script": "scripts/install-open-design.js",
        "args": []
      },
      "targets": [
        "claude",
        "cursor",
        "antigravity",
        "codex",
        "opencode",
        "codebuddy"
      ],
      "dependencies": [
        "platform-configs"
      ],
      "defaultInstall": false,
      "cost": "medium",
      "stability": "beta"
    },
    {
      "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/market-research"
      ],
      "targets": [
        "claude",
        "cursor",
        "antigravity",
        "codex",
        "opencode",
        "codebuddy"
      ],
      "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/connections-optimizer",
        "skills/customer-billing-ops",
        "skills/google-workspace-ops",
        "skills/project-flow-ops",
        "skills/workspace-surface-audit"
      ],
      "targets": [
        "claude",
        "cursor",
        "antigravity",
        "codex",
        "opencode",
        "codebuddy"
      ],
      "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"
      ],
      "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"
      ],
      "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/orchestrate.md",
        "commands/sessions.md",
        "scripts/lib/orchestration-session.js",
        "scripts/lib/tmux-worktree-orchestrator.js",
        "skills/dmux-workflows"
      ],
      "targets": [
        "claude",
        "codex",
        "opencode"
      ],
      "dependencies": [
        "commands-core",
        "platform-configs"
      ],
      "defaultInstall": false,
      "cost": "medium",
      "stability": "beta"
    },
    {
      "id": "workflow-engine",
      "kind": "workflow",
      "description": "Workflow definition schema, loader, discovery helpers, and workflow inspection CLIs.",
      "paths": [
        "schemas/workflow-definition.schema.json",
        "scripts/lib/workflow",
        "scripts/workflow-list.js",
        "scripts/workflow-run.js",
        "scripts/workflow-runs.js",
        "scripts/validate-workflows.js"
      ],
      "targets": [
        "claude",
        "cursor",
        "codex",
        "opencode",
        "codebuddy"
      ],
      "dependencies": [
        "platform-configs"
      ],
      "defaultInstall": false,
      "cost": "light",
      "stability": "beta"
    },
    {
      "id": "workflow-defaults",
      "kind": "workflow",
      "description": "Bundled default workflow YAML definitions for feature and bugfix flows.",
      "paths": [
        "workflows/defaults"
      ],
      "targets": [
        "claude",
        "cursor",
        "codex",
        "opencode",
        "codebuddy"
      ],
      "dependencies": [
        "workflow-engine"
      ],
      "defaultInstall": false,
      "cost": "light",
      "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"
      ],
      "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-harness-construction",
        "skills/agentic-engineering",
        "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"
      ],
      "dependencies": [
        "platform-configs"
      ],
      "defaultInstall": false,
      "cost": "medium",
      "stability": "stable"
    },
    {
      "id": "devops-infra",
      "kind": "skills",
      "description": "Deployment workflows, Docker patterns, and infrastructure skills.",
      "paths": [
        "skills/deployment-patterns",
        "skills/docker-patterns"
      ],
      "targets": [
        "claude",
        "cursor",
        "antigravity",
        "codex",
        "opencode",
        "codebuddy"
      ],
      "dependencies": [
        "platform-configs"
      ],
      "defaultInstall": false,
      "cost": "medium",
      "stability": "stable"
    },
    {
      "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"
      ],
      "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"
      ],
      "dependencies": [
        "platform-configs"
      ],
      "defaultInstall": false,
      "cost": "medium",
      "stability": "stable"
    },
    {
      "id": "team-workflow",
      "kind": "agents",
      "description": "Team role agents (tech-lead, architect, frontend/backend-engineer, qa, devops, PM, project-manager), generated role skills, and team slash commands (/team-intake, /team-plan, /team-execute, /team-review, /team-release, /handoff).",
      "paths": [
        "agents/roles",
        "skills/roles",
        "commands"
      ],
      "targets": [
        "claude",
        "cursor",
        "codex",
        "opencode"
      ],
      "dependencies": [
        "agents-core",
        "commands-core"
      ],
      "defaultInstall": true,
      "cost": "medium",
      "stability": "stable"
    },
    {
      "id": "shared-skills",
      "kind": "skills",
      "description": "Shared team capability skills installed at skills/ — frontend engineering standards, UI/UX design system, API contract conventions, and doc architecture workflow. Required by team role agents that reference skills/.",
      "paths": [
        "skills/frontend-engineering",
        "skills/frontend-ui-ux-system",
        "skills/api-contract",
        "skills/doc-architecture",
        "skills/agent-dev-workshop"
      ],
      "targets": [
        "claude",
        "cursor",
        "codex",
        "opencode"
      ],
      "dependencies": [
        "team-workflow"
      ],
      "defaultInstall": true,
      "cost": "medium",
      "stability": "stable"
    },
    {
      "id": "ecc-skills",
      "kind": "skills",
      "description": "ECC curated skills installed at skills/ — includes java-unit-test, maven-qa, browser-smoke-testing, systematic-debugging, and other specialized engineering skills referenced by role agents.",
      "paths": [
        "skills/adk-framework-adapters",
        "skills/agent-patterns-catalog",
        "skills/browser-smoke-testing",
        "skills/context-lifecycle",
        "skills/context-recall",
        "skills/continuous-learning",
        "skills/cost-aware-llm-pipeline",
        "skills/error-experience-library",
        "skills/eval-harness",
        "skills/evolution-core",
        "skills/evolution-network",
        "skills/harness-audit",
        "skills/java-unit-test",
        "skills/langfuse-coding-trace",
        "skills/maven-qa",
        "skills/mysql-query",
        "skills/pairwise-test-design",
        "skills/parallel-execution",
        "skills/strategic-compact",
        "skills/systematic-debugging",
        "skills/testcontainers-integration-testing",
        "skills/context-engineering",
        "skills/git-worktree-isolation",
        "skills/workflow-forensics",
        "templates/context-docs"
      ],
      "targets": ["claude", "cursor", "codex", "opencode"],
      "dependencies": ["team-workflow"],
      "defaultInstall": false,
      "cost": "heavy",
      "stability": "stable"
    },
    {
      "id": "agent-development",
      "kind": "skills",
      "description": "Interactive AI Agent development workshop — 6-phase guided agent building with framework adapters for LangChain, EINO, AutoGen, AgentScope, and CrewAI.",
      "paths": [
        "skills/agent-dev-workshop",
        "skills/agent-patterns-catalog",
        "skills/adk-framework-adapters"
      ],
      "targets": [
        "claude",
        "cursor",
        "antigravity",
        "codex",
        "opencode",
        "codebuddy"
      ],
      "dependencies": [
        "platform-configs",
        "agents-core",
        "commands-core"
      ],
      "defaultInstall": false,
      "cost": "medium",
      "stability": "experimental"
    },
    {
      "id": "evolution",
      "kind": "skills",
      "description": "Experience evolution system — Gene model, Replay-First executor, Governor safety controls, and cross-agent gene sharing network.",
      "paths": [
        "skills/evolution-core",
        "skills/evolution-network",
        "scripts/evolution",
        "docs/runbooks/evolution-usage.md"
      ],
      "targets": [
        "claude",
        "cursor",
        "antigravity",
        "codex",
        "opencode",
        "codebuddy"
      ],
      "dependencies": [
        "hooks-runtime",
        "commands-core"
      ],
      "defaultInstall": false,
      "cost": "medium",
      "stability": "experimental"
    },
    {
      "id": "enhanced-workflows",
      "kind": "skills",
      "description": "Enhanced workflow skills integrated from superpowers, gstack, and GSD — discuss phase, quick execution, brainstorming, wave execution, subagent-driven development, session continuity, multi-perspective review, cross-model review, and model routing profiles.",
      "paths": [
        "skills/discuss-phase",
        "skills/quick-execution",
        "skills/brainstorming",
        "skills/wave-execution",
        "skills/subagent-driven-development",
        "skills/session-continuity",
        "skills/multi-perspective-review",
        "skills/cross-model-review",
        "commands/quick.md",
        "commands/pause.md",
        "commands/resume.md",
        "manifests/model-profiles.json",
        "rules/common/quality-gates-taxonomy.md"
      ],
      "targets": [
        "claude",
        "cursor",
        "antigravity",
        "codex",
        "opencode",
        "codebuddy"
      ],
      "dependencies": [
        "commands-core",
        "workflow-quality",
        "agents-core"
      ],
      "defaultInstall": false,
      "cost": "medium",
      "stability": "beta"
    },
    {
      "id": "rtk-optimization",
      "kind": "hooks",
      "description": "RTK token optimization — CLI proxy that reduces LLM token consumption by 60-90% via transparent command rewriting. Requires: brew install rtk",
      "paths": [
        "hooks/rtk-rewrite.sh",
        "scripts/hooks/rtk-rewrite-wrapper.js",
        "skills/rtk-token-optimization"
      ],
      "targets": [
        "claude",
        "cursor"
      ],
      "dependencies": [
        "hooks-runtime"
      ],
      "defaultInstall": false,
      "cost": "light",
      "stability": "stable"
    }
  ]
}
