スキル一覧に戻る
namesreallyblank

bye

by namesreallyblank

Clorch — Claude Orchestrator. Parallel agent orchestration for Claude Code with 500+ skills, 37+ specialist agents, 100+ hooks. Features RLM (Recursive Language Model), session memory, context management, and multi-agent workflows. Transform Claude Code from assistant to operating system.

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

SKILL.md


name: bye description: Save session state (continue working or exit safely) invokes:

  • session-saver

Save Session

When the user invokes /bye or "save session", you should:

Step 1: Save Session

Spawn the session-saver agent to create:

  1. YAML handoff at thoughts/shared/handoffs/{date}_{topic}.yaml
  2. Quick state files in .claude/memory/

This is the unified save mechanism - one source of truth for all hooks.

Step 2: Confirm with User

After saving, show:

✓ Session saved to: thoughts/shared/handoffs/{date}_{topic}.yaml

Summary:
- Goal: [what you were working on]
- Done: [key accomplishments]
- Next: [first action item]

You can:
- Continue working (session state is checkpointed)
- Safely exit (use `/resume` next time to pick up where you left off)

Usage

  • /bye - full save with summary
  • /bye quick - minimal save (goal/now/done/next only)
  • "save session" - same as /bye

Quick Mode

If /bye quick, tell session-saver to create minimal handoff:

goal: [1-line summary]
outcome: IN_PROGRESS
now: [immediate next action]
done_this_session:
  - [1-2 key items]
next:
  - priority: P0
    task: [most important next step]

Migration Note

This replaces the old dual-system where /create_handoff wrote Markdown and session-saver wrote separate state files. Now everything goes through session-saver for consistency.

スコア

総合スコア

70/100

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

SKILL.md

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

+20
LICENSE

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

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

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