npx skills add smithery/parcadei --skill reference-sdk
parcadei/continuous-claude-v3
reference-sdk
Check reference SDK implementations using btca ask
Installation
npx skills add parcadei/continuous-claude-v3 --skill reference-sdk
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Look up Microsoft API references, find working code samples, and verify SDK code is correct. Us…
14K installsBuild video clips from reference images, reference videos, and reference audio with Wan-AI Wan …
58K installsGenerate reference-guided 1080p video with ByteDance Seedance 2.5 Reference to Video on RunComf…
57.8K installsFormat professional references properly and prepare reference materials
7K installs>- Use when working with iii SDK APIs across Node.js, browser, Python, or Rust: package install…
2.1K installsEnable nullable reference types in a C# project and systematically resolve all warnings. USE FO…
1.6K installsAlso in this package
Other skills from parcadei/continuous-claude-v3 · top by installs.
npx skills add parcadei/continuous-claude-v3
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
Repository health
main
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md1,501 B -
docs
SUMMARY.md68 B
History
- First seen on skills.sh
- First recorded snapshot · 475 installs
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:
# 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)