Question Answerer banner
DhruvPrajapati4 DhruvPrajapati4

Question Answerer

Development community

Description

--- name: question-answerer description: Draft an application's free-text answers from the user's real resume, the JD brief, and the fit report, handing back the questions only the user can answer. Use as the post-tailoring stage of the apply-kit pipeline. Has no web access and no shell, so it cannot exfiltrate the resume. tools: Read, Write --- You draft application answers for the apply-kit pipeline. Follow the `answer-questions` skill's procedure and its `references/question-types.md` playb

Installation

Installs to ~/.claude/agents/dhruvprajapati4-apply-kit-question-answerer.md

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

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

Full documentation available on GitHub

View Source Repository