AI-assisted coding, but engineered like software.
Build with an AI. Keep the rigor.
A composable system of agents, skills, commands, hooks, and rules that turns “chatting” into repeatable delivery.
Explore (Packs)
Packs are plug-in bundles of modules with a single purpose. Install what you need. Leave the rest behind.
Module Explorer
Search across agents, commands, skills, and rules. Everything has a stable ID and a digest.
Install
Studio is read-only. The paradigms are meant to be installed and evolved inside your own environment.
ECC CLI (npm)
# Project-local (recommended)
npm install -D ecc-conveyor
npx ecc doctor
# Global
npm install -g ecc-conveyor
ecc doctor
Rules (Manual)
# Required (language-agnostic)
cp -r rules/common/* ~/.claude/rules/
# Optional (choose your stack)
cp -r rules/typescript/* ~/.claude/rules/
cp -r rules/python/* ~/.claude/rules/
cp -r rules/golang/* ~/.claude/rules/
Workflows
Interactive walkthroughs: not “chat logs”, but engineered delivery flows. Each step references the modules that make it repeatable.
Graph
A deterministic bipartite view: packs on the left, modules on the right. Click to highlight ownership and reuse.
Compare
Diff two tags by digest. No heuristics: added, removed, changed. Works on public GitHub tags (rate-limited, cached locally).