From ruflo-intelligence
Train SONA neural patterns from successful task completions, view learned patterns, and optimize the intelligence pipeline
How this skill is triggered — by the user, by Claude, or both
Slash command
/ruflo-intelligence:neural-trainThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Train and manage SONA neural patterns for self-learning.
Train and manage SONA neural patterns for self-learning.
After completing a successful task, use this skill to capture what worked and train the intelligence system so future tasks benefit from learned patterns.
mcp__claude-flow__neural_status to see active patterns and training statemcp__claude-flow__hooks_intelligence_trajectory-start with the task contextmcp__claude-flow__hooks_intelligence_trajectory-stepmcp__claude-flow__hooks_intelligence_trajectory-end with outcome (success/failure)mcp__claude-flow__neural_train with --pattern-type coordination --epochs 10mcp__claude-flow__hooks_intelligence_pattern-store to persist learningsmcp__claude-flow__neural_patterns to confirm patterns were storednpx @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
For real-time micro-adaptation (<0.05ms), use:
mcp__claude-flow__ruvllm_sona_create to initialize a SONA instancemcp__claude-flow__ruvllm_sona_adapt to adapt weights based on feedbacknpx claudepluginhub k2k22k2k22/ruflo --plugin ruflo-intelligenceCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.