Claude-skill-registry ai-sdk-setup

Install the Vercel AI SDK with AI Elements components. Build a streaming chat interface with the useChat hook.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/ai-sdk-setup" ~/.claude/skills/majiayu000-claude-skill-registry-ai-sdk-setup && rm -rf "$T"
manifest: skills/data/ai-sdk-setup/SKILL.md
safety · automated scan (low risk)
This is a pattern-based risk scan, not a security review. Our crawler flagged:
  • makes HTTP requests (curl)
Always read a skill's source content before installing. Patterns alone don't mean the skill is malicious — but they warrant attention.
source content

AI SDK & Simple Chat

To set up AI SDK & Simple Chat, refer to the fullstackrecipes MCP server resource:

Resource URI:

recipe://fullstackrecipes.com/ai-sdk-setup

If the MCP server is not configured, fetch the recipe directly:

curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/ai-sdk-setup