andrewnazymko-plugins
A curated collection of Claude Code plugins including agents, commands, and integrations for enhanced development workflows
Run this command in your terminal to add the entire marketplace:
/plugin marketplace add https://claudepluginhub.com/marketplaces/themed/andrewnazymko-plugins.json
Then install plugins: /plugin install [plugin-name]@andrewnazymko-plugins
cv-generator
📚 Quick explanation: Claude Code plugins work like npm packages. First, you add a "marketplace" (a catalog of plugins), then install individual plugins from it.This plugin is available from the andrewnazymko-plugins curated marketplace.
This tells your CLI where to find plugins from the andrewnazymko-plugins marketplace. Skip this if you've already added it.
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/cv-generator.json
Adds the "andrewnazymko-plugins" themed marketplace as a source
Now that the marketplace is added, install just the cv-generator plugin from it.
/plugin install cv-generator@andrewnazymko-plugins
Installs cv-generator from the andrewnazymko-plugins marketplace