schedule

Schedule recurring vault maintenance tasks via macOS launchd or Linux cron.

49|12|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/DavidROliverBA/ArchitectKB --skill schedule-davidroliverba
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: schedule
Source: https://github.com/DavidROliverBA/ArchitectKB/tree/main/.claude/skills/schedule
Command: npx skills add https://github.com/DavidROliverBA/ArchitectKB --skill schedule-davidroliverba

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the scheduling and management of routine vault maintenance tasks, ensuring your knowledge base remains healthy and up-to-date without manual intervention.

Core Features & Use Cases

  • Automated Scheduling: Set up recurring jobs for health checks, graph rebuilding, indexing, and backups.
  • Cross-Platform Support: Utilizes macOS launchd and provides alternatives for Linux cron.
  • Use Case: Automatically schedule a daily vault health check and a weekly link validation to maintain the integrity and performance of your knowledge base.

Quick Start

Use the schedule skill to add a daily health-check job.

Frequently Asked Questions about schedule

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

FAQPage Schema
How do I automate vault maintenance tasks on macOS and Linux?

Cron and launchd automate vault maintenance by scheduling recurring jobs like health checks, graph rebuilds, and backups. You configure specific script execution via crontab on Linux or plist files on macOS to run tasks automatically without manual intervention.

Can I schedule recurring vault health checks and backups?

Yes, you can schedule recurring vault health checks and backups. The skill manages customizable schedules for recurring jobs, allowing you to automate daily integrity checks and weekly link validations to maintain your knowledge base performance.

Does this vault automation tool support both launchd and cron?

Yes, this vault automation supports both platforms. It utilizes macOS launchd for scheduling and provides alternatives using Linux cron, requiring specific script execution alongside plist or crontab configuration to manage the automated maintenance jobs.

What do I need to set up cron or launchd for vault maintenance?

Setting up cron or launchd for vault maintenance requires specific script execution and platform-specific configuration files. You must configure plist files for macOS launchd or crontab entries for Linux cron to establish the customized automated schedules.

How do I customize schedules for automated vault indexing and graph rebuilds?

You customize schedules for vault indexing and graph rebuilds by defining execution timing within your plist or crontab configuration. This allows you to tailor the frequency of routine maintenance tasks to keep your knowledge base automatically updated.