v1.0.0
Resume Parser v1.0.0
Initial release of the resume-parser skill.
Features
- parse_resume — Deep 4-step OpenResume algorithm parsing (text extraction → line grouping → section detection → feature scoring)
- analyze_resume — ATS compatibility scoring with per-field confidence ratings and format issue detection
- suggest_improvements — Prioritized, actionable improvement suggestions categorized by severity
Highlights
- Structured JSON output with Zod-validated schemas
- CLI tool (
resume-parser) for command-line usage - PDF text extraction via pdfjs-dist
- Supports lenient, moderate, and strict ATS evaluation modes