← スキル一覧に戻る

resume
by flexion
Claude Code plugin for strategic session workflow management - like a cycling domestique for your development process
⭐ 0🍴 0📅 2026年1月18日
SKILL.md
name: resume description: | Resume work from the current session. Use this skill when:
- User asks "what's next?" or "where was I?"
- User starts a new conversation on a feature branch
- User returns after a break and needs context
- User asks about current work status
Resume Work
Load and display session context to resume work after a break or new conversation.
When to Use This Skill
Proactively invoke when user:
- Asks "what's next?", "where was I?", "what was I working on?"
- Starts a conversation on a non-main branch without context
- Returns from a break and seems to need orientation
- Asks about current task, issue, or progress
Context Files (Auto-Injected)
- rules/sessions.md: Rules for session workflow
- context/sessions.md: Session file structure and patterns
Read these files for complete session management guidance.
Quick Reference
Load Session
-
Get current branch:
git branch --show-current -
Sanitize branch name (replace
/with-) -
Read session file:
.claude/sessions/<sanitized-branch>.md
Display Context
Show the user:
- Goal - What we're trying to accomplish
- Approach - How we planned to do it
- Next Steps - What's remaining (focus here)
- Recent Session Log - Last 2-3 entries for context
Example Output
Resuming session for issue/feature-42/auth
Goal: Add user authentication to the application
Approach: JWT-based auth with httpOnly cookies
Next Steps:
- [ ] Add logout endpoint
- [ ] Implement token refresh
- [x] Create login form
Recent activity:
- 2024-01-15: Implemented login form and JWT handling
- 2024-01-14: Set up auth middleware
What This Skill Does NOT Do
- Create new sessions (use
/memento:session create) - Update session content (edit directly or use hooks)
- Handle branch switching (handled by session-manager)
Key Rules (from rules/sessions.md)
- Never guess branch - always
git branch --show-current - Session = Branch = Issue - 1:1:1 mapping
- Read session FIRST on resume - before any other action
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です