원클릭으로
resume-formatting
Guidelines and constraints for JSON Resume generation and rendering. Use this when editing or validating resume data.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Guidelines and constraints for JSON Resume generation and rendering. Use this when editing or validating resume data.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
CV Building Mode. Guidelines for adding new professional experience, projects, or skills to the cv-data repository.
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.
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 | resume-formatting |
| description | Guidelines and constraints for JSON Resume generation and rendering. Use this when editing or validating resume data. |
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.
Consult these files for deep validation and formatting rules:
ATS Optimization:
references/ATS Resume Field Compatibility Research.md: Core research on parsing rules and field compatibility.references/JSON Resume ATS Optimization Guide.md: Advanced guide for optimizing content for ATS systems.related-requirements/ATS_Resume_Schema.json: Strict schema optimized for parsing fidelity.Schema Definitions:
related-requirements/Official_JSON_Resume_Schema_v1.0.0.json: The base standard schema.related-requirements/Standard_JSON_Resume_Schema.json: "Kitchen Sink" example showing all possible fields.references/Comprehensive JSON Resume Schema Example.md: Detailed analysis and implementation guide.AGENT_Tasks/Maintenance/enforce_page_limit.py during orchestration).AGENT_Tasks/Maintenance/lint_cv_data.py: Check for errors in the source CV data.AGENT_Tasks/Resume_Audit/fix_resume_structure.py: Repair structural issues in JSON files.