File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ React design philosophy plugin for Claude Code. Includes skills for reviewing an
44
55## Install
66
7+ ### Claude Code
8+
79``` bash
810# 1. Add this plugin's marketplace (sparse-checkout keeps the clone minimal)
911claude plugin marketplace add https://github.com/toss/react-simplikit \
@@ -13,13 +15,29 @@ claude plugin marketplace add https://github.com/toss/react-simplikit \
1315claude plugin install react-design-philosophy@react-design-philosophy
1416```
1517
18+ ### Codex
19+
20+ ``` bash
21+ codex plugin marketplace add https://github.com/toss/react-simplikit
22+ ```
23+
24+ Then install ` React Design Philosophy ` from the Codex plugin UI.
25+
1626To uninstall:
1727
28+ ### Claude Code
29+
1830``` bash
1931claude plugin uninstall react-design-philosophy@react-design-philosophy
2032claude plugin marketplace remove react-design-philosophy
2133```
2234
35+ ### Codex
36+
37+ ``` bash
38+ codex plugin marketplace remove react-simplikit
39+ ```
40+
2341## Skills
2442
2543### /react-design-principles
You can’t perform that action at this time.
0 commit comments