Reikor-Arg

23 mods across 1 repository, 1 stars between them.

inmemory

01

Reikor-Arg/inmemory

Plugin Claude Code

Plugin marketplace listing 1 plugin: inmemory.

1 1mo ago A tokens not measured original MIT

inmemory

02

Reikor-Arg/inmemory

Plugin Claude Code

Verbatim recall across Claude Code sessions, plus a gate that stops oversized skills from flooding the prompt. Pure Node, no dependencies, no API calls.

1 1mo ago A tokens not measured original MIT

decide

03

Reikor-Arg/inmemory

Command

Record a decision so it survives the session, or search past ones.

1 1mo ago A 13 tokens original MIT

digest

04

Reikor-Arg/inmemory

Command

What happened in a given week, verbatim.

1 1mo ago A 9 tokens original MIT

doctor

05

Reikor-Arg/inmemory

Command

Check the inmemory install and report anything wrong.

1 1mo ago A 9 tokens original MIT

lint

08

Reikor-Arg/inmemory

Command

Find instructions written for older models, and see what they cost.

1 1mo ago A 12 tokens original MIT

map

09

Reikor-Arg/inmemory

Command

Structure of the current repo — files and declarations, no model involved.

1 1mo ago A 13 tokens original MIT

recall

10

Reikor-Arg/inmemory

Command

Search verbatim history from previous Claude Code sessions.

1 1mo ago A 9 tokens original MIT

reindex

11

Reikor-Arg/inmemory

Command

Index the history of every project (one-time backfill).

1 1mo ago A 12 tokens original MIT

standup

12

Reikor-Arg/inmemory

Command

What is in flight across branches and worktrees.

1 1mo ago A 9 tokens original MIT

timeline

13

Reikor-Arg/inmemory

Command

Chronological history of this project's sessions, grouped by week.

1 1mo ago A 11 tokens original MIT

topics

14

Reikor-Arg/inmemory

Command

Recurring themes distinctive to this project.

1 1mo ago A 6 tokens original MIT

SessionStart

15

Reikor-Arg/inmemory

Hook

Runs when a session starts on startup, resume, clear and compact, executing run.sh via sh. From Reikor-Arg/inmemory.

1 1mo ago A tokens not measured original MIT

UserPromptSubmit

16

Reikor-Arg/inmemory

Hook

Runs when you submit a prompt, before the agent sees it, executing run.sh via sh. From Reikor-Arg/inmemory.

1 1mo ago A tokens not measured original MIT

Stop

17

Reikor-Arg/inmemory

Hook

Runs when the agent finishes a response, executing run.sh via sh. From Reikor-Arg/inmemory.

1 1mo ago A tokens not measured original MIT

PreToolUse

18

Reikor-Arg/inmemory

Hook

Runs before the agent uses a tool for Skill, Read, Edit, Write and NotebookEdit tool calls, executing run.sh via sh (2 commands). From Reikor-Arg/inmemory.

1 1mo ago A tokens not measured original MIT

PreCompact

19

Reikor-Arg/inmemory

Hook

Runs before the context is compacted, executing run.sh via sh. From Reikor-Arg/inmemory.

1 1mo ago A tokens not measured copy · 94% MIT

design

20

Reikor-Arg/inmemory

Skill Claude CodeCodex

Use when building or reviewing a UI — a page, a component, a dashboard, a landing page — or when the user says something "looks off", "looks generic", or asks for a design review. Checks against the project's own conventions first, then against principles that survive taste.

1 1mo ago A 59 tokens original MIT

inmemory

21

Reikor-Arg/inmemory

Skill Claude CodeCodex

Use when starting work in a project you have not seen this session, when the user refers to past work ("what did we decide", "how did we do X", "last week"), before a refactor that spans files, or when picking up branches mid-flight. Turns the inmemory index into answers instead of re-exploring from scratch.

1 1mo ago A 73 tokens original MIT

plan

22

Reikor-Arg/inmemory

Skill Claude CodeCodex

Use when the user asks to plan a feature, a refactor, a migration, or any change spanning more than one file — "how would we do X", "plan this", "break this down". Grounds the plan in what the repo already is and what was already decided, instead of proposing from a blank page.

1 1mo ago A 67 tokens original MIT

pr

23

Reikor-Arg/inmemory

Skill Claude CodeCodex

Use when reviewing a pull request, preparing one, or waiting on CI and review comments — "review this PR", "is it ready to merge", "why is CI failing", "watch this until it lands". Reviews the diff against what the project already decided, not against generic best practice.

1 1mo ago A 61 tokens original MIT