Co-Pilot
Updated 24 days ago

rg_history

Bbacknotprop
0.0k
backnotprop/rg_history
68
Agent Score

💡 Summary

This skill allows users to search Claude's memory stored in the file system without additional overhead.

🎯 Target Audience

AI developers looking for efficient memory search toolsData scientists needing quick access to stored informationSoftware engineers working with Claude CodeTech enthusiasts exploring AI capabilities

🤖 AI Roast:Powerful, but the setup might scare off the impatient.

Security AnalysisMedium Risk

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.

Watch a demo

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.

5-Dim Analysis
Clarity8/10
Novelty6/10
Utility7/10
Completeness6/10
Maintainability7/10
Pros & Cons

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
toolCode Lib
92/ 100

“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
toolCode Lib
90/ 100

“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
toolCo-Pilot
90/ 100

“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.