スキル一覧に戻る
amiable-dev

session-save

by amiable-dev

Context-Aware AI Development System: Three-tiered memory architecture for persistent AI coding context with Pixeltable and Claude

1🍴 0📅 2026年1月17日
GitHubで見るManusで実行

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 commit to 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]

スコア

総合スコア

70/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です