ECC’s install system has two levels of composability: profiles (named bundles optimized for a use case) and modules (concrete installable units you can combine freely). Start with a profile, then add individual modules to fill gaps. The install config schema is versioned atDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/affaan-m/ECC/llms.txt
Use this file to discover all available pages before exploring further.
version: 1 and validates all inputs before writing any files.
Install Config Schema
The top-level install configuration (passed via CLI flags or a config file):Schema version. Must be
1.The AI harness to install into. One of:
claude, claude-project, cursor, antigravity, codex, gemini, opencode, codebuddy, joycode, qwen, zed, hermes, openclaw, kimi.Named install profile. Pattern:
^[a-z0-9-]+$. One of the 7 profiles below.Explicit list of module IDs to install. Overrides or extends the profile’s module list.
Component selectors to include. Pattern:
(baseline|lang|framework|capability):<id>. Example: capability:security, lang:typescript.Component selectors to exclude from the resolved install. Same pattern as
include.Free-form options object for advanced configuration.
Install Profiles
minimal — Low-context baseline
minimal — Low-context baseline
Low-context Claude Code setup with rules, agents, commands, platform configs, and quality workflow support. No hook runtime — lowest token footprint.Modules:
rules-core, agents-core, commands-core, platform-configs, workflow-qualityopencode — Default OpenCode setup
opencode — Default OpenCode setup
Default OpenCode setup with commands, platform configs, and quality workflow support. Intentionally excludes
hooks-runtime (OpenCode hooks are opt-in).Modules: commands-core, platform-configs, workflow-qualitycore — Minimal harness baseline with hooks
core — Minimal harness baseline with hooks
Minimal harness baseline with commands, hooks, platform configs, and quality workflow support. The recommended starting point for Claude Code users.Modules:
rules-core, agents-core, commands-core, hooks-runtime, platform-configs, workflow-qualitydeveloper — Default engineering profile
developer — Default engineering profile
Default engineering profile for most ECC users working across app codebases. Adds framework/language skills, database skills, and orchestration.Modules:
rules-core, agents-core, commands-core, hooks-runtime, platform-configs, workflow-quality, framework-language, database, orchestrationsecurity — Security-heavy setup
security — Security-heavy setup
Security-heavy setup with baseline runtime support and security-specific guidance skills.Modules:
rules-core, agents-core, commands-core, hooks-runtime, platform-configs, workflow-quality, securityresearch — Research and content workflows
research — Research and content workflows
Research and content-oriented setup for investigation, synthesis, and publishing workflows.Modules:
rules-core, agents-core, commands-core, hooks-runtime, platform-configs, workflow-quality, research-apis, business-content, social-distributionfull — Complete ECC install
full — Complete ECC install
Complete ECC install with all currently classified modules. Largest footprint; recommended for experienced users.Modules:
rules-core, agents-core, commands-core, hooks-runtime, platform-configs, framework-language, database, workflow-quality, security, research-apis, business-content, operator-workflows, optimization-workflows, prediction-market-skills, social-distribution, media-generation, orchestration, swift-apple, agentic-patterns, devops-infra, machine-learning, supply-chain-domain, document-processingModules Reference
All 32 installable modules:| Module ID | Kind | Default | Cost | Stability |
|---|---|---|---|---|
rules-core | rules | ✅ | light | stable |
agents-core | agents | ✅ | light | stable |
commands-core | commands | ✅ | medium | stable |
hooks-runtime | hooks | ✅ | medium | stable |
platform-configs | platform | ✅ | light | stable |
workflow-quality | skills | ✅ | medium | stable |
framework-language | skills | — | medium | stable |
database | skills | — | medium | stable |
security | skills | — | medium | stable |
research-apis | skills | — | medium | stable |
business-content | skills | — | heavy | stable |
operator-workflows | skills | — | medium | beta |
optimization-workflows | skills | — | medium | beta |
prediction-market-skills | skills | — | medium | beta |
social-distribution | skills | — | medium | stable |
media-generation | skills | — | heavy | beta |
orchestration | orchestration | — | medium | beta |
swift-apple | skills | — | medium | stable |
agentic-patterns | skills | — | medium | stable |
devops-infra | skills | — | medium | stable |
machine-learning | skills | — | medium | beta |
supply-chain-domain | skills | — | heavy | stable |
document-processing | skills | — | medium | stable |
docs-ja-jp | docs | — | heavy | stable |
docs-zh-cn | docs | — | heavy | stable |
docs-ko-kr | docs | — | heavy | stable |
docs-pt-br | docs | — | heavy | stable |
docs-ru | docs | — | heavy | stable |
docs-tr | docs | — | heavy | stable |
docs-vi-vn | docs | — | heavy | stable |
docs-zh-tw | docs | — | heavy | stable |
docs-de-de | docs | — | heavy | stable |
Cost describes the token/context footprint when active in a session:
light (minimal overhead), medium (moderate skill content), heavy (large skill library). Stability reflects API stability: stable (production-ready), beta (may change), experimental (early access).Selective Module Install
Add specific modules on top of any profile:Locale Documentation Modules
Install translated docs alongside your harness content. Each locale module adds translated skill and guide content:docs-ja-jp, docs-zh-cn, docs-ko-kr, docs-pt-br, docs-ru, docs-tr, docs-vi-vn, docs-zh-tw, docs-de-de