slash-command-encoder
82Create Slash Commands for AI Workflows
Repeated AI workflows are slow when users rely on long natural language prompts. This skill helps define concise slash commands with routing, validation, chaining, and help text.
Build Adaptive ReasoningBank Learning
Agents often repeat weak strategies because outcomes are not captured for later use. This skill shows how to record experiences, learn patterns, and recommend better strategies with ReasoningBank.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "reasoningbank-intelligence" from https://skillstore.io/skills/dnyoussef-reasoningbank-intelligence.md and its manifest at https://skillstore.io/api/skills/dnyoussef-reasoningbank-intelligence/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Using "reasoningbank-intelligence". Initialize adaptive learning for an agent that handles code review tasks.
Expected outcome:
A ReasoningBank setup plan with persistence, learning rate settings, and experience fields for task, approach, metrics, and context.
Using "reasoningbank-intelligence". Find the best strategy for fixing a recurring API deployment issue.
Expected outcome:
A strategy comparison workflow that checks learned patterns, ranks options, and records the selected outcome for future recommendations.
Using "reasoningbank-intelligence". Measure whether the agent is improving over time.
Expected outcome:
A metrics review approach covering total experiences, learned patterns, strategy success rate, and observed improvement.
All static external-command findings are false positives caused by Markdown code fences and TypeScript template literals in documentation. The SQLite finding is an example local database path, and no prompt injection, exfiltration intent, or executable payload was found.
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
https://skillstore.io/skills/dnyoussef-reasoningbank-intelligence/audits/8?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/dnyoussef-reasoningbank-intelligence?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/dnyoussef-reasoningbank-intelligence?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/dnyoussef-reasoningbank-intelligence/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/dnyoussef-reasoningbank-intelligence.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>DNYoussef. (2026). reasoningbank-intelligence security audit report (audit version 8) [Author version unspecified]. Skillstore. https://skillstore.io/skills/dnyoussef-reasoningbank-intelligence/audits/8@techreport{dnyoussef-dnyoussef-reasoningbank-intelligence-2026,
author = {DNYoussef},
title = {reasoningbank-intelligence security audit report (audit version 8)},
institution = {Skillstore},
year = {2026},
number = {8},
url = {https://skillstore.io/skills/dnyoussef-reasoningbank-intelligence/audits/8},
note = {Author version unspecified}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "reasoningbank-intelligence security audit report (audit version 8)"
version: "unspecified"
type: report
authors:
- name: "DNYoussef"
date-released: "2026-07-06"
url: "https://skillstore.io/skills/dnyoussef-reasoningbank-intelligence/audits/8"
identifiers:
- type: other
value: "skillstore:dnyoussef-reasoningbank-intelligence:audit:8"
description: "Skillstore immutable audit report identifier"
Each author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
dnyoussef-reasoningbank-intelligence
2026-08-21
ruvnet-reasoningbank-intelligence
2026-08-21
Record review outcomes and recommend strategies based on language, complexity, and prior success metrics.
Compare task strategies and reuse learned patterns when workflows repeat across projects.
Build agents that store experiences, learn transfer rules, and measure improvement over time.
Use this skill to initialize ReasoningBank with AgentDB persistence for my Node.js agent project.
Show me how to record task outcomes, metrics, and context in ReasoningBank for code review tasks.
Use ReasoningBank to compare three debugging strategies and recommend one for a high-complexity TypeScript issue.
Design an adaptive agent loop that recommends a strategy, executes it, records the result, and updates learned patterns.
Author
DNYoussefLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Repository
https://github.com/DNYoussef/ai-chrome-extension/tree/main/.claude/skills/reasoningbank-intelligenceRef
72d5025b022c77f7a51bdf5c1637c689c80e89d1
Maintenance freshness
7/18/2026
Usage
5 downloads ยท 230 views
File structure
๐ SKILL.md
Create Slash Commands for AI Workflows
Repeated AI workflows are slow when users rely on long natural language prompts. This skill helps define concise slash commands with routing, validation, chaining, and help text.
Create Focused AI Micro-Skills
Reusable AI workflows often grow too broad and hard to test. This skill helps define focused skills with specialist prompts, contracts, and validation plans.
Choose Claude Code Web or CLI
Teams lose time when they pick the wrong Claude Code interface for a task. This skill recommends Web, CLI, or a hybrid handoff workflow.
Orchestrate Multi-Model Skill Cascades
Complex AI work often needs several skills, models, and quality checks. This skill helps design cascades with routing, sandbox testing, swarm coordination, and memory.
Create Accessible PowerPoint Decks
Manual presentation production can be slow and inconsistent. This skill guides Claude, Codex, or Claude Code through structured PPTX generation and validation.
Build AgentDB Persistent Memory
AI agents often lose useful context between sessions. This skill gives a structured AgentDB workflow for session memory, long-term storage, and pattern learning.
Build AgentDB Memory for AI Agents
by ruvnet
Stateful agents need reliable memory across sessions. This skill shows AgentDB patterns for storing messages, facts, learned patterns, and retrieved context.
Build AgentDB Learning Plugins
by ruvnet
Teams need repeatable ways to build learning agents without rebuilding reinforcement learning scaffolding. This skill guides AgentDB plugin creation, training, evaluation, and algorithm selection.
Build Adaptive Agent Memory with AgentDB
by ruvnet
Agents often lose useful lessons from prior tasks. This skill shows how to store, judge, retrieve, and distill reasoning patterns with AgentDB-backed ReasoningBank.
Create Focused Learner Profiles
by BitYoungjae
Generic learning plans often miss a learner's goals, experience, motivation, and preferred format. This skill guides a natural interview and records a confirmed profile for tailored learning content.
Build AgentDB Vector Search
by ruvnet
Teams need fast semantic retrieval without designing vector storage from scratch. This skill guides AgentDB setup, embedding storage, similarity search, and RAG retrieval workflows.
Optimize AgentDB Vector Performance
by ruvnet
AgentDB teams need faster vector search and lower memory use as datasets grow. This skill provides tuning guidance for quantization, HNSW indexing, caching, batching, and monitoring.