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.mdsource 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:
- Checks for existing voice profile (
)profile/voice_profile.json - If no profile exists, analyzes writing samples to create one
- Loads your Resume Corpus, job posting, and tailored resume
- Generates a draft cover letter matching your authentic voice
- Conducts iterative refinement based on your feedback
- Saves the final letter to
applications/cover_letters/
Voice Profile Integration:
- If
already created/init
from your writing samples, this workflow uses it directlyprofile/voice_profile.json - If no voice profile exists, the workflow analyzes
and creates the profileprofile/writing_samples/* - 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