Marketplaces
Marketplaces are collections of plugins hosted on GitHub.
Using Marketplaces
Section titled “Using Marketplaces”allagents plugin marketplace add anthropics/claude-plugins-officialallagents plugin marketplace listBranch Selection
Section titled “Branch Selection”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:
# Full GitHub URL with branchallagents plugin marketplace add https://github.com/owner/repo/tree/feat/v2 --name repo-v2
# Shorthand with --branch flagallagents plugin marketplace add owner/repo --branch feat/v2 --name repo-v2The bare repo name (e.g., repo) is reserved for the default branch. Updates automatically pull the correct branch.
Creating a Marketplace
Section titled “Creating a Marketplace”my-marketplace/├── plugins/│ ├── code-review/│ └── debugging/└── README.md