cv
v1.0.9Francisco Perez-Sorrosal's CV — read, summarise and tailor it
By Francisco Perez-SorrosalLicense: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 15, 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 for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install cv@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/francisco-perez-sorrosal/cv-forgeClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/cv/.
Plugin files
├── .claude-plugin/plugin.json├── skills/cv-analyst/SKILL.md├── skills/cv-tailoring/SKILL.md└── .mcp.json
Included Skills2
Handler for general CV retrieval, summarization, rendering, and formatting requests about Francisco Perez-Sorrosal's professional background. Supported output formats are markdown (default), plain text, PDF, HTML, LaTeX, and Typst. Do NOT use for job-specific tailoring -- use the cv-tailoring skill instead when the user provides a job description or wants to adapt the CV for a specific role. Do NOT delegate CV output to document-generation tools (no docx, no slides). HTML output is server-rendered via get_cv(format="html") -- do NOT read or invoke any frontend, design, or HTML skill. Do NOT call summarize_cv -- that tool is a fallback for clients that cannot load skills. Trigger phrases: "LaTeX", "tex", "moderncv", "typeset CV", "generate .tex", "Typst", "typst", "moderner-cv", "generate .typ".
Tailors Francisco Perez-Sorrosal's CV to a specific job description. Produces a page-constrained (2-3 pages) compiled PDF CV optimized for the target role. Supports both LaTeX (moderncv) and Typst (moderner-cv) as compilation backends. Takes over from cv-analyst when a job description is provided. Orchestrates the CV MCP server (for CV content and rendering) and optionally the LinkedIn MCP server (for job data). Trigger terms: tailor CV, adapt resume, customize CV, CV for job, resume optimization, CV tailoring, match CV to job, typst CV, tailor with typst.
MCP servers1
- url
- https://fps-cv-mcp.wasmer.app/mcp
Plugin manifests1
{
"name": "cv",
"version": "1.0.9",
"description": "Francisco Perez-Sorrosal's CV — read, summarise and tailor it",
"author": {
"name": "Francisco Perez-Sorrosal",
"email": "[email protected]",
"url": "https://github.com/francisco-perez-sorrosal"
},
"homepage": "https://github.com/francisco-perez-sorrosal/cv-forge/tree/main/plugins/cv",
"repository": "https://github.com/francisco-perez-sorrosal/cv-forge",
"license": "MIT",
"keywords": [
"cv",
"mcp",
"skill"
],
"skills": [
"./skills/"
],
"mcpServers": {
"fps_cv_mcp": {
"type": "http",
"url": "https://fps-cv-mcp.wasmer.app/mcp"
}
}
}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 on Agent Plugins Marketplace](https://pluginsmp.com/plugins/cv)