remember▌
parcadei/continuous-claude-v3 · updated Apr 8, 2026
Store a learning, pattern, or decision in the memory system for future recall.
Remember - Store Learning in Memory
Store a learning, pattern, or decision in the memory system for future recall.
Usage
/remember <what you learned>
Or with explicit type:
/remember --type WORKING_SOLUTION <what you learned>
Examples
/remember TypeScript hooks require npm install before they work
/remember --type ARCHITECTURAL_DECISION Session affinity uses terminal PID
/remember --type FAILED_APPROACH Don't use subshell for store_learning command
What It Does
- Stores the learning in PostgreSQL with BGE embeddings
- Auto-detects learning type if not specified
- Extracts tags from content
- Returns confirmation with ID
Learning Types
| Type | Use For |
|---|---|
WORKING_SOLUTION |
Fixes, solutions that worked (default) |
ARCHITECTURAL_DECISION |
Design choices, system structure |
CODEBASE_PATTERN |
Patterns discovered in code |
FAILED_APPROACH |
What didn't work |
ERROR_FIX |
Specific error resolutions |
Execution
When this skill is invoked, run:
cd $CLAUDE_OPC_DIR && PYTHONPATH=. uv run python scripts/core/store_learning.py \
--session-id "manual-$(date +%Y%m%d-%H%M)" \
--type <TYPE or WORKING_SOLUTION> \
--content "<ARGS>" \
--context "manual entry via /remember" \
--confidence medium
Auto-Type Detection
If no --type specified, infer from content:
- Contains "error", "fix", "bug" → ERROR_FIX
- Contains "decided", "chose", "architecture" → ARCHITECTURAL_DECISION
- Contains "pattern", "always", "convention" → CODEBASE_PATTERN
- Contains "failed", "didn't work", "don't" → FAILED_APPROACH
- Default → WORKING_SOLUTION
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.5★★★★★72 reviews- ★★★★★Shikha Mishra· Dec 28, 2024
Registry listing for remember matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Maya Malhotra· Dec 28, 2024
Useful defaults in remember — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Ganesh Mohane· Dec 24, 2024
remember has been reliable in day-to-day use. Documentation quality is above average for community skills.
- ★★★★★Kabir Shah· Dec 20, 2024
I recommend remember for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Hiroshi Nasser· Dec 16, 2024
I recommend remember for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Mei Mensah· Dec 12, 2024
remember reduced setup friction for our internal harness; good balance of opinion and flexibility.
- ★★★★★Kofi Tandon· Dec 8, 2024
Keeps context tight: remember is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Camila Lopez· Dec 4, 2024
remember fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Benjamin Haddad· Dec 4, 2024
remember has been reliable in day-to-day use. Documentation quality is above average for community skills.
- ★★★★★Kofi Verma· Dec 4, 2024
Solid pick for teams standardizing on skills: remember is focused, and the summary matches what you get after install.
showing 1-10 of 72