スキル一覧に戻る
TaylorHuston

end-session

by TaylorHuston

A customizable life management framework for Claude Code - skills, agents, and workflows for personal productivity

12🍴 2📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


name: end-session description: End the current learning session. Use when done studying to generate summary, update learning plan, and log final entries. Triggers on "end session", "done learning", "finish studying", "wrap up". model: claude-haiku-4-5-20251001 allowed-tools: Read, Write, Glob

End the current learning session.

Steps

  1. Find active session in .claude/learning-sessions/index.json
    • If none: tell user there's no active session
  2. Read the session file
  3. Review conversation since last log, add remaining entries
  4. Generate 1-2 sentence summary
  5. Update session file:
    • ended: current ISO timestamp
    • status: "completed"
    • summary: generated summary
  6. Update index.json status
  7. Update learning plan (.claude/learning-sessions/learning-plan.json):
    • Set last_covered to today
    • Add session ID to topic's sessions array
    • Adjust proficiency per references/proficiency.md
    • Update queue: remove covered, add discovered topics
    • Handle struggles per references/proficiency.md

Report

  • Confirm session ended
  • Show summary
  • Show entries logged (by type)
  • Show proficiency updates
  • If review: show retention score and calibration
  • Suggest next topic from queue

スコア

総合スコア

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

レビュー

💬

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