recall
01Plugin Claude Code
Plugin marketplace listing 1 plugin: recall.
Plugin Claude Code
Plugin marketplace listing 1 plugin: recall.
Plugin Claude Code
Durable, fully-local project memory for Claude Code. Logs every session to .recall/history.md and condenses it into .recall/context.md with a local Python summarizer (TF-IDF + TextRank) — no API key, no external model, nothing leaves your machine. New sessions resume from the saved context.
Command
Show the local Recall history log (.recall/history.md).
Command
Generate / overwrite .recall/context.md from the local history using the offline summarizer.
Command
Show this project's saved Recall context (.recall/context.md).
Hook
Runs when a session starts on startup, resume and clear, executing session_start.py via python3. From raiyanyahya/recall.
Hook
Runs when the agent finishes a response, executing capture.py via python3. From raiyanyahya/recall.
Hook
Runs when a session ends, executing session_end.py via python3. From raiyanyahya/recall.
Command
Generate / overwrite .recall/context.md with Recall's local offline summarizer.
Skill Claude CodeCodex
Build an interactive learning board on any topic. Use when the user wants to learn, study, or research a subject and get a curated, visual learning experience — researches the live web with the agent's own web search, scrapes YouTube and arXiv for real IDs and papers, runs an iterative research loop into a scratch…
Plugin Claude Code
Plugin marketplace listing 1 plugin: superlearn.
Plugin Claude Code
The world's most advanced learning system, inside Claude Code. Type /superlearn — it researches the live web, designs a page that fits the subject, and serves a local web app for deep learning: concept deep-dives, diagrams, typeset math, charts, runnable code, curated papers and lectures, a Miro-style whiteboar.
Agent
Researches one subtopic for a Superlearn board — does its own web research with websearch/webfetch, saves the evidence to the research trail, and writes a dense notes file. Use when the Superlearn pipeline has multiple subtopics to cover in parallel.
Command
Learn anything — research the web, build a learning board, and launch the Superlearn app.
Instructions file CodexOpenCode
Instructions for raiyanyahya/Superlearn, covering superlearn, if the user asks to learn, study, or research a topic and working on this repo.
Plugin Claude Code
Marketplace for the justsaydone plugin: Claude does the work and just says done, saving output tokens and usage.
Plugin Claude Code
Claude does the work and replies with one word: done. Cuts summaries, preamble, and wrap-up chatter to save output tokens and usage.
Plugin Claude Code
Plugin marketplace listing 1 plugin: ensemble.
Plugin Claude Code
Convene a council of LLMs that independently propose, peer-review, rebut, vote, and synthesize a group-confirmed consensus answer — exposed as the ensembledebate tool plus an /ensemble command.
MCP server Claude CodeCodexCursor +2
MCP server "ensemble" as configured in raiyanyahya/ensemble. Launched with ensemble-mcp. Needs 3 environment variables to run.
Command
Convene the multi-model council to debate a question and return a consensus.