remind

Persist reminders as markdown files and send syncfu overlay notifications.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It prevents important tasks, notes, and time-based reminders from getting lost by capturing them into persistent markdown files and immediately surfacing them via on-screen notifications.

Core Features & Use Cases

  • Persistent second brain: Stores reminders, notes, and ideas as markdown files under ~/work/2026/reminders/ so they survive across sessions.
  • Time-bound and daily recurring reminders: Supports both one-shot cron alerts and CSV-driven daily recurring reminders with snooze loops.
  • Guaranteed visibility: Always sends syncfu overlay notifications (with done/snooze actions) so reminders are actually seen, not just saved.
  • Quick capture & completion: Enables brain dumps and marking items done without deleting files, keeping an auditable record.

Quick Start

Save a reminder for later by saying: Remind me to review the security findings tomorrow at 3:45pm.

Frequently Asked Questions about remind

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

FAQPage Schema
How do I set up recurring reminders that persist across sessions?

You can set up daily recurring reminders driven by a CSV source of truth, which are then persisted as markdown files to survive across sessions.

Can I capture quick brain-dump notes and get notified later?

Quick brain-dump captures are saved as markdown notes and immediately surfaced via syncfu overlay notifications, ensuring thoughts are recorded and actually seen later.

What's the best way to snooze a task alert without losing the reminder?

Snoozing a task alert triggers a snooze loop that keeps the reminder persisted in markdown, allowing you to defer notifications without deleting files or losing the original record.

Does this reminder system support one-off cron alerts with specific timing rules?

One-off cron alerts support live scheduling with explicit rules for timing and expiry, sending syncfu overlay notifications at the exact specified time.

How do I mark recurring todos as done while keeping an auditable record?

Marking recurring todos as done completes the item without deleting the underlying markdown file, keeping a permanent auditable record of finished tasks.