スキル一覧に戻る
flexion

session-manager

by flexion

Claude Code plugin for strategic session workflow management - like a cycling domestique for your development process

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

SKILL.md


name: session-manager description: | Manage Claude Code sessions for the current branch. Use this skill when:

  • User asks "what's next?" or "where was I?"
  • User starts work on a new branch without a session
  • Before committing (to update session log)
  • When resuming work after a break

Session Manager

Manage work sessions that persist context across conversation resets.

When to Use This Skill

Proactively invoke when user:

  • Asks about current work context
  • Switches branches and needs session context
  • Wants to create or update a session
  • Is resuming work or asking "what's next?"

Context Files (Auto-Injected)

  • rules/sessions.md: Rules for session workflow (BLOCKING requirements)
  • context/sessions.md: Detailed examples and patterns

Read these files for complete guidance. This skill provides quick reference only.

Quick Reference

Check Session Status

git branch --show-current
# Sanitize: replace / with -
# Read: .claude/branches/<sanitized>
# Read: .claude/sessions/<session>.md → focus on Next Steps

Create Session

Use /memento:session create command.

Update Session

Edit session file directly. Update triggers:

  • Beginning work
  • After milestone
  • Before pause
  • Before commit (atomic with code)

Key Rules (from rules/sessions.md)

  1. Never guess current branch — always git branch --show-current
  2. Session = Branch = Issue (1:1:1 mapping)
  3. Atomic commits — session + code together
  4. BLOCKING: No source edits without active session

What This Skill Does NOT Do

  • Define session file format (see context/sessions.md)
  • Define workflow patterns (see rules/sessions.md)
  • Handle git operations (see rules/git.md, context/git.md via onus)

スコア

総合スコア

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

レビュー

💬

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