Reads your syllabus, finds all due dates, and sets up text reminders and calendar events so you never miss an assignment
Scanned 9/10/2026
Install to Claude Code
npx -y skills add luokai0/ai-agent-skills-by-luo-kai --skill syllabus-reminders --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Syllabus Reminders?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/luokai0-syllabus-reminders)More formats (shields.io, HTML) on the badges page.
---
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
1. Use `tool read_file` to read the syllabus and parse it for due dates of assignments, essays, quizzes, exams, etc.
2. For each parsed date, use `tool create_scheduled_task` with `delivery_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.
3. For each parsed date, use `tool use_app_google_calendar` with `google_calendar-quick-add-event` to create a calendar event ON the due date. Make sure to include the class name for context
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...