Agent skill
episode
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/episode
SKILL.md
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:
- Determine the appropriate section (Morning/Afternoon/Evening/Notable)
- Format as a concise bullet point with timestamp if relevant
- 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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?