pf-workshop
PatternFly team tools and skill incubation — issue triage, release management, codebase auditing, new skill development
By UXD TeamLicense: MIT7 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 17 skill or MCP entries
- Source updated
- Sep 16, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install pf-workshop for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install pf-workshop@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/rh-uxd/ai-helpersClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/patternfly/pf-workshop/.
Plugin files
├── .claude-plugin/plugin.json├── skills/pf-analytics-repo-pruning/SKILL.md├── skills/pf-bug-triage/SKILL.md├── skills/pf-content-review/SKILL.md├── skills/pf-create-issue/SKILL.md├── skills/pf-css-var-scan/SKILL.md├── skills/pf-duplicate-epic/SKILL.md├── skills/pf-figma-diff/SKILL.md├── skills/pf-modifier-scan/SKILL.md├── skills/pf-org-version-update/SKILL.md├── skills/pf-prototype-mode/SKILL.md├── skills/pf-quarterly-report-gen/SKILL.md├── skills/pf-rhds-icon-finder/SKILL.md├── skills/pf-semantic-release-debug/SKILL.md├── skills/pf-summarize-jira-issues/SKILL.md├── skills/pf-summarize-pr-reviews/SKILL.md├── skills/pf-token-build/SKILL.md└── skills/pf-write-example-description/SKILL.md
Included Skills17
Flag archived or inactive repos in PatternFly Analytics repos.json for removal. Use when auditing tracked codebases or pruning stale entries from analytics.
Triage PatternFly bug reports — assess completeness, suggest fixes, identify affected components, and recommend assignees. Use when reviewing new bug issues or preparing them for assignment.
Review content against PatternFly and Red Hat voice and tone standards. Use when contributing to patternfly.org, writing UI copy for Red Hat products, reviewing design guidelines, or editing externally sourced or AI-generated content.
Create well-structured GitHub issues for PatternFly repositories with templates, follow-up tracking, and duplicate detection. Use when filing bugs, feature requests, or cross-repo follow-ups.
Analyze --pf- CSS custom property usage and naming patterns in PatternFly SCSS. Use when auditing variable definitions, debugging missing tokens, or finding unused custom properties.
Clone a Jira epic from another project into the PF Jira space with back-links and feature attachment. Use when duplicating COST or cross-project epics into PF for tracking.
Diff Figma designs to identify what changed and generate code update checklists. Use when syncing code with updated designs or reviewing what changed between iterations. Requires Figma MCP.
Analyze PatternFly modifier class (pf-m-*) usage across SCSS files and generate usage reports. Use when documenting modifier patterns, auditing CSS consistency, or planning refactors.
Update patternfly-org for a new PatternFly release — resolve versions, update package.json and versions.json, and provide build steps. Use when cutting a PF release or release candidate.
Enable prototype mode for React apps with grayscale styling and a banner overlay. Use when demoing early concepts, presenting wireframes, or preventing stakeholders from fixating on visual polish.
Generate quarterly Jira status reports with RAG assessment, blocker tracking, and next-quarter recommendations. Use when preparing quarterly initiative reviews or tracking epic progress.
Find Red Hat Design System icons (@rhds/icons) by keyword or use case with visual previews. Use when choosing an icon for a UI element or looking up available icons.
Diagnose and fix semantic-release issues when a specific version is not being released. Use when semantic-release skips a version, fails to release, or when troubleshooting after git push --force, squashed commits, permission errors, or reference already exists.
Summarize your current sprint workload from Jira — assigned issues, contributor roles, and priorities. Use when checking what's left in the sprint or deciding what to work on next.
Summarize GitHub pull requests awaiting your review with status, age, and priority. Use when triaging your review queue, prioritizing code reviews, or checking what PRs need attention.
Build CSS design tokens for PatternFly core and copy them to the PatternFly repo. Use when regenerating tokens after design changes or during release preparation.
Write and refine example descriptions for PatternFly.org component and demo pages. Use when authoring or updating the prose in PatternFly example markdown files.
Plugin manifests1
{
"name": "pf-workshop",
"description": "PatternFly team tools and skill incubation — issue triage, release management, codebase auditing, new skill development",
"dependencies": [
"pf-mcp"
],
"category": "workshop",
"keywords": [
"patternfly"
],
"author": {
"name": "UXD Team",
"url": "https://www.patternfly.org"
},
"repository": "https://github.com/rh-uxd/ai-helpers",
"license": "MIT"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[pf-workshop on Agent Plugins Marketplace](https://pluginsmp.com/plugins/pf-workshop)