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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- File Structure
- Data Directory
- Workflow
- Step 0: Check Prerequisites
- Step 1: Determine Target Job
- Step 2: Build/Load Application Data
- Step 3: Navigate to Application Form and Scout Requirements
- Step 4: Generate Missing Materials
- Step 5: Scan All Fields
- Step 6: Propose Answers and Get Approval
- Step 7: Fill Form
- Step 8: Review Before Submit
- Step 9: Log the Application
- Field Matching Reference
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.
