·replicate-integration
</>

replicate-integration

fernandofuc/nextjs-claude-setup

Integrate Replicate API for AI model deployment. Use when generating images with Flux, SDXL, or custom LoRA models via Replicate.

11Installs·1Trend·@fernandofuc

Installation

$npx skills add https://github.com/fernandofuc/nextjs-claude-setup --skill replicate-integration

SKILL.md

Purpose Deploy and run AI models in production using Replicate's cloud platform. Specialized for image generation with Flux Dev, SDXL, custom LoRA fine-tuning, and prediction polling patterns.

❌ Don't: Poll too frequently (wastes API calls) ✅ Do: Use exponential backoff (1s → 1.5s → 2.25s → ...)

❌ Don't: Forget to handle prediction failures ✅ Do: Check status and handle errors

Integrate Replicate API for AI model deployment. Use when generating images with Flux, SDXL, or custom LoRA models via Replicate. Source: fernandofuc/nextjs-claude-setup.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/fernandofuc/nextjs-claude-setup --skill replicate-integration
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is replicate-integration?

Integrate Replicate API for AI model deployment. Use when generating images with Flux, SDXL, or custom LoRA models via Replicate. Source: fernandofuc/nextjs-claude-setup.

How do I install replicate-integration?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/fernandofuc/nextjs-claude-setup --skill replicate-integration Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/fernandofuc/nextjs-claude-setup