acrobatics
Installation
SKILL.md
Acrobatics
Thread complex systems without tripping rate limits, retries, or state.
What This Skill Does
Use this skill when the work is a choreography problem: brittle sequencing, async handoffs, or constrained flows that must stay upright end to end. It shines on API dances, dependency ordering, and recovery logic where grace matters more than brute force. In this grimoire, Acrobatics is treated as a metaphorical skill with a shipping-now delivery profile. Canonical reference input: Acrobatics (skill).
When To Use
- An integration requires a precise sequence of calls, callbacks, or tokens.
- Concurrency, pagination, or retries can topple the flow if handled clumsily.
- You need a nimble route through constraints rather than more compute.
Prerequisites
- No extra runtime dependencies beyond Hermes Agent and the normal toolset for this session.