BlackBeltTechnology

60 mods across 1 repository, 263 stars between them.

AGENTS

01

BlackBeltTechnology/pi-agent-dashboard

Agent

Files in this directory. One row per file. Non-source area. Project-tier subagent definitions; resolved by pi-dashboard-subagents tier 1 ( /.pi/agents/ .md), beating user/bundled/package tiers. Frontmatter schema: description, model, thinking, tools, inheritcontext, prompt. tools: MUST be YAML array form …

263 2d ago A 0 tokens original MIT

Audit

02

BlackBeltTechnology/pi-agent-dashboard

Agent

Deep security + performance audit of a specific diff. Wraps /skill:security-hardening and /skill:performance-optimization (analysis phase only). Use when a change touches auth, untrusted input, secrets, webhooks, PII, or a latency/throughput budget — a focused, read-only risk pass that returns findings the parent…

263 2d ago A 98 tokens original MIT

DocScribe

03

BlackBeltTechnology/pi-agent-dashboard

Agent

Write docs/ prose for a completed change, in caveman style, per the repo's Documentation Update Protocol. Use after a change lands to update docs/architecture.md, docs/ .md, README, or docs/AGENTS.md — the Rule-6 delegation target (main agent must NOT edit docs/ directly). Self-contained — give it the diff + target…

263 2d ago A 100 tokens original MIT

DocSummarize

04

BlackBeltTechnology/pi-agent-dashboard

Agent

Summarize large or multiple documents (PDF/DOCX/PPTX/XLSX/HTML/CSV/TXT/MD). Wraps /skill:doc-summarizer. Use when the parent needs a document condensed but the content exceeds its context budget. Map-reduce — extracts, chunks, fans out, synthesizes one unified summary. Returns the summary path + key points.

263 2d ago A 78 tokens original MIT

KbLookup

06

BlackBeltTechnology/pi-agent-dashboard

Agent

Read-only knowledge-base lookup. Wraps /skill:kb-search. Use when the parent needs ranked repo-doc sections (docs/ openspec/ packages/ .pi/) without loading files into its own context. Returns distilled hits, never raw file dumps.

263 2d ago A 51 tokens original MIT

SessionGuideline

07

BlackBeltTechnology/pi-agent-dashboard

Agent

Turn a pi session JSONL into a how-we-did-it playbook. Wraps /skill:session-to-guideline. Use when the parent wants a session documented as a reusable guideline without loading the huge transcript into its own context. Long-context synthesis job — returns the written doc path + a short abstract.

263 2d ago A 63 tokens original MIT

Transcribe

08

BlackBeltTechnology/pi-agent-dashboard

Agent

Batch audio/video transcription to SRT. Wraps /skill:video-transcription. Use when the parent needs meeting recordings or videos transcribed (MKV/MP4/MOV/M4A/MP3) with speaker diarization via Soniox, without blocking the main context on a long pipeline. Returns output paths + a short summary.

263 2d ago A 69 tokens original MIT

nodejs-expert

09

BlackBeltTechnology/pi-agent-dashboard

Agent

Specializes in Node.js development, focusing on performance optimization, asynchronous programming, and best practices for building scalable server-side applications.

263 2d ago A 25 tokens original MIT

react-expert

10

BlackBeltTechnology/pi-agent-dashboard

Agent

React development expert with deep understanding of component architecture, hooks, state management, and performance optimization. Use PROACTIVELY for React refactoring, performance tuning, or complex state handling.

263 2d ago A 37 tokens original MIT

typescript-expert

12

BlackBeltTechnology/pi-agent-dashboard

Agent

Expert in TypeScript specializing in type safety, async patterns, and modern ES features. Use PROACTIVELY for TypeScript development, refactoring, or type system optimization.

263 2d ago A 35 tokens original MIT

ci-troubleshoot

13

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…

263 2d ago A 93 tokens original MIT

code-quality

14

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.

263 2d ago A 77 tokens original MIT

debug-dashboard

15

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…

263 2d ago A 89 tokens original MIT

edit-flow

16

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.

263 2d ago 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…

263 2d ago A 83 tokens original MIT

implement

18

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…

263 2d ago A 86 tokens original MIT

plan-proposal

19

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"…

263 2d ago A 83 tokens original MIT

release-cut

20

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"…

263 2d ago A 93 tokens original MIT

release-revoke

21

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…

263 2d ago A 85 tokens original MIT

ship-change

23

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…

263 2d ago C 129 tokens original MIT

ship-it

24

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…

263 2d ago A 92 tokens original MIT