recall by parcadei/continuous-claude-v3
npx skills add https://github.com/parcadei/continuous-claude-v3 --skill recall查询记忆系统,获取过往会话中的相关学习内容。
/recall <查询内容>
/recall hook development patterns
/recall wizard installation
/recall TypeScript errors
当此技能被调用时,运行:
cd $CLAUDE_OPC_DIR && PYTHONPATH=. uv run python scripts/core/recall_learnings.py --query "<ARGS>" --k 5
其中 <ARGS> 是用户提供的查询内容。
按以下格式呈现结果:
## 记忆召回:"<查询内容>"
### 1. [类型] (置信度: 高, id: abc123)
<完整内容>
### 2. [类型] (置信度: 中, id: def456)
<完整内容>
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
用户可以在查询内容后指定选项:
--k N - 返回 N 个结果(默认值:5)--vector-only - 仅使用向量搜索(精度更高)--text-only - 仅使用文本搜索(速度更快)示例:/recall hook patterns --k 10 --vector-only
每周安装量
196
代码仓库
GitHub 星标数
3.6K
首次出现
2026年1月24日
安全审计
已安装于
opencode190
gemini-cli188
codex187
cursor184
github-copilot184
amp181
Query the memory system for relevant learnings from past sessions.
/recall <query>
/recall hook development patterns
/recall wizard installation
/recall TypeScript errors
When this skill is invoked, run:
cd $CLAUDE_OPC_DIR && PYTHONPATH=. uv run python scripts/core/recall_learnings.py --query "<ARGS>" --k 5
Where <ARGS> is the query provided by the user.
Present results as:
## Memory Recall: "<query>"
### 1. [TYPE] (confidence: high, id: abc123)
<full content>
### 2. [TYPE] (confidence: medium, id: def456)
<full content>
The user can specify options after the query:
--k N - Return N results (default: 5)--vector-only - Use pure vector search (higher precision)--text-only - Use text search only (faster)Example: /recall hook patterns --k 10 --vector-only
Weekly Installs
196
Repository
GitHub Stars
3.6K
First Seen
Jan 24, 2026
Security Audits
Gen Agent Trust HubFailSocketPassSnykFail
Installed on
opencode190
gemini-cli188
codex187
cursor184
github-copilot184
amp181
AI 代码实施计划编写技能 | 自动化开发任务分解与 TDD 流程规划工具
49,000 周安装