llm-integration

Installation
SKILL.md

LLM Integration

Purpose

Integrate a language model into a production application, where the API is slow, rate-limited, occasionally down, and billed per token — none of which the quickstart mentions.

When to Use

  • Adding an LLM to a production application.
  • An LLM feature that is slow, expensive, or unreliable.
  • Handling rate limits, streaming, or provider failover.
  • Deciding where the model call belongs in the architecture.

Capabilities

Installs
2
GitHub Stars
26
First Seen
Jul 16, 2026
llm-integration — nimadorostkar/claude-skills-collection