schedule

Discover markdown files with trigger phrases or refresh intervals and schedule periodic re-injection.

Updated Jun 10, 2026
One-click install
npx skills add https://github.com/brewpirate/acme-frontier-ai --skill schedule-brewpirate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: schedule
Source: https://github.com/brewpirate/acme-frontier-ai/tree/main/catalog/projects/total-recall/skills/schedule
Command: npx skills add https://github.com/brewpirate/acme-frontier-ai --skill schedule-brewpirate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill keeps important rules, goals, and skill instructions from fading during long sessions by periodically re-injecting them into active context.

Core Features & Use Cases

  • Candidate discovery: Finds markdown files in loaded skills, project rules, CLAUDE.md, and .claude files that include trigger phrases or refresh metadata.
  • User-guided scheduling: Shows matching files in small batches, lets the user choose which ones to activate, and confirms the refresh interval before creating jobs.
  • Drift prevention: Supports either compact trigger-phrase injections or full file rereads so high-value guidance stays fresh without constant manual review.

Quick Start

Use the schedule skill to scan my loaded context for files with trigger_phrase or refresh metadata and help me choose which ones to schedule.

Frequently Asked Questions about schedule

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

FAQPage Schema
How do I prevent context drift during long Claude sessions?

To prevent context drift, you can schedule periodic re-injections of project rules and CLAUDE.md instructions. This skill discovers markdown files with trigger phrases and sets up recurring cron jobs to refresh active context automatically.

How do I schedule recurring context refreshes for project rules?

Scheduling recurring context refreshes involves scanning loaded skills and .claude markdown files for refresh metadata. The skill presents matching files in batches, lets you choose which to activate, and confirms intervals before creating cron jobs.

Can I automate CLAUDE.md instructions re-injection with cron jobs?

Yes, you can automate CLAUDE.md instructions re-injection by defining trigger phrases or refresh intervals in the file frontmatter. The skill parses this metadata and schedules the file for periodic re-injection to keep guidance fresh.

What's the best way to manage trigger phrases for context refresh in Claude?

The best way to manage trigger phrases is defining them in markdown frontmatter within loaded skills or .claude files. The skill parses this metadata, applies model-specific phrase selection, and requires user confirmation before scheduling recurring jobs.

Does context refresh scheduling work with loaded skills and .claude markdown files?

Context refresh scheduling works with loaded skills, project rules, CLAUDE.md, and .claude markdown files. The skill discovers candidates containing trigger phrases or refresh intervals and schedules them for periodic re-injection during long sessions.

When should I use compact trigger-phrase injections instead of full file rereads?

Use compact trigger-phrase injections when you need lightweight reminders to prevent drift, and full file rereads when high-value guidance requires complete context restoration. The skill supports both methods to keep instructions fresh without manual review.