Agent skill
self-optimization
SONA self-optimizing neural architecture with ReasoningBank trajectory learning, EWC++ anti-forgetting, and reinforcement learning feedback loops.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/self-optimization-a5c-ai-babysitter
SKILL.md
Self-Optimization
Overview
Implements the SONA (Self-Optimizing Neural Architecture) adaptation cycle with sub-millisecond weight updates, EWC++ to prevent catastrophic forgetting, and a ReasoningBank for trajectory-based learning.
When to Use
- After task completion to extract and persist learnings
- Improving routing and agent selection over time
- Adapting to new project patterns without forgetting old ones
- Building cross-session intelligence
SONA Cycle
- Extract Patterns - Mine execution data for recurring patterns
- RETRIEVE - Search ReasoningBank for matching trajectories
- JUDGE - Evaluate trajectory applicability in current context
- DISTILL - Compress and store new entries
- Adapt - Update weights with EWC++ regularization
Anti-Forgetting (EWC++)
- Elastic Weight Consolidation prevents overwriting previously learned patterns
- Fisher information matrix tracks parameter importance
- Configurable regularization penalty for new adaptations
RL Algorithms
Q-Learning, SARSA, PPO, DQN, A2C, TD3, SAC, DDPG, Rainbow
Agents Used
agents/optimizer/- Performance tuningagents/adaptive-queen/- Real-time adaptation
Tool Use
Invoke via babysitter process: methodologies/ruflo/ruflo-intelligence
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?