cloudflare-api
Hit the Cloudflare REST API directly for operations that wrangler and MCP can't handle well. Bulk DNS, custom hostnames, email routing, cache purge, WAF rules,…
Write a resume / CV or cover letter tailored to a specific role. Handles regional format differences (AU/NZ, US, UK), ATS-friendly formatting, achievement-focused bullets, and cover letter structure. Use whenever the user mentions a job application, resume, CV, cover letter,
$ npx -y skills add jezweb/claude-skills --skill resume-cover-letter --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/resume-cover-letterContext preview
The summary Claude sees to decide when to auto-load this skill.
Write a resume / CV or cover letter tailored to a specific role. Handles regional format differences (AU/NZ, US, UK), ATS-friendly formatting, achievement-focused bullets, and cover letter structure. Use whenever the user mentions a job application, resume, CV, cover letter,
name: resume-cover-letter description: "Write a resume / CV or cover letter tailored to a specific role. Handles regional format differences (AU/NZ, US, UK), ATS-friendly formatting, achievement-focused bullets, and cover letter structure. Use whenever the user mentions a job application, resume, CV, cover letter, career document, applying for a role, or needs help framing their experience for a specific job."
Produces job application documents: a resume/CV, a cover letter, or both. Every output is tailored to a specific role at a specific company — generic documents are not useful.
Gather these inputs. Ask for anything missing:
1. **Target role** — job title, company name, and the job listing or description (paste or URL) 2. **Mode** — "resume", "cover-letter", or "both" 3. **Region** — AU/NZ, US, or UK (affects format, terminology, length expectations) 4. **Candidate background** — current role, years of experience, key skills, education, career highlights 5. **Special circumstances** (if any) — career change, employment gap, overqualified, underqualified, visa/relocation
If the user provides a job listing, extract the key requirements and tailor everything to match them. Mirror the language the listing uses for skills and responsibilities.
---
| Element | AU/NZ | US | UK | |---------|-------|----|----| | Name | CV or resume (both accepted) | Resume | CV | | Length | 2-3 pages standard | 1 page (<10 years exp), 2 max | 2 pages standard | | Photo | No | No | No | | Date of birth / age | No | No | No | | Nationality / visa | Include if relevant (common in AU/NZ) | No (discrimination risk) | Include visa status if applicable | | Referees | "Available on request" is outdated — omit entirely, or list 2 if specifically requested | Omit | Omit | | Address | City/state only (no street) | City/state only | City only |
Adjust based on seniority and what sells the candidate best:
**Entry-level / graduate (0-3 years):** 1. Contact details 2. Professional summary (3-4 lines) 3. Education 4. Experience (internships, part-time, volunteer) 5. Skills 6. Certifications / projects
**Mid-career (3-10 years):** 1. Contact details 2. Professional summary 3. Experience 4. Skills 5. Education 6. Certifications
**Senior / executive (10+ years):** 1. Contact details 2. Executive summary 3. Key achievements (optional highlight section) 4. Experience 5. Board / advisory roles (if applicable) 6. Education 7. Professional memberships
Use CAR format: **Challenge** (context/problem), **Action** (what you did), **Result** (measurable outcome).
Every bullet should answer: "So what? What changed because of this?"
**Too generic:** > Managed social media accounts and created content for the company.
**Right approach (CAR):** > Rebuilt the social media strategy for a stagnant B2B account (Challenge), shifting from product-focused posts to customer case studies with a consistent weekly publishing schedule (Action), growing LinkedIn engagement 340% and generating 12 qualified leads in the first quarter (Result).
Not every bullet needs hard numbers, but aim for at least 60% of bullets to include a measurable result. Acceptable result types:
When the user does not have specific numbers, ask if they can estimate. If not, use qualitative results: "significantly reduced", "consistently exceeded targets", "recognised by leadership for".
Choose verbs that match the type of contribution:
| Category | Verbs | |----------|-------| | Leadership | Led, directed, managed, oversaw, mentored, championed, established | | Creation | Developed, designed, built, launched, created, implemented, introduced | | Improvement | Increased, improved, streamlined, optimised, reduced, enhanced, modernised | | Analysis | Analysed, evaluated, assessed, identified, researched, investigated | | Communication | Presented, negotiated, facilitated, coordinated, advised, authored | | Technical | Engineered, automated, configured, deployed, integrated, migrated, architected |
Avoid weak openers: "Responsible for", "Helped with", "Assisted in", "Involved in", "Participated in". These describe proximity, not contribution.
Applicant Tracking Systems parse resumes before humans see them. Follow these rules:
3-4 lines at the top. Not a personality description — a positioning statement.
**Too vague:** > Motivated professional with strong communication skills and a passion for tech
Production workflow skills for Claude Code. Each skill guides Claude through a recipe to produce tangible output — scaffolded projects, generated assets, professional documents, deployed services. Ten plugins of practical, production-oriented skills.
Repo: jezweb/claude-skills
Hit the Cloudflare REST API directly for operations that wrangler and MCP can't handle well. Bulk DNS, custom hostnames, email routing, cache purge, WAF rules,…
Scaffold and deploy Cloudflare Workers with Hono routing, Vite plugin, and Static Assets. Describe project, scaffold structure, configure bindings, deploy. Use…
Generate Drizzle ORM schemas for Cloudflare D1 databases with correct D1-specific patterns. Produces schema files, migration commands, type exports, and…
Cloudflare D1 migration workflow: generate with Drizzle, inspect SQL for gotchas, apply to local and remote, fix stuck migrations, handle partial failures. Use…
Generate database seed scripts with realistic sample data. Reads Drizzle schemas or SQL migrations, respects foreign key ordering, produces idempotent…
Scaffold Hono API routes for Cloudflare Workers. Produces route files, middleware, typed bindings, Zod validation, error handling, and API_ENDPOINTS.md…