73 lines
2.2 KiB
Markdown
73 lines
2.2 KiB
Markdown
---
|
|
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-02T20:08:08.074724+00:00"
|
|
relations:
|
|
- target: 62ee21e8-2b56-4d38-a73d-47e2724f08c6
|
|
type: RELATED_TO
|
|
direction: outgoing
|
|
strength: 0.8
|
|
edge_id: ceab40c6-01c6-4e31-959b-4b6ef9878bcf
|
|
- target: 39379120-896b-46cd-befa-b83d09d7556b
|
|
type: RELATED_TO
|
|
direction: outgoing
|
|
strength: 0.8
|
|
edge_id: 4c89ae0e-b3c8-48dc-a31e-898e9689a9d9
|
|
- target: 8e2d1904-24e0-41df-95f2-2edc4407b9f3
|
|
type: RELATED_TO
|
|
direction: outgoing
|
|
strength: 0.76
|
|
edge_id: 51e04dfd-be31-4d5e-ab33-04ce2858a18f
|
|
- target: cb5e8814-f689-4de0-8854-823358706dec
|
|
type: RELATED_TO
|
|
direction: outgoing
|
|
strength: 0.85
|
|
edge_id: 6e4d85b7-87e7-4a6e-b624-cf79679f0aaf
|
|
- target: b27fb831-811e-4103-b5f1-3c36d5b1ad20
|
|
type: RELATED_TO
|
|
direction: outgoing
|
|
strength: 0.7
|
|
edge_id: 79821d41-9fb9-42c1-9ea4-1eb4fac340bd
|
|
- target: e9e6a15a-bec3-4b62-98c9-4a70a5165348
|
|
type: RELATED_TO
|
|
direction: outgoing
|
|
strength: 0.7
|
|
edge_id: c11d2aa9-e145-49a3-af6d-19d3b9ad5ad3
|
|
- target: c4b2f42d
|
|
type: BUILDS_ON
|
|
direction: incoming
|
|
strength: 0.8
|
|
edge_id: 49709579-8ce3-4f08-890a-b8f2ffc7532a
|
|
---
|
|
|
|
# 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.
|