codex-plugin/skills/cc-soul-daemon/SKILL.md
Start, stop, or check the chittad daemon
npx skillsauth add genomewalker/cc-soul cc-soul-daemonInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Manage the chittad background daemon.
If the systemd user service is installed (the default since smart-install.sh sets it up), use systemctl directly — it's the primary management interface:
# Check status
systemctl --user status chittad
# Start daemon
systemctl --user start chittad
# Stop daemon
systemctl --user stop chittad
# Restart daemon
systemctl --user restart chittad
# View logs
journalctl --user -u chittad -n 50
If systemd is not available (macOS, old Linux), fall back to subconscious.sh:
# Check status (default)
${CLAUDE_PLUGIN_ROOT}/hooks/subconscious.sh status
# Start / stop / restart
${CLAUDE_PLUGIN_ROOT}/hooks/subconscious.sh start
${CLAUDE_PLUGIN_ROOT}/hooks/subconscious.sh stop
${CLAUDE_PLUGIN_ROOT}/hooks/subconscious.sh restart
Parse user request for action (start/stop/restart/status/logs), default to status. Run the appropriate command and report the result.
development
Build, convert, and fine-tune the Qwen3-0.6B hint model for personal fact extraction. Covers corpus generation, ChatML conversion, LoRA fine-tuning with unsloth, GGUF export, and Ollama registration.
development
Build, convert, and fine-tune the Qwen3-0.6B hint model for personal fact extraction. Covers corpus generation, ChatML conversion, LoRA fine-tuning with unsloth, GGUF export, and Ollama registration.
tools
Browse and resume tasks, threads, and background jobs across sessions
tools
Resume a thread by loading its ~800-token context capsule