Agent skill
cc-soul-setup
Build cc-soul from source (requires cmake, make, C++ compiler)
Install this agent skill to your Project
npx add-skill https://github.com/genomewalker/cc-soul/tree/main/skills/cc-soul-setup
SKILL.md
cc-soul-setup
Build chitta binaries from source code.
Requirements
- cmake
- make
- C++ compiler (g++ or clang++)
Usage
# Run smart-install from plugin directory (builds from source as fallback)
${CLAUDE_PLUGIN_ROOT}/scripts/smart-install.sh
This will:
- Stop any running daemon
- Download pre-built binaries (or build from source if unavailable)
- Install to ~/.claude/bin/
- Download embedding model if needed
- Install hooks and configure permissions
- Set up systemd user service (Linux only) and start the daemon
- Run database migrations if needed
If cmake is not available and pre-built binaries aren't found, suggest using /cc-soul-update to download pre-built binaries instead.
After setup, the daemon is managed by systemd (systemctl --user status chittad). It starts automatically and restarts on crash.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
kriya
Review soul discoveries (fixes, improvements, corrections) one by one, accept or discard each, implement accepted ones, build chitta, and optionally release.
cc-soul-daemon
Start, stop, or check the chittad daemon
ultrathink
First-principles deep thinking for significant problems
reawaken
Restore context and momentum via Pratyabhijñā (recognition)
long-task
Initialize or resume a long-running task session. Use when starting a complex multi-session task, resuming work from a previous session, or when the user mentions claude-progress.json or long-running work.
shepherd
Autonomous pipeline monitor using sense-think-act loop. Watches snakemake/nextflow jobs, detects errors, applies fixes from memory, restarts on failure.
Didn't find tool you were looking for?