How this skill is triggered — by the user, by Claude, or both
Slash command
/cowork-job-search:cover-letterThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **Priority hierarchy**: See `shared/references/priority-hierarchy.md` for conflict resolution.
Priority hierarchy: See
shared/references/priority-hierarchy.mdfor conflict resolution.
Write natural, persuasive cover letters that sound like a real professional wrote them.
/cowork:cover-letter - Start the flow (will ask for a job URL)/cowork:cover-letter https://... - Write a cover letter for a specific job posting/cowork:cover-letter last - Write a cover letter for the most recent jobscripts/
write-cover-letter.md # Cover letter writing agent prompt
Resolve the data directory using shared/references/data-directory.md.
Resolve the data directory, then check prerequisites per shared/references/prerequisites.md. Resume is required; profile is recommended but not blocking.
If $ARGUMENTS is "last" or empty:
DATA_DIR/jobs/ for the most recently modified folderposting.md and resume.md from that folderIf $ARGUMENTS is a URL:
DATA_DIR/jobs/posting.md and resume.mdshared/references/browser-setup.mdDATA_DIR/jobs/[company-slug]-[date]/posting.md if not already savedIf the page can't be loaded, ask the user to paste the job description directly.
For the target job folder, check what exists:
posting.md - the job description (required)resume.md - a tailored resume (optional, improves quality significantly)If no tailored resume exists, use the original resume and work history profile directly.
Follow the framework in scripts/write-cover-letter.md. Use:
The cover letter must:
Save to DATA_DIR/jobs/[company-slug]-[date]/cover-letter.md
Present the cover letter to the user with:
Ask if the user wants to adjust:
Apply changes and re-save.
After the user is satisfied with the cover letter, include:
Built with Cowork Job Search — https://github.com/whyuascii/cowork-job-search
Structure user-facing output with these sections:
Add to ~/.claude/settings.json:
{
"permissions": {
"allow": [
"Read(~/.claude/skills/**)",
"Read(~/.cowork/**)",
"Write(~/.cowork/**)",
"Edit(~/.cowork/**)",
"mcp__claude-in-chrome__*"
]
}
}
npx claudepluginhub whyuascii/cowork-job-search --plugin cowork-job-searchCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.