Paste a job description or job link -> scrape the JD -> generate an ATS-optimized resume tailored to your profile. Templates: default, classic, latex.
Paste a job description or a job link → it scrapes the JD → generates an ATS-optimized
resume PDF tailored to your profile. Slash command: /resume-forge. Templates: default,
classic, latex.
This repo is a single-plugin marketplace following the Claude Code plugin standard. It ships:
commands/resume-forge.md → /resume-forge)skills/resume-forge/ — scripts, templates, fonts all bundled).claude-plugin/)resume-forge/
├─ .claude-plugin/
│ ├─ plugin.json # plugin manifest
│ └─ marketplace.json # marketplace manifest (lets git/local install work)
├─ commands/
│ └─ resume-forge.md # /resume-forge slash command → delegates to the skill
└─ skills/
└─ resume-forge/ # the self-contained engine
├─ SKILL.md README.md package.json
├─ scripts/ (build-resume.mjs, generate-pdf.mjs, generate-latex.mjs, fonts/)
├─ templates/ (cv-template.html, cv-template-classic.html, cv-template.tex)
└─ profile/ (cv.example.md, profile.example.yml)
npx resume-forge
Copies the skill + /resume-forge command into ~/.claude/ and installs Playwright. After it
finishes, /resume-forge is available in every project. (--dir <path> targets a different agent
home; --no-deps skips the Playwright install.)
# register this folder as a local marketplace, then install the plugin
claude plugin marketplace add C:\Users\saite\.claude\resume-forge
claude plugin install resume-forge@resume-forge
# one-time runtime deps for PDF rendering
cd C:\Users\saite\.claude\resume-forge\skills\resume-forge && npm install
# optional, only for the latex template: install tectonic or pdflatex (MiKTeX / TeX Live)
Then /resume-forge is available in every project on this machine.
claude plugin marketplace add saiteja007-mv/resume-forge
claude plugin install resume-forge@resume-forge
(then npm install inside the installed skills/resume-forge/ for PDF rendering.)
Profile lives in ~/.resume-forge/ (cv.md + profile.yml) — outside the plugin, so it
survives updates and is shared across every project. Override with RESUME_FORGE_DATA=/some/dir.
The skill onboards you automatically on first run if those files are missing. profile/*.example.*
in the skill show the required format. Your real cv.md / profile.yml are git-ignored — never shared.
/resume-forge https://boards.greenhouse.io/acme/jobs/123 --template=classic
/resume-forge <paste full job description text> --template=latex
See skills/resume-forge/SKILL.md for the full pipeline and skills/resume-forge/README.md for the
engine details and templates table.
Every metric, employer, date, and skill on the resume must trace to your cv.md. The skill reframes
your real experience to the JD's vocabulary — it never invents experience you don't have, and it
never submits applications (it produces a file for you to review).
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub saiteja007-mv/resume-forge --plugin resume-forgeComprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.
Document processing suite — Excel (xlsx), Word (docx), PowerPoint (pptx), and PDF generation and manipulation.