List tasks from macOS Reminders app, organized by priority and due date. Use when the user asks about their to-do list, tasks, reminders, or what they need to work on. Returns tasks categorized by status, priority, and list.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add mattnigh/skills_collection --skill collection --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Collection?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/mattnigh-collection-16cd8d21)More formats (shields.io, HTML) on the badges page.
---
name: list-reminders
description: List tasks from macOS Reminders app, organized by priority and due date. Use when the user asks about their to-do list, tasks, reminders, or what they need to work on. Returns tasks categorized by status, priority, and list.
allowed-tools: Bash
---
# List Reminders
Retrieves and organizes tasks from macOS Reminders for daily planning and task management.
## When to Use
- "What's on my to-do list?"
- "Show me my tasks for today"
- "What reminders do I have?"
- "Any overdue tasks?"
- "What do I need to work on?"
## Instructions
### Execute Reminders List
```bash
osascript .claude/skills/list-reminders/scripts/list_tasks.scpt
```
### Present Results
Organize tasks by:
1. **Overdue** (highest priority)
2. **Today**
3. **Upcoming**
4. **By List** (Work, Personal, etc.)
Format clearly with priorities and due dates.
For examples, see [examples.md](examples.md).
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!