cv-builder
v0.1.0Draft, tailor, review, and rewrite resume content as canonical cv-builder/v1 Markdown and hand it to the browser-based CV Builder through the public MCP server. No accounts; editing and PDF export stay in the browser.
By CV Builder contributorsLicense: MIT0 GitHub starsUpdated 12 hours ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 5 skill or MCP entries
- Source updated
- Sep 23, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install cv-builder for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install cv-builder@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/Flodirka/cv-builder-pluginClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── skills/create-resume/SKILL.md├── skills/review-resume/SKILL.md├── skills/rewrite-achievements/SKILL.md├── skills/tailor-resume/SKILL.md└── .mcp.json
Included Skills4
Draft a new resume from the user's facts as canonical cv-builder/v1 Markdown. Use when the user asks to create, write, or build a resume or CV from scratch (English or Russian), optionally filling a shipped CV Builder skeleton and handing the result to the browser-based CV Builder through the open_builder MCP tool.
Review a resume's content, structure, and ATS safety using the same criteria as the CV Builder's preflight. Use when the user asks to review, critique, check, or give feedback on a resume or CV.
Rewrite resume bullets or entries into action-result form with honest quantification. Use when the user asks to improve, strengthen, or rewrite experience bullets, achievements, or role descriptions.
Adapt an existing resume to a target job posting without inventing facts: assess fit, map truthful keywords, flag gaps, and deliver canonical cv-builder/v1 Markdown. Use when the user provides a resume (cv-builder/v1 Markdown or plain text) plus a vacancy or job description and asks to tailor, target, or adjust the resume to it.
MCP servers1
- url
- https://cv-builder-relay.flodirka.workers.dev/mcp
Plugin manifests1
{
"name": "cv-builder",
"version": "0.1.0",
"description": "Draft, tailor, review, and rewrite resume content as canonical cv-builder/v1 Markdown and hand it to the browser-based CV Builder through the public MCP server. No accounts; editing and PDF export stay in the browser.",
"author": {
"name": "CV Builder contributors"
},
"homepage": "https://flodirka.github.io/cv-builder-web/",
"repository": "https://github.com/Flodirka/cv-builder-plugin",
"license": "MIT",
"keywords": [
"resume",
"cv",
"ats",
"markdown",
"job-search"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[cv-builder on Agent Plugins Marketplace](https://pluginsmp.com/plugins/cv-builder)