Open-source repo file sync for AI teams
Sync AI guidance files across repositories
team-ai-sync copies files such as AGENTS.md,
CLAUDE.md, prompts, editor settings, and repository
rules from one source repo to many target repos. It does not merge
directly. It opens pull requests or merge requests so each team can
review the change.
You maintain one source repo.
Put the files every project should share in one place.
CI runs team-ai-sync.
The tool validates config, copies files, and creates a branch.
Targets get PRs or MRs.
Repository owners review and merge the generated updates.
GitHub Action
GitLab Component
Bitbucket Pipe
MIT licensed
targetRepositories:
- your-org/api-service
- your-org/web-app
files:
- AGENTS.md
- CLAUDE.md
directories:
- .github/instructions
- .github/prompts
S
Source repo
shared AI assets
T
team-ai-sync
validate, copy, branch
PR #18
api-service
chore: sync team AI assets
MR #42
web-app
reviewable changes