From memv-skills
This skill should be used when the user reports a mem[v] error, mentions 'memv 401', 'memory not found', 'search returns nothing', 'add_memory failed', 'rate limited', or when troubleshooting unexpected mem[v] behavior. Covers the SDK exception hierarchy, common failure modes, and the dev-time MCP probes for sanity-checking writes and auth.
How this skill is triggered — by the user, by Claude, or both
Slash command
/memv-skills:memv-debugThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. `docs/memv/sdk/error-handling.md` — exception hierarchy, retryable vs terminal, rate-limit shape.
docs/memv/sdk/error-handling.md — exception hierarchy, retryable vs terminal, rate-limit shape.docs/memv/support/troubleshooting.md — first stop on runtime errors (thin now, may fall through).docs/memv/changelog/ — recent breaking changes if behavior diverges from docs.docs/memv/sdk/advanced.md — escape hatches when standard SDK fails inexplicably.mcp__memv__whoami confirm live account works. Yes but app fails → check MEMV_API_KEY env var in app runtime.mcp__memv__search_memory(query=<excerpt>, workspaceId=space_id). MCP sees it but app search doesn't → check space_id mismatch (MCP workspaceId, SDK space_id, same value).sdk/error-handling.md. No naïve retry loops; SDK handles backoff per docs.docs/memv/core-concepts/search.md. Search graph-aware; neighbors of embedding match returned by design.sdk/<area>.md for actual response shape. Absent → sdk/advanced.md. Still absent → flag to user, don't invent.sdk/error-handling.md.| Symptom | Likely cause | Where to look |
|---|---|---|
| 401/403 | API key missing or wrong | sdk/installation.md, env var |
| Memory not searchable | Wrong space_id or write failed silently | core-concepts/spaces.md, MCP sanity-check |
| Search returns nothing | Query semantically distant from stored memories | core-concepts/search.md |
| Search returns "wrong" memories | Graph traversal pulling neighbors | core-concepts/search.md (working as intended) |
| Upload timeout | Big file or rate-limit | sdk/error-handling.md, sdk/files.md / videos.md |
| Field missing on response | SDK version mismatch or wrong area | sdk/<area>.md first, then sdk/advanced.md |
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub drpod/memv-skills --plugin memv-skills