tintinweb

27 mods across 2 repositories, 1.1k stars between them.

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

tintinweb/pi-subagents

Instructions file CodexOpenCode

Instructions for tintinweb/pi-subagents, covering development rules, conversational style, code quality, documentation and commands.

1.0k 4d ago A 2,696 tokens original MIT

memory-denied-write

16

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

17

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

18

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

19

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

22

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

23

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

24

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