AI agent skill for RenderCV. Auto-generated from rendercv/rendercv
npx skills add https://github.com/rendercv/rendercv-skill --skill rendercvInstallez cette compétence avec la CLI et commencez à utiliser le flux de travail SKILL.md dans votre espace de travail.
Give your AI agent the ability to generate professional CVs and resumes as PDF.
Install this skill and your AI agent can create, edit, and render professional CVs and resumes, just by talking to it. Describe your experience and get a polished PDF in seconds. Choose from 6 built-in themes, customize colors, fonts, margins, and more.
RenderCV is an open-source CV/resume builder with professional typography. This skill teaches your AI agent how to use it, so you don't have to learn anything yourself.
npx skills add rendercv/rendercv-skill
Works with any AI agent that supports the skills standard, including Claude Code, Claude Desktop, Cursor, Codex, Copilot, Windsurf, Gemini CLI, and more. See the documentation for alternative install methods.
The skill gives your AI agent:
After installing the skill, simply ask your AI agent to work with your CV:
This repository is automatically generated from the main rendercv/rendercv repository. A build script parses the Pydantic models via AST, generates sample CVs and design configs, and renders everything into a single SKILL.md through a Jinja2 template. This keeps the skill always in sync with the latest RenderCV version.
A promptfoo eval suite validates the skill's quality. The evals cover CV generation, design customization, CLI workflows, and parsing messy CV text into clean YAML. Each generated YAML is validated through RenderCV's own Pydantic pipeline, so schema violations are caught deterministically, not just with LLM-as-judge.
Do not open issues or pull requests here. All contributions should go to the main repository: rendercv/rendercv.