Single entry point that makes every PatternFly consumer skill contextually available to any @patternfly/* project. Gate checks for @patternfly/* in package.json and exits immediately on non-PF projects.
Contextually routes to the right PF skills based on what the developer is doing:
-
Validation (code changes): /pf-component-structure, /pf-import-checker, /pf-raw-colors-scan, /pf-token-auditor, /pf-compliance-checker, /pf-class-migration-scanner
-
Testing (after implementation): /pf-unit-test-generator
-
Scaffolding (new projects): /pf-project-scaffolder
-
Design (Figma/design work): /pf-figma-icon-finder, /pf-design-mode, /pf-design-comments, /pf-ai-experience-patterns
Implemented as an agent (not a skill) in the code-review plugin. An agent is always-on context — it automatically surfaces relevant skills based on what the developer is doing, without requiring explicit invocation. This is the right choice for routing knowledge because the developer shouldn't need to know pf-assist exists to benefit from it.
Replaces the rejected plugin-workflows/ file-copying approach from AAP-78273.
Jira Issue: PF-4363
Single entry point that makes every PatternFly consumer skill contextually available to any
@patternfly/*project. Gate checks for@patternfly/*inpackage.jsonand exits immediately on non-PF projects.Contextually routes to the right PF skills based on what the developer is doing:
Validation (code changes):
/pf-component-structure,/pf-import-checker,/pf-raw-colors-scan,/pf-token-auditor,/pf-compliance-checker,/pf-class-migration-scannerTesting (after implementation):
/pf-unit-test-generatorScaffolding (new projects):
/pf-project-scaffolderDesign (Figma/design work):
/pf-figma-icon-finder,/pf-design-mode,/pf-design-comments,/pf-ai-experience-patternsImplemented as an agent (not a skill) in the
code-reviewplugin. An agent is always-on context — it automatically surfaces relevant skills based on what the developer is doing, without requiring explicit invocation. This is the right choice for routing knowledge because the developer shouldn't need to knowpf-assistexists to benefit from it.Replaces the rejected
plugin-workflows/file-copying approach from AAP-78273.Jira Issue: PF-4363