Skip to content

Commit c8a4a88

Browse files
committed
docs: add Claude Code plugin installation instructions
1 parent f799336 commit c8a4a88

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ gem 'classifier'
2727
Or install via Homebrew for CLI-only usage:
2828

2929
```bash
30-
brew install classifier
30+
brew install cardmagic/tap/classifier
3131
```
3232

3333
## Command Line
@@ -65,6 +65,22 @@ classifier "Great product, highly recommend"
6565

6666
[CLI Guide →](https://rubyclassifier.com/docs/guides/cli/basics)
6767

68+
### Claude Code Plugin
69+
70+
Install as a plugin to get skills (auto-invoked) and slash commands:
71+
72+
```bash
73+
# Add the marketplace
74+
claude plugin marketplace add cardmagic/ai-marketplace
75+
76+
# Install the plugin
77+
claude plugin install classifier@cardmagic
78+
```
79+
80+
This gives you:
81+
- **Skill**: Claude automatically classifies text when you ask about spam, sentiment, or emotions
82+
- **Slash commands**: `/classifier:classify`, `/classifier:train`, `/classifier:models`
83+
6884
## Quick Start
6985

7086
### Bayesian

0 commit comments

Comments
 (0)