claude-supermemory
Description
> **✨ Requires [Supermemory Pro or above](https://app.supermemory.ai/?view=integrations)** - Unlock the state of the art memory for your Claude code.
Installation
claude install-skill https://github.com/supermemoryai/claude-supermemory README
Claude-Supermemory
**✨ Requires [Supermemory Pro or above](https://app.supermemory.ai/?view=integrations)** - Unlock the state of the art memory for your Claude code.
A Claude Code plugin that gives your AI persistent memory across sessions using [Supermemory](https://supermemory.ai). Your agent remembers what you worked on - across sessions, across projects.
Features
- undefined
Installation
/plugin marketplace add supermemoryai/claude-supermemory
/plugin install claude-supermemory
Set your API key (get one at [app.supermemory.ai](https://app.supermemory.ai)):
export SUPERMEMORY_CC_API_KEY="sm_..."
How It Works
- undefined
Commands
| Command | Description |
|---|---|
/claude-supermemory:index |
Index codebase architecture and patterns |
/claude-supermemory:project-config |
Configure project-level settings |
/claude-supermemory:logout |
Clear saved credentials |
Configuration
**Environment**
SUPERMEMORY_CC_API_KEY=sm_... # Required
SUPERMEMORY_DEBUG=true # Optional: enable debug logging
**Global Settings** — `~/.supermemory-claude/settings.json`
{
"maxProfileItems": 5,
"signalExtraction": true,
"signalKeywords": ["remember", "architecture", "decision", "bug", "fix"],
"signalTurnsBefore": 3,
"includeTools": ["Edit", "Write"]
}
| Option | Description |
...
Related Skills
next.js
| The React Framework | 138360 | 1503 | 1 |
Development community sharing-skills
skill for guidance.
Development community root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development community Template Skill
Minimal skeleton for a new skill project structure.
Development community Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THIS PRODUCT. ---
Development official Claude API
When code imports anthropic/@anthropic-ai/sdk/claude_agent_sdk, or user asks to use Claude APIBuild apps with the Claude API or Anthropic SDK
Development official