Add skill for identifying icons from Figma designs#33
Open
jeff-phillips-18 wants to merge 1 commit intopatternfly:mainfrom
Open
Add skill for identifying icons from Figma designs#33jeff-phillips-18 wants to merge 1 commit intopatternfly:mainfrom
jeff-phillips-18 wants to merge 1 commit intopatternfly:mainfrom
Conversation
jpuzz0
reviewed
Mar 20, 2026
| @@ -0,0 +1,412 @@ | |||
| --- | |||
Collaborator
There was a problem hiding this comment.
At 412 lines this is well over the 200-line guideline — could the output format templates (Brief and Detailed sections) be extracted to reference files like you did with common-icons.md? That'd bring the core instructions way down.
| name: figma-icon-finder | ||
| description: Identifies PatternFly icons used in Figma mockups and provides the correct import statements for React components. Works with any PatternFly-based application. | ||
| argument-hint: "[path/to/figma-screenshot.png] or [figma-url] or use @file for autocomplete" | ||
| allowed-tools: Read, WebFetch, AskUserQuestion |
Collaborator
There was a problem hiding this comment.
allowed-tools and argument-hint in frontmatter are Claude Code specific — Cursor would ignore these. Same with the AskUserQuestion tool reference on line 120. Could these be rephrased to be tool-agnostic (e.g., "ask the user" instead of "use the AskUserQuestion tool")?
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
Adds a new
/figma-icon-finderskill to the pf-figma plugin that helps developers identify PatternFly icons used in Figma mockups andprovides the correct React import statements.
Changes
plugins/pf-figma/skills/figma-icon-finder/SKILL.mdplugins/pf-figma/skills/figma-icon-finder/references/common-icons.mdUsage
Test plan
References
🤖 Generated with https://claude.com/claude-code