ReasoningBank with AgentDB

ReasoningBank with AgentDB is a skill for Claude Code from amangit1314/repo-rag. It costs 56 tokens per session (2,645 once invoked), scanned A, original, no licence file.

A learning system for software agents that records their decision paths, judges the results, and stores useful patterns in a vector database.

In plain words
What is it for?
It helps build self-learning agents, review their experience, improve strategies, and reuse successful patterns.
Why use it?
It gives agents a way to learn from past attempts and improve later decisions.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit It helps build self-learning agents, review their experience, improve strategies, and reuse successful patterns.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/amangit1314/repo-rag/reasoningbank-agentdb
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add amangit1314/repo-rag --skill reasoningbank-agentdb
Clone the repo
git clone --depth 1 https://github.com/amangit1314/repo-rag

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ReasoningBank with AgentDB

README.md
[![agentmods](https://agentmods.dev/badge/skills/amangit1314/repo-rag/reasoningbank-agentdb/github.svg)](https://agentmods.dev/skills/amangit1314/repo-rag/reasoningbank-agentdb)
Your own site
<a href="https://agentmods.dev/skills/amangit1314/repo-rag/reasoningbank-agentdb"><img src="https://agentmods.dev/badge/skills/amangit1314/repo-rag/reasoningbank-agentdb/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ReasoningBank with AgentDB

Your own site · 80×15
<a href="https://agentmods.dev/skills/amangit1314/repo-rag/reasoningbank-agentdb"><img src="https://agentmods.dev/badge/skills/amangit1314/repo-rag/reasoningbank-agentdb.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,645 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00056 $0.02645
Opus 5 $0.00028 $0.01323
Sonnet 5 $0.00011 $0.00529
Haiku 4.5 $0.00006 $0.00265

Measured 8d ago against content hash d60a616ad0bb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

ReasoningBank with AgentDB scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/reasoningbank-agentdb/SKILL.md · 447 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 447 lines · 56 tokens per session scan A d60a616ad0bb

Subscribe to this mod's changes

ReasoningBank with AgentDB is a skill published in the GitHub repository amangit1314/repo-rag (0 stars, last pushed 1mo ago), with no licence file. It adds 56 tokens to every session and 2,645 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

Vector Databases

Guides retrieval-store design, indexing, and query behavior for embedding-backed systems without confusing storage with application truth.

agentic-in/elephant-agent · 26 tokens

unified-llm-api

Call model APIs through @prismshadow/agenthub — streaming text generation, image generation, speech synthesis, embeddings and the supported-model registry with one client.

Prism-Shadow/penguin-harness · 39 tokens

building-agents

Use when building or restructuring an LLM agent — provider adapter, tool calling, structured output, RAG, agent loop, eval gate, cost routing, tracing, MCP server — model-agnostic across OpenAI/Anthropic/Gemini/OSS so a model swap is a config change. NOT vector-store SQL alone (that is postgresdb) or service…

ericrisco/rsc-harness · 85 tokens

rag

Use when building grounded Q&A over your own corpus — chunk, retrieve hybrid, rerank, ground, cite chunk ids, refuse when the sources fall short — or when the right document is retrieved but the answer is still wrong, invented, or unmeasured. NOT operating the store itself — collection schema, HNSW efsearch…

ericrisco/rsc-harness · 79 tokens

graphify

Turn any folder of files (code, docs, papers, images, video) into a queryable knowledge graph with community detection, an honest audit trail, and three outputs: interactive HTML, GraphRAG-ready JSON, and a plain-language GRAPHREPORT.md. Use when asked to analyze a codebase, understand architecture, map dependencies…

Choeng-Rayu/rayu-cli · 0 tokens

brand-product-knowledge-builder

A product-information knowledge base that organizes specifications, evidence for claims, FAQs, pricing, competitor differences, and compliance limits into a document-based format for AI use.

limecloud/lime · 92 tokens