Agent skill
search
Unified memory search across synapse. Use to find past decisions, wisdom, patterns, and context.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/productivity/search
SKILL.md
Search
Spawn a Task agent to search the soul. This saves context.
Execute
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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?