job-application
v0.8.1JD analysis, tailored resume + cover letter generation, and interview prep - operating on candidate data you keep in your own repo.
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install job-application@agent-plugin-marketplacePaste 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/jobkitClone 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
├── .claude-plugin/plugin.json├── skills/apply/SKILL.md├── skills/interview/SKILL.md├── skills/setup/SKILL.md└── .mcp.json
Included Skills3
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.
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.
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
- command
- npx
- args
- -y tavily-mcp
- env.TAVILY_API_KEY
- ${TAVILY_API_KEY}
Plugin manifests1
{
"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"
]
}For maintainers
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)