원클릭으로
portfolio-deployment
Instructions for building and launching the portfolio website.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Instructions for building and launching the portfolio website.
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.
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).
| name | portfolio-deployment |
| description | Instructions for building and launching the portfolio website. |
The portfolio is a web application located in the portfolio/ directory that displays resumes and CV data.
Use the VS Code task "Build and Launch Portfolio" or run the following command:
cd portfolio && \
rm -rf data && \
mkdir -p data && \
cp -r ../resumes data/ && \
cp -r ../cv-data data/ && \
docker compose up --build --force-recreate
cv-data/resumes/ and cv-data/ into the portfolio/data/ directory.