lev-cdo

Installation
SKILL.md

Lev CDO — Architecture-Aware Deliberation

Thin wrapper over the cdo skill. Adds lev-specific context to every agent brief.

How It Works

  1. Generate architecture context on the fly (bash commands, not static files)
  2. Inject into every CDO agent's system prompt as <lev-context> block
  3. Delegate to cdo skill for turn execution, synthesis, and convergence
  4. All CDO presets (quick/think/deep/full/debug) work — this just adds context

Context Injection

Before dispatching any CDO agent, generate and prepend this context:

# Run these to get current architecture state:
ls ~/lev/core/ | sort                              # 20 core modules
grep "id:" ~/lev/dna/*.dna.yaml                    # DNA constraint IDs
Related skills
Installs
9
Repository
lev-os/agents
GitHub Stars
2
First Seen
Mar 1, 2026