backnotprop/rg_history

53 stars · Last commit 2025-12-20

Agent Skill. The only memory Claude Code needs exists in the file system.

README preview

# rg_history - Agent Skill

Claude's entire memory exists in the file system. This is a skill to search it.

No vector databases. No indexing. No additional overhead. Agent discovery at its best and simplest.

[Watch a demo](https://twitter.com/backnotprop/status/2002518502272610354)

# Install (Claude Code)

**ripgrep** must be installed.

```bash
# Personal installation
git clone https://github.com/backnotprop/rg_history.git ~/.claude/skills/rg_history

# Project installation
git clone https://github.com/backnotprop/rg_history.git .claude/skills/rg_history
```

View full repository on GitHub →