A Claude Code plugin that syncs shared agent rules and settings into any repo.
Add the marketplace and install the plugin:
/plugin marketplace add KushTurner/thragg
Run this in any repo you want to set up:
/trg:init
This will:
- Copy shared
rules/into the repo - Create or append to
CLAUDE.mdwith the shared rule imports - Merge the shared
permissionsblock into.claude/settings.json, preserving any existing config (e.g. MCP servers)
To add allow/deny rules on top of the shared baseline without them being overwritten, put them in .claude/settings.local.json. Claude Code merges this automatically.