Skip to content

kbanc85/AIAC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIAC, AI Adopters Club plugin marketplace

Premium Claude Cowork plugins for AI Adopters Club members.

Installation

Add the marketplace to Claude Code or Cowork:

/plugin marketplace add kbanc85/AIAC

Then install any plugin:

/plugin install ai-adopters-marketing@aiac

Available plugins

Plugin Skills Commands Description
ai-adopters-marketing 12 5 CRO, copywriting, content strategy, email sequences, SEO, AI search optimisation

How plugins work

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.

Adding the marketplace

From GitHub:

/plugin marketplace add kbanc85/AIAC

From a local clone:

/plugin marketplace add ./AIAC

Installing a plugin

/plugin install <plugin-name>@aiac

Updating plugins

Pull the latest from the repo and Claude picks up changes automatically:

cd AIAC && git pull

Or re-add the marketplace to force a refresh:

/plugin marketplace add kbanc85/AIAC

Structure

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

License

MIT

Built by

Kamil Banc, AI Adopters Club

About

No description, website, or topics provided.

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors