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
mcp__claude-flow__neural_statusto see active patterns and training state - Start a trajectory — call
mcp__claude-flow__hooks_intelligence_trajectory-startwith the task context - Record steps — for each significant action, call
mcp__claude-flow__hooks_intelligence_trajectory-step - End trajectory — call
mcp__claude-flow__hooks_intelligence_trajectory-endwith outcome (success/failure) - Train patterns — call
mcp__claude-flow__neural_trainwith--pattern-type coordination --epochs 10 - Store patterns — call
mcp__claude-flow__hooks_intelligence_pattern-storeto persist learnings - Verify — call
mcp__claude-flow__neural_patternsto confirm patterns were stored
CLI alternative
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 10
SONA adaptation
For real-time micro-adaptation (<0.05ms), use:
mcp__claude-flow__ruvllm_sona_createto initialize a SONA instancemcp__claude-flow__ruvllm_sona_adaptto adapt weights based on feedback