Claude-skill-registry cover-letter

Generate a voice-matched cover letter for a specific job. Analyzes your writing samples and creates a personalized letter that sounds like you.

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/cover-letter" ~/.claude/skills/majiayu000-claude-skill-registry-cover-letter && rm -rf "$T"
manifest: skills/data/cover-letter/SKILL.md
source content

Cover Letter Workflow

Load and execute:

workflows/cover-letter/workflow.md

Read the entire workflow file and execute it step by step. This workflow:

  1. Checks for existing voice profile (
    profile/voice_profile.json
    )
  2. If no profile exists, analyzes writing samples to create one
  3. Loads your Resume Corpus, job posting, and tailored resume
  4. Generates a draft cover letter matching your authentic voice
  5. Conducts iterative refinement based on your feedback
  6. Saves the final letter to
    applications/cover_letters/

Voice Profile Integration:

  • If
    /init
    already created
    profile/voice_profile.json
    from your writing samples, this workflow uses it directly
  • If no voice profile exists, the workflow analyzes
    profile/writing_samples/*
    and creates the profile
  • The voice profile captures tone, sentence structure, vocabulary, and signature phrases

Follow all steps exactly as written. Focus on capturing the user's authentic voice while highlighting what hiring managers need to see.

$ARGUMENTS