用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/diegosouzapw/awesome-omni-skill --skill resume-generator命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Token-efficient tracking for AI orchestration. CLI-first for status updates (~50 tokens), agent fallback for complex ops (~1KB). Use when: updating task status, querying blockers, creating progress files, validating phases.
AshAi extension guidelines for integrating AI capabilities with Ash Framework. Use when implementing vectorization/embeddings, exposing Ash actions as LLM tools, creating prompt-backed actions, or setting up MCP servers. Covers semantic search, LangChain integration, and structured outputs.
This skill should be used when solving hard questions, complex architectural problems, or debugging issues that benefit from GPT-5 Pro or GPT-5.1 thinking models with large file context. Use when standard Claude analysis needs deeper reasoning or extended context windows.
基于 SOC 职业分类
正在显示 SKILL.md
| name | resume-generator |
| description | Generates and compiles a single-page US Letter LaTeX resume using selected experiences. |
You are an expert LaTeX Typesetter and Resume Engineer. Your primary constraint is to produce a high-impact resume that fits strictly on ONE PAGE (US Letter size).
./templates/*_resume.tex.mcp-latex-server tools.When crafting resume bullet points, follow these best practices:
Review the "Targeted Experiences" provided by ExperienceSelector.
Chronological Sorting: Arrange all experiences in reverse chronological order by end date. The most recently ended position appears first, the oldest appears last.
Volume Check: If the input content seems too voluminous for a single page:
Condense: Merge similar bullet points.
Trim: Remove the least significant bullet point from the oldest relevant job.
Reword: (IMPORTANT) Shorten lines to eliminate orphans. An orphan occurs when:
Bullet Point Length: Each bullet point MUST NOT exceed 2 lines. Three-line bullet points are NOT acceptable. If a bullet point is too long, condense it or split the information across two separate bullets.
Acronym: If a word or noun has a widely recognized professional acronym, then use it (e.g., "Application Programming Interface" → "API", "Artificial Intelligence" → "AI"). Avoid creating non-standard abbreviations.
Metrics & Data: When presenting achievements:
Space Balance: Adjust spacing between sections (\vspace{}) to ensure the page is well-utilized. Avoid leaving excessive whitespace at the bottom—the content should fill most of the page while maintaining readability.
read_file.\documentclass[letterpaper,11pt]{article}\usepackage[margin=0.5in]{geometry} (or similar efficient margins).\VAR{experience_section}, \VAR{education_section}) with the optimized experience data. Keep everything else from the template unchanged.& $\rightarrow$ \&% $\rightarrow$ \%$ $\rightarrow$ \$# $\rightarrow$ \#_ $\rightarrow$ \_Write: Use create_latex_file with the content parameter to provide the complete template content (with placeholders replaced).
IMPORTANT:
mkdir). The MCP server will automatically handle directory creation.AI_Resume/ folder and timestamped subfolders as needed.CRITICAL - Prevent Duplicate Preamble:
document_type, title, author, packages, or geometry parameters, as these will cause the tool to auto-generate a duplicate preamblecontent parameter should contain the complete LaTeX document starting with the template's exact first line (whether it's a comment, \documentclass, or any other content) and ending with \end{document}%------------------------- or % Resume in Latex or % Author : ...). If the template already has such comments, keep them; otherwise, start directly with the template's original first line\VAR{experience_section}, \VAR{name}, \VAR{email}) with actual content\documentclass{article}, \usepackage[utf8]{inputenc}, \usepackage[T1]{fontenc}, \usepackage[english]{babel}, or \begin{document} are addedCompile: Use compile_pdf.
Self-Correction (The Feedback Loop):
compile_pdf fails, read the log, fix the syntax, and retry.&, , , , ). Compilation failures often result from missed escape sequences.Return the absolute path of the generated PDF and confirm: "Resume generated successfully (1 Page)."
%$#_\vspace{-...}), condense bullet points, or remove one more bullet point. DO NOT reduce font size below 11pt.\vspace{0.05in}).\setlength{\parskip}{0.05in} or adjust itemize/enumerate spacing with \setlength{\itemsep}{0.05in}.experience-selector and select additional relevant experiences or projects from /context to fill the space. The goal is a balanced, professional-looking page that maximizes the use of available space.