pf-react
React component development — coding standards, testing, and structure
By UXD TeamLicense: MIT7 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 10 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-react for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install pf-react@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-react/.
Plugin files
├── .claude-plugin/plugin.json├── skills/pf-chart-gen/SKILL.md├── skills/pf-component-check/SKILL.md├── skills/pf-component-reuse-check/SKILL.md├── skills/pf-deploy/SKILL.md├── skills/pf-design-comments-setup/SKILL.md├── skills/pf-form-gen/SKILL.md├── skills/pf-import-check/SKILL.md├── skills/pf-project-gen/SKILL.md├── skills/pf-table-gen/SKILL.md└── skills/pf-test-gen/SKILL.md
Included Skills10
Generate PatternFly chart components with theming, responsive sizing, and accessibility. Use when building charts, data visualizations, or dashboards with PatternFly.
Audit PatternFly React component nesting, wrapper hierarchies, and layout structure. Use when scanning for hierarchy violations or debugging spacing caused by missing wrapper components.
Detects custom React components in newly created or modified (uncommitted) code that overlap with PatternFly React components, suggests the PatternFly equivalent, and can replace the custom component then build to verify. Use when creating UI components, reviewing uncommitted React changes, or when the user asks to prefer PatternFly instead of a custom component.
Deploy a PatternFly React project to GitHub Pages using pfcli deploy. Use when publishing a prototype, sharing a demo URL, deploying to GitHub Pages, or when the user mentions pfcli deploy.
Integrate @patternfly/design-comments into React apps for on-page design feedback, pinned comment threads, GitHub Issues sync, and Jira linking. Use when adding design comments, review overlays, or removing the commenting system from a PatternFly React project.
Generate PatternFly form components with validation, layout, and accessibility. Use when building forms, adding form fields, or creating validated input workflows.
Audit and fix invalid PatternFly import paths across packages. Use when imports fail, modules are unresolved, or after upgrading PatternFly versions.
Scaffolds PatternFly React projects with PF6-safe dependencies, imports, and starter layout. Use when creating a new PatternFly app or bootstrapping a migration sandbox.
Generate PatternFly table components with sorting, filtering, pagination, and expandable rows. Use when building data tables, adding table features, or migrating HTML tables to PatternFly.
Generate a unit test file for a React component using Testing Library. Use when adding test coverage to new or existing components.
Plugin manifests1
{
"name": "pf-react",
"description": "React component development — coding standards, testing, and structure",
"dependencies": [
"pf-mcp"
],
"author": {
"name": "UXD Team",
"url": "https://www.patternfly.org"
},
"repository": "https://github.com/rh-uxd/ai-helpers",
"license": "MIT",
"keywords": [
"patternfly"
]
}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-react on Agent Plugins Marketplace](https://pluginsmp.com/plugins/pf-react)