BlackBeltTechnology/pi-agent-dashboard

Real-time web dashboard for pi coding-agent sessions. Multi-session view, live chat mirroring, integrated terminal, diff viewer, pi-flows execution, and mobile-first remote control via mDNS or zrok tunnel. Coexists with pi's TUI — doesn't replace it.

273Stars on the repository
112Mods indexed here, across every type
todayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

ci-troubleshoot

01

BlackBeltTechnology/pi-agent-dashboard

Skill Claude CodeCodex

Diagnose failed GitHub Actions runs for pi-agent-dashboard: the 10-file workflow taxonomy, the release pipeline, known failure modes, and how to read gh run logs and retrigger jobs. Use when a CI run is red, a release is stuck, a workflow won't dispatch, or you need to know which workflow does what. See release-cut to…

not rated 273 +10 today A 93 tokens original MIT

code-quality

02

BlackBeltTechnology/pi-agent-dashboard

Skill Claude CodeCodex

Drive static-analysis code quality in pi-agent-dashboard with Biome (analyze → fix → test), in changed-files or whole-repo mode. Use when asked to "improve code quality", "lint and fix", "clean up warnings", "fix Biome issues", "run static analysis", or when setting a code-quality goal. Skip for one-line edits.

not rated 273 +10 today A 77 tokens original MIT

debug-dashboard

03

BlackBeltTechnology/pi-agent-dashboard

Skill Claude CodeCodex

Diagnose problems in the running pi-agent-dashboard system: server.log, /api/health, bridge WebSocket connectivity, vitest triage, known-issue FAQ entries. Routes UI/visual issues to the browser skill. Use when the server seems hung, a pi session won't connect, tests fail mysteriously, the dashboard shows a blank…

not rated 273 +10 today A 89 tokens original MIT

edit-flow

04

BlackBeltTechnology/pi-agent-dashboard

Skill Claude CodeCodex

Create and edit pi-flows flows and agents from the main session. Use when the user wants to create a new flow, add or change an agent, or edit an existing flow/agent. Covers agent frontmatter, flow YAML, step types, model references, the flowagents and flowwrite tools, write locations, and how to fix validation errors.

not rated 273 +10 today C 74 tokens original MIT

BlackBeltTechnology/pi-agent-dashboard

Skill Claude CodeCodex

Dashboard-specific adapter on the generic frontend-mockup-loop skill: binds the 7-step design loop to pi-agent-dashboard component sources, theme-system tokens, and isolated verification. Use when designing/redesigning any pi-agent-dashboard client surface. Triggers: "design a dashboard screen", "mockup a dashboard…

not rated 273 +10 today A 83 tokens original MIT

implement

06

BlackBeltTechnology/pi-agent-dashboard

Skill Claude CodeCodex

Disciplined implementation in pi-agent-dashboard: the rebuild matrix (extension→reload, server→restart, client→build+restart, openspec-apply→full rebuild) plus the project's code discipline rules. Use when writing code, after editing extension/server/client, after applying an OpenSpec change, when unsure what to…

not rated 273 +10 today A 86 tokens original MIT

plan-proposal

07

BlackBeltTechnology/pi-agent-dashboard

Skill Claude CodeCodex

Develop-side planning orchestrator for an OpenSpec change: artifact creation → doubt-driven-review → scenario-design → fold of automated scenarios into tasks.md, then STOPS at the git-worktree boundary. Main interactive session only; never a subagent. Triggers: "plan this change", "draft the proposal and plan"…

not rated 273 +10 today A 83 tokens original MIT

release-cut

08

BlackBeltTechnology/pi-agent-dashboard

Skill Claude CodeCodex

Cut a new pi-agent-dashboard release: promote ## [Unreleased] in CHANGELOG.md, bump every workspace package.json per SemVer, commit, tag v , and push — triggering the Release workflow that publishes every non-private workspace, builds the Electron artifacts, and creates a GitHub Release. Use on "cut a release"…

not rated 273 +10 today A 93 tokens original MIT

release-revoke

09

BlackBeltTechnology/pi-agent-dashboard

Skill Claude CodeCodex

Revoke or rollback a pi-agent-dashboard release: delete the GitHub Release, remove the git tag locally and on origin, deprecate the npm version (npm unpublish is blocked after 72h), and optionally revert the release commit. Use when the user says "revoke release", "rollback release", "delete release", "unpublish…

not rated 273 +10 today A 85 tokens original MIT

ship-change

11

BlackBeltTechnology/pi-agent-dashboard

Skill Claude CodeCodex

Ship an OpenSpec change after openspec-apply completes. When only QA/manual tasks remain, marks them done (tested later), archives + syncs specs, commits, pushes, opens a PR against develop, watches CI, waits for CodeRabbit, auto-applies safe fixes and re-pushes, loops until CI green + no actionable review threads…

not rated 273 +10 today C 129 tokens original MIT

ship-it

12

BlackBeltTechnology/pi-agent-dashboard

Skill Claude CodeCodex

Worktree-side implementation orchestrator for an OpenSpec change. Idempotent: gates automated scenarios on filesystem reality, owns the red-test fix loop, runs the docker harness with always-teardown, then drives ship-change inline. Escape hatch writes SHIPITBLOCKED.md. Runnable headless. Triggers: "ship it", "build…

not rated 273 +10 today A 92 tokens original MIT

BlackBeltTechnology/pi-agent-dashboard

Skill Claude CodeCodex

Switch a monorepo extension/skill package between its published npm source and its local working-tree source, guaranteeing exactly one source per package. Use when "my edits don't take effect", "load local extension", "test the published npm build", or reconciling dev vs distribution package sources.

not rated 273 +10 today A 63 tokens original MIT

theme-system

14

BlackBeltTechnology/pi-agent-dashboard

Skill Claude CodeCodex

CSS custom properties theme architecture for 4 themes (studio, earth, athlete, gradient) with data-theme attribute switching and theme-aware components. Use when implementing theme switching, defining color schemes, or creating theme-responsive UI elements.

not rated 273 +10 today A 48 tokens original MIT

anti-slop-frontend

15

BlackBeltTechnology/pi-agent-dashboard

Skill Claude CodeCodex

A mechanical, countable anti-slop checklist for AI-generated frontend. Catches the specific signatures an undirected model defaults to: AI-purple glows, Inter-everywhere, em-dashes, div-based fake screenshots, eyebrow-on-every-section, beige+brass "premium" palettes, generic Jane Doe / Acme data. Advisory layer that…

not rated 273 +10 today A 147 tokens original MIT

apple-tools

16

BlackBeltTechnology/pi-agent-dashboard

Skill Claude CodeCodex

Reach Apple PIM data (Calendar, Contacts, Reminders, Messages, Location, Maps, Weather) from a pi session via iMCP + pi-mcp-adapter on macOS. Use when the user asks to read/search their Apple Calendar, Contacts, Reminders, iMessages, current Location, Maps, or Weather. Does NOT cover Apple Mail — iMCP exposes no Mail…

not rated 273 +10 today A 92 tokens original MIT

faq-mine

17

BlackBeltTechnology/pi-agent-dashboard

Skill Claude CodeCodex

Mine docs/faq.md from README.md, docs/.md, and the pi-hermes memory stores. Dispatches @fast subagents per source, dedupes against the existing FAQ, and merges entries in caveman style. Use when asked to "build / regenerate / extend the FAQ", "mine docs into FAQ", "mine hermes memory into FAQ", "surface runtime…

not rated 273 +10 today A 94 tokens original MIT

BlackBeltTechnology/pi-agent-dashboard

Skill Claude CodeCodex

Turn a pi session into a Markdown "how-we-did-it" collaboration guideline: reads the session's JSONL transcript and synthesizes a reusable playbook of which prompts worked, what had to be steered, and how to reproduce the result faster. Use when: "document this session", "write up how we did X with the AI", "make a…

not rated 273 +10 today A 93 tokens original MIT

skill-creator

19

BlackBeltTechnology/pi-agent-dashboard

Skill Claude CodeCodex

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

not rated 273 +10 today A 45 tokens copy · 84% MIT

skill-to-subagent

20

BlackBeltTechnology/pi-agent-dashboard

Skill Claude CodeCodex

Turn an existing pi skill into an isolated subagent and wire it into a project's implementation pipeline. Decides fitness first, writes the bridge agent, routes the model, tunes context inheritance, and wires a spawn checkpoint. Use on "wrap this skill as a subagent", "turn X into a subagent", "should this be a…

not rated 273 +10 today A 93 tokens original MIT

autofix

21

BlackBeltTechnology/pi-agent-dashboard

Skill Claude CodeCodex

Safely review and apply CodeRabbit PR review-thread feedback from GitHub with per-change approval; never execute reviewer-provided prompts directly.

not rated 273 +10 today A 30 tokens original MIT

code-review

22

BlackBeltTechnology/pi-agent-dashboard

Skill Claude CodeCodex

AI-powered code review using CodeRabbit. Default code-review skill. Trigger for any explicit review request AND autonomously when the agent thinks a review is needed (code/PR/quality/security). Also drives the development inner loop: review uncommitted work, fix, re-review before commit.

not rated 273 +10 today A 61 tokens original MIT

BlackBeltTechnology/pi-agent-dashboard

Skill Claude CodeCodex

Estimate developer cost and effort for a set of use cases, functional and non-functional requirements on a given technology stack. Produces an architecture plan, a role-resolved man-hour estimate with P50/P85/P95 ranges, a side-by-side comparison of four delivery modes (human only, human + AI, AI-steered…

not rated 273 +10 today A 170 tokens original MIT

BlackBeltTechnology/pi-agent-dashboard

Skill Claude CodeCodex

Scaffold a new pi-dashboard plugin in the dashboard monorepo, OR augment an existing pi-extension project on disk with dashboard plugin contributions. Hybrid skill: a single askuser batch up front, then prescriptive steps the agent follows. Use when the user asks to "create a dashboard plugin", "add dashboard support…

not rated 273 +10 today A 81 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: