Premium Claude Cowork plugins for AI Adopters Club members.
Add the marketplace to Claude Code or Cowork:
/plugin marketplace add kbanc85/AIAC
Then install any plugin:
/plugin install ai-adopters-marketing@aiac
| Plugin | Skills | Commands | Description |
|---|---|---|---|
ai-adopters-marketing |
12 | 5 | CRO, copywriting, content strategy, email sequences, SEO, AI search optimisation |
Each plugin bundles skills (deep knowledge files that tell Claude how to think about a specific discipline) and slash commands (one-liners that trigger multi-step workflows). Install a plugin once, and every skill and command is available immediately.
From GitHub:
/plugin marketplace add kbanc85/AIAC
From a local clone:
/plugin marketplace add ./AIAC
/plugin install <plugin-name>@aiac
Pull the latest from the repo and Claude picks up changes automatically:
cd AIAC && git pullOr re-add the marketplace to force a refresh:
/plugin marketplace add kbanc85/AIAC
AIAC/
├── .claude-plugin/
│ └── marketplace.json # Marketplace catalog
├── plugins/
│ └── ai-adopters-marketing/
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin manifest
│ ├── commands/ # Slash commands
│ └── skills/ # Skill files with references
├── LICENSE
└── README.md
MIT
Kamil Banc, AI Adopters Club