원클릭으로
session-save
Persist session state before ending work. Summarizes accomplishments, updates task context, and prepares for commit.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Persist session state before ending work. Summarizes accomplishments, updates task context, and prepares for commit.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
BOOTSTRAP PROTOCOL: Initialize session with recent git activity, user task context, and relevant architectural decisions. Run this at the start of every coding session.
Persist session state before ending work. Summarizes accomplishments, updates task context, and prepares for commit.
BOOTSTRAP PROTOCOL: Initialize session with recent git activity, user task context, and relevant architectural decisions. Run this at the start of every coding session.
| 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} |
Review the conversation and identify:
Call mcp__session-memory__set_task_context with:
Check for uncommitted changes:
git status -s
If changes exist, suggest:
Ready to commit. Run
git committo trigger auto-ingestion of documentation changes.
Session Summary: [1-2 sentences] Task Updated: [Yes/No] Pending Changes: [List or "None"] Next Steps: [Recommendations]