Agent skill
cc-soul-daemon
Start, stop, or check the chittad daemon
Install this agent skill to your Project
npx add-skill https://github.com/genomewalker/cc-soul/tree/main/skills/cc-soul-daemon
SKILL.md
cc-soul-daemon
Manage the chittad background daemon.
Usage
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.
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.
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.
learn
Didn't find tool you were looking for?