remember by parcadei/continuous-claude-v3
npx skills add https://github.com/parcadei/continuous-claude-v3 --skill remember将学习内容、模式或决策存储到记忆系统中,以便未来回忆。
/remember <你学到的东西>
或指定明确类型:
/remember --type WORKING_SOLUTION <你学到的东西>
/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
| 类型 | 用途 |
|---|---|
WORKING_SOLUTION |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 有效的修复、解决方案(默认) |
ARCHITECTURAL_DECISION | 设计选择、系统结构 |
CODEBASE_PATTERN | 在代码中发现的模式 |
FAILED_APPROACH | 无效的方法 |
ERROR_FIX | 特定的错误解决方案 |
当调用此技能时,运行:
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
如果未指定 --type,则根据内容推断:
每周安装次数
203
代码仓库
GitHub 星标数
3.6K
首次出现时间
2026年1月24日
安全审计
安装于
opencode195
codex192
gemini-cli191
github-copilot189
cursor188
amp184
Store a learning, pattern, or decision in the memory system for future recall.
/remember <what you learned>
Or with explicit type:
/remember --type WORKING_SOLUTION <what you learned>
/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
| 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 |
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
If no --type specified, infer from content:
Weekly Installs
203
Repository
GitHub Stars
3.6K
First Seen
Jan 24, 2026
Security Audits
Gen Agent Trust HubFailSocketPassSnykFail
Installed on
opencode195
codex192
gemini-cli191
github-copilot189
cursor188
amp184
React 组合模式指南:Vercel 组件架构最佳实践,提升代码可维护性
111,800 周安装