From 9255f61bc98c9a47f3fbb3209e095022502a6c2f Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Thu, 4 Jun 2026 10:06:05 -0700 Subject: [PATCH] docs: list all skills in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9d5ebd1..66e1ec0 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ Skills included: - **find-models** — search for models, browse collections, read schemas, pick the right model - **compare-models** — evaluate models by cost, speed, quality, and capabilities - **run-models** — create predictions, poll, use webhooks, stream, handle files, run concurrently +- **build-models** — package custom models with Cog (cog.yaml, predict.py, weights, local serving) +- **publish-models** — push models to Replicate with cog push / cog-safe-push and CI/CD releases - **prompt-images** — prompting techniques for image generation and editing models - **prompt-videos** — prompting techniques for video generation and editing models