Skip to content

Commit 43124a6

Browse files
committed
chore: add contents in readme
1 parent df033cc commit 43124a6

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

packages/plugin/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff 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)
911
claude plugin marketplace add https://github.com/toss/react-simplikit \
@@ -13,13 +15,29 @@ claude plugin marketplace add https://github.com/toss/react-simplikit \
1315
claude 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+
1626
To uninstall:
1727

28+
### Claude Code
29+
1830
```bash
1931
claude plugin uninstall react-design-philosophy@react-design-philosophy
2032
claude 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

0 commit comments

Comments
 (0)