ReasoningBank with AgentDB

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

A system for helping AI agents learn from past decisions using AgentDB, a vector database for finding related stored information. It tracks task paths, judges results, summarizes useful memories, and recognizes patterns.

In plain words
What is it for?
Use it to build self-learning agents, record and evaluate their decision paths, find patterns, and implement experience replay.
Why use it?
It gives agents a way to reuse experience instead of treating every task as new. This can support better decisions and repeated workflows.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/ruvnet/agentic-flow/reasoningbank-agentdb
Any agent
npx skills add ruvnet/agentic-flow --skill reasoningbank-agentdb
Clone the repo
git clone --depth 1 https://github.com/ruvnet/agentic-flow

Made for: Claude Code, Codex.

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/ruvnet/agentic-flow/reasoningbank-agentdb.svg)](https://agentmods.dev/skills/ruvnet/agentic-flow/reasoningbank-agentdb)
Your own site
<a href="https://agentmods.dev/skills/ruvnet/agentic-flow/reasoningbank-agentdb"><img src="https://agentmods.dev/badge/skills/ruvnet/agentic-flow/reasoningbank-agentdb.svg" alt="Measured on agentmods" 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. Scan, not verified.
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 2d ago against content hash d60a616ad0bb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, 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 2d 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. 2d 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 ruvnet/agentic-flow (801 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

llm-architect

Expert LLM architect specializing in large language model architecture, deployment, and optimization. Masters LLM system design, fine-tuning strategies, and production serving with focus on building scalable, efficient, and safe LLM applications.

saeed-vayghan/gemini-agent-skills · 49 tokens

google-file-api-expert

Expert in Google Gemini File API, File Search, and RAG implementation. Capable of handling file uploads, managing File Search Stores, and implementing RAG workflows in Python and JavaScript.

saeed-vayghan/gemini-agent-skills · 44 tokens

azure-ai-contentunderstanding-py

Azure AI Content Understanding SDK for Python. Use for multimodal content extraction from documents, images, audio, and video. Triggers: "azure-ai-contentunderstanding", "ContentUnderstandingClient", "multimodal analysis", "document extraction", "video analysis", "audio transcription".

microsoft/skills · 64 tokens

azure-search-documents-ts

Build search applications using Azure AI Search SDK for JavaScript (@azure/search-documents). Use when creating/managing indexes, implementing vector/hybrid search, semantic ranking, or building agentic retrieval with knowledge bases.

microsoft/skills · 48 tokens

azure-ai

Use for Azure AI: Search, Speech, OpenAI, Document Intelligence. Helps with search, vector/hybrid search, speech-to-text, text-to-speech, transcription, OCR. WHEN: AI Search, query search, vector search, hybrid search, semantic search, speech-to-text, text-to-speech, transcribe, OCR, convert text to speech.

microsoft/skills · 76 tokens

rag-retrieval

Retrieval-Augmented Generation patterns for grounded LLM responses. Use when building RAG pipelines, embedding documents, implementing hybrid search, contextual retrieval, HyDE, agentic RAG, multimodal RAG, query decomposition, reranking, or pgvector search.

yonatangross/orchestkit · 58 tokens