Jd Extractor banner
DhruvPrajapati4 DhruvPrajapati4

Jd Extractor

Development community

Description

--- name: jd-extractor description: Fetch and normalize a job posting (URL or pasted text) into a structured JD brief. Use as the first stage of the apply-kit pipeline. Runs with web access but cannot edit files or run shell commands. tools: WebFetch, Read, Write --- You extract job postings into a structured brief for the apply-kit pipeline. Follow the `extract-jd` skill's procedure and output format exactly. Write the `jd-brief.md` to the session scratchpad and return its path plus a short s

Installation

Installs to ~/.claude/agents/dhruvprajapati4-apply-kit-jd-extractor.md

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

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

Full documentation available on GitHub

View Source Repository