File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "description" : " Official Unic AI Agents plugins" ,
33 "name" : " unic-agent-plugins" ,
4+ "owner" : {
5+ "name" : " Unic AG"
6+ },
47 "plugins" : [
58 {
69 "source" : " apps/claude-code/pr-review"
Original file line number Diff line number Diff line change @@ -12,18 +12,18 @@ A monorepo of AI agent plugins developed at Unic. Currently hosts Claude Code pl
1212
1313## Installing plugins (Claude Code)
1414
15- Add the Unic marketplace once:
15+ Add the Unic marketplace once (run inside ` claude ` ) :
1616
17- ``` sh
18- claude marketplace add https://github.com/unic/unic-agents-plugins
17+ ```
18+ /plugin marketplace add https://github.com/unic/unic-agents-plugins
1919```
2020
2121Then install individual plugins:
2222
23- ``` sh
24- claude plugins install pr-review
25- claude plugins install auto-format
26- claude plugins install unic-confluence
23+ ```
24+ /plugin install pr-review@unic-agent-plugins
25+ /plugin install auto-format@unic-agent-plugins
26+ /plugin install unic-confluence@unic-agent-plugins
2727```
2828
2929## Development
You can’t perform that action at this time.
0 commit comments