Settings file Claude Code
Agent settings declaring 4 allowed tools.
Settings file Claude Code
Agent settings declaring 4 allowed tools.
Skill Claude CodeCodex
Given a careers page URL, uses Playwright browser tools to explore the page, identify reliable scraping patterns (preferring hidden JSON APIs over DOM scraping), then writes a TypeScript Scraper subclass for that company.
Skill Claude CodeCodex
Uses a public resource to retrieve a list of the current top tech companies, and detects whether they have listings on job boards with public APIs.
Skill Claude CodeCodex
How to run and drive this app to verify UI/server changes at runtime.
MCP server Claude CodeCodexCursor +2
MCP server "playwright" as configured in chrisdothtml/ai-job-finder. Launched with yarn dlx @playwright/mcp@latest.
Instructions file
Instructions for chrisdothtml/ai-job-finder: This repo uses Typescript with node.js, with Yarn as the dependency manager. You can use ./bin/tsn as a drop-in replacement for the node binary. I highly prefer to avoid adding additional third-party dependencies to my project, unless it abstracts very complex…