---
slug: "rg-history"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/backnotprop/rg_history@main/README.md"
repo: "https://github.com/backnotprop/rg_history"
source_file: "README.md"
branch: "main"
---
# 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
```

Restart Claude Code. The skill loads automatically.
