From father-time
Analyze your work patterns over time — when you typically work, peak vs off-peak usage, night owl detection. Use when asking about work habits, schedule patterns, or optimal work times.
How this skill is triggered — by the user, by Claude, or both
Slash command
/father-time:activity-patternsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Analyze the user's Claude Code usage patterns over time to provide personalized scheduling insights.
Analyze the user's Claude Code usage patterns over time to provide personalized scheduling insights.
Read ${CLAUDE_PLUGIN_DATA}/activity_patterns.json — an array of session start records:
[
{"date": "2026-03-26", "time": "22:15", "weekday": "Wednesday", "hour": 22},
{"date": "2026-03-27", "time": "08:10", "weekday": "Thursday", "hour": 8}
]
The SessionStart hook appends an entry each time a new session begins. Max 200 entries retained.
Based on the data, classify the user:
| Pattern | Criteria |
|---|---|
| Night Owl | >50% of sessions between 8pm-4am |
| Early Bird | >50% of sessions between 5am-10am |
| Business Hours | >50% of sessions between 9am-5pm |
| All-Hours | No dominant time block |
| Weekend Warrior | >30% of sessions on weekends |
Activity Profile: [N] sessions analyzed over [date range]
Schedule: [Night Owl / Early Bird / Business Hours / All-Hours]
Most active: [day of week] at [hour range]
Least active: [day/hour]
Peak hour overlap: [X]% of your sessions hit peak hours
[Insight]: [Personalized observation, e.g., "You naturally work off-peak —
your night schedule dodges throttling completely."]
[Recommendation]: [Actionable advice based on pattern]
Activity patterns are stored locally in ${CLAUDE_PLUGIN_DATA}. Nothing is sent anywhere. The data stays on the user's machine and is only used to provide personalized scheduling insights.
npx claudepluginhub afterrealm/marketplace --plugin father-timeDiscovers repeated workflow patterns from screen activity timelines and suggests automations via native integrations, n8n/Make/Zapier, or custom scripts.
Analyzes secretary plugin SQLite DB for productivity: prioritizes commitments via urgency scoring and Eisenhower Matrix, reports session metrics and completion rates.
Generates weekly and monthly insight reports from journal entries, including pattern recognition, floor trends, life coach feedback, therapist observations, and advisory panel thoughts.