wangmiaozero/pi-harness

Visual desktop Harness & control center for Pi Coding Agent — inspect runtime, context, tools & sessions; manage models & skills; browse files & Git. Powered by Pi Agent Harness.

42Stars on the repository
44Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
AGPL-3.0Licence, which decides whether bodies are shown

odai

01

wangmiaozero/pi-harness

Skill Claude CodeCodex

Agent Governance & Task Execution.

not rated 42 +1 yesterday A 8 tokens AGPL-3.0

demo-skill

02

wangmiaozero/pi-harness

Skill Claude CodeCodex

Demo skill for Pi-Harness mock fixtures.

not rated 42 +1 yesterday A 12 tokens AGPL-3.0

ask-matt

03

wangmiaozero/pi-harness

Skill Claude CodeCodex

Ask which skill or flow fits your situation. A router over the skills in this repo.

not rated 42 +1 yesterday A 22 tokens AGPL-3.0

code-review

04

wangmiaozero/pi-harness

Skill Codex

Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes: Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/spec asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use…

not rated 42 +1 yesterday A 94 tokens AGPL-3.0

codebase-design

05

wangmiaozero/pi-harness

Skill Codex

Shared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunities, decide where a seam goes, make code more testable or AI-navigable, or when another skill needs the deep-module vocabulary.

not rated 42 +1 yesterday A 57 tokens AGPL-3.0

diagnosing-bugs

06

wangmiaozero/pi-harness

Skill Codex

Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.

not rated 42 +1 yesterday A 40 tokens AGPL-3.0

domain-modeling

07

wangmiaozero/pi-harness

Skill Codex

Build and sharpen a project's domain model. Use when discussing codebase terminology, writing or editing a CONTEXT.md, or recording or editing an ADR.

not rated 42 +1 yesterday A 34 tokens AGPL-3.0

grill-with-docs

08

wangmiaozero/pi-harness

Skill Claude CodeCodex

A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

not rated 42 +1 yesterday A 30 tokens AGPL-3.0

implement

09

wangmiaozero/pi-harness

Skill Claude CodeCodex

Implement a piece of work based on a spec or set of tickets.

not rated 42 +1 yesterday A 16 tokens AGPL-3.0

wangmiaozero/pi-harness

Skill Claude CodeCodex

Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.

not rated 42 +1 yesterday A 32 tokens AGPL-3.0

prototype

11

wangmiaozero/pi-harness

Skill Claude Code

Build multiple genuinely different versions of a UI piece you describe, rendered behind a visual picker so you can flip through them live and promote the one that feels right. Only runs when explicitly invoked; it does not trigger on its own.

not rated 42 +1 changed 2d ago A 48 tokens AGPL-3.0

research

12

wangmiaozero/pi-harness

Skill Codex

Investigate a question against high-trust primary sources and capture the findings as a Markdown file in the repo. Use when the user wants a topic researched, docs or API facts gathered, or reading legwork delegated to a background agent.

not rated 42 +1 yesterday A 49 tokens AGPL-3.0

wangmiaozero/pi-harness

Skill Claude CodeCodex

Configure this repo for the engineering skills: set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before first use of the other engineering skills.

not rated 42 +1 yesterday A 44 tokens AGPL-3.0

tdd

15

wangmiaozero/pi-harness

Skill Codex

Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.

not rated 42 +1 yesterday A 33 tokens AGPL-3.0

to-spec

16

wangmiaozero/pi-harness

Skill Claude CodeCodex

Turn the current conversation into a spec and publish it to the project issue tracker: no interview, just synthesis of what you've already discussed.

not rated 42 +1 yesterday A 30 tokens AGPL-3.0

to-tickets

17

wangmiaozero/pi-harness

Skill Claude CodeCodex

Break a plan, spec, or the current conversation into a set of tracer-bullet tickets, each declaring its blocking edges, published to the configured tracker (edges as text in one file per ticket locally, or native blocking links on a real tracker).

not rated 42 +1 yesterday A 54 tokens AGPL-3.0

triage

18

wangmiaozero/pi-harness

Skill Claude CodeCodex

Move issues and external PRs through a state machine of triage roles, categorise, verify, grill if needed, and write agent-ready briefs.

not rated 42 +1 yesterday A 33 tokens AGPL-3.0

wayfinder

19

wangmiaozero/pi-harness

Skill Claude CodeCodex

Plan a huge chunk of work (more than one agent session can hold) as a shared map of decision tickets on your issue tracker, and resolve them one at a time until the way to the destination is clear.

not rated 42 +1 yesterday A 46 tokens AGPL-3.0

wizard

20

wangmiaozero/pi-harness

Skill Codex

Generate an interactive bash wizard that walks a human through steps only they can perform. Use when provisioning infrastructure, setting up credentials or CI secrets, walking an unfamiliar third-party dashboard, or running a one-off migration or cutover. Don't invoke this for steps the agent can perform itself.

not rated 42 +1 yesterday A 58 tokens AGPL-3.0

wangmiaozero/pi-harness

Skill Codex

Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.

not rated 42 +1 yesterday B 62 tokens AGPL-3.0

migrate-to-shoehorn

22

wangmiaozero/pi-harness

Skill Codex

Migrate test files from as type assertions to @total-typescript/shoehorn. Use when user mentions shoehorn, wants to replace as in tests, or needs partial test data.

not rated 42 +1 yesterday A 48 tokens AGPL-3.0

scaffold-exercises

23

wangmiaozero/pi-harness

Skill Codex

Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold exercises, create exercise stubs, or set up a new course section.

not rated 42 +1 yesterday A 45 tokens AGPL-3.0

setup-pre-commit

24

wangmiaozero/pi-harness

Skill Codex

Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.

not rated 42 +1 yesterday A 62 tokens AGPL-3.0

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: