Add polaroid + mosaic collage skills#7
Merged
Merged
Conversation
Two new transform-* skills that wrap the `image merge` CLI intent from @transloadit/node with the `/image/merge` Robot's new polaroid-stack and mosaic effects. Each skill has a clear input/ output contract, a runnable command, tuning tips, and debug notes. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Mirrors the `generate-image` → `transform-generate-image-with-transloadit` pattern. Agents and humans reaching for "create a polaroid collage" or "create a mosaic collage" as their first guess land on a one-line discovery skill that routes them to the full workflow. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Anthropic's SKILL.md spec doesn't support an `aliases` frontmatter field, but the documented `when_to_use` field is explicitly designed for "trigger phrases or example requests" that help Claude decide when to invoke a skill. It gets appended to `description` in the listing (sharing the 1,536-char cap) — same discoverability benefit as a separate short-named alias skill, with zero duplication. - Delete the three alias skills: generate-image, create-polaroid-collage, create-mosaic-collage. - Add rich when_to_use blocks to the three skills they pointed at, folding in the trigger phrases and disambiguation advice they previously carried, plus cross-references so Claude picks between neighbouring skills correctly. - Update README Examples list to drop the alias and surface both new collage skills. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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.
Summary
Companion to transloadit/api2#7651 and transloadit/node-sdk#393, which add a `/image/merge` `effect` parameter (`polaroid-stack`, `mosaic`) and an `image merge` CLI intent respectively.
Two new transform-* skills that wrap the `image merge` intent:
Each skill follows the existing `transform-*` pattern (`SKILL.md` only, clear input/output contract, runnable `npx -y @transloadit/node` command, tuning tips, debug section).
Drafted — should not merge until api2#7651 and node-sdk#393 ship, since both skills depend on the `image merge` CLI intent being publicly available.
Test plan
🤖 Generated with Claude Code