treymorgan/jobsearch-apply-mcp

Turn a job posting into a tailored CV and cover letter, compiled to PDF and checked before you send it. A local MCP server plus agent workflows. No API keys, no server, no subscription.

0Stars on the repository
22Mods indexed here, across every type
3d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

add-portal

01

treymorgan/jobsearch-apply-mcp

Command Claude Code

You are helping the user build a job-portal search skill for a US job board. The repo ships a worked example of the pattern (freehire-search) — this command turns that pattern into a guided workflow: investigate the portal, scaffold the skill from the canonical structure, and test-run a live query before registering…

0 3d ago A 0 tokens copy · 94% MIT

add-template

02

treymorgan/jobsearch-apply-mcp

Command Claude Code

You are helping the user register their own CV or cover letter template with the AI Job Search framework — LaTeX, Typst, or any other toolchain that compiles to PDF from the command line. The framework ships with moderncv (banking style) for CVs and a custom cover.cls for cover letters. This command lets the user swap…

0 3d ago A 0 tokens copy · 95% MIT

apply

03

treymorgan/jobsearch-apply-mcp

Command Claude Code

You are orchestrating a two-agent job application workflow. The job posting is provided below as $ARGUMENTS (either a URL or pasted text).

0 3d ago A 0 tokens copy · 86% MIT

expand

04

treymorgan/jobsearch-apply-mcp

Command Claude Code

You are enriching the candidate profile by discovering competencies hidden in documents and public online presence. This command is additive only — it never modifies existing profile content, only extends it.

0 3d ago A 0 tokens copy · 100% MIT

gmail-sync

05

treymorgan/jobsearch-apply-mcp

Command Claude Code

You are scanning the user's Gmail for status signals on tracked job applications (interview invites, assessment links, offers, rejections) and, once approved, writing the detected changes into jobsearchtracker.csv and documents/applications/ /outcome.md - the same two places /outcome writes to, in the same schema.

0 3d ago A 0 tokens copy · 100% MIT

html-report

06

treymorgan/jobsearch-apply-mcp

Command Claude Code

Generate a self-contained HTML dashboard from jobsearchtracker.csv and the application archives under documents/applications/. The output is a single .html file — no server, no dependencies — that can be opened directly in a browser.

0 3d ago A 0 tokens copy · 100% MIT

interview

07

treymorgan/jobsearch-apply-mcp

Command Claude Code

You are preparing the user for a real, scheduled interview on one of their applications. The frameworks for this already exist - 07-interview-prep.md (STAR examples, tough questions, questions to ask, roleplay protocol) and the Company Research Checklist in 04-job-evaluation.md - and the /outcome archive records which…

0 3d ago A 0 tokens copy · 100% MIT

notion-sync

08

treymorgan/jobsearch-apply-mcp

Command Claude Code

You are publishing a read-only view of the job search into the user's Notion workspace: one database row per job, with a detailed page per shortlisted match. The repo files stay the system of record - jobscraper/seenjobs.json owns scraped/ranked jobs and jobsearchtracker.csv owns applications. Notion is a disposable…

0 3d ago A 0 tokens copy · 100% MIT

outcome

09

treymorgan/jobsearch-apply-mcp

Command Claude Code

You are recording what happened to a job application: progress updates (interview invitations, stages completed, offers) and final resolutions (hired, rejected, no response). The data lands in two places the framework already reads but nothing systematically writes.

0 3d ago A 0 tokens copy · 97% MIT

rank

10

treymorgan/jobsearch-apply-mcp

Command Claude Code

You are batch-scoring the jobs that /scrape has collected, so the user can decide where to spend /apply effort. /scrape finds and dedupes postings; /apply evaluates one at a time in depth. /rank is the bridge: it scores every new posting against the fit framework and returns a ranked shortlist.

0 3d ago A 0 tokens copy · 95% MIT

reset

11

treymorgan/jobsearch-apply-mcp

Command Claude Code

You are resetting parts of the job search framework back to a blank state so the user can start fresh with /setup.

0 3d ago C 0 tokens copy · 89% MIT

setup

12

treymorgan/jobsearch-apply-mcp

Command Claude Code

You are running the onboarding setup for the AI Job Search framework. Your goal is to collect the user's professional information and populate all profile files so the /apply workflow works out of the box.

0 3d ago A 0 tokens original MIT