Awesome-omni-skill cc-soul-setup
Build cc-soul from source (requires cmake, make, C++ compiler)
install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/tools/cc-soul-setup" ~/.claude/skills/diegosouzapw-awesome-omni-skill-cc-soul-setup && rm -rf "$T"
manifest:
skills/tools/cc-soul-setup/SKILL.mdsource content
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.