What problem does it solve?
Agent systems often repeat mistakes and fail to learn from past executions. This Skill provides pattern training, knowledge consolidation, and adaptive routing so agents retain successful behaviors and improve over time without catastrophic forgetting.
Core Features & Use Cases
- Pattern Training: Train neural patterns with SONA self-optimizing adaptation and Mixture of Experts routing across 8 experts.
- Knowledge Consolidation: Use EWC++ to prevent catastrophic forgetting and LoRA-based distillation to extract key learnings.
- Fast Pattern Retrieval: Search stored patterns via HNSW indexing for 150x-12,500x faster retrieval.
- Use Case: After completing a batch of agent tasks, run pattern training to store successful strategies, then use prediction and optimization commands to route future tasks based on learned complexity.
Quick Start
Train neural patterns by running npx claude-flow neural train with the moe model type for 10 epochs, then check status with the neural status command.