neural-train
Original:🇺🇸 English
Translated
Train SONA neural patterns from successful task completions, view learned patterns, and optimize the intelligence pipeline
27installs
Sourceruvnet/ruflo
Added on
NPX Install
npx skill4agent add ruvnet/ruflo neural-trainTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Neural Training
Train and manage SONA neural patterns for self-learning.
When to use
After completing a successful task, use this skill to capture what worked and train the intelligence system so future tasks benefit from learned patterns.
Steps
- Check current neural status — call to see active patterns and training state
mcp__claude-flow__neural_status - Start a trajectory — call with the task context
mcp__claude-flow__hooks_intelligence_trajectory-start - Record steps — for each significant action, call
mcp__claude-flow__hooks_intelligence_trajectory-step - End trajectory — call with outcome (success/failure)
mcp__claude-flow__hooks_intelligence_trajectory-end - Train patterns — call with
mcp__claude-flow__neural_train--pattern-type coordination --epochs 10 - Store patterns — call to persist learnings
mcp__claude-flow__hooks_intelligence_pattern-store - Verify — call to confirm patterns were stored
mcp__claude-flow__neural_patterns
CLI alternative
bash
npx @claude-flow/cli@latest neural train --pattern-type coordination --epochs 10
npx @claude-flow/cli@latest neural patterns --list
npx @claude-flow/cli@latest neural status
npx @claude-flow/cli@latest hooks pretrain --model-type moe --epochs 10SONA adaptation
For real-time micro-adaptation (<0.05ms), use:
- to initialize a SONA instance
mcp__claude-flow__ruvllm_sona_create - to adapt weights based on feedback
mcp__claude-flow__ruvllm_sona_adapt