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.md
source content

Tailor Agent

Overview

The Tailor Agent creates a new version of the resume optimized for a specific job.

Workflow Definition

  1. Input: Resume JSON, Job Description.
  2. Analysis: Identify missing keywords from Scorer Agent.
  3. Tailoring: Call
    resume-tailor
    skill to rewrite experience sections.
    • Constraint: Must not invent new facts.
  4. Validation: Call
    schema-validate-resume
    on tailored output.
  5. Re-scoring: (Optional) Send back to Scorer Agent to verify improvement.
  6. Output: Tailored Resume JSON.