reatcat

12 mods across 1 repository, 3 stars between them.

l123-harness

01

reatcat/l123-harness

Plugin Claude Code

A foundation for agents that keeps three levels of memory: raw events, reviewed summaries, and longer-term knowledge. It also describes approval gates and a TDD workflow, meaning tests are written before the code.

3 9d ago A tokens not measured original MIT

l123-harness

02

reatcat/l123-harness

Plugin Claude Code

A project structure for keeping an AI agent’s memory outside the model in three layers: persistent notes, an index, and detailed records. It also provides templates, approval controls, event logs, context-saving procedures, and weekly review tools.

3 9d ago A tokens not measured original MIT

SessionStart

03

reatcat/l123-harness

Hook

Runs when a session starts, executing on-session-start.sh via bash. From reatcat/l123-harness.

3 9d ago A tokens not measured original MIT

PreToolUse

04

reatcat/l123-harness

Hook

Runs before the agent uses a tool for Edit, Write, MultiEdit, NotebookEdit, edit, write and str_replace_editor tool calls, executing gate-guard.sh via bash. From reatcat/l123-harness.

3 9d ago A tokens not measured original MIT

PostToolUse

05

reatcat/l123-harness

Hook

Runs after a tool call finishes, executing on-post-tool.sh via bash. From reatcat/l123-harness.

3 9d ago A tokens not measured copy · 55% MIT

PreCompact

06

reatcat/l123-harness

Hook

Runs before the context is compacted, executing on-pre-compact.sh via bash. From reatcat/l123-harness.

3 9d ago A tokens not measured original MIT

Stop

07

reatcat/l123-harness

Hook

Runs when the agent finishes a response, executing on-stop.sh via bash. From reatcat/l123-harness.

3 9d ago A tokens not measured original MIT

SessionEnd

08

reatcat/l123-harness

Hook

Runs when a session ends, executing on-session-end.sh via bash. From reatcat/l123-harness.

3 9d ago A tokens not measured original MIT

event-review

09

reatcat/l123-harness

Skill Claude CodeCodex

A weekly review process for event logs and leftover task records, turning repeated problems or useful lessons into proposed memory, knowledge, or skill entries.

3 9d ago A 92 tokens original MIT

init-harness

10

reatcat/l123-harness

Skill Claude CodeCodex

An installer for a three-level project memory structure: a main instruction file, an index, and detailed notes in an `.agents` directory. It also adds templates and protection settings.

3 9d ago A 95 tokens original MIT

tdd

11

reatcat/l123-harness

Skill Claude CodeCodex

Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.

3 9d ago A 45 tokens copy · 86% MIT

write-a-skill

12

reatcat/l123-harness

Skill Claude CodeCodex

Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill.

3 9d ago A 35 tokens copy · 100% MIT