Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
resume-forge logo

resume-forge

resume-forge

productivityClaude Codeby saiteja007-mv

Summary

Paste a job description or job link -> scrape the JD -> generate an ATS-optimized resume tailored to your profile. Slash command /resume-forge. Templates: default, classic, latex.

Install to Claude Code

/plugin install resume-forge@resume-forge

Run in Claude Code. Add the marketplace first with /plugin marketplace add saiteja007-mv/resume-forge if you haven't already.

README.md

resume-forge (Claude Code plugin)

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:

  • a slash command (commands/resume-forge.md/resume-forge)
  • a self-contained skill (skills/resume-forge/ — scripts, templates, fonts all bundled)
  • plugin + marketplace manifests (.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)

Install — one command (npx)

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.)

Install (this machine, from source)

# 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.

Install from GitHub (anyone)

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.)

Your profile data

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.

Usage

/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.

Honesty rule

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).

Related plugins

Browse all →