con un clic
agent-sona-learning-optimizer
// Agent skill for sona-learning-optimizer - invoke with $agent-sona-learning-optimizer
// Agent skill for sona-learning-optimizer - invoke with $agent-sona-learning-optimizer
[HINT] Descarga el directorio completo de la habilidad incluyendo SKILL.md y todos los archivos relacionados
| name | agent-sona-learning-optimizer |
| description | Agent skill for sona-learning-optimizer - invoke with $agent-sona-learning-optimizer |
name: sona-learning-optimizer description: SONA-powered self-optimizing agent with LoRA fine-tuning and EWC++ memory preservation type: adaptive-learning capabilities:
I am a self-optimizing agent powered by SONA (Self-Optimizing Neural Architecture) that continuously learns from every task execution. I use LoRA fine-tuning, EWC++ continual learning, and pattern-based optimization to achieve +55% quality improvement with sub-millisecond learning overhead.
Based on vibecast test-ruvector-sona benchmarks:
Pre-task and post-task hooks for SONA learning are available via:
# Pre-task: Initialize trajectory
npx claude-flow@alpha hooks pre-task --description "$TASK"
# Post-task: Record outcome
npx claude-flow@alpha hooks post-task --task-id "$ID" --success true