bycaliber-ai-org· 8 skills
Adds a new LLM provider implementing LLMProvider interface with call() and stream() methods. Integrates with provider factory in src/llm/index.ts, config detection in src/llm/config.ts, and error handling via tracking and recovery. Use when adding a new model backend, integrating a third-party LLM API, or extending LLM platform support. Do NOT use for fixing bugs in existing providers, modifying existing provider behavior, or changing the LLMProvider interface.
$npx -y skills add caliber-ai-org/ai-setup --skill llm-providerInstalls into the current project.
Run `npx skills use "https://github.com/caliber-ai-org/ai-setup" --skill "caliber-ai-org/ai-setup/llm-provider"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/caliber-ai-org/ai-setup" that are relevant to the current task. Run `npx skills add "https://github.com/caliber-ai-org/ai-setup"` and select the relevant skills, then follow their instructions.