(Industry standard: Meta-Learning System / Automated Autoresearch) Primary Use Case: Continuous, self-improving orchestration of an agentic system over multiple sessions. Use when: building a continuous improvement layer that autonomously identifies workflow friction, postulates hypotheses, and tests improved instructions/coding skills against an objective headless benchmark before merging and persisting.
From agent-loopsnpx claudepluginhub richfrem/agent-plugins-skills --plugin agent-loopsThis skill is limited to using the following tools:
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Configures VPN and dedicated connections like Direct Connect, ExpressRoute, Interconnect for secure on-premises to AWS, Azure, GCP, OCI hybrid networking.
This skill requires Python 3.8+ and standard library only. It requires the context-bundler and a functional metrics engine (e.g. eval_runner.py).
This skill defines the orchestration pattern for the Triple-Loop Architecture. Pattern 5 is a robust, autonomous feedback loop where an independent Meta-Learning Orchestrator governs a long-horizon pipeline of execution, planning, and tactical problem-solving.
This architecture is entirely framework-agnostic. While originally developed for agent-agentic-os, it models the core loop defined by Meta-Harness research where autonomous systems evolve their own operating instructions based strictly on headless evaluators.
flowchart TD
subgraph Outer["Outer Loop (Meta-Learning & Orchestration)"]
Diagnose[Friction Aggregation] --> Hypothesize[Hypothesis Generation]
Hypothesize --> StrategyBridge[Strategy Packet]
EvalBridge[Objective Score Analysis] --> Persist[Keep/Discard & L3 Memory]
end
subgraph Mid["Strategic Planner (Dual-Loop Integration)"]
Plan[Define Sub-tasks] --> TacticalBridge[Handoff Packet]
Result[Aggregate Results] --> Report[Generate Report]
end
subgraph Inner["Tactical Executor (Single-Loop Integration)"]
Execute[Code Mutation] --> Test[Headless Evaluation]
Test --> ResultBridge[Pass/Fail Signal]
end
StrategyBridge --> Plan
Report --> EvalBridge
TacticalBridge --> Execute
ResultBridge --> Result
Constraint: Subjective LLM analysis is expressly prohibited.