.claude/skills/recall/SKILL.md
memory-vector と memory-graph を横断検索して過去の記憶を呼び出す。「思い出して」「覚えていますか」「前に話した」等の記憶呼び出し時に使う。
npx skillsauth add asonas/dotfiles recallInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
memory-vector と memory-graph の両方を検索し、過去に保存した記憶やファクトを呼び出す。
/recall <query>
Examples:
/recall iPod Gadgetの設定について
/recall 前にWiFiが壊れた件
/recall iAP通信のデバッグ結果
このスキルが呼び出されたら、以下の手順で記憶を検索する。
以下の2つのツールを同時に呼び出す:
memory-vector (セマンティック検索):
mcp__memory-vector__search_memoryquery: ユーザーのクエリをそのまま使う(リポジトリ名プレフィックスは付けない)limit: 5(通常の context-injector より多め)memory-graph (ファクト/関係性検索):
mcp__memory-graph__graphiti_searchquery: ユーザーのクエリをそのまま使うnum_results: 10group_ids: 指定しない(全グループを横断検索)検索結果を以下の形式で整理して提示する:
結果を提示した後:
/entire explain <commit> での追加調査を提案するdata-ai
Summarize the day's work and append to the daily note in Obsidian.
development
Review GitHub Pull Requests. When given a PR URL, fetches diff and comments using gh command, then performs objective and critical code review.
tools
Use when starting the day. Organizes tasks, calendar, and context from previous sessions, then coaches through blockers on Linear issues via interactive dialogue.
testing
Create Linear issues following the Linear Method principles. Use when the user wants to create an issue, task, or ticket in Linear. Enforces clear task descriptions instead of user stories.