Toolverse
All skills

reasoningbank-with-agentdb

by ruvnet

\

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
ruvnet
Category
Data Science
Views
78

About this skill

\

How to use

  1. Zainstaluj wymagane narzędzia: upewnij się, że masz Node.js 18 lub nowszy oraz AgentDB v1.0.7+ dostępny przez agentic-flow.

  2. Zainicjuj bazę danych ReasoningBank poleceniem npx agentdb@latest init ./.agentdb/reasoningbank.db --dimension 1536, które utworzy bazę wektorową gotową do przechowywania wzorców decyzyjnych.

  3. Uruchom serwer MCP dla integracji z Claude Code: npx agentdb@latest mcp, a następnie dodaj go do konfiguracji Claude poleceniem claude mcp add agentdb npx agentdb@latest mcp.

  4. Jeśli migrujesz ze starego systemu ReasoningBank, użyj npx agentdb@latest migrate --source .swarm/memory.db do automatycznej migracji danych, a następnie npx agentdb@latest stats ./.agentdb/reasoningbank.db do weryfikacji.

  5. W kodzie zaimportuj adapter: import { createAgentDBAdapter, computeEmbedding } from 'agentic-flow/reasoningbank', a następnie zainicjuj go z createAgentDBAdapter({ dbPath: '.agentdb/reasoningbank.db', enableLearning: true, enableReasoning: true, cacheSize: 1000 }).

  6. Zacznij przechowywać doświadczenia agenta: dla każdego pytania lub decyzji oblicz embedding, a następnie zapisz wynik w bazie za pomocą insertPattern — agent będzie uczyć się z każdego nowego doświadczenia.

Related skills

claude-automation-recommender

by anthropics

Analyze a codebase and recommend Claude Code automations (hooks, subagents, skills, plugins, MCP servers). Use when user asks for automation recommendations, wants to optimize their Claude Code setup, mentions improving Claude Code workflows, asks how to first set up Claude Code

Data Science
1787

prompt-optimizer

by solatis

Optimize system prompts for Claude Code agents using proven prompt engineering patterns. Use when users request prompt improvement, optimization, or refinement for agent workflows, tool instructions, or system behaviors.

Data Science
15109

nano-banana-pro

by garg-aayush

Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., \

Data Science
535772

rust-coding-skill

by UtakataKyosui

Guides Claude in writing idiomatic, efficient, well-structured Rust code using proper data modeling, traits, impl organization, macros, and build-speed best practices.

Data Science
248325

pdf-processing

by Ming-Kai-LC

Comprehensive PDF processing techniques for handling large files that exceed Claude Code's reading limits, including chunking strategies, text/table extraction, and OCR for scanned documents. Use when working with PDFs larger than 10-15MB or more than 30-50 pages.

Data Science
23134

codex

by Lucklyric

Invoke Codex CLI for complex coding tasks requiring high reasoning capabilities. This skill should be invoked when users explicitly mention \

Data Science
16163