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/majiayu000/claude-skill-registry/tree/main/skills/other/other/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.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?