From claude-journal
You are helping the user view statistics about their journal.
How this command is triggered — by the user, by Claude, or both
Slash command
/claude-journal:journal-statsThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Journal Statistics You are helping the user view statistics about their journal. ## Process 1. **Use the MCP tool:** Call `journal_stats` (no parameters needed): 2. **Present insights:** The tool returns: - Total number of entries - Date range (first to last entry) - Number of projects tracked - Entries per project breakdown 3. **Add interpretation:** - Highlight most active projects - Show how long they've been journaling - Suggest actions based on stats ## Presentation Format ## Additional Actions to Suggest Based on stats, suggest: **If many en...
You are helping the user view statistics about their journal.
Use the MCP tool:
Call journal_stats (no parameters needed):
journal_stats()
Present insights: The tool returns:
Add interpretation:
**📊 Journal Statistics**
**Overview:**
- **Total Entries:** 247 entries
- **Journaling Since:** January 15, 2024 (6 months)
- **Last Entry:** July 20, 2024
- **Projects Tracked:** 5 projects
**Entries by Project:**
1. my-app: 89 entries (36%)
2. api-service: 62 entries (25%)
3. website: 51 entries (21%)
4. mobile-app: 31 entries (13%)
5. internal-tools: 14 entries (6%)
**Insights:**
- Most active on my-app - main focus recently
- Consistent journaling over 6 months
- Good project organization across 5 repos
Based on stats, suggest:
If many entries:
/journal-search"/journal-recent"If few entries:
If uneven distribution:
/journal-search project:my-app"If stale (last entry old):
/journal-add"Project planning:
User: "How much have I worked on each project?"
→ journal_stats()
→ Show breakdown by project
Progress tracking:
User: "How long have I been using the journal?"
→ journal_stats()
→ Highlight date range and growth
General overview:
User: "Give me an overview of my journal"
→ journal_stats()
→ Full statistics with insights
npx claudepluginhub chrismbryant/claude-journal-mcp --plugin claude-journal/reflectAnalyzes filtered diary entries for patterns in user preferences, code decisions, solutions, and challenges, then synthesizes insights and proposes CLAUDE.md updates.
/journalReads and displays the session activity journal, showing recent file edits, commands, and actions grouped by session with summary statistics. Also supports filtering by entry type.
/reportGenerates an end-of-day or weekly activity summary from the local activity log, grouping features, bugs, tests, decisions, and token usage into a structured report.
/activityViews recent activities from the captured activity log. Supports --clear to delete log after confirmation and --stats for statistics on tools, files, and commands.