reasoningbank-intelligence
"Implement adaptive learning with ReasoningBank for pattern recognition, strategy optimization, and continuous improvement. Use when building self-learning agents, optimizing workflows, or implementing meta-cognitive systems."
Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security
Installation for Agentic Skill
View all platforms →skilz install ruvnet/claude-flow/reasoningbank-intelligence skilz install ruvnet/claude-flow/reasoningbank-intelligence --agent opencode skilz install ruvnet/claude-flow/reasoningbank-intelligence --agent codex skilz install ruvnet/claude-flow/reasoningbank-intelligence --agent gemini
First time? Install Skilz: pip install skilz
Works with 14 AI coding assistants
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/ruvnet/claude-flow cp -r claude-flow/.claude/skills/reasoningbank-intelligence ~/.claude/skills/ Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
mastering-github-cli
by SpillwaveSolutionsGitHub CLI (gh) command reference for repository search, code discovery, CI/CD monitoring, workflow authoring, and automation. Triggers on "gh" comman...
skill-scanner
by SpillwaveSolutionsDiscover, clone, and analyze Claude Code skills from GitHub repositories. Build a searchable catalog of skills with scoring and categorization.
doc-coauthoring
by anthropicsGuide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, deci...
skill-creator
by anthropicsGuide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude...
Agentic Skill Details
- Repository
- claude-flow
- Type
- Non-Technical
- Meta-Domain
- development
- Primary Domain
- github
- Market Score
- 54.2
Agent Skill Grade
D
Score: 63/100
Click to see breakdown
Score Breakdown
Areas to Improve
- Multiple issues: not lowercase, doesn't match directory name
- All 202 lines in single file; no references/ directory for detailed documentation
- File exceeds 100 lines but lacks navigation TOC
Recommendations
- Focus on improving Pda (currently 15/30)
- Address 1 high-severity issues first
- Add trigger phrases to description for discoverability
Graded: 1/5/2026
Developer Feedback
I took a look at your reasoningbank-intelligence skill and wanted to share some thoughts.
Links:
The TL;DR
You're at 63/100, which puts you in D territory. The good news? You've got solid utility (14/20) - the core idea of adaptive pattern recognition for AI agents addresses a real gap. The rough spots are in Progressive Disclosure Architecture (15/30) and Spec Compliance (10/15). This evaluation is based on Anthropic's best practices for agent skills.
What's Working Well
- Practical utility - The ReasoningBank concept solves a real problem; agents learning from their own experiences is genuinely useful
- Good trigger phrases - Your metadata picks up on "self-learning," "meta-cognitive," and "adaptive" which helps discoverability
- Configuration flexibility - Exposing
learningRate,threshold, andupdateFrequencygives users real control - Solid examples - You've got concrete TypeScript code showing how to use this, not just abstract descriptions
The Big One: You're Putting Too Much in One File
Right now, all 202 lines are crammed into SKILL.md. That's verbose and burns tokens unnecessarily. Here's what's holding you back: no references/ directory structure at all.
The fix: Split this into layers:
- Keep
SKILL.mdto ~50 lines (just intro + minimal Quick Start) - Create
references/api-reference.mdfor all those TypeScript code blocks - Create
references/patterns.mdfor the best practices section - Create
references/troubleshooting.mdfor edge cases
This alone gets you +8 points. Your file structure should look like:
reasoningbank-intelligence/
├── SKILL.md (just overview + quick start)
├── references/
│ ├── api-reference.md
│ ├── patterns.md
│ └── troubleshooting.md
Other Things Worth Fixing
Name convention mismatch - Your frontmatter says
name: ReasoningBank Intelligencebut it should be lowercase:name: reasoningbank-intelligence. Quick fix, +2 points.Missing table of contents - At 202 lines, add a TOC right after the description. Takes 30 seconds, helps users navigate. +2 points.
No workflow checklist - Your "Best Practices" section is just bullets. Add a validation checklist like:
- [ ] ReasoningBank initialized with persist: true - [ ] First experience recorded successfully - [ ] Metrics show experiences > 0This makes it actually usable. +2 points.
Step-by-step workflow is missing - Your Quick Start just dumps code. Break it into numbered steps: "Step 1: Install," "Step 2: Initialize," "Step 3: Record First Experience." +3 points.
Quick Wins (by impact)
- Restructure into references/ subdirectories (+8)
- Fix name convention to lowercase (+2)
- Add TOC and numbered workflow steps (+5)
- Add validation checklist (+2)
That's +17 points if you nail these, bumping you to 80/100 (solid B territory).
Checkout your skill here: SkillzWave.ai | SpillWave We have an agentic skill installer that install skills in 14+ coding agent platforms. Check out this guide on how to improve your agentic skills.
Browse Category
More development Agentic SkillsReport Security Issue
Found a security vulnerability in this agent skill?