PluginBench
Skill
Pass
Audit score 90

neural-training

ruvnet/ruflo

How to install neural-training

npx skills add https://github.com/ruvnet/ruflo --skill neural-training
Claude Code
Cursor
Windsurf
Cline
Full instructions (SKILL.md)

Source of truth, from ruvnet/ruflo.


name: neural-training description: > Neural pattern training with SONA (Self-Optimizing Neural Architecture), MoE (Mixture of Experts), and EWC++ for knowledge consolidation. Use when: pattern learning, model optimization, knowledge transfer, adaptive routing. Skip when: simple tasks, no learning required, one-off operations.

Neural Training Skill

Purpose

Train and optimize neural patterns using SONA, MoE, and EWC++ systems.

When to Trigger

  • Training new patterns
  • Optimizing agent routing
  • Knowledge consolidation
  • Pattern recognition tasks

Intelligence Pipeline

  1. RETRIEVE — Fetch relevant patterns via HNSW (150x-12,500x faster)
  2. JUDGE — Evaluate with verdicts (success$failure)
  3. DISTILL — Extract key learnings via LoRA
  4. CONSOLIDATE — Prevent catastrophic forgetting via EWC++

Components

ComponentPurposePerformance
SONASelf-optimizing adaptation<0.05ms
MoEExpert routing8 experts
HNSWPattern search150x-12,500x
EWC++Prevent forgettingContinuous
Flash AttentionSpeed2.49x-7.47x

Commands

Train Patterns

npx claude-flow neural train --model-type moe --epochs 10

Check Status

npx claude-flow neural status

View Patterns

npx claude-flow neural patterns --type all

Predict

npx claude-flow neural predict --input "task description"

Optimize

npx claude-flow neural optimize --target latency

Best Practices

  1. Use pretrain hook for batch learning
  2. Store successful patterns after completion
  3. Consolidate regularly to prevent forgetting
  4. Route based on task complexity

Related skills

More from ruvnet/ruflo and the wider catalog.

PAPair Programming logo

Pair Programming

ruvnet/ruflo

AI-assisted pair programming with multiple modes (driver$navigator$switch), real-time verification, quality monitoring, and comprehensive testing. Supports TDD, debugging, refactoring, and learning sessions. Features automatic role switching, continuous code review, security scanning, and performance optimization with truth-score verification.

860 installs
PEperformance-analysis logo

performance-analysis

ruvnet/ruflo

Comprehensive performance analysis, bottleneck detection, and optimization recommendations for Claude Flow swarms

864 installsAudited
REReasoningBank Intelligence logo

ReasoningBank Intelligence

ruvnet/ruflo

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.

848 installs
REReasoningBank with AgentDB logo

ReasoningBank with AgentDB

ruvnet/ruflo

Implement ReasoningBank adaptive learning with AgentDB's 150x faster vector database. Includes trajectory tracking, verdict judgment, memory distillation, and pattern recognition. Use when building self-learning agents, optimizing decision-making, or implementing experience replay systems.

847 installs
SEsecurity-audit logo

security-audit

ruvnet/ruflo

>

1.1k installs
SKSkill Builder logo

Skill Builder

ruvnet/ruflo

Create new Claude Code Skills with proper YAML frontmatter, progressive disclosure structure, and complete directory organization. Use when you need to build custom skills for specific workflows, generate skill templates, or understand the Claude Skills specification.

859 installsAudited