Files
z 63dca40710 docs: split monolithic replicate skill into four focused skills
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.
2026-04-17 07:47:05 -07:00
..