Generates ATS-optimized, tailored CVs by analyzing job vacancies against Andrew Nazymko's 15+ year career profile, matching requirements to experience, and producing professional resumes that highlight relevant skills while maintaining honesty and clarity
You can install this plugin from any of these themed marketplaces. Choose one, add it as a marketplace, then install the plugin.
Choose your preferred installation method below
A marketplace is a collection of plugins. Every plugin gets an auto-generated marketplace JSON for individual installation, plus inclusion in category and themed collections. Add a marketplace once (step 1), then install any plugin from it (step 2).
One-time setup for access to all plugins
When to use: If you plan to install multiple plugins now or later
Step 1: Add the marketplace (one-time)
/plugin marketplace add https://claudepluginhub.com/marketplaces/all.json
Run this once to access all plugins
Step 2: Install this plugin
/plugin install cv-generator@all
Use this plugin's auto-generated marketplace JSON for individual installation
When to use: If you only want to try this specific plugin
Step 1: Add this plugin's marketplace
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/cv-generator.json
Step 2: Install the plugin
/plugin install cv-generator@cv-generator
A curated collection of Claude Code plugins including agents, commands, and integrations for enhanced development workflows.
This repository serves as a Claude Code plugin marketplace, hosting production-ready plugins that extend Claude Code's capabilities. Each plugin follows the official Claude Code plugin specification and can be installed with a single command.
/plugin marketplace add andrew-nazymko/claude-code-marketplace
/plugin
/plugin install cv-generator
Category: Career Tools Version: 1.0.0
Generates ATS-optimized, tailored CVs by analyzing job vacancies against Andrew Nazymko's 15+ year career profile.
Features:
Usage:
/plugin install cv-generator
/generate-cv
Each plugin in this marketplace follows the official Claude Code plugin format:
plugins/
āāā plugin-name/
āāā .claude-plugin/
ā āāā plugin.json # Plugin manifest
āāā agents/ # Specialized subagents
ā āāā agent-name.md
āāā commands/ # Slash commands
ā āāā command-name.md
āāā hooks/ # Event handlers (optional)
ā āāā hooks.json
āāā README.md # Plugin documentation
plugins/
{
"name": "your-plugin-name",
"version": "1.0.0",
"description": "Your plugin description",
"author": {
"name": "Your Name",
"email": "your.email@example.com"
},
"homepage": "https://github.com/your-repo",
"license": "MIT",
"keywords": ["tag1", "tag2"],
"agents": "agents/",
"commands": "commands/"
}
Contributions are welcome! To add a new plugin:
.claude-plugin/marketplace.json
with your plugin detailsAll plugins should:
For issues or questions:
MIT License - See individual plugin directories for specific licenses.
Andrew Nazymko
1.0.0
Note: This is a community-maintained marketplace. Plugins are provided as-is. Please review each plugin's documentation and code before installation.
1.0.0