How to install neural-training
npx skills add https://github.com/ruvnet/ruflo --skill neural-trainingClaude 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
- RETRIEVE — Fetch relevant patterns via HNSW (150x-12,500x faster)
- JUDGE — Evaluate with verdicts (success$failure)
- DISTILL — Extract key learnings via LoRA
- CONSOLIDATE — Prevent catastrophic forgetting via EWC++
Components
| Component | Purpose | Performance |
|---|---|---|
| SONA | Self-optimizing adaptation | <0.05ms |
| MoE | Expert routing | 8 experts |
| HNSW | Pattern search | 150x-12,500x |
| EWC++ | Prevent forgetting | Continuous |
| Flash Attention | Speed | 2.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
- Use pretrain hook for batch learning
- Store successful patterns after completion
- Consolidate regularly to prevent forgetting
- Route based on task complexity
Related skills
More from ruvnet/ruflo and the wider catalog.
AG
agent-arch-system-design
ruvnet/ruflo
Agent skill for arch-system-design - invoke with $agent-arch-system-design
1.1k installs
AG
agent-workflow
ruvnet/ruflo
Agent skill for workflow - invoke with $agent-workflow
1.1k installsAudited
WO
workflow-automation
ruvnet/ruflo
>
1.1k installs
SE
security-audit
ruvnet/ruflo
>
1.1k installs
AG
agent-swarm
ruvnet/ruflo
Agent skill for swarm - invoke with $agent-swarm
998 installsAudited
AG
agent-spec-mobile-react-native
ruvnet/ruflo
Agent skill for spec-mobile-react-native - invoke with $agent-spec-mobile-react-native
979 installsAudited