.claude/skills/context-save/SKILL.md
Save the current conversation's plan, investigation results, or notes for later retrieval.
npx skillsauth add asonas/dotfiles context-saveInstall 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.
Save the current conversation's plan, investigation results, or notes for later retrieval.
/context-save [name]
Examples:
/context-save # Uses current directory name (e.g., dotfiles)
/context-save auth-refactoring # Uses specified name
When this skill is invoked:
Determine the context name
~/ghq/github.com/asonas/dotfiles → dotfilesSummarize the current conversation
Save to memory-vector
mcp__memory-vector__store_memory tool["context", "<name>", "<relevant-tags>"]<リポジトリ名>/<補足情報>dotfiles/zsh設定の整理my-app/認証フロー改修{ "type": "context", "created": "YYYY-MM-DD", "project": "<リポジトリ名>" }Confirm to user
Structure the content clearly:
<Title/Name>
## Background
<Why this investigation/planning was done>
## Key Findings
<Important discoveries or decisions>
## Plan / Next Steps
<Actionable items>
## Related Files
<File paths with line numbers for easy navigation>
## Open Questions
<Unresolved items>
data-ai
Summarize the day's work and append to the daily note in Obsidian.
data-ai
memory-vector と memory-graph を横断検索して過去の記憶を呼び出す。「思い出して」「覚えていますか」「前に話した」等の記憶呼び出し時に使う。
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.