The Claude Agent SDK is pre-1.0 (v0.2.x) — APIs break frequently, functions get renamed, parameters change. A static skill would teach Claude outdated patterns that produce broken code. The pipeline keeps this skill accurate by tracking version bumps, researching new issues, and updating rules daily. Without it, advice written for v0.2.30 silently becomes wrong when the SDK moves to v0.3.0. So I've written this:
Show more