Ccc Evolve banner
KevinZai KevinZai

Ccc Evolve

Development community

Description

--- name: ccc-evolve description: "Analyze instincts and suggest or generate evolved structures" command: true --- # Evolve Command ## Implementation Run the instinct CLI using the plugin root path: ```bash python3 "${CLAUDE_PLUGIN_ROOT}/skills/continuous-learning-v2/scripts/instinct-cli.py" evolve [--generate] ``` Or if `CLAUDE_PLUGIN_ROOT` is not set (manual installation): ```bash python3 ~/.claude/skills/continuous-learning-v2/scripts/instinct-cli.py evolve [--generate] ``` Analyzes in

Installation

Installs to ~/.claude/skills/kevinzai-commander-ccc-evolve/SKILL.md

Terminal
mkdir -p ~/.claude/skills/kevinzai-commander-ccc-evolve && curl -fsSL https://raw.githubusercontent.com/KevinZai/commander/HEAD/commands/ccc-evolve.md -o ~/.claude/skills/kevinzai-commander-ccc-evolve/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository