agentsclimarketplace

Session sync

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

セッション開始時のコンテキスト同期。前回の引き継ぎメモ・README・git履歴を読み、現在の状況と次のアクションを把握してから作業を始める。セッションの最初、「状況を教えて」「前回の続きから」「同期して」と言われた時に使う。From its SKILL.md

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

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.2 KB, 731 tokens by cl100k_base, as published. Nobody here has run it

Session Sync(セッション開始・コンテキスト同期)

会話ログの遡及に頼らず、ドキュメントを真実源としてセッションを開始する。

実行手順

1. 真実源を並列で読み込む

以下を読む(存在するものだけでよい):

  • README.md — プロジェクトの「現在の状況」「課題」節
  • docs/session_memory.md — 前回セッションの引き継ぎメモ(session-wrapスキルが生成)
  • プロジェクト固有の規約ファイル(CLAUDE.md / AGENTS.md 等)

2. アクティブな変更を確認

git status
git log --oneline -5
  • 未コミット変更があれば、自分のセッションの成果物か、別セッション/別エージェントの作業中ファイルかを判別する。出自不明の変更はコミットせず、ユーザーに報告する
  • 現在のブランチが意図したものか確認する

3. 変更のあったプロジェクトの詳細を読む

git statusと引き継ぎメモから対象プロジェクトを特定し、そのプロジェクトのREADME・設計ドキュメントを読む。全プロジェクトを探索しない(トークン節約。触るものだけ読む)。

4. 開始報告

以下を簡潔に報告し、ユーザーの指示を待つ:

  • 同期完了の旨
  • 把握した「現在の状況」と「課題」(各2〜3行)
  • 即実行可能な「次のアクション」の提案(番号付き。引き継ぎメモの未完了タスクから優先度順に)

運用のコツ

  • このスキルは session-wrap とペアで使う。wrapが書いた引き継ぎメモをsyncが読む循環ができると、セッションをまたいだ作業が安定する
  • 引き継ぎメモとREADMEの内容が食い違う場合は、より新しい方を優先しつつ、食い違い自体を報告する

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.