schedule

Convert a session into a self-contained scheduled task with cron or fireAt.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/Shockwave2k/team-claude-skills --skill schedule-shockwave2k
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: schedule
Source: https://github.com/Shockwave2k/team-claude-skills/tree/main/skills/shared/schedule
Command: npx skills add https://github.com/Shockwave2k/team-claude-skills --skill schedule-shockwave2k

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Turn sessions into reusable scheduled tasks that run on demand or at predefined intervals, removing reliance on ephemeral context.

Core Features & Use Cases

  • Create recurring tasks from a session to automate repetitive workflows.
  • Generate self-contained task definitions that can run without the original chat.
  • Example: convert a completed analysis session into a daily data-refresh job.

Quick Start

Provide the current session details, a task name, and a schedule so Claude outputs a self-contained schedule ready to deploy.

Frequently Asked Questions about schedule

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

FAQPage Schema
How do I convert an AI session into a recurring scheduled task?▼

To convert an AI session into a recurring scheduled task, provide the session details, a task name, and a schedule. The system outputs a self-contained task definition with execution steps that runs autonomously without the original chat context.

Can I use cron syntax to automate recurring workflows from a completed session?▼

Yes, you can use cron syntax to automate recurring workflows. The system applies a specified schedule using cron expressions or a one-time fireAt parameter to define when your self-contained task executes autonomously.

What is a self-contained scheduled task and when do I need it for automation?▼

A self-contained scheduled task is an autonomous execution definition generated from a session that runs independently without ongoing context. You need it for routine automation workflows like daily data-refresh jobs where tasks must run later without manual intervention.

How do I create a daily data-refresh job from project work or meeting notes?▼

You create a daily data-refresh job by supplying your project work or meeting notes session details, a clear task name, and a daily cron schedule. The system generates a self-contained task ready to deploy for autonomous execution.

Does the scheduled task execution rely on the original chat context?▼

Scheduled task execution does not rely on the original chat context. The system removes reliance on ephemeral context by generating a self-contained task definition that executes autonomously at the specified time.

What do I need to provide to generate a scheduled task definition?▼

You need to provide the current session details, a clear task name, and a schedule using cron or fireAt. This allows the system to output a self-contained scheduled task definition with execution steps ready to deploy.