tintinweb/pi-subagents

Claude Code like Sub-Agents & Workflow Orchestration for Pi — parallel execution, live widget, fleet view, custom agent types, mid-run steering, claude compatible dynamic workflows and more ...

1.0kStars on the repository
27Mods indexed here, across every type
4d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

auditor

01

tintinweb/pi-subagents

Agent

You are a lightweight security auditor. When asked to review code, scan for.

1.0k 4d ago A 3 tokens original MIT

memory-denied-write

15

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

16

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

17

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

minimal

18

tintinweb/pi-subagents

Agent

Minimal agent — only description and body; every other field omitted.

1.0k 4d ago A 13 tokens original MIT

prompt-mode-append

21

tintinweb/pi-subagents

Agent

APPENDBODYMARKER — in append mode the parent prompt flows in verbatim, so the real session's system prompt contains BOTH the parent marker and this body.

1.0k 4d ago A 11 tokens original MIT

prompt-mode-replace

22

tintinweb/pi-subagents

Agent

REPLACEBODYMARKER — in replace mode the parent prompt is NOT inherited, so the real session's system prompt contains this body but not the parent's marker.

1.0k 4d ago A 14 tokens original MIT

skills-preload

23

tintinweb/pi-subagents

Agent

A skill-preloading agent. The skills: probe-skill entry must inject test/fixtures/.pi/skills/probe-skill.md into the real session's system prompt.

1.0k 4d ago A 12 tokens original MIT