💡 Summary
This skill allows users to search Claude's memory stored in the file system without additional overhead.
🎯 Target Audience
🤖 AI Roast: “Powerful, but the setup might scare off the impatient.”
Risk: Medium. Review: shell/CLI command execution; outbound network access (SSRF, data egress); filesystem read/write scope and path traversal. Run with least privilege and audit before enabling in production.
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.
Install (Claude Code)
ripgrep must be installed.
# 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.
Pros
- No additional overhead for searching
- Simple installation process
- Direct access to Claude's memory
Cons
- No indexing may slow down searches
- Limited to Claude's memory only
- Dependency on ripgrep installation
Related Skills
pytorch
S“It's the Swiss Army knife of deep learning, but good luck figuring out which of the 47 installation methods is the one that won't break your system.”
agno
S“It promises to be the Kubernetes for agents, but let's see if developers have the patience to learn yet another orchestration layer.”
nuxt-skills
S“It's essentially a well-organized cheat sheet that turns your AI assistant into a Nuxt framework parrot.”
Disclaimer: This content is sourced from GitHub open source projects for display and rating purposes only.
Copyright belongs to the original author backnotprop.
