feat(run-workflow): sync skill with upstream source, drop redundant featured skill - #362
Merged
Merged
Conversation
…eatured skill Bring skills/run-workflow in line with the packaged upstream skill from the run-workflow repo (packages/mcp-server/claude-desktop). Featured-workflow routing is now fully covered by references/featured-and-templates.md, so the standalone run-featured-workflow skill and its eval are removed, and the tessl-plugin manifest no longer lists it. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
CI's SKILL.md check requires a license field that the upstream zip's frontmatter didn't include; add it plus the metadata block used by sibling skills in this repo. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…ront Individual/personal Adobe accounts can install and authenticate against run-workflow, then hit an opaque IMS profile-selection failure with no indication why. Document the Firefly Services / Firefly Creative Production entitlement requirement in the three places a reader looks before installing: the plugin description (plugin.json + marketplace.json), the README catalog, and a compatibility: field in SKILL.md. Addresses the documentation half of adobe#365; the OAuth error-messaging half is server-side in the run-workflow MCP server and is tracked separately. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
bdutt-adb
force-pushed
the
sync/run-workflow-skill-update
branch
from
September 21, 2026 15:22
3d5b254 to
6a66d65
Compare
thagarwal-sjc
approved these changes
Sep 21, 2026
This branch is waiting to be deployed
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
plugins/creative-cloud/run-workflow/skills/run-workflowwith the latest packaged skill from the run-workflow repo (packages/mcp-server/claude-desktop), including a newreferences/intake.md.references/featured-and-templates.md, so the standalonerun-featured-workflowskill is removed, along with its eval and its entry in.tessl-plugin/plugin.json.Test plan
npx skills-ref validate plugins/creative-cloud/run-workflow/skills/run-workflowpassesnpm run validate) passes for all skillsSKILL.mdand eachreferences/*.mdagainst the unzipped upstream source to confirm content parity (frontmatter'sorigin: internalfield stripped since it isn't an allowed field in this repo's schema)🤖 Generated with Claude Code