byflavien-ia· 57 skills
Add a monitoring dashboard for AI agents into the project's admin area (/admin/agents). Lists all agents with their stats (cost, success/error counts, last run), shows invocation history per agent, drills into the turn-by-turn reasoning trace of any single invocation, and lets the admin trigger an agent run manually with a custom prompt. Idempotent - safe to re-run, will skip already-installed pages. Auto-invoked by /add-agent at the end if the user opts in. Can also be invoked standalone if the user skipped the dashboard at first or wants to add it after creating multiple agents. Requires admin auth (/add-auth in admin mode) and at least one agent already created (/add-agent first).
$npx -y skills add flavien-ia/hypervibe-harness --skill add-agent-dashboardInstalls into the current project.
Run `npx skills use "https://github.com/flavien-ia/hypervibe-harness" --skill "flavien-ia/hypervibe-harness/add-agent-dashboard"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/flavien-ia/hypervibe-harness" that are relevant to the current task. Run `npx skills add "https://github.com/flavien-ia/hypervibe-harness"` and select the relevant skills, then follow their instructions.