Official Claude Code plugins from Basic Machines for knowledge management and AI-assisted development.
Add the marketplace and install the plugin:
/plugin marketplace add basicmachines-co/basic-memory-plugins
/plugin install basic-memory@basicmachinesSkills, commands, and hooks for Basic Memory MCP server integration.
Skills:
knowledge-capture- Capture important information from conversationscontinue-conversation- Continue previous conversations with contextspec-driven-development- Follow specification-driven development workflowknowledge-organize- Maintain and organize the knowledge graphresearch- Research topics using web search and save to memoryedit-note- Edit existing notes in the knowledge basevalidate-memo- Validate memo formatting before saving
Commands:
/remember- Capture knowledge from the current conversation/continue- Continue a previous conversation topic/context- Build context from memory URLs/recent- View recent activity in memory/organize- Maintain knowledge graph structure/research- Research a topic and save findings
Hooks:
- Pre-write validation (with basic-memory-hooks)
- Post-write confirmation
- End-of-conversation
/remembersuggestion
For consistent, machine-readable memos, add basic-memory-hooks:
# Clone and install
gh repo clone basicmachines-co/basic-memory-hooks
cd basic-memory-hooks
uv sync
# Start validation server
uv run python -m basic_memory_hooks
# Verify
curl http://localhost:8000/healthThe plugin will automatically validate memos when the hooks server is running.
- Basic Memory MCP server must be configured
- Claude Code CLI
- (Optional) basic-memory-hooks for validation
See PLUGIN.md for full documentation.
MIT