🔧Tool Prompts/scheduling
Cron Delete Tool
src/tools/ScheduleCronTool/prompt.ts
Prompt Engineering Insight
Thin delete prompt; wording branches on durable cron gate in source.
Techniques Used
tool-use-guidance
prompt
durable: true
Cancel a cron job previously scheduled with CronCreate. Removes it from .claude/scheduled_tasks.json (durable jobs) or the in-memory session store (session-only jobs).
durable: false
Cancel a cron job previously scheduled with CronCreate. Removes it from the in-memory session store.
Tags
croncancellation
Appears in use cases
This prompt is a step in curated flows that show how pieces of Claude Code connect for real tasks.