Search and surface relevant memories to inform current work with decisions, patterns, and learnings from past sessions.
Searches memory to recall past decisions, patterns, and lessons learned during sessions.
npx claudepluginhub zircote/subcogThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Search and surface relevant memories to inform current work with decisions, patterns, and learnings from past sessions.
| Search Mode | Best For | Example |
|---|---|---|
hybrid (default) | General queries, balanced results | "database storage decision" |
vector | Conceptual similarity, fuzzy matching | "how to handle errors gracefully" |
text | Exact terms, specific keywords | "PostgreSQL" |
Search Quality Guidelines:
vector mode for conceptual searchestext mode when you know exact termshybrid mode (default) works best for most queries
</strategy>
Finding patterns for a domain:
Mode: vector (conceptual similarity)
Namespace: patterns
Example: "how to handle API errors gracefully"
Debugging help (gotchas):
Mode: hybrid
Namespace: learnings
Example: "authentication token refresh issues"
</strategies>
Parameters:
query (required): Natural language search querymode (optional): "hybrid" (default), "vector", or "text"namespace (optional): Filter to specific namespacelimit (optional): Maximum results (default: 10, max: 50)Returns:
MemoryResult objects with memory_id, namespace, content, score, tags, timestamp
</mcp>
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.