mirror of
https://github.com/replicate/skills.git
synced 2026-09-19 05:08:06 +08:00
63dca40710
Replaces the single skills/replicate/ skill with four: - find-models: search API, collections, schemas, model selection guidance - compare-models: evaluating models by cost, speed, quality, capabilities - run-models: predictions, polling, webhooks, streaming, file I/O, concurrency, multi-model workflows - prompt-images: prompting techniques for image generation and editing models (sourced from 14 Replicate blog posts) The find-models and run-models skills include runnable code snippets in bash, Python, and JavaScript pulled from the comprehensive skill branch. The prompt-images skill is new content distilled from Replicate's blog. Also updates script/lint to validate all skills by default.