plugin/skills/dashboard/SKILL.md
February 4, 2026
Select agents to install to:
npx add-skill https://github.com/Roeia1/SAGA/blob/main/plugin/skills/dashboard/SKILL.md -a claude-code --skill dashboardInstallation paths:
.claude/skills/dashboard/# Dashboard Skill Open the SAGA dashboard to visualize epics, stories, and execution progress. ## Instructions 1. Start the dashboard server using Bash tool with `run_in_background: true`: ```bash npx @saga-ai/dashboard@latest start ``` 2. Open the dashboard in the user's default browser: ```bash open http://localhost:3847 ``` 3. Report to the user: > Dashboard is running at http://localhost:3847 > > To stop the server, use `/tasks` to see background tasks and stop it from there.