Stats
Actions
Tags
Start and open the Claude Config Manager dashboard — a web UI for managing plugins, MCPs, skills, profiles, and sessions
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-config-manager:ccm-dashboardThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Start the Claude Config Manager dashboard web UI.
Start the Claude Config Manager dashboard web UI.
curl -s -o /dev/null -w "%{http_code}" http://localhost:3399 2>/dev/null
start "" "http://localhost:3399"
node "${CLAUDE_PLUGIN_ROOT}/packages/dashboard/dist/server.mjs" &
sleep 3 && start "" "http://localhost:3399"
npx claudepluginhub wangcansunking/can-claude-plugins --plugin claude-config-managerCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.