Reference SDK Check
SkillAI & modelsLets your agent look up reference SDK implementations to check how code should be written.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Reference SDK Check skill
About this capability
Check reference SDK implementations using btca ask
What this skill tells your AI
The instructions your AI receives, as published by parcadei/continuous-claude-v3 in .claude/skills/reference-sdk/SKILL.md and read by ahel’s review.
When implementing SDK features or debugging provider-specific issues, check reference implementations.
When to Use
- Implementing SDK features
- Debugging provider-specific issues
- Understanding how other libraries solve similar problems
- "How does Vercel AI SDK do X?"
- "Check Anthropic SDK for Y"
Commands
Use btca ask to check how reference SDKs implement similar features:
# Check Vercel AI SDK for streaming patterns
btca ask -r vercel-ai -q "How does streamObject work?"
# Check Anthropic SDK for tool calling
btca ask -r anthropic-sdk -q "How are tools defined and called?"
# Check Zod for validation patterns
btca ask -r zod -q "How does safeParse handle errors?"
Configured Resources
vercel-ai- Streaming, tool calling, structured outputanthropic-sdk- Anthropic API patternszod- Schema validation
Add more: btca config resources add -n <name> -t git -u <url> -b <branch>
When to Check
- Before implementing - See how others solved similar problems
- When debugging - Find how reference code handles edge cases
- Multi-provider support - Compare implementations across SDKs
- Validation patterns - Check idiomatic approaches
Don't Use For
- Documentation lookups (use /nia-docs instead)
- Simple API questions (use WebSearch)
- Project-specific patterns (use Grep/Glob)
Signals
- GitHub stars
- 4k
- Forks
- 300
- Last commit
- Jan 2026
Advanced
- Catalog kind
- skill
- Gateway key
reference-sdk- Source
- github.com/parcadei/continuous-claude-v3