Agent Plugins Marketplace
All plugins

job-application

v0.8.1

JD analysis, tailored resume + cover letter generation, and interview prep - operating on candidate data you keep in your own repo.

Claude Code3 Skills1 MCP serverstdio

By RyanDDDDDDLicense: MIT0 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
4 skill or MCP entries
Source updated
Sep 18, 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 job-application for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install job-application@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

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/RyanDDDDDD/jobkit

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/job-application/.

Plugin files

plugins/job-application/
├── .claude-plugin/plugin.json
├── skills/apply/SKILL.md
├── skills/interview/SKILL.md
├── skills/setup/SKILL.md
└── .mcp.json

Included Skills3

applyskills/apply/SKILL.md

Turn a job description into a tailored resume and cover letter. Analyzes the JD, retrieves evidence from the source of truth, and renders and compresses the PDFs.

interviewskills/interview/SKILL.md

Interview preparation and practice for a specific application - company research, HR question prep, self-introduction, and mock interviews with balanced feedback. Subcommands research / prep / mock.

setupskills/setup/SKILL.md

Scaffold a job-application workspace and, given a folder of past CVs, build the resume_sections/ source of truth from them. Run once per workspace, before apply.

MCP servers1

tavilystdio
command
npx
args
-y tavily-mcp
env.TAVILY_API_KEY
${TAVILY_API_KEY}

Plugin manifests1

plugins/job-application/.claude-plugin/plugin.json
{
  "name": "job-application",
  "version": "0.8.1",
  "description": "JD analysis, tailored resume + cover letter generation, and interview prep - operating on candidate data you keep in your own repo.",
  "author": {
    "name": "RyanDDDDDD"
  },
  "license": "MIT",
  "keywords": [
    "resume",
    "cv",
    "cover-letter",
    "job-application",
    "interview",
    "ats"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[job-application on Agent Plugins Marketplace](https://pluginsmp.com/plugins/job-application)