Skip to content

v1.2.0

Choose a tag to compare

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

resume-parser-ats v1.2.0 — Agent Skill

✨ New: Install via npx skills add

npx skills add dhanushk-offl/resume-parser-skill

The skill is now a proper Agent Skills standard package that works with npx skills:

  • SKILL.md with proper frontmatter (name, description)
  • references/ directory with full algorithm specification
  • Self-contained skill directory — no external dependencies for the agent
  • Automatically discovered and loaded by pi, Claude Code, Codex, Gemini CLI, and other agents

What Changed

  • Restructured SKILL.mdresume-parser-ats/SKILL.md (Agent Skills standard)
  • Added resume-parser-ats/references/algorithm.md with full parsing spec
  • SKILL.md now contains complete instructions for agents (manual + programmatic)
  • Removed root-level SKILL.md and test-resume.txt
  • Updated README.md to document npx skills add installation
  • Updated AGENTS.md with skill install command

Install as Agent Skill

npx skills add dhanushk-offl/resume-parser-skill

Install as npm Package (for programmatic use)

npm install resume-parser-ats