Add Provider banner
temm1e-labs temm1e-labs

Add Provider

AI community

Description

# Skill: Add a new AI provider to TEMM1E ## When to use Use this skill when the user asks to add a new AI/LLM provider (e.g., Google Gemini, Mistral, Cohere, AWS Bedrock, a custom local model server) to TEMM1E. ## Reference implementation Study the existing providers: - `crates/temm1e-providers/src/anthropic.rs` -- full Provider implementation with SSE streaming, tool use, error handling - `crates/temm1e-providers/src/openai_compat.rs` -- OpenAI-compatible provider (works with many backends)

Installation

Installs to ~/.claude/skills/temm1e-labs-temm1e-add-provider/SKILL.md

Terminal
mkdir -p ~/.claude/skills/temm1e-labs-temm1e-add-provider && curl -fsSL https://raw.githubusercontent.com/temm1e-labs/temm1e/HEAD/.claude/skills/add-provider.md -o ~/.claude/skills/temm1e-labs-temm1e-add-provider/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository