the toolkit covers a useful set of skills for AI coding agents. one operational question we keep hearing from teams using these: what's the recommended path for keeping them in sync across 4-5 engineers' machines?
patterns we've seen:
- git submodule of the toolkit into each dev's claude config dir
- a self-hosted registry that mirrors to disk every 60s (we built skillnote for this, mit: github.com/luna-prompts/skillnote)
- shared cloud storage (s3, dropbox) symlinked into
~/.claude/skills/
curious if there's a recommended path documented anywhere, or if it's a known docs gap. happy to draft a short "team setup" section if useful.
the toolkit covers a useful set of skills for AI coding agents. one operational question we keep hearing from teams using these: what's the recommended path for keeping them in sync across 4-5 engineers' machines?
patterns we've seen:
~/.claude/skills/curious if there's a recommended path documented anywhere, or if it's a known docs gap. happy to draft a short "team setup" section if useful.