スキル一覧に戻る
laris-co

handoff

by laris-co

Claude Code plugin: Core agents and commands

2🍴 3📅 2026年1月13日
GitHubで見るManusで実行

SKILL.md


name: handoff description: Use handoff tools for session continuity. Create handoffs at end of session, read handoffs at start, search past handoffs for context. Trigger words - "handoff", "end session", "wrap up", "continue from", "where we left off", "context high", "running low", "before I forget".

Handoff Skill

"Session continuity through structured handoffs"

Proactive Triggers

MUST Create Handoff When:

  • Context > 80% and significant work done
  • User says: "wrap up", "end session", "that's all", "done for now"
  • User says: "before I forget", "note this down"
  • Session has 3+ commits without handoff today

SHOULD Read Handoff When:

  • Session starts and recent handoff exists
  • User says: "where were we", "continue from", "last time"
  • User references previous work

SHOULD Search Handoffs When:

  • User asks about past work on a topic
  • User says: "did we work on", "when did we", "find the handoff"

Tool Usage

handoff_create

handoff_create({
  done: ["Completed X", "Fixed Y"],
  pending: ["Test X", "Review Y"],
  context: "Branch: feature/x, Issue: #123",
  title: "Feature X Progress",
  context_percent: 85
})

handoff_read

handoff_read({ limit: 1 })  // Latest
handoff_read({ limit: 3 })  // Recent 3
handoff_search({
  query: "authentication",
  limit: 5
})

Commands Available

CommandAction
/handoffCreate handoff interactively
/handoff-readRead latest handoff
/handoff-search [query]Search past handoffs
/handoff-helpShow all options

Integration Map

┌──────────────────────────────────────────┐
│            Session Lifecycle              │
├──────────────────────────────────────────┤
│ START → handoff_read (auto via hook)     │
│                                          │
│ WORK  → claude-mem (auto via worker)     │
│       → Oracle (consult for decisions)   │
│                                          │
│ END   → handoff_create (manual/reminder) │
└──────────────────────────────────────────┘
SystemQuestionAuto
handoff"Where were we?"Hook on start
claude-mem"What happened?"Background worker
Oracle"What should I do?"On-demand

Quick Reference

ContextAction
High context (>80%)Prompt to create handoff
No handoff today + commitsReminder on Stop
User asks about pastSearch handoffs
Session startAuto-show latest handoff

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

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