View Agents — Development skill for Claude Code
Open the agent-team dashboard in the browser, starting its dev server on port 7777 first if it isn't already running.
How to install View Agents
Installs to ~/.claude/skills/dwonczykj-sf-view-agents/SKILL.md
mkdir -p ~/.claude/skills/dwonczykj-sf-view-agents && curl -fsSL https://raw.githubusercontent.com/Dwonczykj/sf/HEAD/commands/view-agents.md -o ~/.claude/skills/dwonczykj-sf-view-agents/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What View Agents does
description: "Open the agent-team dashboard in the browser, starting its dev server on port 7777 first if it isn't already running."
Open the agent-team dashboard.
Check whether the server is already up: `curl -sf -o /dev/null http://127.0.0.1:7777/ && echo RUNNING || echo DOWN`
If DOWN, start it in the background: `cd ~/FyxerGh/agent-team && npm start` (run_in_background: true), then poll the curl check every few seconds until it returns RUNNING. Don't restart if step 1 alrea
Alternatives in Development
- Projectmem — Open-source coding agent memory 766 ★
- Hive — Browser-native hive-mind for CLI coding agents — Claude Code, Codex, Gemini, and OpenCode collaborate as real 473 ★
- Umadev — UmaDev: A coding agent that works like a real dev team, commanding the Claude Code / Codex / OpenCode you alre 253 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
V Dashboard
Open the Compound V observability dashboard — a present-only, read-only browser view over docs/superpowers/exe
View
Open Claude's Corner in the browser (starts local server if needed)
Viz Stop
Stop the vs-token-safer dashboard server started by /vs-token-safer:viz (frees the port; nothing was ever tran
Chrome MCP
Let Claude use the Chrome you're already logged into — real sessions, real cookies, no second browser. MCP ser
Warpforge
Local-first desktop command center for Claude Code, Codex, OpenCode, and other coding agents—parallel tasks, w
Claude Code Web Gui
Browse, view and share your Claude Code sessions - runs entirely in browser, no server required!
Related Agents
Aminet Researcher
Researches whether a tool or library already exists for AmigaOS before porting. Checks Aminet, Geek Gadgets, A
Kill Existing Server On Port
lsof -ti:{PORT} xargs kill -9 2>/dev/null true {DEV_SERVER_CMD} & sleep 3
Browser Scout Sonnet
Default browser tier. Read-only work in the user's real Chrome — open a ticket, a chat channel, a dashboard or