v1.2.0
resume-parser-ats v1.2.0 — Agent Skill
✨ New: Install via npx skills add
npx skills add dhanushk-offl/resume-parser-skillThe 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.md→resume-parser-ats/SKILL.md(Agent Skills standard) - Added
resume-parser-ats/references/algorithm.mdwith full parsing spec - SKILL.md now contains complete instructions for agents (manual + programmatic)
- Removed root-level
SKILL.mdandtest-resume.txt - Updated README.md to document
npx skills addinstallation - Updated AGENTS.md with skill install command
Install as Agent Skill
npx skills add dhanushk-offl/resume-parser-skillInstall as npm Package (for programmatic use)
npm install resume-parser-ats