control-loop-extraction
Installation
SKILL.md
Control Loop Extraction
Extracts and documents the core agent reasoning loop from framework source code.
Process
- Locate the loop - Find the main agent execution loop
- Classify the pattern - Identify ReAct, Plan-and-Solve, Reflection, or Tree-of-Thoughts
- Extract the step function - Document the LLM → Parse → Decide flow
- Map termination - Catalog all loop exit conditions