CC Command Center / Local Qwen Advisor — Summary
This batch entry corresponds to the Reddit reference "Claude Code command center Qwen advisor." Two distinct GitHub repositories match this description and are analyzed together:
amahpour/claude-code-command-center(5 stars) — A Python/FastAPI web dashboard that hooks into Claude Code's event system to monitor and manage all active sessions in real-time. It installs 8 Claude Code hooks (SessionStart, PreToolUse, PostToolUse, Stop, SubagentStart, SubagentStop, SessionEnd, Notification) viascripts/setup.sh, pipes events through a hook handler to a local SQLite database, and serves a live dashboard atlocalhost:4700with session status, cost tracking, live transcripts, full-text search, analytics, and Jira/PR integration.AshlynYang-dev/claude-code-qwen-skill(4 stars) — A Claude Code skill that calls Alibaba's Qwen model (qwen-max/qwen-plus/qwen-turbo/qwen-long) via the Dashscope API as a "local Qwen advisor." It is installed as~/.claude/skills/qwen, activated with/qwen, and saves responses to markdown files. The skill targets Chinese-language analysis, domestic market research, and second-opinion use cases where Qwen's training data complements Claude's.
Together, these two items describe a workflow where Claude Code sessions are monitored via a local dashboard, and a secondary Qwen model provides specialized advisory input. Neither framework is in the 11 seeds; the closest seed is ccmemory (persistent storage for Claude Code sessions) for the command center component.