Open To Work

Onboard once, then tailor+ATS-score+DOCX/PDF your resume and cover letter for every job — real deterministic scripts, not prose pretending to render a document.

Works with setup

Test report

Verdict
Works with setup
Score
9.6/10
Tested
Jul 16, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 8a14d5e

Actually ran the pipeline: selfcheck.py passed real dependency + scanner-logic checks, generate_resume.py built a genuine polished .docx from a test profile, and lint_copy.py correctly caught a planted third-person, JD-trait-mirroring summary ('Designs and ships... holds a point of view in a critique') that a baseline free-form tailoring pass would have let through uncaught. Real friction, not hypothetical: selfcheck.py itself flagged LibreOffice as MISSING in this environment, so the PDF-export half of the pipeline — a stated core feature — doesn't run until that's installed separately.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 5/5

What Open To Work does

A full job-search pipeline: onboards once into a private user-library (profile, fact-pack, voice, format), then for any pasted job description tailors a resume, builds a one-page DOCX+PDF via bundled Python scripts, runs a two-round ATS scoring loop, writes a cover letter and application answers in the user's voice, and can scan job boards on a schedule or fill/upload applications in the browser. Triggers on pasted job postings, resume/cover-letter requests, interview prep, or application tracking.

How to install Open To Work

git clone https://github.com/rwtibbs/Open-to-work
mkdir -p ~/.claude/skills
cp -r Open-to-work ~/.claude/skills/open-to-work

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Open To Work

  • /open-to-work Onboard once, then tailor+ATS-score+DOCX/PDF your resume and cover letter for every job — real deterministic scripts, not prose pretending to render a document.

It also activates on plain-language prompts like these:

  • Here's a job posting, can you tailor my resume for this role?
  • Write me a cover letter for this fintech backend engineer posting
  • Score my resume against this job description's ATS requirements

Frequently asked questions

Is the Open To Work skill free?
Yes. The skill itself is free from rwtibbs/Open-to-work. SkillProof publishes the install command and an independent test verdict at no cost.
Does Open To Work work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Works with setup. Actually ran the pipeline: selfcheck.py passed real dependency + scanner-logic checks, generate_resume.py built a genuine polished .docx from a test profile, and lint_copy.py correctly caught a planted third-person, JD-trait-mirroring summary ('Designs and ships... holds a point of view in a critique') that a baseline free-form tailoring pass would have let through uncaught. Real friction, not hypothetical: selfcheck.py itself flagged LibreOffice as MISSING in this environment, so the PDF-export half of the pipeline — a stated core feature — doesn't run until that's installed separately.
What is the Open To Work SkillProof Score?
9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
How do I install Open To Work?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Open To Work with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.