resume
v2.1.0Tailor a stored résumé to a job description and render it as a themed PDF. The résumé is supplied once and reused, so later runs need only a job URL — paste a posting link and get a tailored, uniquely-named PDF back. Triggers on "/resume", "tailor my resume", "optimize my resume for this job", a bare job posting URL, or any request to adapt a résumé to a specific posting.
By Nate SwensonLicense: MIT3 GitHub starsUpdated 6 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 17, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install resume for Codex and Claude Code
codex plugin marketplace add natejswenson/claude-skills
codex plugin marketplace upgrade claude-skills
codex plugin add resume@claude-skillsPaste and run these commands in a terminal with Codex. They add and refresh the claude-skills catalog, then install this plugin.
Compatibility: the page URL and API slug “resume-2” remain stable.
- Codex:
resume-2@agent-plugin-marketplace→resume@claude-skills
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/natejswenson/claude-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is skills/resume/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/resume/SKILL.md
Included Skills1
Tailor a stored résumé to a job description and render it as a themed PDF. The résumé is supplied once and reused, so later runs need only a job URL. Triggers on "/resume", "tailor my resume", "optimize my resume for this job", a bare job posting URL, or any request to adapt a résumé to a specific posting and produce a PDF. Also handles "update my stored resume", "show my stored resume", and "forget my resume".
Plugin manifests2
{
"name": "resume",
"version": "2.1.0",
"description": "Tailor a stored résumé to a job description and render it as a themed PDF. The résumé is supplied once and reused, so later runs need only a job URL — paste a posting link and get a tailored, uniquely-named PDF back. Triggers on \"/resume\", \"tailor my resume\", \"optimize my resume for this job\", a bare job posting URL, or any request to adapt a résumé to a specific posting.",
"author": {
"name": "Nate Swenson"
},
"homepage": "https://github.com/natejswenson/claude-skills/tree/main/skills/resume",
"license": "MIT",
"skills": "./skills/",
"interface": {
"displayName": "resume",
"shortDescription": "Tailor a stored résumé to a job description and render it as a themed PDF. The résumé is supplied once and reused, so la",
"longDescription": "Tailor a stored résumé to a job description and render it as a themed PDF. The résumé is supplied once and reused, so later runs need only a job URL — paste a posting link and get a tailored, uniquely-named PDF back. Triggers on \"/resume\", \"tailor my resume\", \"optimize my resume for this job\", a bare job posting URL, or any request to adapt a résumé to a specific posting.",
"developerName": "Nate Swenson",
"category": "Productivity",
"capabilities": [],
"defaultPrompt": [
"Use $resume to help me."
]
}
}{
"name": "resume",
"version": "2.1.0",
"description": "Tailor a stored résumé to a job description and render it as a themed PDF. The résumé is supplied once and reused, so later runs need only a job URL — paste a posting link and get a tailored, uniquely-named PDF back. Triggers on \"/resume\", \"tailor my resume\", \"optimize my resume for this job\", a bare job posting URL, or any request to adapt a résumé to a specific posting.",
"author": {
"name": "Nate Swenson"
},
"homepage": "https://github.com/natejswenson/claude-skills/tree/main/skills/resume",
"license": "MIT"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[resume on Agent Plugins Marketplace](https://pluginsmp.com/plugins/resume-2)