Using Cursor agents for follow-up reminders

Hi all!

I do a lot of work in coding agents now, including stuff that’s not coding, like client notes, project handoffs, and follow-up tasks.

Something I’ve found helpful is getting my agent to send me follow-up reminders for later.

I made the skill available for anyone to try here.

Here’s the prompt if you want to point your agent to it:

```text

Install the Pipa follow-up reminders skill for me.

Run this global install command:

npx skills add lunchpaillola/pipa-skills --skill pipa-follow-up-reminders -g -y

Then read the skill instructions and help me finish setup so I can schedule email reminders when I ask.

```

After setup I can say something like:

`Remind me Friday to follow up on this proposal.`

The agent schedules the email.

I also wrote a short setup post: https://www.usepipa.com/blog/how-to-set-up-follow-up-reminders-for-ai-agents

Sharing in case it’s useful for anyone using Cursor for non-coding work.