Skip to content

v1.0.0

Choose a tag to compare

@dhanushk-offl dhanushk-offl released this 25 May 07:20
· 12 commits to master since this release

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