Live Provider Debugging banner
iLearn-Lab iLearn-Lab

Live Provider Debugging

Development community

Description

--- name: live-provider-debugging description: Diagnose provider compatibility issues such as invalid message shapes, reasoning-content mismatches, and long-turn stalls. --- # Live Provider Debugging Use this skill when Kimi, GLM, or another live provider returns malformed-request or empty-turn behavior. - inspect the exact provider profile, base URL, and model first - compare the failing session shape with what the provider expects: assistant tool calls, tool results, and reasoning metadata

Installation

Installs to ~/.claude/skills/ilearn-lab-evoharness-live-provider-debugging/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ilearn-lab-evoharness-live-provider-debugging && curl -fsSL https://raw.githubusercontent.com/iLearn-Lab/EvoHarness/HEAD/.claude/skills/live-provider-debugging.md -o ~/.claude/skills/ilearn-lab-evoharness-live-provider-debugging/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository