ThisisYoYoDev

36 mods across 1 repository, 9 stars between them.

claude-rag

01

ThisisYoYoDev/claude-rag

Plugin Claude Code

RAG plugin for Claude Code — capture, index, and search across all conversations, tools, and sub-agents.

9 5mo ago A tokens not measured original MIT

rag

02

ThisisYoYoDev/claude-rag

MCP server Claude CodeCodexCursor +2

MCP server "rag" as configured in ThisisYoYoDev/claude-rag. Launched with /bin/sh -c BUN=$(command -v bun 2>/dev/null || echo "$HOME/.bun/bin/bun") && exe.

9 5mo ago A tokens not measured original MIT

ask

03

ThisisYoYoDev/claude-rag

Command

Ask a question about past work and get a synthesized answer informed by conversation history from the RAG database.

9 5mo ago A 20 tokens original MIT

browse

04

ThisisYoYoDev/claude-rag

Command

Browse past sessions, projects, and their events in the RAG database.

9 5mo ago A 14 tokens original MIT

config

05

ThisisYoYoDev/claude-rag

Command

Configure the Claude RAG plugin — connection, capture settings, RAG mode, privacy, and more.

9 5mo ago B 20 tokens original MIT

debt

06

ThisisYoYoDev/claude-rag

Command

Identify technical debt — churn hotspots, TODO markers, recurring errors, and debt score.

9 5mo ago A 16 tokens original MIT

decisions

07

ThisisYoYoDev/claude-rag

Command

Browse architectural decisions detected in past conversations — what was chosen, why, and when.

9 5mo ago A 16 tokens original MIT

explore

08

ThisisYoYoDev/claude-rag

Command

Explore code using RAG history — find how functions evolved, what errors occurred, and what decisions were made about specific code.

9 5mo ago A 24 tokens original MIT

forget

09

ThisisYoYoDev/claude-rag

Command

Soft-delete data from the RAG database — by session, project, or all. Data can be restored later.

9 5mo ago A 23 tokens original MIT

knowledge

10

ThisisYoYoDev/claude-rag

Command

Search the project knowledge base — past explanations, decisions, debugging sessions.

9 5mo ago A 13 tokens original MIT

login

11

ThisisYoYoDev/claude-rag

Command

Login to your existing Claude RAG account — sends a magic link to your email.

9 5mo ago B 16 tokens original MIT

logout

12

ThisisYoYoDev/claude-rag

Command

Logout from Claude RAG — revoke API key and clear local config.

9 5mo ago A 13 tokens original MIT

onboard

13

ThisisYoYoDev/claude-rag

Command

Generate a project onboarding guide from accumulated session history.

9 5mo ago A 9 tokens original MIT

plan

14

ThisisYoYoDev/claude-rag

Command

Create an implementation plan informed by past sessions — learns from history to avoid past mistakes and reuse proven patterns.

9 5mo ago A 20 tokens original MIT

productivity

15

ThisisYoYoDev/claude-rag

Command

Personal developer productivity metrics — sessions, tokens, tools, files, activity patterns.

9 5mo ago A 15 tokens original MIT

recap

16

ThisisYoYoDev/claude-rag

Command

Get a summary of recent sessions — what was done, which files were touched, key decisions, and insights.

9 5mo ago A 21 tokens original MIT

restore

17

ThisisYoYoDev/claude-rag

Command

Restore soft-deleted data in the RAG database — undo a previous forget/delete operation.

9 5mo ago A 17 tokens original MIT

review

18

ThisisYoYoDev/claude-rag

Command

Review current work against past patterns — find potential regressions, repeated mistakes, or missed edge cases.

9 5mo ago A 19 tokens original MIT

search

19

ThisisYoYoDev/claude-rag

Command

Semantic search across all past conversations, tool results, AI outputs, and sub-agent activity stored in the RAG database.

9 5mo ago A 23 tokens original MIT

setup

20

ThisisYoYoDev/claude-rag

Command

First-time setup for the Claude RAG plugin — create your free account with email verification.

9 5mo ago B 17 tokens original MIT

stats

21

ThisisYoYoDev/claude-rag

Command

Show RAG database statistics — events, embeddings, chunks, projects, tools, languages.

9 5mo ago A 17 tokens original MIT

UserPromptSubmit

22

ThisisYoYoDev/claude-rag

Hook

Runs when you submit a prompt, before the agent sees it, executing hook-handler.js. From ThisisYoYoDev/claude-rag.

9 5mo ago A tokens not measured original MIT

PostToolUse

23

ThisisYoYoDev/claude-rag

Hook

Runs after a tool call finishes, executing hook-handler.js. From ThisisYoYoDev/claude-rag.

9 5mo ago A tokens not measured copy · 95% MIT