multi-turn-runtime-adapters
Installation
SKILL.md
Multi-Turn Runtime Adapters
You are building an adapter layer that wraps AI agent runtimes (Claude Code SDK, Codex CLI) into multi-turn conversational systems. Each runtime has a different interface, but they can be normalized into a common event model with a shared session lifecycle.
The goal: maintain persistent agent sessions where users can send multiple messages, resume conversations, fork threads, and receive streaming events -- all through a uniform interface regardless of the underlying runtime.
When to use this skill
Use this skill when the user asks for:
Related skills