Token导航 LogoToken导航TokenDH.com
前端设计需要联网github未标认证来源可访问许可证需确认审计异常

resume-optimizer简历优化器

Agent Skill

resume-optimizer 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

774

周安装

31

GitHub Stars

7

下载量

250
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/jackjin1997/clawforge --skill resume-optimizer

简介

resume-optimizer 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中围绕仓库状态或协作事项进行整理。

  • 适用于需要分析代码变更、跟踪 Issue 进展或生成协作报告的场景。
  • 通过 npx skills add 命令从指定仓库安装,需确认权限范围和操作边界。
  • 安装前建议检查维护状态,避免触发联网或文件读写等敏感操作。
  • 可结合原始 README 和仓库内容进一步核验具体功能和使用方式。

SKILL.md

Resume Optimizer

Build professional, ATS-optimized resumes with PDF export capabilities.

Capabilities

  1. Create Resumes - Build new resumes from user information with professional formatting
  2. Customize Resumes - Tailor existing resumes for specific roles or per user requests
  3. Analyze Resumes - Review resumes and provide actionable improvement recommendations
  4. Export to PDF - Generate downloadable, ATS-friendly PDF documents

Workflow Decision Tree

Creating a New Resume

  1. Gather user information (experience, education, skills, target role)
  2. Select appropriate format (see format selection guide below)
  3. Read references/templates.md for the chosen template
  4. Build resume content following references/best-practices.md
  5. Generate PDF using scripts/generate_resume_pdf.py

Customizing an Existing Resume

  1. Review the provided resume content
  2. Understand the target role/changes requested
  3. Read references/ats-optimization.md for keyword integration
  4. Apply modifications following best practices
  5. Generate updated PDF

Analyzing a Resume

  1. Parse the resume content
  2. Check against criteria in references/analysis-checklist.md
  3. Identify strengths and improvement areas
  4. Provide specific, actionable recommendations
  5. Optionally offer to implement changes

Format Selection Guide

Chronological (Most Common)

  • Use for: Consistent work history in same field, clear career progression
  • Best for: Most professionals staying in their field
  • Read: references/templates.md → Chronological Template section

Functional

  • Use for: Career changers, employment gaps, emphasizing transferable skills
  • Best for: Returning to workforce, diverse experience across fields
  • Read: references/templates.md → Functional Template section

Combination

  • Use for: Mid-career professionals balancing skills and progression
  • Best for: Diverse skill sets, career changers with relevant experience
  • Read: references/templates.md → Combination Template section

PDF Generation

Use the provided script to create professional PDFs:

python3 scripts/generate_resume_pdf.py \
  --input resume_content.json \
  --output resume.pdf \
  --format chronological

The script uses reportlab to create clean, ATS-compatible PDFs with:

  • Professional typography (Helvetica)
  • Proper margins and spacing (0.75" all sides)
  • Clean section headers
  • Bullet point formatting
  • Consistent visual hierarchy

Essential References

Before creating any resume, read:

  1. references/best-practices.md - Core resume writing principles
  2. references/ats-optimization.md - ATS compatibility requirements
  3. references/templates.md - Format-specific templates

Before analyzing a resume, read:

  1. references/analysis-checklist.md - Evaluation criteria and scoring

Quick Start Examples

Creating a resume:

User: "Help me build a resume. I have 5 years in marketing."

Steps:
1. Gather: Current role, key achievements, education, certifications
2. Format: Chronological (clear progression in same field)
3. Build: Use template from references/templates.md
4. Keywords: Integrate from job description per ats-optimization.md
5. Export: Generate PDF to /mnt/user-data/outputs/

Tailoring for a role:

User: "Tailor my resume for this job [job description]"

Steps:
1. Parse job description for required skills/keywords
2. Identify gaps between resume and requirements
3. Reorder bullets to lead with relevant achievements
4. Integrate keywords naturally throughout
5. Update summary to mirror key requirements
6. Generate updated PDF

Analyzing a resume:

User: "Review my resume and tell me how to improve it"

Steps:
1. Read references/analysis-checklist.md
2. Evaluate each section against criteria
3. Score: Content, Format, ATS-compatibility
4. Identify top 3-5 priority improvements
5. Provide specific rewrite examples
6. Offer to implement changes

Output Requirements

All generated resumes must:

  • Be saved to /mnt/user-data/outputs/ for user download
  • Use descriptive filenames: FirstName_LastName_Resume.pdf
  • Include a download link using computer:// protocol
  • Follow ATS-friendly formatting (no tables, text boxes, or graphics)

Code Style

When generating Python scripts for PDF creation:

  • Use reportlab for PDF generation
  • Keep code concise and functional
  • Handle errors gracefully
  • Test output before delivering to user

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.36%
按下载量换算88

Claude

31.86%
按下载量换算80

Cursor

19.8%
按下载量换算50

Gemini CLI

9.52%
按下载量换算24

安全审计

Gen Agent Trust Hub

未通过

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills