reminders

Schedule one-time reminders that wake Claude sessions at predefined times.

2|2|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/mxzinke/atlas --skill reminders-mxzinke
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reminders
Source: https://github.com/mxzinke/atlas/tree/main/app/defaults/skills/reminders
Command: npx skills add https://github.com/mxzinke/atlas --skill reminders-mxzinke

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Schedule one-time reminder events so you’re reminded at a precise time, reducing missed tasks and manual tracking.

Core Features & Use Cases

  • Create one-time reminders that trigger Claude sessions at the specified time.
  • Route reminders to the originating session (web chat, Signal, cron) for proper context.
  • List, view, and cancel reminders to manage tasks and history.

Quick Start

Create a one-time reminder that prompts Claude at the scheduled time.

Frequently Asked Questions about reminders

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I schedule one-time reminders that trigger a Claude session?

One-time reminders trigger Claude sessions by using a cron-backed scheduler to detect due times and route prompts into the originating channel, ensuring the notification fires within the correct session context.

Can I send scheduled reminders through Signal or web chat?

Scheduled reminders support web chat, Signal, and cron-based triggers, routing prompts into the appropriate channel so notifications fire within the originating session for proper context.

How do I manage and cancel scheduled reminders?

You can list, view, and cancel reminders to manage tasks and history, relying on the SQLite database that persists reminder data to maintain an accurate record of scheduled events.

Do I need a SQLite database to automate reminder notifications?

Yes, reminder automation uses a SQLite database to persist reminders, ensuring scheduled events survive session changes and are reliably detected by the cron-backed scheduler at the correct time.

How does a cron-backed scheduler deliver reminders to the correct session?

The cron-backed scheduler detects due times and uses session routing to deliver prompts into the appropriate channel, ensuring reminders fire within the originating session via web chat, Signal, or cron triggers.

What are the limitations of using one-time reminders for scheduling?

This skill schedules one-time reminders rather than recurring events, relying on a SQLite database and cron scheduler, making it designed for precise single-trigger notifications rather than complex recurring schedules.