From schedule-manager
Write a dated diary entry as a markdown file in the user's nominated diary workspace. Requires diary.enabled in config.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin schedule-managerThis skill uses the workspace's default tool permissions.
Writes one markdown file per entry to the user's nominated diary path. **Local-only**; never uploaded to Drive. Skill is dormant until the diary workspace is set up via `onboard`.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Writes one markdown file per entry to the user's nominated diary path. Local-only; never uploaded to Drive. Skill is dormant until the diary workspace is set up via onboard.
Read config. If diary.enabled is false or diary.path is null, tell the user to run onboard and enable diary support, then stop.
Determine entry date. Default today (per config.defaults.timezone); allow user override.
Determine filename. YYYY-MM-DD.md. If a file for that date exists, ask whether to append or overwrite.
Capture the entry body. Either the user already provided it, or prompt for it.
Write file with frontmatter:
---
date: YYYY-MM-DD
tags: []
mood: ""
---
Confirm path written. Do not echo the entry body back.
$CLAUDE_USER_DATA. Only the pointer.