
session-save
by amiable-dev
Context-Aware AI Development System: Three-tiered memory architecture for persistent AI coding context with Pixeltable and Claude
SKILL.md
name: session-save description: > Persist session state before ending work. Summarizes accomplishments, updates task context, and prepares for commit. version: "1.0" author: luminescent-cluster compatibility:
- mcp: session-memory metadata: security-audit: true
When to Use
- Ending a coding session
- Before taking a break
- When switching to a different task
- Before making a commit
1. Summarize Session
Review the conversation and identify:
- What was accomplished this session
- Files modified
- Decisions made
- Open questions or blockers
2. Update Task Context
Call mcp__session-memory__set_task_context with:
- task: Brief description of current work state
- details:
- completed: List of completed items
- in_progress: Current work
- blockers: Any blockers or questions
- files_modified: List of changed files
3. Prepare for Commit
Check for uncommitted changes:
git status -s
If changes exist, suggest:
Ready to commit. Run
git committo trigger auto-ingestion of documentation changes.
4. Output Format
Session Summary: [1-2 sentences] Task Updated: [Yes/No] Pending Changes: [List or "None"] Next Steps: [Recommendations]
スコア
総合スコア
リポジトリの品質指標に基づく評価
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
レビュー
レビュー機能は近日公開予定です