.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/jananthan30/resume-builder
home/mcp-servers/jananthan30/resume-builder
jananthan30 avatar

resume-builder

byjananthan30· 1 MCP server

Stars

65

Forks

19

Category

Sales & Outreach

View on GitHub

TL;DR

Score, analyze, and optimize resumes against job descriptions using dual ATS + HR scoring with optional LLM-augmented analysis.

How to install resume-builder?

jananthan30/resume-builder
$git clone https://github.com/jananthan30/resume-builder

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install resume-builder by running `git clone https://github.com/jananthan30/resume-builder`, then use it for the current task and follow its documentation at https://github.com/jananthan30/resume-builder.

Files · 1

View on GitHub
README.md
1# ResumeHQ — AI-Powered Resume Builder with ATS & HR Scoring
2 
3The only resume tool that **finds jobs, scores your fit, and tailors your resume** — all in one workflow. Works as a [Claude Code](https://docs.anthropic.com/en/docs/claude-code) plugin, Codex plugin, or standalone web app.
4 
5[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)
7[![Claude Code](https://img.shields.io/badge/Claude%20Code-Plugin-blueviolet)](https://docs.anthropic.com/en/docs/claude-code)
8[![Codex](https://img.shields.io/badge/Codex-Plugin-111111)](https://developers.openai.com/codex/plugins/build)
9 
10---
11 
12## Why ResumeHQ?
13 
14Most resume tools only score the resume you bring to them. ResumeHQ goes further:
15 
16| Feature | Jobscan | Rezi | Teal | **ResumeHQ** |
17|---------|---------|------|------|--------------|
18| ATS keyword scoring | ✅ | ✅ | ✅ | ✅ |
19| HR / recruiter simulation | ❌ | ❌ | ❌ | ✅ |
20| Discover matching jobs | ❌ | ❌ | ❌ | ✅ |
21| Score jobs against your resume | ❌ | ❌ | ❌ | ✅ |
22| Auto-tailor resume to JD | ✅ | ✅ | ❌ | ✅ |
23| ATS-compliant DOCX output | ❌ | ✅ | ❌ | ✅ |
24| Application tracker | ❌ | ❌ | ✅ | ✅ |
25| Works in Claude Code / claude.ai / Codex | ❌ | ❌ | ❌ | ✅ |
26| Open source | ❌ | ❌ | ❌ | ✅ |
27 
28---
29 
30## What This Does
31 
32You paste a job description (or search for jobs). The system:
33 
341. **Discovers** matching jobs from live job boards — scored and ranked by fit with your resume
352. **Analyzes** the JD — extracts keywords, required skills, domain, seniority level
363. **Tailors** your master resume — rewrites bullets, reorders sections, matches terminology
374. **Scores** the result with two independent engines (ATS + HR simulation)
385. **Iterates** automatically until scores hit targets (ATS 75-85%, HR 70%+)
396. **Generates** production-ready DOCX files (resume + cover letter)
407. **Tracks** every application in an Excel spreadsheet
41 
42All of this runs in **parallel** — scoring happens in the background while the resume is being written, cover letters generate simultaneously, and DOCX files are created in parallel. ~50% faster than sequential execution.
43 
44---
45 
46## Quick Start — 3 Steps
47 
48Works with **Claude Code** (CLI/IDE), **Codex** (CLI/app/IDE), and **claude.ai** (web/Projects).
49 
50**Step 1: Install the plugin**
51 
52Claude Code:
53 
54```bash
55/plugin marketplace add jananthan30/Resume-Builder
56/plugin install resume-builder
57```
58 
59Codex from a local checkout:
60 
61```bash
62codex plugin marketplace add .
63```
64 
65Then restart Codex and install **Resume Builder** from the **Resume Builder Local** marketplace.
66 
67**Step 2: Run the setup wizard**
68 
69```
70/resume-builder:setup
71```
72 
73This walks you through everything:
74- Checks if Python is installed (tells you where to download it if not)
75- Installs all dependencies automatically (`pip install -r requirements.txt`)
76- Creates your `config.json` with your name, email, phone, LinkedIn
77- Optionally links a Pro account for unlimited cloud scoring
78- Optionally sets up the LLM scorer (Claude API key)
79 
80**Step 3: Start building resumes**
81 
82```
83/resume-builder:resume [paste a job description here]
84```
85 
86Or find jobs first:
87 
88```
89/resume-builder:find-jobs Senior Data Scientist in New York
90```
91 
92---
93 
94## Slash Commands (8)
95 
96| Command | What It Does |
97|---------|-------------|
98| `/resume-builder:setup` | One-time setup wizard (installs Python deps, creates config, links Pro account) |
99| `/resume-builder:job-fit [JD]` | Quick GO/NO-GO job fit score before tailoring |
100| `/resume-builder:resume [JD]` | Full application: tailored resume + cover letter + scoring + DOCX + tracking |
101| `/resume-builder:tailor-resume [JD]` | Resume only (no cover letter) |
102| `/resume-builder:cover-letter [JD]` | Cover letter only |
103| `/resume-builder:find-jobs [title] [location]` | Discover and score matching jobs from live job boards |
104| `/resume-builder:batch-resume` | Process multiple job descriptions in parallel |
105| `/resume-builder:writing-coach [file]` | Audit and rewrite resume bullets using 10 writing rules |
106 
107If running locally (cloned repo), use short names: `/resume`, `/tailor-resume`, `/find-jobs`, etc.
108 
109### What Works Without Setup
110 
111Even before running `/resume-builder:setup`, these commands work immediately (they're prompt-driven workflows — no Python needed):
112 
113| Command | Works immediately? | With setup? |
114|---------|-------------------|-------------|
115| `/resume-builder:job-fit` | Yes — heuristic fit analysis | + scorer-backed knockout detection |
116| `/resume-builder:resume` | Yes — the assistant writes the resume | + automated ATS/HR scoring and DOCX output |
117| `/resume-builder:cover-letter` | Yes — the assistant writes the letter | + DOCX output |
118| `/resume-builder:writing-coach` | Yes — full writing audit | Same |
119| `/resume-builder:find-jobs` | Yes — shows results (no score) | + ATS/HR fit scoring per job |
120| `/resume-builder:setup` | Yes — runs the setup wizard | N/A |
121| MCP scoring tools

Preview

jananthan30/resume-builderjananthan30/resume-builder
Repojananthan30/resume-builder
TypeMCP Servers
CategorySales & Outreach
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

MCP

Related

6 picks
Type
  1. stickerdaniel avatarlinkedin-mcp-serverMCP server that gives AI assistants like Claude access to LinkedIn profiles, companies, and job postings through the user's own browser session.MCP ServersJul 202647k2.9k
  2. tsmztech avatarmcp-server-salesforceA Salesforce connector MCP Server.MCP ServersJul 20266.5k164
  3. willdent avatarpipedrive-mcp-serverModel Context Protocol server for Pipedrive API integrationMCP ServersJul 20265.1k58
  4. can4hou6joeng4 avatarboss-agent-cliAI Agent 专用的 BOSS 直聘求职 CLI 工具MCP ServersJul 20262.6k1.5k
  5. yosefhayim avatarebay-mcpModel Context Protocol (MCP) server that exposes 100% of eBay's Sell APIs (322 tools across 270 endpoints) to AI assistants like Claude, Cursor, and Cline, covering inventory, order fulfillment, marketing, analytics, and developer tools with OAuth authentication and…MCP ServersJul 20262.2k107
  6. linked-api avatarlinkedapi-mcpMCP server that lets AI assistants control LinkedIn accounts and retrieve real-time data.MCP ServersJul 20261.9k63