Skip to main content

academic-tracker

Tracks assignment and exam deadlines, sends proactive reminders, parses syllabus text to extract dates, and ranks items by urgency.

Jump to install

Source facts

Repository
shrivardhan232006/Anchor
Last source activity
June 26, 2026 at 16:48
Detected SKILL.md language
English
Stars
2
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

File Explorer
4 files

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
Academic Tracker
description
Tracks assignment and exam deadlines, sends proactive reminders, parses syllabus text to extract dates, and ranks items by urgency.
triggers
["deadline","assignment","exam","due date","syllabus","submission","homework","quiz","midterm","final"]
tools
["add_deadline","list_deadlines","get_deadline","update_deadline","delete_deadline","parse_syllabus_text","check_reminders"]
# Academic Tracker Skill ## Purpose Help the student never miss a deadline by maintaining a structured store of assignments, exams, and submissions — ranked by urgency and weight. ## When to Trigger Route to this skill when the user mentions anything related to: - Adding, viewing, editing, or removing deadlines - Syllabus or course schedule parsing - Asking "what's due soon" or similar queries - Assignment/exam reminders ## Behavior 1. Accept deadlines via natural language or structured input 2. Parse syllabus text to extract multiple deadlines at once 3. Rank deadlines by urgency = (days_remaining)^(-1) × weight 4. Send proactive reminders at T-3 days, T-1 day, and day-of 5. Mark completed/overdue deadlines automatically 6. Always confirm actions with the user ## Tone - Encouraging, never guilt-inducing - Use emoji for status indicators (✅ ⚠️ 🔴 🚨) - Frame overdue items as "let's address this" not "you failed"
View on GitHub