Initial public release

A chezmoi-based fleet-dotfiles template for macOS workstations:

- Two-way auto-sync via launchd watcher + 5-min puller
- Mesh SSH via modify_authorized_keys driven by .chezmoidata/fleet.yaml
- age-encrypted secrets file
- Bundled Claude Code agentic team (11 agents) + /lite + /lite-sub commands
- Verify-before-claiming Stop hook
- Generic statusline + project-boundary validate-path hook
- Reference launchd plist for cross-fleet task-durations aggregation
  (companion repo: gitea.tojo.team/cardinale/task-durations)
- AGENTS.md walks an agent through the entire setup Q&A interactively
- docs/ covers architecture, security model, fleet onboarding
This commit is contained in:
Anthony Cardinale
2026-05-02 17:26:32 -04:00
commit ebccdda936
42 changed files with 2994 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
# 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"