Share components
Share components
Stop sharing components through copy/paste, use real tools to ease maintenance, updates and enforce security.
Explore
One CLI to download all the world skills.
Group components together for a better integration.
Ship many plugins into one place, whether they be local or remote.
Group more components than plugins into one.
One CLI and many packages to share components.
Mental Map
flowchart TD
APM["Agent Package Manager"]
Components["Components<br/>(agents, hooks, LSP, MCP, skills, etc.)"]
Marketplace["Marketplace"]
Package["Package"]
Plugin["Plugin"]
SkillsCLI["Skills CLI"]
Marketplace -->|bundles| Plugin
Plugin -->|bundles| Components
Package -->|bundles| Components
Package -->|apm pack| Plugin
Package -->|apm pack| Marketplace
APM -->|apm install| Package
APM -->|apm marketplace add| Marketplace
SkillsCLI -->|"npx skills add (only skills)"| Components