Add timestamped log entry to daily note when user wants to log their work
Automatically adds timestamped entries to your daily note when you say "log", "record", or similar phrases. Activates when your message starts with logging keywords, then appends the entry to the Log section of today's daily note with the current time.
/plugin marketplace add bencassie/flywheel/plugin install flywheel@flywheelThis skill is limited to using the following tools:
CLAUDE.mdAutomatically add a timestamped log entry to today's daily note when user wants to log their work.
┌─────────────────────────────────────────────────────┐
│ INPUT: "add log entry: Fixed the bug" │
│ │
│ OUTPUT: daily-notes/2026-01-03.md │
│ └─► ## Log section (appended) │
│ └─► - 14:32 Fixed the bug │
└─────────────────────────────────────────────────────┘
How location is determined:
1. MCP detect_periodic_notes("daily") → finds daily notes folder
2. Today's date → 2026-01-03.md
3. sections.log (default: "Log") → finds ## Log heading
4. Appends after last log entry
This skill activates when the user's prompt contains logging intent:
The text after the trigger word (or the context) becomes the log entry description.
User prompts that trigger this skill:
Extract log description
Get current time
Construct daily note path
{paths.daily_notes}/YYYY-MM-DD.md (from config)Read the daily note
sections.log, default: ## Log)Add the log entry
- HH:MM [log description]Verify the write succeeded
- HH:MM [description]"Confirm (only if Step 6 succeeded)
## Log
- 13:54 Fixed authentication issue
- 15:34 Deployed to staging
- 16:03 Made significant progress with [[Project]]
- HH:MM description format| Gate | Implementation |
|---|---|
| 1. Read Before Write | Reads daily note before adding entry (step 4) |
| 2. File Exists | Validates daily note exists; creates if missing |
| 3. Chain Validation | N/A (single operation) |
| 4. Mutation Confirmation | Entry shown to user before write |
| 5. Health Check | Uses vault config infrastructure |
| 6. Post Validation | Re-reads file and verifies entry was written (step 6) |
This skill uses these config values:
paths.daily_notes: Folder containing daily notes (default: "daily-notes")sections.log: Log section header text (default: "Log")Note: Section matching is case-insensitive and level-agnostic. "Log" matches # Log, ## Log, ### LOG, etc.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.