SkyWalker2506/ccplugin-devtools-setup
Claude Code plugin: setup, migration, MCP config, secrets management
Platform-specific configuration:
{
"mcpServers": {
"ccplugin-devtools-setup": {
"command": "npx",
"args": [
"-y",
"ccplugin-devtools-setup"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
by Musab Kara · GitHub
Setup, configuration, and admin tools for claude-config. Handles installation, CLAUDE.md binding, project migration, MCP server management, secrets download, and GitHub auth.
claude plugin install devtools-setup@musabkara-claude-marketplace| Command | Description | |---------|-------------| | /install | Run claude-config installer with interactive setup | | /bind | Link CLAUDE.md files to claude-config as redirectors | | /migration | Project health check, version validation, MCP status | | /add-mcp | Add optional MCP servers (Flutter, Firebase, Unity) | | /download-secrets | Download secrets from private GitHub repo | | /admin-login | GitHub authentication and account management |
The installer sets these automatically via install.sh:
| Variable | Effect | |----------|--------| | CLAUDE_CODE_NO_FLICKER=1 | Fixes terminal flickering, enables mouse support. Experimental renderer — smoother UI as chat grows. Trade-off: no Cmd+F, different copy-paste behavior |
The devtools-setup skill activates when you mention: install, setup, migration, bind, config, mcp, secrets, or admin login. It routes to the correct command automatically.
Responds to migration hook signals (INSTALL_NEEDED, MIGRATION_NEEDED, SECRETS_MISSING, etc.) and runs the appropriate command.
gh CLI installed~/Projects/claude-config/ repo cloned~/.claude/secrets/secrets.env for secrets operationsLoading reviews...