Skip to content

Commit b6b3862

Browse files
committed
Move pf-token-auditor to pf-styling, remove pf-design-tokens
1 parent 7b2e75f commit b6b3862

4 files changed

Lines changed: 2 additions & 9 deletions

File tree

PLUGINS.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Quick reference of all plugins and what they contain. This file is auto-generate
55
## Table of Contents
66

77
- [pf-a11y](#pf-a11y) — Accessibility auditing, reporting, and documentation for PatternFly applications
8-
- [pf-design-tokens](#pf-design-tokens)
98
- [pf-figma](#pf-figma) — Figma design review, diffing, and asset identification for PatternFly
109
- [pf-react](#pf-react) — PatternFly React coding standards and unit test generation agents
1110
- [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
1918

2019
No skills or agents yet — contributions welcome!
2120

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-
2921
### pf-figma
3022

3123
Figma design review, diffing, and asset identification for PatternFly
@@ -41,6 +33,7 @@ PatternFly React coding standards and unit test generation agents
4133
- `/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.
4234
- `/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.
4335
- `/pf-react:pf-unit-test-generator` — Generate a comprehensive unit test file for a given React component
36+
- `/pf-react:write-example-description` — >-
4437

4538
**Agents:**
4639
- `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
5346

5447
**Skills:**
5548
- `/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".
5650
- `/pf-styling:pf-tokens` — Build CSS design tokens for PatternFly core and copy them to the PatternFly repository.
5751

5852
### pf-workflow

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ Cursor can discover plugins from `.cursor-plugin/` directories. If you also have
2828
| Plugin | Description |
2929
|--------|-------------|
3030
| **pf-a11y** | Accessibility auditing, reporting, and documentation for PatternFly applications |
31-
| **pf-design-tokens** | |
3231
| **pf-figma** | Figma design review, diffing, and asset identification for PatternFly |
3332
| **pf-react** | PatternFly React coding standards and unit test generation agents |
3433
| **pf-styling** | CSS, SCSS, design tokens, and visual styling for PatternFly |

plugins/pf-design-tokens/skills/pf-token-auditor/SKILL.md renamed to plugins/pf-styling/skills/pf-token-auditor/SKILL.md

File renamed without changes.

plugins/pf-design-tokens/skills/pf-token-auditor/token-reference.md renamed to plugins/pf-styling/skills/pf-token-auditor/token-reference.md

File renamed without changes.

0 commit comments

Comments
 (0)