resume-shortlisting
this plugin helps user screen and rank job candidates by scoring resumes against a job description — consistently, at scale. What It Does Th
Open source Repository Open in the app JSON README (API)
About
this plugin helps user screen and rank job candidates by scoring resumes against a job description — consistently, at scale. What It Does This plugin adds a shortlisting skill to Claude that automates the most time-consuming parts of hiring: Reads your job description and builds a structured evaluation rubric (once, reused forever) Scores each resume across four dimensions: Skills, Experience, Education, and Fit Applies hard rejection rules to instantly filter obviously unqualified candidates Updates a ranked Excel tracker (.xlsx) with every candidate's scores, strengths, and gaps Generates an HTML dashboard for at-a-glance hiring decisions Skips already-processed resumes — safe to re-run as new applications arrive
Details
- Kind
- Plugins
- Topic
- Files & documents
- Publisher
- manojgarg123
- Origin
- marketplace
- Category
- ferramentas
- Last push
- 2026-04-08T15:26:47Z
- Repository state
- ativo
- Language
- Python
- License
- MIT
- Added
- 2026-08-30 01:48:58
- Updated
- 2026-08-30 01:48:58
- Origin id
manojgarg123/mgclaude-plugins/resume-shortlisting
README
# MGClaude Plugins A growing collection of productivity plugins for [Claude](https://claude.ai) — built for real workflows, not demos. These plugins extend Claude with skills for HR, recruiting, knowledge work, and more. Each one is self-contained and can be installed individually. --- ## Getting Started ### Add this marketplace to Claude ```bash claude plugin marketplace add MGClaude/MGClaude-plugins ``` Once added, all plugins below are available to install directly. ### Install a specific plugin ```bash claude plugin install MGClaude/MGClaude-plugins/resume-shortlisting ``` Or install the `.plugin` file directly in Claude Cowork by dragging it into the app. --- ## Plugins ### 🔍 Resume Shortlisting **Screen and rank candidates against a job description — consistently, at scale.** Builds a scoring rubric from your JD, evaluates each resume across Skills, Experience, Education, and Fit, and delivers a ranked Excel tracker + HTML dashboard. Skips already-processed resumes so it's safe to re-run as new applications arrive. 📁 [`resume-shortlisting/`](./resume-shortlisting) · [README](./resume-shortlisting/README.md) --- ## Philosophy Each plugin here is designed to: - **Work out of the box** — minimal setup, no configuration files to fiddle with - **Be re-runnable** — safe to use multiple times on the same data without duplication - **Stay transparent** — Claude explains what it's doing at every step - **Respect your data** — nothing leaves your machine unless you explicitly connect an external service --- ## Requests & Contributions Have a workflow you'd like to see automated? Open an [issue](../../issues) describing the use case. Pull requests are welcome. Each plugin lives in its own subdirectory — add a new one following the existing structure and include a `README.md`. --- ## License All plugins in this repository are released under the [MIT License](./LICENSE). --- *Built with [Claude Cowork](https://claude.ai) by Manoj Garg.*