Skip to content

feat(skills): add Mem0 Platform Claude Code skill#4309

Merged
deshraj merged 6 commits intomainfrom
feat/claude-skills-mem0
Mar 12, 2026
Merged

feat(skills): add Mem0 Platform Claude Code skill#4309
deshraj merged 6 commits intomainfrom
feat/claude-skills-mem0

Conversation

@kartik-mem0
Copy link
Copy Markdown
Contributor

@kartik-mem0 kartik-mem0 commented Mar 12, 2026

Description

Add a Claude Code skill for Mem0 Platform that teaches AI agents how to generate correct, working Mem0 integration code eliminating hallucination from outdated training data.

When installed, Claude can set up Mem0 in a project, generate correct API calls for Python and TypeScript, integrate with popular frameworks, and search live docs on demand all verified against the actual codebase.

Structure (11 files):

  • SKILL.md — Lean entry point (~156 lines) with quickstart, core pattern, edge cases
  • references/ — 7 on-demand docs:
    • quickstart.md — Python, TypeScript, cURL setup
    • sdk-guide.md — All SDK methods for both languages
    • api-reference.md — REST endpoints, filters, memory object schema
    • architecture.md — Processing pipeline, memory lifecycle, scoping model, performance
    • features.md — Advanced retrieval, graph memory, categories, MCP, webhooks, multimodal, feedback, export
    • integration-patterns.md — LangChain, CrewAI, Vercel AI, OpenAI Agents, LangGraph, LlamaIndex, AutoGen, Pipecat
    • use-cases.md — 7 real-world patterns with full Python + TypeScript implementations
  • scripts/mem0_doc_search.py — Live doc search against docs.mem0.ai for staying current

Key decisions:

  • Platform-only — all examples use MemoryClient, zero OSS references
  • Follows the Agent Skills spec.
  • All code verified against mem0/client/main.py, mem0-ts/src/client/mem0.ts, and docs/openapi.json

Type of change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

  • All SKILL.md links verified — zero broken references
  • All API endpoints verified against SDK source (mem0/client/main.py) and OpenAPI spec
  • All code examples verified against docs/integrations/*.mdx and docs/platform/*.mdx
  • TypeScript SDK methods verified against mem0-ts/src/client/mem0.ts
  • Skill structure validated against Agent Skills specification
  • Pre-commit hooks pass (Ruff, isort)

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code

@kartik-mem0 kartik-mem0 marked this pull request as draft March 12, 2026 11:13
@kartik-mem0 kartik-mem0 marked this pull request as ready for review March 12, 2026 11:54
@kartik-mem0 kartik-mem0 requested a review from whysosaket March 12, 2026 11:55
@deshraj deshraj merged commit 54aa760 into main Mar 12, 2026
2 checks passed
@deshraj deshraj deleted the feat/claude-skills-mem0 branch March 12, 2026 17:00
jamebobob pushed a commit to jamebobob/mem0-vigil-recall that referenced this pull request Mar 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants