Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计提醒

resume-builder简历生成器

Agent Skill

resume-builder 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

318

周安装

13

GitHub Stars

公开资料未说明

下载量

103
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:resume-builder(简历生成器)
来源仓库:https://github.com/aadilmallick/claude-skills
仓库路径:skills/resume-builder
安装命令:
npx skills add https://github.com/aadilmallick/claude-skills --skill resume-builder
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/aadilmallick/claude-skills --skill resume-builder

简介

该技能基于 LaTeX 生成 ATS 优化的专业简历,采用 Jake Ryan 模板。

  • 适用于求职准备、简历优化或岗位定向调整等人力资源相关场景。
  • 强调量化成果、关键词布局和单栏排版,符合 FAANG 企业标准。
  • 输入个人信息后自动生成 LaTeX 源码与 PDF 文件,支持多版本定制。
  • 使用前需确认是否允许访问本地文件系统以保存生成的文档。

SKILL.md

Resume Builder Skill

Overview

This skill creates professional, ATS-optimized resumes using LaTeX based on the Jake Ryan template. It follows industry best practices from Tech Interview Handbook and generates both LaTeX source files and compiled PDFs.

When to Use This Skill

Use this skill when you need to:

  • Create a professional resume from scratch
  • Improve an existing resume with quantifiable achievements
  • Generate targeted resume variants (e.g., SWE vs ML focus)
  • Ensure ATS (Applicant Tracking System) compatibility
  • Format resumes following FAANG hiring standards

Core Principles

The Three Pillars

  1. Quantifiable Achievements - Every bullet point should include measurable impact
  2. ATS Optimization - Single-column layout, standard fonts, keyword-rich
  3. Strategic Marketing - Show impact, not just responsibilities

Critical Rules

  • Always generate BOTH.tex and.pdf files
  • Maximum 2 bullets per experience/project unless specifically requested
  • Use original content - never fabricate achievements
  • Single page for early career (<5 years experience)
  • PDF compiled from LaTeX for text highlightability

Step-by-Step Process

Step 1: Gather Information

Before creating a resume, collect:

Personal Information:

  • Full name
  • Phone number
  • Email (professional format: firstname.lastname@domain.com)
  • LinkedIn URL
  • GitHub URL
  • Location (optional)

Education:

  • Institution name and location
  • Degree, major, minor (if applicable)
  • GPA (if 3.5+)
  • Graduation date
  • Relevant coursework (3-5 courses max)

Experience:

  • Company name and location
  • Job title
  • Employment dates
  • 2-3 bullet points per position with quantifiable results

Projects:

  • Project name
  • Technologies used
  • GitHub repository URL
  • Live demo URL
  • 1-2 bullet points with metrics (users, performance, impact)

Skills:

  • Programming languages
  • Frameworks and libraries
  • Databases
  • Tools and technologies
  • Specializations

Step 2: Apply Content Strategy

For every bullet point, use the PAR Method:

  • Problem: What challenge existed?
  • Action: What did you do?
  • Result: What quantifiable outcome occurred?

Formula: Action Verb + Technical Task + Quantifiable Result

Examples:

❌ Bad: "Developed a web application" ✅ Good: "Built Flask web application reducing API response time by 40% for 10,000+ monthly users"

❌ Bad: "Worked on monitoring system" ✅ Good: "Architected Kubernetes monitoring system for 112+ websites, reducing incident detection from 2 hours to 5 minutes"

Step 3: Optimize for ATS

Format Requirements:

  • Single-column layout (CRITICAL for ATS)
  • Standard fonts (included in template)
  • No graphics, images, or photos
  • No tables for main content
  • No multi-column layouts
  • Section headers must be clear: Education, Experience, Projects, Technical Skills

Keyword Strategy:

  1. Read target job description 3 times
  2. Extract technical keywords (languages, frameworks, tools, methodologies)
  3. Include both acronyms AND full phrases (e.g., "ML" and "Machine Learning")
  4. Place keywords in:

- Professional Summary (highest ATS weight) - Skills Section (exact job description terminology) - Experience descriptions (woven into achievements)

Step 4: Create LaTeX File

Use the template structure from TEMPLATE.tex. Key sections in order:

  1. Header - Name and contact information
  2. Professional Summary (optional but recommended) - 3-4 sentences, <50 words
  3. Education - Reverse chronological order
  4. Experience - Reverse chronological, 2-3 bullets each
  5. Projects - Most impressive first, include GitHub/Demo links
  6. Technical Skills - Grouped by category

Project Header Format:

\resumeProjectHeading
    {\textbf{Project Name} $|$ \emph{Tech Stack} $|$ \href{github-url}{\underline{Github}} $|$ \href{demo-url}{\underline{Demo}}}{Year}

Step 5: Compile to PDF

Always compile using pdflatex:

pdflatex -interaction=nonstopmode resume.tex

This ensures:

  • Text is highlightable (ATS requirement)
  • Professional formatting is preserved
  • Hyperlinks are functional

Step 6: Output Files

Always provide to user:

  1. [name]_resume.tex - LaTeX source file
  2. [name]_resume.pdf - Compiled PDF
  3. Copy both to /mnt/user-data/outputs/
  4. Use present_files tool to share with user

Creating Resume Variants

For targeted applications, create variants by asking the user what they want or use one of the variants below.

SWE Variant:

  • Focus on: Full-stack development, production systems, TypeScript/React
  • Remove: Heavy ML/research content
  • Emphasize: System design, scalability, user-facing features

ML/AI Variant:

  • Focus on: Research, model development, data pipelines
  • Remove: Pure frontend work
  • Emphasize: Frameworks (PyTorch, TensorFlow), research papers, metrics

Each Variant Must:

  • Fit on single page
  • Have unique filename (e.g., resume_swe.tex, resume_ml.tex)
  • Maintain 2 bullets max per item
  • Use only original user content

Quantification Guidelines

Types of Metrics to Include

Performance Improvements:

  • "Reduced latency by 200ms"
  • "Improved page load time from 3.2s to 0.8s"
  • "Decreased API response time by 40%"

Scale:

  • "Serving 1M+ users"
  • "Processing 50,000+ requests/day"
  • "Monitoring 112+ websites"

Business Impact:

  • "Reduced incident detection from 2 hours to 5 minutes"
  • "Improved uptime by 15%"
  • "Saved $50K/year in infrastructure costs"

Code Quality:

  • "Reduced runtime errors by 25%"
  • "Improved test coverage from 60% to 95%"
  • "Decreased production exceptions by 40%"

User Engagement:

  • "Increased user retention by 30%"
  • "Achieved 1,000+ active users"
  • "Garnered 4.7/5 rating with 836+ reviews"

When Metrics Aren't Available

If user doesn't have exact numbers:

  1. Ask clarifying questions to help them estimate
  2. Use comparative statements ("significantly improved", "substantially reduced")
  3. Focus on scope ("team of 5", "across 3 departments")
  4. Never fabricate numbers

Action Verbs by Category

Development:

  • Engineered, Architected, Implemented, Built, Designed, Developed, Programmed

Optimization:

  • Streamlined, Optimized, Enhanced, Improved, Accelerated, Refactored

Leadership:

  • Led, Mentored, Spearheaded, Coordinated, Directed, Managed

Analysis:

  • Analyzed, Evaluated, Assessed, Investigated, Researched

Innovation:

  • Pioneered, Innovated, Transformed, Created, Launched

Collaboration:

  • Collaborated, Partnered, Coordinated, Facilitated

Professional Summary Template

Structure (3-4 sentences, <50 words):

[Your Role/Level] with [X years/internships] in [specializations].
[Key achievement with metric].
[Notable accomplishment or publication].
Proficient in [top 3-5 technologies].

Example:

Computer Science & Applied Mathematics student at William & Mary with expertise
in AI/ML, full-stack development, and distributed systems. Architected Kubernetes
monitoring system reducing incident detection time from hours to minutes. Published
20,000-word technical article garnering 836+ claps. Proficient in Python,
TypeScript, React, PyTorch, and Docker.

Common Mistakes to Avoid

Content Mistakes

❌ Listing responsibilities without impact ❌ Vague statements ("worked on", "helped with") ❌ Missing project context or complexity ❌ No quantifiable results ❌ Generic descriptions that could apply to anyone

Formatting Mistakes

❌ Multi-column layouts (breaks ATS) ❌ Graphics, photos, or decorative elements ❌ Tables for experience section ❌ Inconsistent date formats ❌ Personal information (age, photo, marital status) ❌ Fancy fonts or colors

Technical Mistakes

❌ PDF not text-highlightable ❌ Hidden keywords in white text ❌ Missing both acronym and full form ❌ Not tailoring to job description ❌ Skills section doesn't match job requirements

Quality Checklist

Before delivering resume, verify:

Content:

  • Every bullet starts with strong action verb
  • 80%+ bullets include quantifiable metrics
  • Technical keywords match typical job descriptions
  • Projects explain impact, not just features
  • No spelling or grammar errors
  • Maximum 2 bullets per item (unless specified)

ATS Optimization:

  • PDF generated from LaTeX (text highlightable)
  • Single-column layout throughout
  • Standard fonts (Computer Modern from template)
  • No graphics, images, or tables in main content
  • Both acronyms and full terms included

Format:

  • Reverse chronological order
  • Consistent date formatting
  • Clear section headers
  • Adequate white space
  • Fits on one page (early career)
  • Contact info at top with working hyperlinks

Technical:

  • Both.tex and.pdf files created
  • Files copied to /mnt/user-data/outputs/
  • Files presented to user with present_files tool
  • PDF compiles without errors
  • All hyperlinks functional

Workflow Example

1. User provides: resume content or requests improvement
2. Read TEMPLATE.tex to understand structure
3. Read BEST_PRACTICES.md for latest guidelines
4. Create LaTeX file with user's content
5. Apply quantification to all bullets
6. Add project links (Github/Demo) if available
7. Compile: pdflatex -interaction=nonstopmode resume.tex
8. Copy both .tex and .pdf to /mnt/user-data/outputs/
9. Present files to user
10. If variants requested: repeat for each variant with different focus

Files in This Skill

  • SKILL.md (this file) - Main skill documentation
  • TEMPLATE.tex - Jake Ryan LaTeX resume template
  • BEST_PRACTICES.md - Comprehensive resume improvement guide from Tech Interview Handbook
  • EXAMPLES.md - Before/after examples and common patterns

Success Metrics

A successful resume from this skill:

  • Passes ATS screening (text highlightable, single-column, keyword-rich)
  • Grabs recruiter attention in 6 seconds (clear value proposition)
  • Shows quantifiable impact (80%+ bullets with metrics)
  • Fits on one page (for early career)
  • Compiles cleanly to professional PDF
  • Both.tex and.pdf delivered to user

Additional Resources


Remember: A resume is a strategic marketing document. Every word should demonstrate value, every bullet should show impact, and every metric should prove results. Quality over quantity - one page of powerful achievements beats two pages of responsibilities.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

39.95%
按下载量换算41

Claude

29.29%
按下载量换算30

Cursor

18.83%
按下载量换算19

Gemini CLI

8.5%
按下载量换算9

安全审计

Gen Agent Trust Hub

可疑

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills