Agent skill

reference-sdk

Check reference SDK implementations using btca ask

parcadei3,879★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add parcadei/Continuous-Claude-v3 --skill reference-sdk --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 1 KB
Bundled scripts: none
Path: .claude/skills/reference-sdk/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 3,885
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Reference SDK Check 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: ```bash # 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 output - `anthropic-sdk` - Anthropic API patterns - `zod` - Schema validation Add more: `btca config resources add -n <name> -t git -u <url> -b <branch>` ## When to Check 1. **Before implementing** - See how others solved similar problems 2. **When debugging** - Find how reference code handles edge cases 3. **Multi-provider support** - Compare implementations across SDKs 4. **Validation patterns** - Chec

What's inside
Steps it walks through
  1. When to Use
  2. Commands
  3. Configured Resources
  4. When to Check
  5. Don't Use For
Commands it runs
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?"
More from Continuous-Claude-v3
All skills →
About this skill
What does the reference-sdk skill do?

Check reference SDK implementations using btca ask

How do I install it?

Run `npx skills add parcadei/Continuous-Claude-v3 --skill reference-sdk --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From parcadei/Continuous-Claude-v3, a repository with 3,885 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going