From cc-obsidian-mem
Searches Claude Code memory for errors, solutions, decisions, patterns, and project context. Invoke via /mem-search with queries like 'database schema decisions' or auto-activates on relevant topics.
npx claudepluginhub z-m-huang/cc-obsidian-memThis skill is limited to using the following tools:
Search your Claude Code knowledge base to find relevant information.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Search your Claude Code knowledge base to find relevant information.
The skill accepts a natural language query. Examples:
/mem-search authentication error fix
/mem-search database schema decisions
/mem-search how did we handle caching
/mem-search API rate limiting patterns
Analyze the Query
Search Strategy
mem_search with appropriate filterstype: errortype: decisiontype: patterntype: learningPresent Results
mem_readPresent results clearly:
## Found X results for "query"
### [Title]
**Type**: type | **Path**: `path/to/note.md`
**Project**: project-name
---
Would you like me to show the full details of any of these?
Note: Search returns lightweight results. Use mem_read for full note content.
If the user wants project-wide context:
mem_project_context({ project: "project-name" })
This returns unresolved errors, active decisions, and patterns for the project.