with one click
agent-sona-learning-optimizer
Agent skill for sona-learning-optimizer - invoke with $agent-sona-learning-optimizer
Menu
Agent skill for sona-learning-optimizer - invoke with $agent-sona-learning-optimizer
Spawn nested sub-agents (agents that spawn sub-agents, up to depth=5) via Claude Code's native Task tool — for context-managed deep delegation
Author a workflow — either an MCP workflow template (persisted, lifecycle) or a native .claude/workflows/*.js orchestration script (agent/parallel/pipeline fan-out)
Run a workflow — drive an MCP workflow lifecycle (execute/pause/resume/cancel) or invoke + resume a native .claude/workflows/*.js orchestration via the Workflow tool
Side-by-side comparison of ruflo vs HAL vs other GAIA harnesses — capability gaps, design decisions, and improvement roadmap
Diagnose why a GAIA question failed — extract trace, classify failure mode, and propose a fix
Walk through a complete GAIA benchmark→submit flow — from key resolution through HAL-compatible package generation
| 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