スキル一覧に戻る
RustyLindquist

session-start

by RustyLindquist

An AI-Enhanced Online Academy for HR

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

SKILL.md


name: session-start description: Resumes work from a previous session using handoff notes, checkpoints, or compact state. Use at the beginning of a new session to restore context and continuity. allowed-tools: Read, Glob

Session Start

Restore context from previous session. Prevents "starting from scratch" problem.

When to Use

  • Beginning new session after handoff
  • Resuming after break
  • Recovering from crash/timeout
  • User says "continue where we left off"

Recovery Priority

  1. Handoff.context/handoff.md (complete session summary)
  2. Checkpoint.context/checkpoints/checkpoint-*.md (point-in-time)
  3. Compact State.context/compact-state.md (post-compaction)
  4. Agent Registry.context/agents/active.yaml (coordination)

Process

  1. Locate Sources: Check .context/ for handoff, checkpoints, compact-state
  2. Load Primary: Read handoff or specified checkpoint
  3. Verify State: Confirm files match expected state
  4. Load Docs: Based on task, run /doc-discovery or spawn @doc-agent
  5. Refresh Instructions: Safety rules, orchestration mode, tools
  6. Report Ready: Show context restored, ready to continue

Output

## Session Started

### Recovered From
**Source**: [handoff/checkpoint/compact-state]

### Context Restored
- **Objective**: [goal]
- **Task**: [current]
- **Position**: [where in workflow]

### Verification
- [x] State matches expected
- [x] Environment ready
- [x] Instructions refreshed

### Next Action
[specific next step]

Quick Start (No Handoff)

## Fresh Session

No previous state found.

### Available
- CLAUDE.md loaded
- Core instructions active
- Tools available

### To Begin
Describe what you'd like to work on.

スコア

総合スコア

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

レビュー

💬

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