jsonl-digest
JSONL Digest — 對話知識萃取
從新增的 Claude Code 對話紀錄中萃取知識,寫入 auto-memory。
模式
| 模式 | 觸發 | 行為 |
|---|---|---|
| 自排(預設) | hook 輸出 [JSONL-DIGEST] 或使用者下 /jsonl-digest |
高信心直接寫入,中低信心跳過,輸出摘要 |
| 手排 | 使用者下 /jsonl-digest --review |
列出所有候選記憶,逐條等待確認 |
執行流程
第一步:定位新增對話
MARKER="$HOME/.claude/.last-jsonl-extraction"
find "$HOME/.claude/projects" -maxdepth 3 -name "*.jsonl" \
-not -path "*/subagents/*" -newer "$MARKER" -type f 2>/dev/null
More from kcchien/skills
excalidraw
Create professional diagrams and visualizations using Excalidraw JSON format. Specialized for IT architecture diagrams, flowcharts, network topology, system design, microservices, ER diagrams, and state machines. Includes curated color palettes and visual styles. Use when working with .excalidraw files, or when user mentions diagrams, flowcharts, architecture visualization, or drawing. Delegates to subagents to prevent context exhaustion from verbose JSON.
5industrial-expert
>
4vscode-extension-uiux
|
2crisp-reading
>
2agent-browser
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.
2adapt
Adapt designs to work across different screen sizes, devices, contexts, or platforms. Ensures consistent experience across varied environments.
1