File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ gem 'classifier'
2727Or 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
You can’t perform that action at this time.
0 commit comments