You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PLUGINS.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,6 @@ Quick reference of all plugins and what they contain. This file is auto-generate
5
5
## Table of Contents
6
6
7
7
-[pf-a11y](#pf-a11y) — Accessibility auditing, reporting, and documentation for PatternFly applications
8
-
-[pf-design-tokens](#pf-design-tokens) —
9
8
-[pf-figma](#pf-figma) — Figma design review, diffing, and asset identification for PatternFly
10
9
-[pf-react](#pf-react) — PatternFly React coding standards and unit test generation agents
11
10
-[pf-styling](#pf-styling) — CSS, SCSS, design tokens, and visual styling for PatternFly
@@ -19,13 +18,6 @@ Accessibility auditing, reporting, and documentation for PatternFly applications
19
18
20
19
No skills or agents yet — contributions welcome!
21
20
22
-
### pf-design-tokens
23
-
24
-
25
-
26
-
**Skills:**
27
-
-`/pf-design-tokens:pf-token-auditor` — Validate and bridge Figma design styles to PatternFly 6 design tokens. Use when auditing Figma designs against PatternFly tokens, validating token naming, translating Figma styles to composite tokens, or when the user mentions "token validation", "token audit", "design tokens", "Figma audit", "Figma variables", "token bridge", or "PF tokens".
28
-
29
21
### pf-figma
30
22
31
23
Figma design review, diffing, and asset identification for PatternFly
@@ -41,6 +33,7 @@ PatternFly React coding standards and unit test generation agents
41
33
-`/pf-react:patternfly-component-structure` — Guide for PatternFly React component structure — audits, correct nesting, and layout debugging. Use when building with @patternfly/react-core or @patternfly/react-table, scanning code for hierarchy violations, or fixing spacing and alignment issues.
42
34
-`/pf-react:pf-bug-triage` — Performs preliminary triage of opened issues marked as bugs. Suggests what needs to be updated to fix reported bugs, provides context for assignees, and tags the most appropriate maintainer when the issue contains questions. Use when triaging bug issues, reviewing new bug reports, or preparing issues for assignment.
43
35
-`/pf-react:pf-unit-test-generator` — Generate a comprehensive unit test file for a given React component
36
+
-`/pf-react:write-example-description` — >-
44
37
45
38
**Agents:**
46
39
-`component-structure-audit` — PatternFly React structural composition rules — required hierarchies, wrapper components, and props-vs-children patterns. Use when writing, reviewing, or refactoring PatternFly UI so layouts rely on correct trees, not custom CSS.
@@ -53,6 +46,7 @@ CSS, SCSS, design tokens, and visual styling for PatternFly
53
46
54
47
**Skills:**
55
48
-`/pf-styling:pf-raw-colors-scan` — "Analyze the provided code to find any raw color values assigned to styling properties. Flag these values as technical debt and suggest their replacement with design tokens."
49
+
-`/pf-styling:pf-token-auditor` — Validate and bridge Figma design styles to PatternFly 6 design tokens. Use when auditing Figma designs against PatternFly tokens, validating token naming, translating Figma styles to composite tokens, or when the user mentions "token validation", "token audit", "design tokens", "Figma audit", "Figma variables", "token bridge", or "PF tokens".
56
50
-`/pf-styling:pf-tokens` — Build CSS design tokens for PatternFly core and copy them to the PatternFly repository.
0 commit comments