generate-application
Installation
SKILL.md
generate-application
Generate a complete, targeted application package for a job posting. The output lives at applications/YYYY-MM-DD-[company]-[role-slug]/ in the project root and includes a deep analysis, a targeted CV data file, and a two-paragraph cover letter.
Step 1 — Fetch and Parse the Job Posting
Fetch the job posting using Jina Reader for clean markdown output:
curl -s -H "Authorization: Bearer $JINA_API_KEY" "https://r.jina.ai/[job-url]"
If JINA_API_KEY is not set, fall back to WebFetch with the raw URL.