Agent Plugins Marketplace
All plugins

career-tools

v1.0.0

Build tailored cover letters and ATS-friendly CVs by scanning a repo for background info and matching to job postings.

Claude Code2 Skills

By widnyanaLicense: MIT7 GitHub starsUpdated 15 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 2, 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 career-tools 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 career-tools@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/widnyana/eyay-toolkits

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

Plugin files

plugins/career-tools/
├── .claude-plugin/plugin.json
├── skills/cover-letter-builder/SKILL.md
└── skills/cv-builder/SKILL.md

Included Skills2

cover-letter-builderskills/cover-letter-builder/SKILL.md

Build a tailored cover letter from a CV or resume (PDF, plain text, Markdown, LaTeX, or a file path) matched to a job posting. Proactively asks for the user's CV if not provided, then scans the repo as a supplement. Adapts tone, length, and structure to the application channel and company culture. Outputs a polished Markdown file named YYYY-MM-DD-company-position.md. Use this skill whenever the user asks to write a cover letter, apply for a job, draft an application letter, or wants to generate a cover letter from a job posting — even if they just paste a job description, drop a PDF path, or say "write me a cover letter for this role".

cv-builderskills/cv-builder/SKILL.md

Build or update a Curriculum Vitae (CV) by scanning a repo for the person's background (experience, skills, education, projects — from plain text, Markdown, LaTeX, or any prose file). Outputs a polished, ATS-friendly Markdown CV and optionally a LaTeX or PDF-ready version. Adapts format to target region and remote vs. local hire context. Use this skill whenever the user asks to build a CV, update their resume, create a curriculum vitae, or consolidate their background into a structured document — even if they just say "make me a CV from this repo" or "build my resume".

Plugin manifests1

plugins/career-tools/.claude-plugin/plugin.json
{
  "name": "career-tools",
  "version": "1.0.0",
  "description": "Build tailored cover letters and ATS-friendly CVs by scanning a repo for background info and matching to job postings.",
  "author": {
    "name": "widnyana",
    "email": "[email protected]"
  },
  "license": "MIT",
  "repository": "https://github.com/widnyana/eyay-toolkits",
  "keywords": [
    "career",
    "cv",
    "resume",
    "cover-letter",
    "job-application"
  ]
}

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

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