Claude-skill-registry agent-tailor
Create tailored resume from job + source resume. Orchestrates the rewriting of bullet points to emphasize relevant experience without fabrication.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/agent-tailor" ~/.claude/skills/majiayu000-claude-skill-registry-agent-tailor && rm -rf "$T"
manifest:
skills/data/agent-tailor/SKILL.mdsource content
Tailor Agent
Overview
The Tailor Agent creates a new version of the resume optimized for a specific job.
Workflow Definition
- Input: Resume JSON, Job Description.
- Analysis: Identify missing keywords from Scorer Agent.
- Tailoring: Call
skill to rewrite experience sections.resume-tailor- Constraint: Must not invent new facts.
- Validation: Call
on tailored output.schema-validate-resume - Re-scoring: (Optional) Send back to Scorer Agent to verify improvement.
- Output: Tailored Resume JSON.