feat(creative-cloud): add adobe-fonts skill - #298
Draft
joekukish wants to merge 5 commits into
Draft
Conversation
Adds a new adobe-fonts plugin wrapping the Adobe Fonts MCP server's get_font_recommendations tool, covering parameter mapping, response shape, and common mistakes for font/typeface recommendation requests.
…ity MCP Moves the adobe-fonts skill into the adobe-for-creativity plugin instead of standing up a separate plugin and MCP server registration, since font recommendations are served through the same Adobe for Creativity MCP endpoint rather than a standalone one.
The Font Discovery API takes writing_systems as an unvalidated string, so a wrong or guessed script code silently returns no results instead of erroring. Naming the standard and mapping common languages to codes gives the agent a way to get this right instead of guessing.
The skill describes the get_font_recommendations tool contract as exposed through the Adobe for Creativity MCP server; naming the upstream backend API it happens to call is an implementation detail agents don't need and that can drift independently of this doc.
trieloff
approved these changes
Aug 7, 2026
trieloff
left a comment
Contributor
There was a problem hiding this comment.
please add yourself a as code owner for the skill folder, so you'll be on task in reviewing new PRs.
Addresses review feedback on PR adobe#298 requesting the author be added as code owner so they're looped in on future reviews.
Collaborator
Author
|
@trieloff done |
solimant
marked this pull request as draft
August 7, 2026 16:05
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
adobe-fontsskill inside the existingadobe-for-creativityplugin (plugins/creative-cloud/adobe-for-creativity/skills/adobe-fonts/), wrapping theget_font_recommendationstool exposed through the Adobe for Creativity MCP server (https://adobe-creativity.adobe.io/mcp) — no separate plugin or MCP registration.font_identifier/postscript_name, enrichment fields), and common mistakes (e.g. never recommending a font outside the tool's results, never guessing adetail_url).adobe-for-creativity'splugin.jsondescription/keywords to mention fonts/typography and bumps its version to1.2.0.Test plan
skills-ref validate plugins/creative-cloud/adobe-for-creativity/skills/adobe-fontspassesnpm run validatepasses for all 161 skills in the repo (no regressions)