pi agents

120 tagged pi, measured the same way as everything else here.

Browse within: gemini 36pi-extension 32pi-coding-agent 26subagents 26agent-config 20ai-workflow 20coding-agents 20repotrace 20extensions 16agentic-workflow 8copilot 8pi-package 8

memory-denied-write

01

tintinweb/pi-subagents

Agent

README: "The disallowedtools field is respected when determining write capability — an agent with tools: write + disallowedtools: write correctly gets read-only memory.".

1.0k 4d ago A 17 tokens original MIT

memory-readonly

02

tintinweb/pi-subagents

Agent

A read-only memory agent. Per the README, agents without write/edit tools auto-get a read-only memory fallback: existing memory is injected, no write access is granted, and no memory directory is created (so project scope is safe here — nothing is written into the repo).

1.0k 4d ago A 16 tokens original MIT

memory-readwrite

03

tintinweb/pi-subagents

Agent

A write-capable memory agent. Per the README, agents with write/edit tools get full read-write memory; the memory tool set is completed (edit is auto-added) and a writable memory block is injected into the system prompt. Scope user so the memory dir is created under the hermetic HOME, never in the repo.

1.0k 4d ago A 15 tokens original MIT

domain

04

tuchg/Lucarne

Agent

How the engineering skills should consume this repo's domain documentation when exploring the codebase.

333 1mo ago A 0 tokens copy · 80% MIT

tuchg/Lucarne

Agent

Definition of done for the full Provider grok (display name Grok Build). Bar: Provider capability parity with Pi and Codex (see root CONTEXT.md). Tests: Fixture smoke by default (fakeagent / recorded wire + on-disk fixtures). Live tests optional, not the CI bar.

333 1mo ago A 0 tokens original MIT

triage-labels

06

tuchg/Lucarne

Agent

The skills speak in terms of five canonical triage roles. This file maps those roles to the actual label strings used in this repo's issue tracker.

333 1mo ago A 0 tokens copy · 81% MIT

qa-reviewer

07

tmdgusya/roach-pi

Agent

Goal-completion QA + fraud gate. Independently re-verifies delivered behavior against the goal's successCriteria, hunts edge cases and regressions, and hunts fake implementations (stubs, hardcoding, assertion theater); returns PASS or FAIL via a fixed C1–C12 checklist.

275 1mo ago A 61 tokens

tmdgusya/roach-pi

Agent

Binary contract critic (panel seat 2 of 3) — integration lens. Attacks a drafted ClarificationGoalContract's subgoal composition, dependency edges, interface consistency, and shared-state hazards; returns APPROVE or REJECT via a fixed C1–C6 checklist.

275 1mo ago A 61 tokens

reviewer-risk

09

tmdgusya/roach-pi

Agent

Binary contract critic (panel seat 3 of 3) — coverage lens. Verifies a drafted ClarificationGoalContract fully covers the user's request, contains no placeholders, and states only binary-decidable success criteria with adequate evidence; returns APPROVE or REJECT via a fixed C1–C6 checklist.

275 1mo ago A 67 tokens

tidy-first-assessor

11

gotgenes/pi-anthropic-auth

Agent

Fresh-context Tidy First assessor — reads the files an upcoming change will touch and proposes preparatory refactorings that make the change easy, landed as separate commits first.

224 14d ago A 33 tokens original MIT

w-winter/dot314

Agent

Answer questions about a Codex session JSONL by rendering it with session-view and inspecting the rendered transcript.

125 7d ago A 26 tokens original MIT

planner

17

joelhooks/pi-tools

Agent

Creates implementation plans from context and requirements.

84 5d ago A 9 tokens

reviewer

18

joelhooks/pi-tools

Agent

Code review specialist for quality and security analysis.

84 5d ago A 11 tokens

scout

19

joelhooks/pi-tools

Agent

Fast codebase recon that returns compressed context for handoff to other agents.

84 5d ago A 17 tokens

explore

20

heyhuynhgiabuu/pi-task

Agent

PROACTIVE — Use for read-only repository mapping with path:line evidence when the repo is unfamiliar or the question spans modules; not for external docs, implementation, or a single known path.

56 5d ago A 38 tokens original MIT

reviewer

21

heyhuynhgiabuu/pi-task

Agent

PROACTIVE — Use after non-trivial edits for an independent read-only audit of correctness, security, regressions, and maintainability with path:line evidence; not before reviewable code exists.

56 5d ago A 39 tokens original MIT

scout

22

heyhuynhgiabuu/pi-task

Agent

PROACTIVE — Use for official docs, API or library behavior, and external web evidence with citations; not for repository-only mapping or implementation.

56 5d ago A 28 tokens original MIT

gsd-debugger

24

shekohex/dotai

Agent

Investigates bugs using scientific method, manages debug sessions, handles checkpoints. Spawned by /gsd-debug orchestrator.

10 4d ago A 29 tokens