From 474228c44b42394c7a53f060ff1c163bb6744480 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Sun, 1 Mar 2026 00:21:14 -0600 Subject: [PATCH] store: create-scheduled-task skill: guide for adding new Claude scheduled tasks --- ...guide-for-adding-new-claude-sche-dfe48a.md | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 graph/workflows/create-scheduled-task-skill-guide-for-adding-new-claude-sche-dfe48a.md diff --git a/graph/workflows/create-scheduled-task-skill-guide-for-adding-new-claude-sche-dfe48a.md b/graph/workflows/create-scheduled-task-skill-guide-for-adding-new-claude-sche-dfe48a.md new file mode 100644 index 00000000000..e3c14d729bd --- /dev/null +++ b/graph/workflows/create-scheduled-task-skill-guide-for-adding-new-claude-sche-dfe48a.md @@ -0,0 +1,36 @@ +--- +id: dfe48a70-b8ab-4bb5-a3d8-6116fa498168 +type: workflow +title: "create-scheduled-task skill: guide for adding new Claude scheduled tasks" +tags: [claude-code, skills, scheduled-tasks, documentation, claude-scheduled, workflow] +importance: 0.6 +confidence: 0.8 +created: "2026-03-01T06:21:14.244709+00:00" +updated: "2026-03-01T06:21:14.244709+00:00" +--- + +# create-scheduled-task Skill + +## Location +`~/.claude/skills/create-scheduled-task/SKILL.md` + +## Triggers +- "create a scheduled task" +- "schedule a task" +- Similar phrasings about automating Claude to run on a timer + +## Contents +Comprehensive guide including: +- Directory structure for new tasks +- `settings.json` reference table (all supported keys) +- Pre-built tool allowlists for common task types: + - Triage tasks (read-only Gitea + memory) + - Code analysis tasks + - Memory maintenance tasks +- Copy-paste MCP server configs (gitea-mcp, cognitive-memory, n8n) +- systemd `OnCalendar` expression reference +- Management commands (start/stop/status/logs) +- Runner internals explanation + +## Usage +When a user asks to create or schedule a new automated Claude task, load this skill for the canonical procedure.