Agent skill
list-reminders
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.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/productivity/list-reminders-ronnycoding-my-personal-assistan
SKILL.md
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
osascript .claude/skills/list-reminders/scripts/list_tasks.scpt
Present Results
Organize tasks by:
- Overdue (highest priority)
- Today
- Upcoming
- By List (Work, Personal, etc.)
Format clearly with priorities and due dates.
For examples, see examples.md.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?