cv-init

Create CV plugin directories and starter cv_data.json template.

9|1|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/Roxabi/roxabi-plugins --skill cv-init
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cv-init
Source: https://github.com/Roxabi/roxabi-plugins/tree/main/plugins/cv/skills/cv-init
Command: npx skills add https://github.com/Roxabi/roxabi-plugins --skill cv-init

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the setup of the CV plugin, ensuring all necessary directories and starter files are created for users to begin managing their CV data.

Core Features & Use Cases

  • Directory Creation: Sets up essential directories like ~/.roxabi-vault/cv/generated and ~/.roxabi-vault/cv/adapted.
  • Template Initialization: Creates a starter cv_data.json file if it doesn't exist, guiding users on how to input their information.
  • Configuration Setup: Initializes a default cv.json configuration file with essential language and format settings.
  • Use Case: When you first install the CV plugin, running cv-init ensures your environment is ready to go, preventing errors and guiding you on the next steps.

Quick Start

Run the cv-init skill to set up the CV plugin's directories and starter files.

Frequently Asked Questions about cv-init

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up the initial CV data template and directories?

To set up your CV data template, run the initialization skill to automatically generate required directories like `~/.roxabi-vault/cv/generated` and a starter `cv_data.json` file for managing your resume information.

What is the best way to initialize a resume configuration file from scratch?

The best way to initialize a resume configuration is by running the setup skill, which creates a default `cv.json` configuration file containing essential language and format settings to guide your CV generation workflow.

Does the template setup overwrite existing CV data files?

The template setup detects existing CV data files and prompts you before overwriting them, ensuring your current resume data remains safe while verifying that default configuration settings are present.

Why do I need to initialize directories before generating a CV?

You need to initialize directories before generating a CV because the process requires specific paths like `~/.roxabi-vault/cv/adapted` to exist, preventing file path errors and ensuring your environment is ready for data management.

Can I use the starter cv_data.json file for managing multiple resume versions?

The starter `cv_data.json` file serves as a central template for inputting your information, and combined with the generated and adapted directories, it supports managing and generating different resume variations within your workflow.