https://github.com/mcmanussliam/claude-remote-config
Claude Code plugin for maintaining shared versioned Claude configurations.
https://github.com/mcmanussliam/claude-remote-config
claude-code claude-config claude-plugin
Last synced: 6 days ago
JSON representation
Claude Code plugin for maintaining shared versioned Claude configurations.
- Host: GitHub
- URL: https://github.com/mcmanussliam/claude-remote-config
- Owner: mcmanussliam
- Created: 2026-05-19T18:46:38.000Z (27 days ago)
- Default Branch: main
- Last Pushed: 2026-05-19T22:11:47.000Z (27 days ago)
- Last Synced: 2026-05-19T22:14:52.429Z (27 days ago)
- Topics: claude-code, claude-config, claude-plugin
- Language: TypeScript
- Homepage:
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Claude Remote Config
Shared, versioned Claude Code configuration for every project.
## Features
- **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.
## Quick Start
1. Install the plugin:
```bash
claude plugin marketplace add mcmanussliam/claude-remote-config
claude plugin install remote-config@mcmanussliam
```
2. In each project, run the setup command from Claude Code:
```bash
/remote-config setup --remote git@example.com:your-org/claude-config.git
```
3. Commit the files setup created:
```txt
.claude-remote-config.json
.gitignore
```
4. Restart Claude Code. The plugin syncs and regenerates your config
automatically on every session start.
5. And that's it 🎉
## Docs
- [Getting started](docs/getting-started.md)
- [Remote format](docs/remote-format.md)