jiangkoumo

14 mods across 2 repositories, 78 stars between them.

agenttape AGENTS.md

01

jiangkoumo/agenttape

Instructions file CodexOpenCode

AGENTS.md instructions for jiangkoumo/agenttape, covering prototype instructions and agenttape and toolfence dogfooding.

1 2d ago A 793 tokens original MIT

agenttape

02

jiangkoumo/agenttape

MCP server Claude CodeCodexCursor

MCP server "agenttape" as configured in jiangkoumo/agenttape. Runs ./dist/mcp-server.mjs with node.

1 2d ago A tokens not measured original MIT

SessionStart

03

jiangkoumo/agenttape

Hook

Runs when a session starts, executing record-hook.mjs via node. From jiangkoumo/agenttape.

1 2d ago A tokens not measured original MIT

UserPromptSubmit

04

jiangkoumo/agenttape

Hook

Runs when you submit a prompt, before the agent sees it, executing record-hook.mjs via node. From jiangkoumo/agenttape.

1 2d ago A tokens not measured copy · 91% MIT

PreToolUse

05

jiangkoumo/agenttape

Hook

Runs before the agent uses a tool, executing record-hook.mjs via node. From jiangkoumo/agenttape.

1 2d ago A tokens not measured copy · 80% MIT

PostToolUse

06

jiangkoumo/agenttape

Hook

Runs after a tool call finishes, executing record-hook.mjs via node. From jiangkoumo/agenttape.

1 2d ago A tokens not measured copy · 84% MIT

PermissionRequest

07

jiangkoumo/agenttape

Hook

Runs when the agent asks permission for an action, executing record-hook.mjs via node. From jiangkoumo/agenttape.

1 2d ago A tokens not measured copy · 89% MIT

PreCompact

08

jiangkoumo/agenttape

Hook

Runs before the context is compacted, executing record-hook.mjs via node. From jiangkoumo/agenttape.

1 2d ago A tokens not measured copy · 91% MIT

PostCompact

09

jiangkoumo/agenttape

Hook

Runs after the context is compacted, executing record-hook.mjs via node. From jiangkoumo/agenttape.

1 2d ago A tokens not measured copy · 84% MIT

SubagentStart

10

jiangkoumo/agenttape

Hook

Runs when a subagent starts, executing record-hook.mjs via node. From jiangkoumo/agenttape.

1 2d ago A tokens not measured copy · 89% MIT

SubagentStop

11

jiangkoumo/agenttape

Hook

Runs when a subagent finishes, executing record-hook.mjs via node. From jiangkoumo/agenttape.

1 2d ago A tokens not measured copy · 86% MIT

Stop

12

jiangkoumo/agenttape

Hook

Runs when the agent finishes a response, executing record-hook.mjs via node. From jiangkoumo/agenttape.

1 2d ago A tokens not measured copy · 80% MIT

SessionEnd

13

jiangkoumo/agenttape

Hook

Runs when a session ends, executing record-hook.mjs via node. From jiangkoumo/agenttape.

1 2d ago A tokens not measured copy · 83% MIT

capture-failure

14

jiangkoumo/agenttape

Skill Claude CodeCodex

Turn a captured Codex tool failure into reviewed .tape evidence and an offline regression test. Use when the user asks to inspect a failed run, fork captured evidence, save a regression, or prepare AgentTape evidence for CI.

1 2d ago A 50 tokens original MIT