Skip to content

docs(skills): refresh Supermemory skill for 7-tool parity - #1435

Open
Dhravya wants to merge 2 commits into
fix/python-sdks-v4-apifrom
docs/supermemory-skill-1417
Open

docs(skills): refresh Supermemory skill for 7-tool parity#1435
Dhravya wants to merge 2 commits into
fix/python-sdks-v4-apifrom
docs/supermemory-skill-1417

Conversation

@Dhravya

@Dhravya Dhravya commented Aug 8, 2026

Copy link
Copy Markdown
Member

Summary

  • Update SKILL.md with proactive search and full 7-tool surface
  • Refresh sdk-guide.md with v4 API examples and tool descriptions

Stacked on #1434

Test plan

  • Review skill content for accuracy

Made with Cursor

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 8, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
supermemory-mcp 9263c15 Aug 23 2026, 02:39 PM

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 8, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
supermemory-app 9263c15 Commit Preview URL

Branch Preview URL
Aug 23 2026, 02:40 PM

@claude

claude Bot commented Aug 8, 2026

Copy link
Copy Markdown

Claude finished @ved015's task in 1m 8s —— View job


Reviewing PR #1435

  • Fetch PR diff and review changes
  • Check for existing review comments
  • Review documentation for accuracy and issues
  • Submit review summary

Overview: Documentation update that adds comprehensive guidance for Supermemory's 7-tool surface area, including agent tools vs middleware patterns, deletion mechanisms, and SDK examples for v4 API.

Issues found: None — this looks good to ship.

Score: 10/10

The documentation is well-structured and accurate:

  • API examples are correct: Uses q parameter consistently for search/profile, environment variables for API keys, and proper response shape access (.profile.static, .profile.dynamic, .searchResults?.results)
  • Tool naming follows conventions: TypeScript (camelCase: searchMemories, addMemory) and Python (snake_case: search_memories, add_memory)
  • Security guidance is solid: Warns about destructive operations (documentDelete, memoryForget), recommends filtering exposed tools, and documents the distinction between soft/hard deletes
  • v4 API updates are reflected: New filter syntax with AND arrays, default threshold 0.6, pagination with 1-based page instead of offset, and correct documents.list() response shape

The new sections on "Agent tools vs middleware" and "Removing information — three different mechanisms" provide clear guidance for implementers. No bugs, security issues, or logic errors found.

Dhravya commented Aug 8, 2026

Copy link
Copy Markdown
Member Author

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more


How to use the Graphite Merge Queue

Add the label Main to this PR to add it to the merge queue.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overview: Documentation update that adds comprehensive guidance for Supermemory's 7-tool surface area, including agent tools vs middleware patterns, deletion mechanisms, and SDK examples.

Issues found: None — this looks good to ship.

Score: 10/10

The documentation is clear, accurate, and follows existing patterns. Examples use environment variables properly for API keys, tool naming conventions are consistent between TypeScript (camelCase) and Python (snake_case), and the new sections provide valuable guidance on when to use each tool.

Dhravya and others added 2 commits August 23, 2026 20:04
Update tool descriptions, proactive search guidance, and v4 API examples
across SKILL.md and sdk-guide reference.

Co-authored-by: Cursor <cursoragent@cursor.com>
@ved015
ved015 force-pushed the docs/supermemory-skill-1417 branch from cb33a3a to 9263c15 Compare August 23, 2026 14:37
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.

2 participants