Skip to content
SkillReady to runPersonal FinanceEveryday

Bill Reminder Calendar

Written in-house · editorially graded

Every SkillsBank offering is written in-house — never scraped or crowd-sourced — and graded against a fixed editorial rubric in a separate grading step.

Dry-run test passed · Jun 15, 2026

Trigger check passed

Editorially graded · Jun 15, 2026

Converts a list of recurring bills into a standards-compliant .ics iCalendar file (one recurring VEVENT per bill with a VALARM alert, default 3 days before due) plus a Markdown summary listing every event, recurrence rule, reminder timing, and import steps for Google Calendar, Outlook, and Apple Calendar. Use when a user wants recurring bill-due reminders in their calendar app without manual entry, or says things like "remind me before my bills are due," "set up calendar alerts for my bills," or "I keep forgetting to pay on time."

What you get

An installable SKILL.md file for your AI assistant.

Works in
Claude Code · Cursor
Native — drops into .claude/skills/
Copilot · Codex · Gemini CLI
Native — reads .agents/skills/
claude.ai — web & desktop
Upload the .zip in Customize → Skills
ChatGPT
Via a Project — paste into its instructions

See it in action

A real input → output sample

Example Input
I have the following bills: 
- Rent: $1500 due on the 1st 
- Internet: $80 due on the 15th 
- Credit Card: due at the end of the month 
- Netflix: $15.99 due on the 31st 
- Gym membership: due on the 10th (amount unknown) 
Please set reminders 2 days before the rent is due and the default for the rest.
Example Output
Download your bill reminders calendar here. 
**Event Inventory:** 
| Bill Name | Due Day | Amount | Recurrence | Reminder | 
|---|---|---|---|---| 
| Rent | 1st of month | $1,500 | Monthly | 2 days before | 
| Internet | 15th of month | $80 | Monthly | 3 days before | 
| Credit Card | Last day of month |  | Monthly | 3 days before | 
| Netflix | Last day of month | $15.99 | Monthly | 3 days before | 
| Gym Membership | 10th of month |  | Monthly | 3 days before |

Goes well with

Related