Agent skill
neural-training
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.
Install this agent skill to your Project
npx add-skill https://github.com/ruvnet/ruflo/tree/main/.agents/skills/neural-training
SKILL.md
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
add-model-descriptions
Add descriptions for new models from the HuggingFace router to chat-ui configuration. Use when new models are released on the router and need descriptions added to prod.yaml and dev.yaml. Triggers on requests like "add new model descriptions", "update models from router", "sync models", or when explicitly invoking /add-model-descriptions.
agent-swarm-pr
Agent skill for swarm-pr - invoke with $agent-swarm-pr
agent-neural-network
Agent skill for neural-network - invoke with $agent-neural-network
agent-performance-analyzer
Agent skill for performance-analyzer - invoke with $agent-performance-analyzer
agent-researcher
Agent skill for researcher - invoke with $agent-researcher
V3 Memory Unification
Unify 6+ memory systems into AgentDB with HNSW indexing for 150x-12,500x search improvements. Implements ADR-006 (Unified Memory Service) and ADR-009 (Hybrid Memory Backend).
Didn't find tool you were looking for?