Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"plugins": [
{
"name": "react-design-philosophy",
"source": "./"
"source": "./packages/plugin"
}
]
}
2 changes: 1 addition & 1 deletion packages/plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ React design philosophy plugin for Claude Code. Includes skills for reviewing an
```bash
# 1. Add this plugin's marketplace (sparse-checkout keeps the clone minimal)
claude plugin marketplace add https://github.com/toss/react-simplikit \
--sparse packages/plugin
--sparse .claude-plugin packages/plugin

# 2. Install the plugin
claude plugin install react-design-philosophy@react-design-philosophy
Expand Down
Loading