How this skill is triggered — by the user, by Claude, or both
Slash command
/smartbuddy:buddy-journalThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The buddy's state file path is in your context under `[SMARTBUDDY_FULL_STATE]` (the "State file:" line). The journal lives alongside it at `{state_dir}/projects/{project_hash}/journal.md`. Read that file to display entries chronologically.
The buddy's state file path is in your context under [SMARTBUDDY_FULL_STATE] (the "State file:" line). The journal lives alongside it at {state_dir}/projects/{project_hash}/journal.md. Read that file to display entries chronologically.
If no journal exists, explain that the buddy writes journal entries when it selects the "journal" action during coding sessions — this happens naturally as the buddy's personality develops.
npx claudepluginhub tucuxi-inc/smartbuddyAutomates daily development logging: summarizes progress, writes project-isolated diary entries in Markdown, and supports syncing to Notion or Obsidian. Keeps context across multiple projects.
Generates markdown developer journals from Claude Code activity data over specified time periods like today or last week. Focuses on accomplishments, decisions, and project progress with day-by-day breakdowns.
Writes and maintains implementation diaries for non-trivial tasks like features, bug fixes, refactors; captures changes, why, successes, failures with errors/commands, learnings, tricky parts, review notes in dated Markdown files.