Agent skill

apply

Fill out a job application on Greenhouse, Lever, or Workday

Infrasity-Labsgithub.com/Infrasity-LabsGitHub ↗
claude-codeMIT
Install
npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill apply --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 7
SKILL.md size: 13 KB
Bundled scripts: none
Path: .claude/skills/apply/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 97
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Apply Skill > **Priority hierarchy**: See `references/priority-hierarchy.md` for conflict resolution. Fill out job application forms on Greenhouse, Lever, and Workday using browser automation. ## File Structure ``` scripts/ fill-page.md # Form-filling subagent prompt ``` ## Data Directory Resolve the data directory using `references/data-directory.md`. --- ## Workflow ### Step 0: Check Prerequisites Resolve the data directory, then check prerequisites per `references/prerequisites.md`. Resume file is required. Load `DATA_DIR/application-data.md` if it exists (created in Step 2 if not). ### Step 1: Determine Target Job Parse `$ARGUMENTS`: **If a URL:** - Check if a matching job folder exists in `DATA_DIR/jobs/` (match by company slug in folder name or by URL). If found, load `posting.md`, `resume.md`, `cover-letter.md` from that folder. - If no match, set up browser per `references/browser-setup.md`, fetch the posting, save it to a new folder at `DATA_DIR/jobs/[company-slug]-[date]/posting.md`. **If "last" or empty:** - Find the most recently modified job folder in `DATA_DIR/jobs/` - Load its `posting.md`, `resume.md`, `cover-letter.md` - Confirm with the user which job this is fo

What's inside
Steps it walks through
  1. File Structure
  2. Data Directory
  3. Workflow
  4. Step 0: Check Prerequisites
  5. Step 1: Determine Target Job
  6. Step 2: Build/Load Application Data
  7. Step 3: Navigate to Application Form and Scout Requirements
  8. Step 4: Generate Missing Materials
  9. Step 5: Scan All Fields
  10. Step 6: Propose Answers and Get Approval
  11. Step 7: Fill Form
  12. Step 8: Review Before Submit
  13. Step 9: Log the Application
  14. Field Matching Reference
Ships with 6 files
  • references/ats-patterns.md
  • references/browser-setup.md
  • references/data-directory.md
  • references/prerequisites.md
  • references/priority-hierarchy.md
  • scripts/fill-page.md
More from dev-gtm-claude-skills
All skills →
About this skill
What does the apply skill do?

Fill out a job application on Greenhouse, Lever, or Workday

How do I install it?

Run `npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill apply --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From Infrasity-Labs/dev-gtm-claude-skills, a repository with 97 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going