Commit ae99e2e
authored
feat: Rename plugins to domain-based names (#50)
## Summary
Closes [PF-3908](https://redhat.atlassian.net/browse/PF-3908)
- Renames plugin directories from `pf-*` prefixed to descriptive,
domain-based names so plugin names tell users exactly what they help
with
- Splits `pf-workflow` into two focused plugins: `issue-management` and
`repo-management`
- Updates marketplace configs, contributing guidelines, and
auto-generated docs
### Rename map
| Before | After |
|--------|-------|
| `pf-react` | `react` |
| `pf-styling` | `design-tokens` |
| `pf-a11y` | `a11y` |
| `pf-figma` | `figma` |
| `pf-workflow` | `issue-management` + `repo-management` |
### Why
- Plugin names are the first thing users see in the marketplace.
`pf-styling` doesn't tell you what it does — `design-tokens` does.
`pf-workflow` covered two unrelated domains — issue tracking and repo
maintenance — so it's split into two.
- The `pf-` prefix moves to the **skill level** where it distinguishes
PatternFly-specific skills (`pf-unit-test-generator`) from generic ones
(`dependency-recommender`). No skill renames in this PR.
- This also sets up the repo for clean upstream merges into the GitLab
UXD AI helpers fork — domain-based plugins let both repos contribute
skills to the same plugin directory without conflicts.
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **New Features**
* Added Issue Management, Repo Management, and React plugins.
* **Updates**
* Simplified plugin names (react, design-tokens, a11y, figma,
issue-management, repo-management).
* Updated skill invocation paths to the new plugin identifiers.
* Re-scoped and added several skills under design-tokens,
issue-management, react, and repo-management.
* **Documentation**
* Updated README, PLUGINS.md, CONTRIBUTING.md/CONTRIBUTING-SKILLS.md
with naming standards and install/invocation guidance.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->1 parent e0b1a67 commit ae99e2e
File tree
81 files changed
+329
-218
lines changed- .claude-plugin
- .cursor-plugin
- plugins
- a11y
- .claude-plugin
- .cursor-plugin
- design-tokens
- .claude-plugin
- .cursor-plugin
- skills
- css-var-analyzer
- scripts
- pf-analyze-modifiers
- pf-raw-colors-scan
- pf-token-auditor
- pf-tokens
- figma
- .claude-plugin
- .cursor-plugin
- skills/figma-changes
- examples
- references
- scripts
- issue-management
- .claude-plugin
- .cursor-plugin
- skills
- duplicate-epic
- scripts
- pf-create-issue
- quarterly-initiative-report
- pf-workflow
- .claude-plugin
- .cursor-plugin
- react
- .claude-plugin
- .cursor-plugin
- agents
- skills
- icon-finder
- pf-bug-triage
- pf-class-migration-scanner
- pf-component-structure
- references
- pf-import-checker
- pf-library-test-writer
- pf-project-scaffolder
- pf-unit-test-generator
- write-example-description
- repo-management
- .claude-plugin
- .cursor-plugin
- skills
- analytics-repo-pruning
- scripts
- dependency-recommender
- pf-org-version-update
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
81 files changed
+329
-218
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
31 | 36 | | |
32 | 37 | | |
33 | 38 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
31 | 36 | | |
32 | 37 | | |
33 | 38 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
74 | | - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
75 | 94 | | |
76 | | - | |
77 | 95 | | |
78 | 96 | | |
79 | 97 | | |
| |||
91 | 109 | | |
92 | 110 | | |
93 | 111 | | |
94 | | - | |
| 112 | + | |
95 | 113 | | |
96 | 114 | | |
97 | 115 | | |
| |||
117 | 135 | | |
118 | 136 | | |
119 | 137 | | |
120 | | - | |
| 138 | + | |
121 | 139 | | |
122 | 140 | | |
123 | 141 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
29 | 45 | | |
30 | 46 | | |
31 | 47 | | |
32 | 48 | | |
33 | 49 | | |
34 | 50 | | |
35 | | - | |
| 51 | + | |
36 | 52 | | |
37 | 53 | | |
38 | 54 | | |
| |||
0 commit comments