cv-craft
v0.3.0Maintain a canonical master CV in Markdown and produce tailored, ATS-friendly resumes and recruiter-screen prep packs from job descriptions.
By Matheus MalagrisLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 24, 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-craft for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install cv-craft@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/mqmalagris/agent-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is skills/cv-craft/.
Plugin files
├── .claude-plugin/plugin.json└── SKILL.md
Included Skills1
Maintain a canonical master CV in Markdown and produce tailored, ATS-friendly resumes and recruiter-screen prep packs from job descriptions. Supports five modes — bootstrap (build master from scratch via interview), sync (import existing resume in any format into master, with optional standalone rewrite output), check (assess fit against a JD before committing to an application, writing no CV), tailor (generate CV matched to a JD), and screen-prep (draft answers for first recruiter-call questions). Use when the user asks to update their CV/resume, rewrite an existing CV, tailor a resume to a job posting, check a job description or ask whether a role is worth applying to, prepare for a recruiter screen, import a resume PDF/docx into Markdown, or runs /cv-craft.
Plugin manifests1
{
"name": "cv-craft",
"version": "0.3.0",
"description": "Maintain a canonical master CV in Markdown and produce tailored, ATS-friendly resumes and recruiter-screen prep packs from job descriptions.",
"author": {
"name": "Matheus Malagris",
"url": "https://github.com/mqmalagris"
},
"homepage": "https://github.com/mqmalagris/agent-skills/tree/main/skills/cv-craft",
"repository": "https://github.com/mqmalagris/agent-skills",
"license": "MIT",
"keywords": [
"cv",
"resume",
"ats",
"job-search",
"recruiter",
"career"
]
}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-craft on Agent Plugins Marketplace](https://pluginsmp.com/plugins/cv-craft)