22 Commits

Author SHA1 Message Date
Zeke Sikelianos 2f36e41596 Merge pull request #10 from replicate/docs/readme-all-skills
docs: list all skills in README
2026-06-04 10:06:36 -07:00
Zeke Sikelianos 9255f61bc9 docs: list all skills in README 2026-06-04 10:06:05 -07:00
Zeke Sikelianos f3e5b7596b Merge pull request #7 from replicate/add-build-and-publish-skills
feat: add build-models and publish-models skills
2026-05-05 12:55:05 -07:00
Zeke Sikelianos 6a8b14bfad Merge pull request #8 from replicate/remove-model-names-from-skills
docs(skills): remove model names, point agents at the API
2026-05-05 12:54:49 -07:00
Zeke Sikelianos dd7d45175a docs(skills): remove model names, point agents at the API
Strip specific model names from the find-models, prompt-images, and
prompt-videos skills so agents don't anchor on names from training data
or past conversations. Add directives at the top of each skill telling
agents to query the Replicate API for current best models.

Build and publish skills are unchanged because their model references
point at real production cog repos used as build patterns, not running
model recommendations.
2026-04-29 08:59:11 -07:00
Zeke Sikelianos ff67d7c2f3 chore(build-models): remove stale cog_runtime and monobase references 2026-04-28 10:44:25 -07:00
Zeke Sikelianos e2bd22704b feat: add build-models and publish-models skills
Two new skills covering the model-creation lifecycle:

- build-models: packaging custom models with Cog (cog.yaml, predict.py,
  weights loading with pget, cold-boot tricks, async predictors).
- publish-models: cog push, cog-safe-push, GitHub Actions patterns,
  multi-model matrix pushes, and post-publish monitoring.

Descriptions are written to be easy for agents to trigger on, with
specific file names, commands, and trigger phrases.

Patterns are distilled from production Replicate model repos including
cog-flux, cog-flux-kontext, cog-vllm, cog-comfyui, flux-fine-tuner,
vibevoice, cog-template, and model-ci-template.
2026-04-27 10:33:55 -07:00
Zeke Sikelianos 4e85074617 docs: prompt-videos in README 2026-04-21 21:51:39 -07:00
Zeke Sikelianos 5a33a7ffd9 Merge pull request #6 from replicate/zeke/split-into-four-skills
docs: split monolithic skill into five focused skills
2026-04-21 15:34:32 -07:00
z ed88370d09 feat: add video prompting skill, make image/video skills model-agnostic 2026-04-17 16:00:23 -07:00
z a642404f2d docs: strip code snippets, update metadata for four-skill layout
Remove all code snippets and SDK references from find-models, compare-models,
and run-models to match the concise bullet-point style of the original skill.

Update .claude-plugin/marketplace.json to list all four skills.
Update .claude-plugin/plugin.json version to 2.0.0.
Update CI to publish four skills to ClawHub with replicate- prefixed slugs.
2026-04-17 10:53:29 -07:00
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
Zeke Sikelianos 8c871d6530 Merge pull request #3 from replicate/improve-schema-validation-guidance
docs: add schema validation and optional input guidance
2026-02-19 13:48:09 -08:00
Zeke Sikelianos a3ee9a563e docs: add schema validation and optional input guidance
Extracted generally useful advice from the pipelines agent context:
- Warn that even popular models change their schemas
- Validate parameters against schema constraints (min/max/enum)
- Use default examples when unsure about parameter values
- Don't set optional inputs without a reason
2026-02-19 13:45:19 -08:00
Zeke Sikelianos 63b496c411 chore: add screenshot to readme 2026-02-16 12:04:09 -08:00
Zeke Sikelianos d50156dade Merge pull request #1 from replicate/add-clawhub-support
feat: add ClawHub support
2026-02-16 08:17:57 -08:00
Zeke Sikelianos 182ea282b7 docs: simplify install instructions to just npx skills 2026-02-16 08:16:13 -08:00
Zeke Sikelianos 6f2607e058 feat: add ClawHub support for publishing and installing skills 2026-02-15 21:39:04 -08:00
Zeke Sikelianos 8a2b6c03f8 document a common workflow 2026-02-15 21:37:56 -08:00
Zeke Sikelianos 0cdf071061 Update SKILL.md 2026-02-15 21:08:11 -08:00
Zeke Sikelianos b2e0767fbc Update README.md 2026-02-15 21:01:38 -08:00
Zeke Sikelianos 5326041c61 big bang 2026-02-15 20:57:05 -08:00