mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
a70b355838
Add full plugin infrastructure for distribution: Marketplace: - Add marketplace.json for self-hosting at basicmachines-co/basic-memory - Users can add via: /plugin marketplace add basicmachines-co/basic-memory Slash Commands: - /remember [title] - Capture insights to Basic Memory - /continue [topic] - Resume previous work with context - /context <url> - Build context from memory:// URLs - /recent [timeframe] - Show recent activity Hooks: - PostToolUse: Confirm when notes are saved - Stop: Suggest /remember for valuable conversations Updated PLUGIN.md with comprehensive documentation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: phernandez <paul@basicmachines.co>
1.1 KiB
1.1 KiB
description, argument-hint, allowed-tools
| description | argument-hint | allowed-tools |
|---|---|---|
| Build context from a Basic Memory URL | <memory://url> [depth] [timeframe] | mcp__basic-memory__build_context, mcp__basic-memory__read_note |
Context
Build context from a Basic Memory memory:// URL.
Arguments
$1- Memory URL (e.g.,memory://topic,memory://folder/*,memory://SPEC-24)$2- Depth of relation traversal (optional, default: 2)$3- Timeframe for recent changes (optional, default: "7d")
Your Task
Navigate the knowledge graph and build comprehensive context.
-
Build context using
mcp__basic-memory__build_context:- url: "$1"
- depth: $2 or 2
- timeframe: "$3" or "7d"
-
Present the context:
- Main note content
- Related notes found via relations
- Recent changes within timeframe
- Key observations and decisions
-
Read additional notes if needed for more detail.
Memory URL Formats
memory://note-title- Single note by titlememory://folder/*- All notes in a foldermemory://SPEC-*- Pattern matchingmemory://specs/SPEC-24- Note in specific project folder