robinbril

Memory Query — Development skill for Claude Code

Development community

Answer a question using only the agent memory knowledge base, cite every claim to a page, then file the answer as a reusable synthesis.

How to install Memory Query

Installs to ~/.claude/skills/robinbril-infinite-agent-memory-memory-query/SKILL.md

Terminal
mkdir -p ~/.claude/skills/robinbril-infinite-agent-memory-memory-query && curl -fsSL https://raw.githubusercontent.com/robinbril/infinite-agent-memory/HEAD/commands/memory-query.md -o ~/.claude/skills/robinbril-infinite-agent-memory-memory-query/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Memory Query does


name: memory-query description: Answer a question using only the agent memory knowledge base, cite every claim to a page, then file the answer as a reusable synthesis. Usage: /memory-query

/memory-query

Answer a question using the agent memory, then file the answer as a synthesis page.

Usage

`/memory-query `

Steps

  1. Read /index.md to find relevant pages
  2. Read the relevant pages (sources, entities, concepts, prior syntheses)
  3. Synthesiz

Alternatives in Development

  • JWT Scan — JWT attack toolkit (offline) — alg:none forgery, RS256→HS256 algorithm confusion, weak-secret crack, static cl 4.5k ★
  • Rb Ask — Ask a question about the current project's codebase via the repobrain knowledge hub 1.3k ★
  • Cq — An open standard for shared agent learning 1.3k ★

Full documentation available on GitHub

View Source Repository