37 lines
1.1 KiB
Markdown
37 lines
1.1 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-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.
|