
Claude Skills by suxrobGM
github.com/suxrobGMRe-score a run's skipped jobs and promote the eligible ones to `approved` for later applying. Recovers jobs wrongly dropped for location, a sparse JD, 1099, or seniority. Does not apply.
Apply to a single job (URL/pasted page argument with fit review) or drain the JobPilot pending queue when no argument is given.
Search a chosen job board and apply to matching jobs on demand — score each result as it's found and apply to qualifying ones one at a time, the board kept open in one tab and each application run in a second tab. Autonomous after launch; runs until the user pauses, the board exhausts, or the optional max-applications cap is hit.
Write a tailored one-page cover letter from a job description and the user's resume, humanized for natural tone.
Parse a resume's uploaded PDF into structured JSON (basics, experience, projects, skills, education) and save it to the editor.
Fetch the latest verification code or magic link from the connected mailbox for a given board domain. Called by apply / auto-apply for 2FA and account-creation flows.
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.
Produce a tailored interview prep sheet (behavioral, technical, system design, company) from a job description and the user's resume.
Resume an interrupted or paused JobPilot run by id. Re-flips the run to in_progress and replays the apply loop on any remaining approved jobs without re-asking for fit confirmation.
Classify unscanned mailbox messages, fuzzy-match each to an existing application, and write the proposal back. The user approves in /inbox.
Search a chosen job board via Playwright, rank results by fit against the user's resume, and save them to the run so the user can review.
Choose the best existing resume base/variant for a job, or create a new tailored variant when nothing fits.
Write a short, targeted Upwork proposal from a job description and the user's resume, humanized for natural tone.
Generate raster images (PNG, JPEG, WebP) from natural language prompts using Python rendering engines. Covers graphics, charts, layouts, and procedural art. Not for SVG output.