attractorflow

Monitor and steer Claude Code agent trajectories using attractor-flow dynamics.

1|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/SharathSPhD/attractor-flow --skill attractorflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: attractorflow
Source: https://github.com/SharathSPhD/attractor-flow/tree/main/skills/attractor-flow
Command: npx skills add https://github.com/SharathSPhD/attractor-flow --skill attractorflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates monitoring and steering of Claude Code agent trajectories using attractor-flow dynamics to prevent loops, stalls, or divergent behavior.

Core Features & Use Cases

  • Real-time trajectory health assessment using Lyapunov exponents to classify regimes.
  • Nine orchestration actions guiding agents (CONTINUE, REDUCE_TEMPERATURE, INJECT_PERTURBATION, SPAWN_EXPLORER, BREAK_SYMMETRY, RESTORE_CHECKPOINT, DECOMPOSE_TASK, NUDGE, HALT).
  • MCP server integration for real-time diagnostics and multi-agent task orchestration.
  • Use case: manage multi-step Claude Code tasks that risk looping or stagnation by decomposing tasks into parallel subagents when needed.

Quick Start

Initialize AttractorFlow in your Claude Code project and start recording state after each agent step to monitor regimes and trigger interventions.

Frequently Asked Questions about attractorflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I stop Claude Code agents from looping or stalling during long-running tasks?

Prevent multi-agent Claude Code tasks from looping by classifying trajectory regimes with Lyapunov exponents and applying orchestration actions like DECOMPOSE_TASK or INJECT_PERTURBATION to actively steer stalled agents.

What is attractor-flow dynamics for multi-agent Claude Code orchestration?

Attractor-flow dynamics is a monitoring approach that uses Lyapunov exponents to classify real-time trajectory regimes in Claude Code agents, triggering defined orchestration actions like SPAWN_EXPLORER or BREAK_SYMMETRY when agents drift or stall.

How do I decompose a Claude Code task into parallel subagents?

Decompose a Claude Code task into parallel subagents by monitoring trajectory health after each agent step and triggering the DECOMPOSE_TASK orchestration action when the Lyapunov regime classification indicates the task requires splitting.

Can I use an MCP server for real-time diagnostics in Claude Code multi-agent tasks?

Yes, you can use an MCP server for real-time diagnostics in Claude Code multi-agent tasks, as AttractorFlow integrates MCP server tooling to monitor trajectory health and trigger orchestration actions during long-running iterations.

What orchestration actions are available to steer Claude Code agent trajectories?

Available orchestration actions to steer Claude Code agent trajectories include CONTINUE, REDUCE_TEMPERATURE, INJECT_PERTURBATION, SPAWN_EXPLORER, BREAK_SYMMETRY, RESTORE_CHECKPOINT, DECOMPOSE_TASK, NUDGE, and HALT.

When should I not use Lyapunov-based regime classification for agent orchestration?

Avoid using Lyapunov-based regime classification for agent orchestration in short-running or single-step Claude Code tasks that do not risk looping, drifting, or stalling, as the trajectory monitoring overhead provides no intervention value.