| name | regular-day-end |
| description | Wrapper skill: run the vault end-of-day routine across regular skills. |
Regular Day End
This is a Claude Code mirror of regular_day_end from .agents/skills/.
Original source: .agents/skills/regular_day_end/SKILL.md
Skill class: regular
Run the vault’s end-of-day automations in order so transcripts, mailbox exports, people notes, and links stay in sync.
It runs
regular_fireflies_sync
regular_process_emails
regular_people_sync
regular_create_links
Run
- Fireflies sync:
.\.venv\Scripts\python.exe 90_System\Skills\fireflies_sync\fireflies_sync.py sync
- Process emails:
.\.venv\Scripts\python.exe 90_System\Skills\process_emails\process_emails.py sync
- People sync:
.\.venv\Scripts\python.exe 90_System\Skills\meeting_attendees_people_sync\attendee_people_sync.py sync
- Create links:
.\.venv\Scripts\python.exe 90_System\Skills\create_links\create_links.py sync
Notes
- Use this when the task is the routine end-of-day sync flow.
- This is a regular deterministic workflow, not an exploratory one.