# External git repos managed by chezmoi. # chezmoi clones these on first apply and pulls them on subsequent applies. # The skill files inside these repos are NOT in this template's source tree — # chezmoi manages them via git. # # All four entries below clone over HTTPS and require no credentials. # Replace the swift-front entry with your own SwiftUI design skill repo # if you have one — the listed mirror is public and read-only. [".claude/skills/ffmpeg-usage"] type = "git-repo" url = "https://github.com/ychoi-kr/claude-ffmpeg-skill.git" refreshPeriod = "168h" [".claude/skills/swift-front"] type = "git-repo" url = "https://gitea.tojo.team/cardinale/swift-front.git" refreshPeriod = "168h" [".claude/skills/deep-research"] type = "git-repo" url = "https://github.com/199-biotechnologies/claude-deep-research-skill.git" refreshPeriod = "168h" [".claude/skills/shortcuts-generator"] type = "git-repo" url = "https://github.com/drewocarr/generate-shortcuts-skill.git" refreshPeriod = "168h"