Use the AI Agent Skill¶
RenderCV provides an AI agent skill that teaches AI coding assistants how to create, edit, and render CVs. Once installed, your agent gains full knowledge of RenderCV's YAML schema, CLI commands, themes, locales, and design options.
Supported Agents¶
The skill works with any AI coding agent that supports the skills protocol, including:
- Claude Code
- Claude Desktop
- Cursor
- Codex
- Copilot
- Windsurf
- Gemini CLI
- and 20+ others
Install the Skill¶
You can also target a specific agent:
- Download
rendercv_skill.zip. - In Claude Desktop, go to Customize > Skills.
- Click "+" and select "Upload a skill".
- Upload the downloaded ZIP file.
The skill will appear in your Skills list and Claude will automatically use it when working with your CV.
Copy the content of skills/rendercv/SKILL.md into your agent's skill directory. For example, for Claude Code:
What the Skill Provides¶
The skill gives your AI agent:
- Full knowledge of RenderCV's YAML input structure
- All 6 built-in themes and their design options
- Complete locale and language support (20 built-in languages)
- CLI commands and their options
- Pydantic model schemas for precise field types and defaults
- A complete sample CV as a reference
Usage¶
After installing the skill, simply ask your AI agent to work with your CV:
- "Create a new CV for me using the classic theme"
- "Switch my CV to the engineeringresumes theme"
- "Add a new experience entry to my CV"
- "Change the font to Source Sans 3 and make the margins smaller"
- "Translate my CV to German"
The agent will use its knowledge from the skill to produce correct YAML and run the right rendercv commands.