一键导入
cv-data-management
CV Building Mode. Guidelines for adding new professional experience, projects, or skills to the cv-data repository.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
CV Building Mode. Guidelines for adding new professional experience, projects, or skills to the cv-data repository.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Interview Preparation Mode - Generates a strategic "Intelligence Pre-Interview Sheet" by synthesizing the Job Description, Company news, and Candidate history. Use this when preparing for an interview or researching a target role.
General project rules and architectural documentation for AGENT_Tasks. Use this when modifying files in AGENT_Tasks, debugging the resume orchestrator, or editing automation scripts.
Guidelines and constraints for JSON Resume generation and rendering. Use this when editing or validating resume data.
Execution mode - Workflow for generating tailored resumes and cover letters based on a Job Description (JD). Use this when the user asks to create a resume for a specific job or provides a position description.
Strict rules for ensuring generated resumes are parsable by Applicant Tracking Systems (ATS).
Protocol for handling resume orchestrator failures. STRICTLY prohibits completion of failed jobs and mandates user-driven corrective actions.
| name | cv-data-management |
| description | CV Building Mode. Guidelines for adding new professional experience, projects, or skills to the cv-data repository. |
CRITICAL INSTRUCTION: There are model and runtime-specific variances for agents running in this environment. If you are a Gemini Agent in Gemini CLI, you will use Gemini_Tasks. If you are an OpenAI Agent running under Codex, you will use Codex_Tasks.
This workflow ensures new artifacts in the cv-data/ directory are high-quality, fact-based, and indexable.
.md).cv-data/.summary field.Every file must start with a JSON FrontMatter block for indexing:
---
{
"title": "Project Review: <Project Name>",
"summary": "A concise (2-3 sentence) overview.",
"keywords": ["Skill 1", "Skill 2"],
"date": "YYYY-MM-DD",
"document_type": "Project Review",
"domain": "Software Engineering"
}
---
Run the linter after any modification:
python3 AGENT_Tasks/Maintenance/lint_cv_data.py