Shared, versioned Claude Code configuration for every project.
- One shared config repository, maintained once and pulled into every project that needs it.
- Tag and path filtering, include only the rules, commands, and skills each project needs.
- Fully generated output, shared Claude files stay separate from your own so nothing gets overwritten.
- Install the plugin:
claude plugin marketplace add mcmanussliam/claude-remote-config
claude plugin install remote-config@mcmanussliam- In each project, run the setup command from Claude Code:
/remote-config setup --remote git@example.com:your-org/claude-config.git- Commit the files setup created:
.claude-remote-config.json
.gitignore- Restart Claude Code. The plugin syncs and regenerates your config automatically on every session start.
- And that's it 🎉
