What problem does it solve? Coding agents fail to integrate SDKs and APIs from documentation alone: they get blocked by CDN bot rules, invent methods that do not exist, paste incomplete snippets, and follow stale versions. This Skill measures those failures with a repeatable cold-run protocol and fixes the pages, specs, and machine-readable surfaces that cause them. ## Core Features & Use Cases - Cold-run benchmark protocol: Build a frozen set of 5-10 integration tasks, run a fresh agent against published docs only, and measure first-attempt success, invented-surface rate, corrective turns, context cost, and fetch-path length. - Agent-facing surface inventory: Audit crawler access, llms.txt indexes, markdown endpoints, OpenAPI/AsyncAPI specs, SDK doc comments, and version signals, then rank what to build by effort, value, and efficiency. - Page and spec rewrite rules: Apply ten page rules (standalone pages, complete runnable snippets, error-string mapping, deprecation labels) and ordered spec annotation rules (operationId, value-space constraints, summary/description split, embedded samples). - Use Case: Users report that Cursor hallucinates methods in your Python SDK. Run the interview, cold-run the failing tasks, trace the invented calls to empty OpenAPI description fields, annotate the spec, and re-run to prove the fix. ## Quick Start Ask the agent to audit whether a coding agent could integrate your SDK from your published docs alone and produce an agent-readiness report.