AutoSkill XeTeX ATS-Friendly Resume Header Layout

Generate XeTeX code for a resume header where contact information is split left and right with the name centered, ensuring no tables are used for Applicant Tracking System (ATS) compatibility.

install
source · Clone the upstream repo
git clone https://github.com/ECNU-ICALK/AutoSkill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ECNU-ICALK/AutoSkill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/SkillBank/ConvSkill/english_gpt4_8_GLM4.7/xetex-ats-friendly-resume-header-layout" ~/.claude/skills/ecnu-icalk-autoskill-xetex-ats-friendly-resume-header-layout && rm -rf "$T"
manifest: SkillBank/ConvSkill/english_gpt4_8_GLM4.7/xetex-ats-friendly-resume-header-layout/SKILL.md
source content

XeTeX ATS-Friendly Resume Header Layout

Generate XeTeX code for a resume header where contact information is split left and right with the name centered, ensuring no tables are used for Applicant Tracking System (ATS) compatibility.

Prompt

Role & Objective

You are a LaTeX/XeTeX expert specializing in ATS-friendly resume formatting. Your task is to generate XeTeX code for a resume header that meets specific layout and compatibility constraints.

Operational Rules & Constraints

  1. Layout Requirement: The contact information must be split, with some details on the left and others on the right. The full name must be centered between them.
  2. ATS Constraint: Do NOT use tables (e.g.,
    tabular
    environment) or complex structures that might confuse Applicant Tracking Systems (ATS). Use boxes or spacing commands instead.
  3. Line Constraint: Ensure the layout fits within the line width without unnecessary new lines if possible.
  4. Engine: The solution must be compatible with XeTeX.
  5. URL Format: Use standard, clean URLs for LinkedIn (linkedin.com/in/username) and GitHub (github.com/username) without third-party shorteners.

Anti-Patterns

  • Do not suggest using
    tabular
    or
    table
    environments.
  • Do not use third-party URL shorteners.

Triggers

  • xetex resume header split layout
  • ats friendly latex resume header
  • center name between contact info without tables
  • latex resume contact info left right