recall-reasoning by parcadei/continuous-claude-v3
npx skills add https://github.com/parcadei/continuous-claude-v3 --skill recall-reasoning搜索过往会话,查找相关决策、有效方法和失败方法。查询两个来源:
uv run python scripts/core/artifact_query.py "<查询内容>" [--outcome SUCCEEDED|FAILED] [--limit N]
此命令搜索包含事后分析(有效方法、失败原因、关键决策)的交接文档。
bash "$CLAUDE_PROJECT_DIR/.claude/scripts/search-reasoning.sh" "<查询内容>"
此命令在 .git/claude/commits/*/reasoning.md 中搜索构建失败和修复记录。
# 搜索与身份验证相关的工作
uv run python scripts/core/artifact_query.py "authentication OAuth JWT"
# 仅查找成功的方法
uv run python scripts/core/artifact_query.py "implement agent" --outcome SUCCEEDED
# 查找失败内容(避免重复错误)
uv run python scripts/core/artifact_query.py "hook implementation" --outcome FAILED
# 搜索构建/测试推理
bash "$CLAUDE_PROJECT_DIR/.claude/scripts/search-reasoning.sh" "TypeError"
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
制品索引(交接文档、计划、记录):
推理文件(.git/claude/):
来自制品索引:
✓ = SUCCEEDED 结果(可遵循的模式)✗ = FAILED 结果(应避免的模式)? = UNKNOWN 结果(尚未标记)来自推理文件:
build_fail = 无效的方法build_pass = 最终成功的方法制品索引为空:
uv run python scripts/core/artifact_index.py --all 为现有交接文档建立索引推理文件为空:
/commit 命令捕获推理过程.git/claude/ 目录是否存在每周安装量
223
代码仓库
GitHub 星标
3.6K
首次出现
2026年1月22日
安全审计
安装于
opencode216
codex214
gemini-cli213
github-copilot209
cursor207
amp204
Search through previous sessions to find relevant decisions, approaches that worked, and approaches that failed. Queries two sources:
uv run python scripts/core/artifact_query.py "<query>" [--outcome SUCCEEDED|FAILED] [--limit N]
This searches handoffs with post-mortems (what worked, what failed, key decisions).
bash "$CLAUDE_PROJECT_DIR/.claude/scripts/search-reasoning.sh" "<query>"
This searches .git/claude/commits/*/reasoning.md for build failures and fixes.
# Search for authentication-related work
uv run python scripts/core/artifact_query.py "authentication OAuth JWT"
# Find only successful approaches
uv run python scripts/core/artifact_query.py "implement agent" --outcome SUCCEEDED
# Find what failed (to avoid repeating mistakes)
uv run python scripts/core/artifact_query.py "hook implementation" --outcome FAILED
# Search build/test reasoning
bash "$CLAUDE_PROJECT_DIR/.claude/scripts/search-reasoning.sh" "TypeError"
Artifact Index (handoffs, plans, ledgers):
Reasoning Files (.git/claude/):
From Artifact Index:
✓ = SUCCEEDED outcome (pattern to follow)✗ = FAILED outcome (pattern to avoid)? = UNKNOWN outcome (not yet marked)From Reasoning:
build_fail = approach that didn't workbuild_pass = what finally succeededArtifact Index empty:
uv run python scripts/core/artifact_index.py --all to index existing handoffsReasoning files empty:
/commit after builds to capture reasoning.git/claude/ directory existsWeekly Installs
223
Repository
GitHub Stars
3.6K
First Seen
Jan 22, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode216
codex214
gemini-cli213
github-copilot209
cursor207
amp204
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
144,300 周安装