Unified memory search across synapse. Use to find past decisions, wisdom, patterns, and context.
Searches memory for past decisions, wisdom, and patterns using soul recall. Triggered when you ask to find previous discussions, decisions, or context from past interactions.
/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 search the soul. This saves context.
The user's query is in ARGUMENTS below.
Task(
subagent_type="general-purpose",
description="Soul memory search",
prompt="""
Search the soul's memory for: {ARGUMENTS}
## 1. Execute Search
Call:
- mcp__soul__recall(query="{ARGUMENTS}", limit=10)
## 2. Parse Results
The tool returns matches with:
- Similarity score (percentage)
- Type: wisdom, belief, failure, episode, term
- Title and content
## 3. Format Response
Present findings clearly:
**Found N results for "{ARGUMENTS}"**
For each relevant result:
[Score%] [type] **Title**
> Content snippet (first 100 chars)
## 4. Synthesize
After listing results, briefly note:
- Common themes across matches
- Most relevant finding for the query
- Any patterns or connections
Keep response concise (10-15 lines max).
"""
)
After the agent returns, present the search results.
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.