ats-resume-matcherlisted
Install: claude install-skill stevengonsalvez/agents-in-a-box
# ATS Resume Matcher
Enterprise-grade resume-to-job-description matching with detailed scoring, gap analysis, and optimization suggestions.
## Quick Start
When given a resume and job description:
1. Extract and parse both documents
2. Run the 7-category ATS analysis
3. Output the structured match report
4. Provide prioritized optimization suggestions
## Input Handling
### Supported Formats
| Format | Resume | Job Description |
|--------|--------|-----------------|
| PDF | Yes (extract text) | Yes |
| DOCX | Yes (extract text) | Yes |
| Markdown | Yes | Yes |
| Plain text | Yes | Yes |
| Pasted content | Yes | Yes |
### Extraction Priority
1. If file path provided → Read and extract text
2. If pasted content → Parse directly
3. If URL provided → Fetch and extract
## ATS Matching Algorithm
### Category Weights (Total: 100%)
| Category | Weight | Description |
|----------|--------|-------------|
| **Hard Skills** | 25% | Technical skills, tools, technologies, languages |
| **Experience** | 20% | Years of experience, seniority level, scope |
| **Keywords** | 15% | Exact phrase matches, industry terminology |
| **Job Titles** | 12% | Title alignment, progression, relevance |
| **Soft Skills** | 10% | Leadership, communication, collaboration |
| **Education** | 10% | Degrees, certifications, training |
| **Industry** | 8% | Domain experience, sector knowledge |
### Scoring Methodology
For each category, calculate:
```
Category Score = (Matched Items / Required Items)