jobpilot
01Settings file Claude Code
Agent settings declaring 11 allowed tools.
Settings file Claude Code
Agent settings declaring 11 allowed tools.
Skill Claude CodeCodex
Add a new JobPilot API route or module the standard way - contracts schema, controller, service, response schema, optional web hook. Use for "add an endpoint", "new route", "new module".
Skill Claude CodeCodex
Review and clean up the given file(s)/folder(s)/module(s) in any language or framework: rate organization, find dead code, duplication, coupling, over-engineering, structural and architectural problems, then produce and execute a phased refactor plan. May apply architecture/pattern changes when they are a net…
Skill Claude CodeCodex
Create and apply a Prisma migration safely against the remote (tunneled) PostgreSQL. Use for schema changes - "create a migration", "apply migrations", "add a column/table".
Skill Claude CodeCodex
Bump the unified JobPilot version (host + plugin), update the changelog, commit, and tag a new release.
Skill Claude CodeCodex
Rebuild the .NET terminal host, restart it, and wait for /healthz. Use after any C# change under apps/terminal, or when asked to "restart the terminal host".
Skill Claude CodeCodex
Migrate a React @tanstack/react-form codebase from the prop-drilled useForm + erased-form-type pattern to the official createFormHook composition API (useAppForm / withForm / field.X). Use when a project threads a form object (often cast to an any-erased type like ReactFormExtendedApi ) through field-wrapper…
Skill Claude CodeCodex
Film, cut, and deliver a short teaser/demo video of any app by driving it with Playwright and editing with ffmpeg - storyboard, authenticated capture, PII review, animated title cards, MP4 + GIF. Use for "make a teaser", "record a demo video", "product launch video", "screen recording for the README".
Skill Claude CodeCodex
Run the full JobPilot CI gate locally - Biome, API + web typechecks, API and contracts tests, and the terminal .NET tests when terminal files changed. Use before committing, or when asked to "verify", "run checks", or "run the gate".
Instructions file CodexOpenCode
Instructions for suxrobGM/jobpilot: Read CLAUDE.md first - architecture, layout, commands, and repo-wide code style.
Instructions file
Instructions for suxrobGM/jobpilot, covering jobpilot, layout, commands, code style and area rules.
Plugin Claude Code
Claude Code skills and Playwright MCP wiring for JobPilot job applications.
MCP server Claude CodeCodexCursor +2
Lets the agent drive a real browser: open pages, click, type, take screenshots and read the accessibility tree, using Playwright. Runs locally from the @playwright/mcp npm package.
Agent
Internal per-job worker for JobPilot apply/score loops. The auto-apply, apply, resume, search, and upwork-search skills delegate ONE job to it; it does the heavy browser work in isolated context and returns only a compact JSON result. Not for direct user invocation.
Agent
Internal per-contact worker for the JobPilot networking skill. Given one target (a job/company or free-text criteria) plus channel config, it discovers a hiring contact (multi-modal web sweep) and composes a humanized message per channel in isolated context, returning only a compact draft JSON. Never saves or sends.…
Skill Claude CodeCodex
Apply to a single job (URL or pasted page) with fit review, or score and apply the job links pasted into an apply campaign when no argument is given.
Skill Claude CodeCodex
Search a job board and autonomously apply to matching jobs one at a time, until paused, exhausted, or the max-applications cap is hit.
Skill Claude CodeCodex
Write a tailored, concise cover letter (150-250 words) from a job description and the user's resume, humanized for natural tone.
Skill Claude CodeCodex
Parse a resume's uploaded PDF into structured JSON (basics, experience, projects, skills, education) and save it to the editor.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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…
Skill Claude CodeCodex
Produce a tailored interview prep sheet (behavioral, technical, system design, company) from a job description and the user's resume.
Skill Claude CodeCodex
Find a hiring manager/recruiter for a role (or company) and send a personalized message via cold email or LinkedIn, with per-campaign channels and autonomy.
Skill Claude CodeCodex
One autonomous Pilot cycle - fetch the agenda, execute the top item, journal, exit. Injected by the terminal host - not for manual invocation loops.