docs: split monolithic skill into five focused skills#6
Merged
Conversation
added 2 commits
April 17, 2026 07:47
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.
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.
Member
Author
|
@replicate/dev looking for eyes on this please! |
michaeldwan
approved these changes
Apr 21, 2026
Member
michaeldwan
left a comment
There was a problem hiding this comment.
I haven't worked on a skill library like this yet, so take my feedback with a grain of salt. But this is fantastic.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR replaces the single
skills/replicate/skill with five focused skills:The three API skills (find, compare, run) follow the same concise bullet-point style as the original skill: no code snippets, no SDK references, just focused guidance with pointers to docs, the OpenAPI schema, and the MCP server.
The two prompting skills are new content distilled from Replicate's blog posts. They are model-agnostic by design: techniques are organized by principle (scene description, camera language, audio prompting, text rendering, style transfer, etc.) rather than by model name, so they age well as models come and go. The compare-models skill handles model selection.
Other changes
script/lintauto-discovers and validates all skill directories.claude-plugin/marketplace.jsonupdated to list all five skills.claude-plugin/plugin.jsonbumped to version 2.0.0.github/workflows/ci.ymlpublishes five skills to ClawHubAGENTS.mdupdated with all five skillscompare-modelscross-references both prompting skillsBreaking change
Existing installations that used
npx skills add replicate/skillshave a lockfile pointing toskills/replicate/SKILL.md. After this merge,npx skills updatewill fail for those users. They'll need to remove and re-add: