Dwonczykj

View Agents — Development skill for Claude Code

Development community

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

Terminal
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.

  1. Check whether the server is already up: `curl -sf -o /dev/null http://127.0.0.1:7777/ && echo RUNNING || echo DOWN`

  2. 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 Repository