Skip to content

Marketplaces

Marketplaces are collections of plugins hosted on GitHub.

Terminal window
allagents plugin marketplace add anthropics/claude-plugins-official
allagents plugin marketplace list

To register a marketplace from a non-default branch, use a full GitHub URL with the branch path or the --branch flag. A custom --name is required for non-default branches:

Terminal window
# Full GitHub URL with branch
allagents plugin marketplace add https://github.com/owner/repo/tree/feat/v2 --name repo-v2
# Shorthand with --branch flag
allagents plugin marketplace add owner/repo --branch feat/v2 --name repo-v2

The bare repo name (e.g., repo) is reserved for the default branch. Updates automatically pull the correct branch.

my-marketplace/
├── plugins/
│ ├── code-review/
│ └── debugging/
└── README.md