maintenance-scheduler

Schedule recurring home maintenance tasks with seasonal templates and reminders.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Schedule recurring home maintenance tasks and align them with seasonal templates to prevent missed chores and forgotten upkeep.

Core Features & Use Cases

  • Seasonal maintenance templates for house, apartment, and condo to standardize recurring tasks.
  • Custom task creation with flexible frequency, advance notice, and categories, plus completion history tracking.
  • Reminders integration and a local SQLite database to manage due dates, templates, and reporting.

Quick Start

Create a monthly maintenance task named 'Check HVAC filters' and let the system schedule the next due date automatically.

Frequently Asked Questions about maintenance-scheduler

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

FAQPage Schema
How do I schedule recurring home maintenance tasks with seasonal templates?

You can schedule recurring home maintenance tasks using built-in seasonal templates for houses, apartments, and condos. The system standardizes chores across monthly, quarterly, bi-annual, and annual intervals, automatically calculating the next due dates.

What is the best way to track home maintenance reminders and due dates?

The best way to track home maintenance reminders is by using the integrated RemindersSkill and a local SQLite3 database. This combination manages custom task frequencies, sends advance notices, and maintains a completion history for accurate reporting.

Can I create custom maintenance tasks for an apartment or condo?

Yes, you can create custom maintenance tasks for an apartment or condo. The system supports custom task creation with flexible frequencies, advance notice settings, and categories, alongside its standard seasonal templates.

How do I view upcoming maintenance chores and completion history?

You can view upcoming maintenance chores and completion history via the command line interface. Using the CLI exposes upcoming, due, history, and stats workflows, allowing you to quickly check task status and health.

Does the maintenance scheduler work without external dependencies?

Yes, the maintenance scheduler works without external dependencies. It is implemented in TypeScript with a local SQLite3 database and uses a YAML frontmatter in SKILL.md, requiring no additional component installations to function.