بنقرة واحدة
cc-soul-setup
Build cc-soul from source (requires cmake, make, C++ compiler)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Build cc-soul from source (requires cmake, make, C++ compiler)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Trigger autonomous curiosity-driven exploration. The soul picks a topic from memory gaps or curiosity seeds, searches the web, and stores what it finds as dream-tagged memories.
Fine-tune the Qwen3-0.6B hint model — corpus gen, LoRA/unsloth, GGUF export, Ollama
Review soul discoveries (fixes, improvements, corrections) one by one, accept or discard each, implement accepted ones, build chitta, and optionally release.
First-principles review — question requirements, delete unnecessary parts, simplify, optimize with evidence, automate last. Use for code review, refactor, performance, or architecture.
Token-savvy session continuation. Rebuilds working context from transcript + soul memories in ~1500 tokens instead of replaying full history. Use when starting a new session to continue previous work.
Resume a thread by loading its ~800-token context capsule
| name | cc-soul-setup |
| description | Build cc-soul from source (requires cmake, make, C++ compiler) |
| execution | inline |
Build chitta binaries from source code.
# Run smart-install from plugin directory (builds from source as fallback)
${CLAUDE_PLUGIN_ROOT}/scripts/smart-install.sh
This will:
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.