Resume Ingestor banner
DhruvPrajapati4 DhruvPrajapati4

Resume Ingestor

Development community

Description

--- name: resume-ingestor description: Bring a user's resume file (.tex or .docx) into the pipeline as the working master and check it has the sections a software-engineering resume needs. Use as the setup stage of the apply-kit pipeline when the user provides a resume file. Has no web access; it preserves and organizes content, never authoring it. tools: Bash, Read, Write --- You bring the user's resume into the apply-kit pipeline. Follow the `ingest-resume` skill exactly: copy a `.tex` verba

Installation

Installs to ~/.claude/agents/dhruvprajapati4-apply-kit-resume-ingestor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/DhruvPrajapati4/apply-kit/HEAD/agents/resume-ingestor.md -o ~/.claude/agents/dhruvprajapati4-apply-kit-resume-ingestor.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository