Neural Training
Skill Verified ActiveNeural 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.
To train and optimize neural patterns using advanced AI architectures for tasks such as pattern learning, model optimization, knowledge transfer, and adaptive routing.
Features
- Neural pattern training with SONA, MoE, and EWC++
- Knowledge consolidation and prevention of catastrophic forgetting
- Pattern learning and model optimization
- Adaptive agent routing
- Commands for training, status, prediction, and optimization
Use Cases
- Training new neural patterns for AI models
- Optimizing existing agent routing mechanisms
- Consolidating knowledge to prevent forgetting in AI systems
- Performing pattern recognition and prediction tasks
Non-Goals
- Simple tasks requiring no learning
- One-off operations without a learning component
- Tasks that do not involve neural pattern training or optimization
Documentation
- info:Configuration & parameter referenceParameters for commands like '--model-type', '--epochs', '--input', and '--target' are mentioned in the SKILL.md examples but lack explicit documentation on defaults or detailed constraints.
Execution
- info:ValidationWhile the commands take specific arguments, there is no explicit mention of schema validation libraries being used for parameter sanitization.
Code Execution
- info:Error HandlingThe SKILL.md describes commands but does not detail error handling mechanisms or provide structured error reporting for failures.
Errors
- info:Actionable error messagesWhile commands are listed, the SKILL.md does not provide specific examples of error messages or remediation steps for potential failures.
Practical Utility
- info:Edge casesThe SKILL.md documents commands but does not explicitly list failure modes or recovery steps for edge cases like invalid input or model errors.
Safety
- info:Halt on unexpected stateThe SKILL.md lists commands but does not explicitly detail preconditions or how unexpected pre-states would be handled or halted.
Installation
npx skills add ruvnet/rufloRuns the Vercel skills CLI (skills.sh) via npx — needs Node.js locally and at least one installed skills-compatible agent (Claude Code, Cursor, Codex, …). Assumes the repo follows the agentskills.io format.
Quality Score
VerifiedTrust Signals
Similar Extensions
Neural Train
95Train SONA + MicroLoRA neural patterns from successful task completions; runs the DISTILL + CONSOLIDATE phases of the 4-step pipeline
Trader Regime
100Detect current market regime using npx neural-trader — bull/bear/ranging/volatile classification with recommended strategy
Trading Memory
100Domain knowledge for AI trading memory — Outcome-Weighted Memory (OWM) architecture, 5 memory types, recall scoring, and behavioral analysis. Use when recording trades, recalling similar contexts, analyzing performance, or checking behavioral drift. Triggers on "record trade", "remember trade", "recall", "similar trades", "performance", "behavioral", "disposition", "affective state", "confidence".
TradeMemory Protocol
100Domain knowledge for the Evolution Engine — LLM-powered autonomous strategy discovery from raw OHLCV data. Covers the generate-backtest-select-evolve loop, vectorized backtesting, out-of-sample validation, and strategy graduation. Use when discovering trading patterns, running backtests, evolving strategies, or reviewing evolution logs. Triggers on "evolve", "discover patterns", "backtest", "evolution", "strategy generation", "candidate strategy".
Image Transformation API
100Transform images with resize, crop, smart crop, upscale, remove background, and 20+ operations.
Azure Ai Document Intelligence Dotnet
100Azure AI Document Intelligence SDK for .NET. Extract text, tables, and structured data from documents using prebuilt and custom models. Use for invoice processing, receipt extraction, ID document analysis, and custom document models. Triggers: "Document Intelligence", "DocumentIntelligenceClient", "form recognizer", "invoice extraction", "receipt OCR", "document analysis .NET".