Preserve soul state across time. Use for session-end backups, before major changes, or weekly maintenance.
Preserves your soul state to disk before major changes or session end. Triggers when you request a backup or before destructive operations to safeguard your context and memories.
/plugin marketplace add genomewalker/cc-soul/plugin install soul@genomewalker-cc-soulThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Spawn a Task agent to backup the soul. This saves context.
Task(
subagent_type="general-purpose",
description="Soul backup",
prompt="""
Backup the soul state.
## 1. Get Current State
Call:
- mcp__soul__soul_context(format="json") - Get statistics before backup
Note the node count and coherence.
## 2. Run Backup
Call:
- mcp__soul__cycle(save=true) - Save current state to disk
This writes the soul graph to ~/.claude/mind/synapse/
## 3. Verify
After cycle completes, report:
- Nodes backed up (total count)
- Coherence at backup time
- Any pruning that occurred during cycle
## 4. Respond
Return a brief confirmation (3-5 lines):
- Backup completed
- Node count
- Coherence
- Storage location
Keep it simple.
"""
)
After the agent returns, confirm the backup to the user.
Soul state is saved to: ~/.claude/mind/synapse/
For additional backup, you can copy this directory:
cp -r ~/.claude/mind/synapse ~/.claude/mind/synapse-backup-$(date +%Y%m%d)
This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.