Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/lobster-powers:memoryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use `lp-memory` to search your notes, documents, and past decisions.
Use lp-memory to search your notes, documents, and past decisions.
# Index files
lp-memory index ~/notes/
lp-memory index ./MEMORY.md
# Search
lp-memory search "what auth method did we choose"
# Read specific lines
lp-memory read notes/2024-01-15.md --from 42 --lines 20
# Check status
lp-memory status
| Command | Description |
|---|---|
lp-memory index <path> | Index file or directory |
lp-memory search "query" | Hybrid search (vector + FTS) |
lp-memory read <file> | Read file content |
lp-memory status | Show index stats |
lp-memory forget <path> | Remove from index |
| Option | Description |
|---|---|
--top N | Return top N results (default: 5) |
--vector-weight 0.7 | Weight for vector vs keyword (0-1) |
Always search memory before answering about:
text-embedding-3-small ($0.02/1M tokens)Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub superbereza/lobster-powers --plugin lobster-powers