codex-plugin/skills/dream/SKILL.md
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.
npx skillsauth add genomewalker/cc-soul dreamInstall 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.
Trigger the soul to explore a topic freely during idle time. Dream memories are tagged [dream] and stored for future recall.
/dream # Auto-pick topic from memory gaps
/dream <topic> # Dream about a specific topic
/dream list # Show recent dreams
/dream status <id> # Check a specific dream
[dream]-tagged memoriesachieved when doneParse the user's intent and call the appropriate MCP tool:
/dream or /dream wander — auto-select topic:
Call: dream_wander {}
Report: "Dream started: <topic> (dream #N, sadhana #M). The soul is wandering..."
/dream <topic> — specific topic:
Call: dream_start { "topic": "<topic>" }
Report: "Dream started: <topic> (dream #N). The soul is exploring..."
/dream list — recent dreams:
Call: dream_list { "limit": 10 }
Format results as a table: ID | Topic | Status | Memories Created | Started
/dream status <id> — dream detail:
Call: dream_status { "id": <id> }
Show: topic, status, sadhana state, last agent action, findings
| Status | Meaning |
|--------|---------|
| dreaming | Agent is actively exploring |
| woke | Exploration complete, findings stored |
| forgotten | Dream was abandoned |
The daemon automatically triggers dream_wander when the soul has been idle for 10+ minutes and no dream has run in the past hour. You can check recent auto-dreams with /dream list.
Dream started: consciousness and the hard problem of subjective experience
(dream #7, sadhana #42)
The soul is wandering into consciousness research...
Check progress with: /dream status 7
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