diff --git a/graph/code-patterns/global-slash-commands-are-md-files-in-claudecommands-e9e6a1.md b/graph/code-patterns/global-slash-commands-are-md-files-in-claudecommands-e9e6a1.md index 7442dba1560..71dd8049fb2 100644 --- a/graph/code-patterns/global-slash-commands-are-md-files-in-claudecommands-e9e6a1.md +++ b/graph/code-patterns/global-slash-commands-are-md-files-in-claudecommands-e9e6a1.md @@ -6,7 +6,13 @@ tags: [claude-code, pattern, slash-commands, config] importance: 0.6 confidence: 0.8 created: "2026-02-13T20:07:31.742736+00:00" -updated: "2026-02-13T20:07:31.742736+00:00" +updated: "2026-03-01T06:21:37.540385+00:00" +relations: + - target: dfe48a70-b8ab-4bb5-a3d8-6116fa498168 + type: RELATED_TO + direction: incoming + strength: 0.7 + edge_id: c11d2aa9-e145-49a3-af6d-19d3b9ad5ad3 --- Claude Code global slash commands live in ~/.claude/commands/.md. The filename (minus .md) becomes the command name (e.g., sync-config.md → /sync-config). The markdown content is the prompt that gets executed when the command is invoked. Created /sync-config to commit and push ~/.claude config to its Gitea repo (homelab remote, main branch). diff --git a/graph/edges/create-scheduled-task-skill-gu--RELATED_TO--global-slash-commands-are-md-f-c11d2a.md b/graph/edges/create-scheduled-task-skill-gu--RELATED_TO--global-slash-commands-are-md-f-c11d2a.md new file mode 100644 index 00000000000..9ff0de7f94d --- /dev/null +++ b/graph/edges/create-scheduled-task-skill-gu--RELATED_TO--global-slash-commands-are-md-f-c11d2a.md @@ -0,0 +1,13 @@ +--- +id: c11d2aa9-e145-49a3-af6d-19d3b9ad5ad3 +type: RELATED_TO +from_id: dfe48a70-b8ab-4bb5-a3d8-6116fa498168 +from_title: "create-scheduled-task skill: guide for adding new Claude scheduled tasks" +to_id: e9e6a15a-bec3-4b62-98c9-4a70a5165348 +to_title: "Global slash commands are .md files in ~/.claude/commands/" +strength: 0.7 +created: "2026-03-01T06:21:37.540385+00:00" +updated: "2026-03-01T06:21:37.540385+00:00" +--- + +Both are Claude Code skill/command patterns stored in ~/.claude/ 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 index 002bb7da3bd..9d610e72f7c 100644 --- 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 @@ -6,7 +6,7 @@ tags: [claude-code, skills, scheduled-tasks, documentation, claude-scheduled, wo importance: 0.6 confidence: 0.8 created: "2026-03-01T06:21:14.244709+00:00" -updated: "2026-03-01T06:21:32.493817+00:00" +updated: "2026-03-01T06:21:37.540385+00:00" relations: - target: 62ee21e8-2b56-4d38-a73d-47e2724f08c6 type: RELATED_TO @@ -33,6 +33,11 @@ relations: 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 --- # create-scheduled-task Skill