TokenRoll standard Claude Code plugin for internal team use
This plugin is not yet in any themed marketplace. To install it, you'll need to add it from GitHub directly.
Choose your preferred installation method below
A marketplace is a collection of plugins. Every plugin gets an auto-generated marketplace JSON for individual installation, plus inclusion in category and themed collections. Add a marketplace once (step 1), then install any plugin from it (step 2).
One-time setup for access to all plugins
When to use: If you plan to install multiple plugins now or later
Step 1: Add the marketplace (one-time)
/plugin marketplace add https://claudepluginhub.com/marketplaces/all.json
Run this once to access all plugins
Step 2: Install this plugin
/plugin install tr@all
Use this plugin's auto-generated marketplace JSON for individual installation
When to use: If you only want to try this specific plugin
Step 1: Add this plugin's marketplace
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/tr.json
Step 2: Install the plugin
/plugin install tr@tr
TokenRoll Claude Code Plugin: Best Practices for CC Coding
# Add TokenRoll plugin marketplace
/plugin marketplace add https://github.com/TokenRollAI/cc-plugin
# Install tr plugin
/plugin install tr@cc-plugin
- Always use scout agent to get knowledge and information for codebases, web, documentation
- Always try use bg-worker and scout agent to help you finish work
Done! Now you can use it normally./withScout xxx(your task)
npm install -g @musistudio/claude-code-router
Fill in the configuration in ~/.claude-code-router/config.json
, reference as follows:
{
"LOG": true,
"LOG_LEVEL": "debug",
"CLAUDE_PATH": "",
"HOST": "127.0.0.1",
"PORT": 3456,
"APIKEY": "sk-apikey",
"API_TIMEOUT_MS": "600000",
"PROXY_URL": "http://127.0.0.1:7890",
"transformers": [
"Anthropic"
],
"Providers": [
{
"name": "claude",
"api_base_url": "https://<BASE>/v1/messages",
"api_key": "XXX",
"models": [
"claude-sonnet-4-5-20250929"
],
"transformer": {
"use": [
"Anthropic"
]
}
},
{
"name": "glm",
"api_base_url": "https://open.bigmodel.cn/api/anthropic/v1/messages",
"api_key": "XXX",
"models": [
"glm-4.6"
],
"transformer": {
"use": [
"Anthropic"
]
}
}
],
"Router": {
"default": "claude,claude-sonnet-4-5-20250929",
"background": "claude,claude-sonnet-4-5-20250929",
"think": "claude,claude-sonnet-4-5-20250929",
"longContext": "claude,claude-sonnet-4-5-20250929",
"webSearch": "claude,claude-sonnet-4-5-20250929"
}
}
A powerful Claude Code plugin developed by DJJ and Danniel for the TokenRoll team. This plugin transforms your development workflow with intelligent Git automation, research-first development patterns, and creative ideation tools.
/tr:commit
- Intelligent commit message generator that learns from your Git history
/tr:withScout
- Save significant main agent context through sub-agent architecture (ideal for refactoring, bug fixing, feature planning, and documentation in medium to large projects)
Super-Idea Agent - Transform a simple idea into a viral product concept
Made with ❤️ by DJJ & Danniel
1.0.19