AI Provider Bridge — DevOps skill for Claude Code
Platform-neutral provider infrastructure for LLM access.
How to install AI Provider Bridge
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open posit-dev/ai-provider-bridge and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What AI Provider Bridge does
Platform-neutral provider infrastructure for LLM access.
Alternatives in DevOps
- Claude Code Router — Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interact with the m 30.1k ★
- Cloudflare Deploy — Deploy apps to Cloudflare using Workers, Pages, and platform services 14.6k ★
- Supabase — Infrastructure Supabase database/auth integration 14k ★
README
ai-provider-bridge
Platform-neutral provider infrastructure for AI model access: registry, model clients, credential abstractions, and provider registration functions, with no dependency on VS Code or Node platform services.
Package Boundaries
These rules keep the dependency graph clean:
- Root entrypoint must not import
vscode-- only the/positronentrypoint may. - Must not import from consumer packages -- host applications depend on this package, not the reverse.
Entrypoints
| Entrypoint | What it provides | Heavy deps? |
|---|---|---|
ai-provider-bridge |
ProviderRegistry, interfaces (ModelClient, CredentialProvider, StepLogger), createCachedModelFetcher, provider map, LocalProviderManager |
No |
ai-provider-bridge/providers |
register*Provider() functions, client classes, helpers |
Yes (AI SDK packages) |
ai-provider-bridge/positron |
PositronCredentialProvider, VscodeLmClient, listVscodeLmModels(), fromAiMessages2(), LM helpers |
Yes (vscode) |
Supported Providers
| Provider | Client | Model Discovery |
|---|---|---|
| Anthropic | AnthropicClient | Cached via API |
| OpenAI | OpenAIClient | Cached via API |
| AWS Bedrock | BedrockClient | Cached via API |
| Google Gemini | GeminiClient | Cached via API |
| Google Vertex AI | GoogleVertexClient | Cached |
Related Skills
Sam
Activates Sam, AI Agent Engineer. Builds LangGraph flows, multi-provider LLM abstractions, observability pipel
Capy Bridge Skill
HappyCapy skill: Connect any Mac in 30 seconds. Claude Code capabilities with local Mac terminal access. Zero
Cloudflare Skill
Comprehensive Cloudflare platform reference docs for AI/LLM consumption.
Skypilot
Run, manage, and scale AI workloads on any AI infrastructure. Use one system to access & manage all AI compute
AI Access
AIAccess Framework v2: AI-Assisted iOS Development Infrastructure
Iron Mem
Agent-native memory infrastructure for AI coding assistants. Governed session capture, LLM compression, hybrid
Related Agents
Evaluator Physical Agent
Provider-neutral physical-security evaluator — plans bounded coverage and records opaque evidence references w
Auth Engineer
Authentication and access-control specialist for SMB Product-Builder products. Owns the auth contract — provid
AI Provider Author
WRITE-access implementer for AI provider integrations, model routing, embeddings, prompt systems, streaming, a