Agent skill · AI & Agents

when-optimizing-agent-learning-use-reasoningbank-intelligence

Implement adaptive learning with ReasoningBank for pattern recognition, strategy optimization, and continuous improvement

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill when-optimizing-agent-learning-use-reasoningbank-intelligence-dn --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 16 KB
Bundled scripts: none
Version: 1.0.0
Requires: - claude-flow@alpha - reasoningbank - agentdb (optional for 150x faster vector ops)
Path: skills/ai-ml/when-optimizing-agent-learning-use-reasoningbank-intelligence-dn/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# ReasoningBank Intelligence - Adaptive Agent Learning ## Overview Implement adaptive learning with ReasoningBank for pattern recognition, strategy optimization, and continuous improvement. Use when building self-learning agents, optimizing decision-making, or implementing meta-cognitive systems. ## When to Use - Agent performance needs improvement - Repetitive tasks require optimization - Need pattern recognition from experience - Strategy refinement through learning - Building self-improving systems - Meta-cognitive capabilities needed ## Theoretical Foundation ### ReasoningBank Architecture 1. **Trajectory Tracking**: Record decision paths and outcomes 2. **Verdict Judgment**: Evaluate success/failure of strategies 3. **Memory Distillation**: Extract patterns from experience 4. **Pattern Recognition**: Identify successful approaches 5. **Strategy Optimization**: Apply learned patterns to new situations ### AgentDB Integration (Optional) - 150x faster vector operations - HNSW indexing for similarity search - Quantization for memory efficiency - Batch operations for performance ## Phase 1: Initialize Learning System (10 min) ### Objective Set up ReasoningBank with trajectory track

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. Theoretical Foundation
  4. ReasoningBank Architecture
  5. AgentDB Integration (Optional)
  6. Phase 1: Initialize Learning System (10 min)
  7. Objective
  8. Agent: ML-Developer
  9. Validation Criteria
  10. Hooks Integration
  11. Phase 2: Capture Patterns (10 min)
  12. Agent: SAFLA-Neural
  13. Phase 3: Optimize Strategies (10 min)
  14. Agent: Performance-Analyzer
Ships with 1 file
  • metadata.json
Commands it runs
npx claude-flow@alpha hooks pre-task \
npx claude-flow@alpha hooks post-task \
More from claude-skill-registry
All skills →
About this skill
What does the when-optimizing-agent-learning-use-reasoningbank-intelligence skill do?

Implement adaptive learning with ReasoningBank for pattern recognition, strategy optimization, and continuous improvement

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill when-optimizing-agent-learning-use-reasoningbank-intelligence-dn --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going