schema0-ai

Installation
SKILL.md

AI Integration

AI SDK integration with ORPC for chat, prompt-response, and tool-calling features.

Generator Commands

# Full-stack chat with streaming
schema0 sandbox exec "bun run .claude/skills/ai-integration/scripts/generate.ts chat <name>"

# Simple prompt-response (no streaming)
schema0 sandbox exec "bun run .claude/skills/ai-integration/scripts/generate.ts simple <name>"

# Backend router only
schema0 sandbox exec "bun run .claude/skills/ai-integration/scripts/generate.ts router <name>"

# Tool definition for function calling
schema0 sandbox exec "bun run .claude/skills/ai-integration/scripts/generate.ts tool <name>"
Installs
17
Repository
schema0/skills
First Seen
Apr 16, 2026
schema0-ai — schema0/skills