joseairosa

18 mods across 1 repository, 175 stars between them.

recall

01

joseairosa/recall

Settings file Claude Code

Agent settings declaring 8 allowed tools.

175 2d ago A tokens not measured original MIT

recall CLAUDE.md

02

joseairosa/recall

Instructions file

Instructions for joseairosa/recall, covering claude.md, project context, build & run commands, testing and unit tests with vitest (primary test runner).

175 2d ago A 2,930 tokens original MIT

claude-plugin

03

joseairosa/recall

Plugin Claude Code

Recall Memory-as-a-Service — persistent memory, semantic search, and context management across Claude Code sessions. Connects to recallmcp.com or self-hosted instances.

175 2d ago A tokens not measured original MIT

context-loader

04

joseairosa/recall

Agent

Loads large files or content into the RLM execution system for processing beyond context window limits.

175 2d ago A 20 tokens original MIT

result-aggregator

05

joseairosa/recall

Agent

Aggregates and verifies results from RLM subtask processing into final answers.

175 2d ago A 19 tokens original MIT

task-decomposer

06

joseairosa/recall

Agent

Decomposes large analysis tasks into manageable subtasks and processes context snippets.

175 2d ago A 18 tokens original MIT

decompose

07

joseairosa/recall

Command

Decompose an RLM execution chain into subtasks and begin processing.

175 2d ago A 16 tokens original MIT

load-context

08

joseairosa/recall

Command

Load a large file or content into the RLM system for chunk-based analysis.

175 2d ago A 18 tokens original MIT

recall-loop

09

joseairosa/recall

Command

Periodic memory digest — designed for use with Claude Code's /loop scheduler. Shows recent memories and pending to-dos in a compact, scannable format.

175 2d ago A 36 tokens original MIT

recall-set-key

10

joseairosa/recall

Command

Update your Recall API key across every location Claude Code reads it from. Run this whenever you generate a new key from https://recallmcp.com/dashboard/keys.

175 2d ago C 0 tokens original MIT

recall-update

11

joseairosa/recall

Command

Manually trigger a Recall plugin update, or toggle auto-update on/off.

175 2d ago C 0 tokens original MIT

rlm-status

12

joseairosa/recall

Command

Check the status and progress of an RLM execution chain.

175 2d ago A 15 tokens original MIT

setup

13

joseairosa/recall

Command

Configure your Recall API key and server URL. This saves credentials to /.claude/recall/config.json (for hooks) and injects RECALLAPIKEY into /.claude/settings.json (for the plugin MCP server) so both systems authenticate correctly.

175 2d ago D 0 tokens original MIT

SessionStart

14

joseairosa/recall

Hook

Runs when a session starts on startup, resume, clear, compact and compact, executing session-start.sh and compact-restore.sh via bash (2 commands). From joseairosa/recall.

175 2d ago A tokens not measured original MIT

PostToolUse

15

joseairosa/recall

Hook

Runs after a tool call finishes for Bash tool calls, executing observe.sh via bash. From joseairosa/recall.

175 2d ago A tokens not measured original MIT

PreCompact

16

joseairosa/recall

Hook

Runs before the context is compacted, executing pre-compact.sh via bash. From joseairosa/recall.

175 2d ago A tokens not measured copy · 53% MIT

SessionEnd

17

joseairosa/recall

Hook

Runs when a session ends, executing stop-summarize.sh via bash. From joseairosa/recall.

175 2d ago A tokens not measured original MIT

Stop

18

joseairosa/recall

Hook

Runs when the agent finishes a response, executing session-end.sh and stop.sh via bash (2 commands). From joseairosa/recall.

175 2d ago A tokens not measured original MIT