Поиск эталонных паттернов в SDK

engineering

reference-sdk is a Claude Code skill that queries reference SDK implementations via the `btca ask` command, letting you see how established libraries handle similar problems before writing your own code. Three resources are pre-configured: vercel-ai (streaming, tool calling, structured output), anthropic-sdk (Anthropic API patterns), and zod (schema validation). Example commands include `btca ask -r anthropic-sdk -q "How are tools defined and called?"` or `btca ask -r zod -q "How does safeParse handle errors?"`. It is most useful when implementing SDK features, debugging provider-specific edge cases, or comparing multi-provider approaches. Not intended for documentation lookups, simple API questions, or searching patterns within the current project.