# Add to your Claude Code skills
git clone https://github.com/Claycui828/ASu-resume-skillsGuides for using ai agents skills like ASu-resume-skills.
ASu-resume-skills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Claycui828. 阿酥式高密度技术履历生成与证据优先简历审计. It has 50 GitHub stars.
ASu-resume-skills's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/Claycui828/ASu-resume-skills" and add it to your Claude Code skills directory (see the Installation section above).
ASu-resume-skills is primarily written in Python. It is open-source under Claycui828 on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh ASu-resume-skills against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
| Skill | 用途 | 主要交付 |
|---|---|---|
$asu-resume-skill |
阿酥式履历生成 | 来源映射 JSON、自包含 HTML、A4 PDF、小红书配文 |
$asu-resume-audit-skill |
简历证据审计 | 原子主张、证据矩阵、夸大模式、HTML/PDF 审计报告 |
| Skill | JSON 数据 | HTML 成品 | PDF 成品 |
|---|---|---|---|
$asu-resume-skill |
resume-data.example.json | asu-resume-example.html | asu-resume-example.pdf |
$asu-resume-audit-skill |
audit-report.example.json | asu-resume-audit-example.html | asu-resume-audit-example.pdf |
HTML 均为单文件自包含页面,下载后可直接用浏览器打开;PDF 为同一份 JSON 数据生成的 A4 版本。当前生成示例为 3 页高密度履历,覆盖 3 段经历、7 组核心项目、3 项开源贡献与 7 组技术沉淀;审计示例为 10 页完整报告,包含 16 条原子主张、15 项来源、6 类夸大模式与时间线。
把下面这段直接发给 Codex:
请从这个 GitHub 仓库安装插件,并启用 asu-resume-skill 与 asu-resume-audit-skill:
https://github.com/Claycui828/ASu-resume-skills
安装完成后建议新建一个 Codex 对话,让 Skill 列表重新加载。也可以显式调用:
$asu-resume-skill 读取我的经历,查学校官方 Title,生成 Owner、0→1 和大 Scope 的中文技术履历。
$asu-resume-audit-skill 审计这份简历里的角色强度、Scope 外扩、指标口径和规划时态。
$asu-resume-skill:高密度履历生成它会完整读取用户提供的简历、飞书文档、截图和项目材料,然后完成:
典型用法:
$asu-resume-skill
请读取我的晋升材料和现有简历,保留真实学校、公司、部门和指标。
学校要查官方 Title;项目要有模块级 Owner、0→1、技术链和大 Scope;
最终输出 HTML、PDF 和发布配文。
原始招聘平台打招呼截图:
$asu-resume-audit-skill:证据优先审计它不会用“学校不够有名”“项目听起来太大”直接推断造假,而是把每一段拆成可核验的原子主张:
每条主张只使用一个状态:已证实、部分证实、存在直接矛盾、缺乏支持 或 暂不可核验。
典型用法:
$asu-resume-audit-skill
请审计这份简历,逐条检查学校 Title、Owner、0→1、核心作者、项目指标和时间线,
生成证据矩阵、自包含 HTML 和 PDF;不要把未经证实的质疑写成事实。
真实经历
↓
学校 Title + Owner/0→1 + 技术链 + 大 Scope
↓
原子主张 + 证据等级 + 夸大模式
↓
可发布履历 / 可复核审计报告
0→1 必须说明“0”指新服务、新训练链路还是新策略节点;ASu-resume-skills/
├── .codex-plugin/
│ └── plugin.json
├── skills/
│ ├── asu-resume-skill/
│ │ ├── SKILL.md
│ │ ├── agents/openai.yaml
│ │ ├── assets/
│ │ ├── references/
│ │ └── scripts/
│ └── asu-resume-audit-skill/
│ ├── SKILL.md
│ ├── agents/openai.yaml
│ ├── assets/
│ ├── references/
│ └── scripts/
├── assets/
│ ├── asu-circle.png
│ └── hr-intro-example.jpg
├── examples/
│ ├── asu-resume-example.html
│ ├── asu-resume-example.pdf
│ ├── asu-resume-audit-example.html
│ ├── asu-resume-audit-example.pdf
│ ├── resume-data.example.json
│ └── audit-report.example.json
├── THIRD_PARTY_LICENSES/
│ └── Hisn00w-ASu-skills-LICENSE
├── LICENSE
└── README.md
代码以 MIT License 发布。