Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 39 additions & 1 deletion home/.chezmoiexternal.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,42 @@
url = "https://github.com/mattpocock/skills/archive/refs/heads/main.tar.gz"
stripComponents = 4
refreshPeriod = "168h"
include = ["*/skills/productivity/grilling/**"]
include = ["*/skills/productivity/grilling/**"]

# Obsidian skills from kepano/obsidian-skills pinned to a known-good commit.
# The archive layout is obsidian-skills-<sha>/skills/<name>/, so stripComponents=3
# drops the archive root, "skills", and the skill directory name for each target.
[".claude/skills/defuddle"]
type = "archive"
url = "https://github.com/kepano/obsidian-skills/archive/a1dc48e68138490d522c04cbf5822214c6eb1202.tar.gz"
stripComponents = 3
refreshPeriod = "168h"
include = ["*/skills/defuddle/**"]

[".claude/skills/json-canvas"]
type = "archive"
url = "https://github.com/kepano/obsidian-skills/archive/a1dc48e68138490d522c04cbf5822214c6eb1202.tar.gz"
stripComponents = 3
refreshPeriod = "168h"
include = ["*/skills/json-canvas/**"]

[".claude/skills/obsidian-bases"]
type = "archive"
url = "https://github.com/kepano/obsidian-skills/archive/a1dc48e68138490d522c04cbf5822214c6eb1202.tar.gz"
stripComponents = 3
refreshPeriod = "168h"
include = ["*/skills/obsidian-bases/**"]

[".claude/skills/obsidian-cli"]
type = "archive"
url = "https://github.com/kepano/obsidian-skills/archive/a1dc48e68138490d522c04cbf5822214c6eb1202.tar.gz"
stripComponents = 3
refreshPeriod = "168h"
include = ["*/skills/obsidian-cli/**"]

[".claude/skills/obsidian-markdown"]
type = "archive"
url = "https://github.com/kepano/obsidian-skills/archive/a1dc48e68138490d522c04cbf5822214c6eb1202.tar.gz"
stripComponents = 3
refreshPeriod = "168h"
include = ["*/skills/obsidian-markdown/**"]
Loading