BlackBeltTechnology

60 mods across 1 repository, 263 stars between them.

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.

263 2d ago A 63 tokens original MIT

theme-system

26

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.

263 2d ago A 48 tokens original MIT

BlackBeltTechnology/pi-agent-dashboard

Instructions file CodexOpenCode

Instructions for BlackBeltTechnology/pi-agent-dashboard, covering pi dashboard, docs-first gate — kb before grep (per-turn doctrine), code instructions (per-turn doctrine), investigation protocol — index first and documentation update protocol.

263 2d ago A 3,617 tokens original MIT

BlackBeltTechnology/pi-agent-dashboard

Instructions file

Instructions for BlackBeltTechnology/pi-agent-dashboard, a project described as: 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…

263 2d ago A 5 tokens copy · 100% MIT

anti-slop-frontend

31

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…

263 2d ago A 147 tokens original MIT

apple-tools

32

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…

263 2d ago A 92 tokens original MIT

faq-mine

33

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…

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

263 2d ago A 93 tokens original MIT

skill-creator

35

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.

263 2d ago A 45 tokens copy · 84% MIT

skill-to-subagent

36

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…

263 2d ago A 93 tokens original MIT

autofix

37

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.

263 2d ago A 30 tokens original MIT

code-review

38

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.

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

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

263 2d ago A 81 tokens original MIT

BlackBeltTechnology/pi-agent-dashboard

Skill Claude CodeCodex

Offline-mine this project's pi session JSONL logs into reusable, verified knowledge: extracts faults, decisions, corrections, procedures and docs, promotes only recurring patterns, and routes artifacts into skillmanage, memory and docs. Use on "mine my sessions", "distill session knowledge", "extract lessons from…

263 2d ago A 78 tokens original MIT

doc-summarizer

42

BlackBeltTechnology/pi-agent-dashboard

Skill Claude CodeCodex

Summarize documents of any size: extract with the document-converter engine, chunk to fit context, fan out to subagents, then synthesize one unified summary. Handles PDF, DOCX, PPTX, XLSX, HTML, CSV, TXT, MD. Triggers: "summarize this document", "what's in this PDF", "give me a summary of these files", "extract key…

263 2d ago A 105 tokens original MIT

document-converter

43

BlackBeltTechnology/pi-agent-dashboard

Skill Claude CodeCodex

Convert documents bidirectionally via the pi-doc-engine facade: ingest PDF/DOCX/PPTX/XLSX to provenance-stamped Markdown (with OCR), and produce templated DOCX/PDF from Markdown with diagrams, TOC and round-trip merge. Use on "convert this PDF to markdown", "ingest these docs into kb", "make a DOCX from markdown with…

263 2d ago A 97 tokens original MIT

code-simplification

44

BlackBeltTechnology/pi-agent-dashboard

Skill Claude CodeCodex

Active simplify pass for working code. Use when explicitly asked to "simplify this", "reduce complexity", "clean this up", "make this clearer", or when behavior-preserving readability/maintainability is the goal. Complements the project's passive simplicity-first rule by running a deliberate complexity-reduction loop.…

263 2d ago A 82 tokens copy · 92% MIT

doubt-driven-review

45

BlackBeltTechnology/pi-agent-dashboard

Skill Claude CodeCodex

In-flight adversarial check on a non-trivial decision BEFORE it stands — distinct from post-hoc review of a finished diff. Use on "stress-test this decision", "are we sure about this", "verify before commit", "poke holes in this", when working in unfamiliar code, or before an irreversible step (migration, prod deploy…

263 2d ago A 90 tokens original MIT

interview-me

46

BlackBeltTechnology/pi-agent-dashboard

Skill Claude CodeCodex

Pre-spec intent extraction — one question at a time until 95% confidence about what the user actually wants, BEFORE any openspec proposal exists. Use when an ask is underspecified (missing who/why/success/constraint), or on "interview me", "grill me", "stress-test my thinking". Upstream of openspec-explore; writes no…

263 2d ago A 90 tokens copy · 94% MIT

BlackBeltTechnology/pi-agent-dashboard

Skill Claude CodeCodex

See runtime state a console.log cannot reach — set real breakpoints, step, and dump the scope chain of a paused Node/TypeScript process. Use on "set a breakpoint", "inspect runtime state", "console.log isn't enough", "step through this", "what's in this closure at runtime", "attach a debugger". Not a logging or…

263 2d ago A 83 tokens original MIT

BlackBeltTechnology/pi-agent-dashboard

Skill Claude CodeCodex

Make runtime behavior visible and diagnosable. Use on triggers like "add logging/metrics/tracing", "instrument this", "add alerting", "we can't tell what happened in prod", or when a feature needs evidence it works at runtime. Fills an instrumentation gap not covered by the project's existing skills. Not a ship or…

263 2d ago A 76 tokens copy · 92% MIT