Agent Skill
2/7/2026syllabus-reminders
Reads your syllabus, finds all due dates, and sets up text reminders and calendar events so you never miss an assignment
Z
zocomputer
2GitHub Stars
1Views
npx skills add zocomputer/skills
SKILL.md
| Name | syllabus-reminders |
| Description | Reads your syllabus, finds all due dates, and sets up text reminders and calendar events so you never miss an assignment |
name: syllabus-reminders description: Reads your syllabus, finds all due dates, and sets up text reminders and calendar events so you never miss an assignment metadata: author: hatsunemiku.zo.computer category: Community display-name: Create syllabus reminders emoji: 🔖
Prerequisites
-
Uploaded syllabus
-
User should have phone number added in settings
-
User should have Google Calendar connected in settings
Input
- File path of the syllabus
Protocol
- Use
tool read_fileto read the syllabus and parse it for due dates of assignments, essays, quizzes, exams, etc. - For each parsed date, use
tool create_scheduled_taskwithdelivery_method: "sms"to create a reminder, set for the morning ONE DAY BEFORE the due date. Make sure to include the class name for context. - For each parsed date, use
tool use_app_google_calendarwithgoogle_calendar-quick-add-eventto create a calendar event ON the due date. Make sure to include the class name for context
Skills Info
Original Name:syllabus-remindersAuthor:zocomputer
Download