reminders

Schedule and manage local reminders in a self-contained SQLite store.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/ticruz38/skills --skill reminders-ticruz38
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reminders
Source: https://github.com/ticruz38/skills/tree/main/skills/reminders
Command: npx skills add https://github.com/ticruz38/skills --skill reminders-ticruz38

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Local reminders often get forgotten or miss scheduled; this Skill provides an offline, self-contained reminder system that stores data locally in SQLite and avoids external dependencies.

Core Features & Use Cases

  • One-time reminders with specific or relative times
  • Recurring reminders (daily, weekly, monthly) with automatic rescheduling
  • Natural language date parsing for intuitive input
  • Snooze, history, and health checks for reliability
  • CLI and programmatic usage for automation and integration in personal workflows

Quick Start

Ask me to add a reminder using natural language and I will schedule it locally.

Frequently Asked Questions about reminders

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

FAQPage Schema
How do I schedule local reminders without relying on an internet connection?

You can schedule local reminders offline by using a self-contained SQLite store that saves data locally, ensuring reminders are retained and triggered without any external network services.

Can I set up recurring reminders using natural language date parsing?

Yes, natural language date parsing allows you to set up one-time and recurring reminders intuitively, automatically rescheduling daily, weekly, or monthly events based on your plain text input.

How do I automate local scheduling tasks using a CLI?

You can automate local scheduling tasks by leveraging the CLI and programmatic APIs provided, allowing you to integrate reminder management directly into your personal workflows and scripts.

Does this offline reminder system require any external dependencies?

No external dependencies are required, as the offline reminder system operates entirely on local storage with a self-contained SQLite database, avoiding any need for external services or installations.

What is the best way to manage and review missed local reminders?

The best way to manage missed local reminders is by using the built-in snooze, history, and health check features, which allow you to review past alerts and verify the reliability of your local scheduling system.