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-intelligenceskilz install ruvnet/claude-flow/reasoningbank-intelligence --agent opencodeskilz install ruvnet/claude-flow/reasoningbank-intelligence --agent codexskilz install ruvnet/claude-flow/reasoningbank-intelligence --agent geminiFirst time? Install Skilz: pip install skilz
Works with 22+ 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-flowcp -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 SpillwaveSolutions
GitHub CLI (gh) command reference for repository search, code discovery, CI/CD monitoring, workflow authoring, and automation. Triggers on "gh" com...
mastering-github-cli
by SpillwaveSolutions
GitHub CLI (gh) command reference for repository search, code discovery, CI/CD monitoring, workflow authoring, and automation. Triggers on "gh" com...
signal-intel
by gtmagents
Use when consolidating intent, product usage, and third-party signals to prioritize ABM actions.
meal-prep-efficiency-guru
by sandraschi
Expert in batch cooking, meal planning, food storage, and efficient kitchen workflows
Agentic Skill Details
- Repository
- claude-flow
- Stars
- 9856
- Forks
- 1303
- Type
- Non-Technical
- Meta-Domain
- development
- Primary Domain
- github
- Market Score
- 63
Agent Skill Grade
D Score: 63/100 Click to see breakdown
Score Breakdown
Areas to Improve
- Name convention violations
- No Reference Files
- Missing Table of Contents
Recommendations
- Focus on improving Pda (currently 15/30)
- Address 1 high-severity issues first
- Add trigger phrases to description for discoverability
Graded: 2026-01-05
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
│ ...
Browse Category
More development Agentic SkillsReport Security Issue
Found a security vulnerability in this agent skill?
Report Security Issue
Thank you for helping keep SkillzWave secure. We'll review your report and take appropriate action.
Note: For critical security issues that require immediate attention, please also email security@skillzwave.ai directly.