Add cloudinary-next skill#20
Open
eportis-cloudinary wants to merge 3 commits into
Open
Conversation
njb90
approved these changes
Jul 3, 2026
njb90
left a comment
Collaborator
There was a problem hiding this comment.
A couple of small comments, otherwise all good based on my testing.
| ### Signed vs unsigned — when to use which | ||
|
|
||
| **Unsigned** (simpler, no backend): | ||
| - For: prototypes, low-risk apps, when anyone with the preset name may upload. |
Collaborator
There was a problem hiding this comment.
I wouldn't say unsigned uploads are completely not for production. There's certainly use-cases where it is valid providing account and preset are correctly configured.
|
|
||
| Use this first when the user is unsure which Cloudinary component, helper, or SDK API to use. | ||
|
|
||
| > Source: converted from the uploaded `.cursorrules.template` and reorganized for progressive Skill loading. |
Collaborator
There was a problem hiding this comment.
Probably don't need/want these source comments
jackieros
reviewed
Jul 5, 2026
Member
There was a problem hiding this comment.
@eportis-cloudinary - We also need to update the main skill repo readme to add an entry (row in the table) for cloudinary-next. Added below.
jackieros
reviewed
Jul 5, 2026
| | `cloudinary-transformations` | Turns natural language image and video transformation requirements into valid URL transformation strings that follow Cloudinary best practices. Use when building delivery URLs, applying transformations, optimizing media, or debugging transformation syntax errors. | | ||
| | `cloudinary-react` | Provides opinionated React SDK patterns for configuration, common integration scenarios, and troubleshooting for frequent errors and TypeScript pitfalls. Use when developing with the Cloudinary React SDK. | | ||
| | `cloudinary-react` | Provides opinionated React SDK patterns for configuration, common integration scenarios, and troubleshooting for frequent errors and TypeScript pitfalls. Use when developing React apps with Cloudinary. | | ||
| | `cloudinary-next` | Provides opinionated Next.js SDK patterns for Server and Client Component boundaries, server-side uploads and deletes, and troubleshooting for frequent errors and TypeScript pitfalls. Use when developing Next.js apps with Cloudinary. | |
Member
There was a problem hiding this comment.
@eportis-cloudinary - Added to the repo readme. Pls check.
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.
No description provided.