Agent Mission Control
Description
Tauri 2 + Phaser 4 desktop dashboard that visualizes live GitHub Copilot CLI activity.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README

🛰️ Agent Mission Control
A live dashboard, history viewer, and analytics chat that provides insights into the activity of [GitHub Copilot CLI](https://github.com/github/copilot-cli) and [GitHub Copilot App](https://github.com/features/ai/github-app) agent sessions. Tool calls, hook callbacks, sub-agent dispatches, skills, edits, reads and more become live signals so you can spot stalls, follow active work, and catch actionable provider issues without scrolling back through terminal output.
Built with [Tauri 2](https://v2.tauri.app/), [Phaser 4](https://phaser.io/), and TypeScript.
🔗 Website: [https://danwahlin.github.io/agent-mission-control](https://danwahlin.github.io/agent-mission-control)




What it does
Agent Mission Control reads the local session state Copilot CLI already writes under `~/.copilot/session-state/` and tracks:
| Signal | What it tracks |
|---|---|
| Edits | File write/edit tools, including apply_patch |
| Reads | Reads, search, view, rg (ripgrep), and glob |
| Commands | Shell, SQL, test, and terminal-style commands |
| Web/Docs | Web fetches, docs lookups, and GitHub lookups |
| Hooks | Configured Copilot CLI hook callbacks |
| Sub-Agents | Sub-agent and task calls |
| Skills | skill and memory calls |
| Intent | Ask/intent/plan/schedule calls and fallback alerts |
| MCP | MCP server tool calls |
| Tokens | Input/output token totals from Copilot usage summaries |
| History + Daily Log | Global analytics, daily calendar views, daily debriefs, and handoff exports |
| Analytics Chat | Natural-language questions over local Copilot CLI usage, prompts, skills, agents, and MCP servers |
The dashboard panels
Related Skills
Epic Sync
Sync epic issue bodies, labels, and local coordination snapshots from GitHub.
Git 使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git