agentsclimarketplace

Session wrap

Skill syugoji/agent-skills-pack/skills/session-wrap

セッション終了時の引き継ぎ処理。作業内容をプロジェクトのREADMEに反映し、次回セッション(または別のAIエージェント)が文脈ゼロから再開できる引き継ぎメモを生成してコミットする。「今日はここまで」「セッションを終了して」「引き継ぎを作って」と言われた時に使う。From its SKILL.md

Install
npx -y skills add syugoji/agent-skills-pack --skill session-wrap

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 25 days oldThe repository was created 25 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.7 KB, 866 tokens by cl100k_base, as published. Nobody here has run it

Session Wrap(セッション終了・引き継ぎ)

セッション終了時に、次回が「会話ログを遡らずに」再開できる状態を作る。

実行手順

1. プロジェクト状況ドキュメントを更新

README.md(またはプロジェクトの状況管理ドキュメント)の「現在の状況」節を本日の作業内容で更新する:

  • 「最新の変更」に今日の成果を1項目追加(日付・要点・成果物パス)
  • TODOリストの完了項目にチェック、新規課題を追加
  • 末尾の *Last update: YYYY-MM-DD (概要)* を更新

2. 引き継ぎメモを生成(エージェント直書き)

外部スクリプトやAPIは使わない。エージェント自身が会話文脈・git log --oneline -10・READMEから直接 docs/session_memory.md を書く(初回はファイルを新規作成する。プロジェクトに既存の置き場所があればそちらを優先)。

出力フォーマット(厳守・150行以内):

---
generated: YYYY-MM-DD
---

# セッション引き継ぎメモ — YYYY-MM-DD

## 前回の状況
(3〜5行で現在の全体ステータスを要約)

## 未完了タスク
- [ ] タスク名: 詳細(対象プロジェクト・残作業・破壊操作を含むか否か)

## 注意事項・決定事項
- 決定した技術選択・運用ルール・ユーザー固有の指示

書く時の判断基準:

  • 未完了タスクは「次のセッションがこの行だけ読んで着手できる」粒度で書く(ファイルパス・コマンド・ブロッカーを含める)
  • 注意事項には「なぜそう決めたか」を1行添える(決定だけ書くと次回また議論が再発する)
  • 相対日付(「昨日」「来週」)は絶対日付に変換する

3. 変更をコミット

git add README.md docs/session_memory.md
git commit -m "docs: セッション引き継ぎメモ更新 (YYYY-MM-DD)"

コミット前にブランチとステージ対象を確認し、このセッションで触れていないファイルを巻き込まない。

4. 次のアクション提示

引き継ぎメモの「未完了タスク」を箇条書きでユーザーに提示し、終了確認する。

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,144. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.