スキル一覧に戻る
claudeaceae

episode

by claudeaceae

Bootstrap specification for giving Claude a persistent body, memory, and agency on a Mac

7🍴 2📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


name: episode description: View or add to today's episode log. Use when reviewing what happened today, adding a notable event, checking daily progress, or appending to the day's record. Trigger words: episode, today, log, daily, happened, record.

Episode Management

View or append to the daily episode log.

Episode Location

Episodes are stored at:

~/.claude-mind/memory/episodes/YYYY-MM-DD.md

View Today's Episode

cat ~/.claude-mind/memory/episodes/$(date +%Y-%m-%d).md 2>/dev/null || echo "No episode for today yet"

View Recent Episodes

ls -la ~/.claude-mind/memory/episodes/ | tail -10

Episode Format

Episodes follow this structure:

# Episode: YYYY-MM-DD

## Morning
- [Events, conversations, activities]

## Afternoon
- [Events, conversations, activities]

## Evening
- [Events, conversations, activities]

## Notable
- [Anything particularly significant]

## Threads
- [Ongoing conversations or topics]

Adding to Today's Episode

When adding an entry:

  1. Determine the appropriate section (Morning/Afternoon/Evening/Notable)
  2. Format as a concise bullet point with timestamp if relevant
  3. Append to the correct section
# Example: Add to today's episode
# Read current content, add entry, write back

Guidelines

  • Keep entries factual and concise
  • Include timestamps for significant events
  • Note conversation topics, not full transcripts
  • Flag anything that warrants follow-up
  • Episodes are raw logs; reflections go in reflections/

Creating New Episode

If no episode exists for today:

# Episode: YYYY-MM-DD

## Context
[Location, weather, any relevant context]

## Morning

## Afternoon

## Evening

## Notable

## Threads

スコア

総合スコア

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

レビュー

💬

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