Agentdb Learning Plugins

RL training plugins for AgentDB, but the documented CLI commands no longer exist

Tested · Didn't pass

Test report

Verdict
Tested · Didn't pass
Tested
Jul 31, 2026
Environment
Claude Code 2.x (agent harness)

This skill is no longer available upstream. Our re-check on Aug 10, 2026 couldn't find it any more (SKILL.md not found in repo tree). The test below is what we measured on Jul 31, 2026 and we're leaving it up as a record — but there is nothing left to install, so we've removed the command.

Located the skill at .claude/skills/agentdb-learning/SKILL.md (frontmatter name "AgentDB Learning Plugins" matches the slug; directory is agentdb-learning). Frontmatter parses cleanly and there are no bundled scripts or hardcoded paths; no security smells. I installed agentdb@latest (resolves to 3.0.0-alpha.20, the version the skill's own `npx agentdb@latest` commands would fetch) and ran all four documented CLI commands directly against dist/src/cli/agentdb-cli.js: create-plugin, list-plugins, plugin-info, and list-templates each returned "Unknown command". The real v3 CLI has an entirely different surface (learn/train/skill/learner), with no plugin templates or `-t decision-transformer` flag. I also installed agentic-flow@latest and tried the documented API import; `require('agentic-flow/reasoningbank')` threw "Cannot find package 'better-sqlite3'". So both the CLI and API entry points the skill teaches are non-functional as written.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 4/5
  • Triggers reliably 5/5
  • Output vs. baseline 2/10
  • Docs & honesty 1/5

What Agentdb Learning Plugins does

Documents a CLI/API workflow for creating and training reinforcement-learning "plugins" (Decision Transformer, Q-Learning, SARSA, Actor-Critic, etc.) on top of the AgentDB npm package. Intended to trigger when building self-learning agents, implementing RL, or optimizing agent behavior from logged experience. In testing, every documented CLI command returned "Unknown command" against the agentdb@latest version the skill itself installs, and the documented API import failed to load.

How to install Agentdb Learning Plugins

Nothing to install: the source repository no longer has this skill. If the author brings it back, our daily re-check will pick it up and the command will reappear here.

Commands — how to trigger Agentdb Learning Plugins

  • /agentdb-learning-plugins RL training plugins for AgentDB, but the documented CLI commands no longer exist

It also activates on plain-language prompts like these:

  • Train a Q-Learning agent with AgentDB
  • Set up a Decision Transformer for this agent
  • Optimize agent behavior using SARSA

Frequently asked questions

Is the Agentdb Learning Plugins skill free?
Yes. The skill itself is free from spencermarx/open-code-review. SkillProof publishes the install command and an independent test verdict at no cost.
Does Agentdb Learning Plugins work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 31, 2026. Verdict: Tested · Didn't pass. Located the skill at .claude/skills/agentdb-learning/SKILL.md (frontmatter name "AgentDB Learning Plugins" matches the slug; directory is agentdb-learning). Frontmatter parses cleanly and there are no bundled scripts or hardcoded paths; no security smells. I installed agentdb@latest (resolves to 3.0.0-alpha.20, the version the skill's own `npx agentdb@latest` commands would fetch) and ran all four documented CLI commands directly against dist/src/cli/agentdb-cli.js: create-plugin, list-plugins, plugin-info, and list-templates each returned "Unknown command". The real v3 CLI has an entirely different surface (learn/train/skill/learner), with no plugin templates or `-t decision-transformer` flag. I also installed agentic-flow@latest and tried the documented API import; `require('agentic-flow/reasoningbank')` threw "Cannot find package 'better-sqlite3'". So both the CLI and API entry points the skill teaches are non-functional as written.
How do I install Agentdb Learning Plugins?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Agentdb Learning Plugins with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.