JobPilot: Claude Code Plugin for Automated Job Applications

JobPilot is a Claude Code plugin that automates the entire job search workflow, built to handle repetitive application tasks. The tool uses Playwright browser automation to navigate real job sites, performing actions like logging in, filling forms, uploading resumes, and handling multi-page applications.
Setup and Configuration
Setup requires creating a profile.json file containing personal information, credentials, and resume file paths. The plugin reads your resume to understand your background and uses this information across all its functions. All credentials remain on your local machine—no API keys, SaaS, or subscriptions are required.
Available Commands
/autopilot "software engineer remote"– Searches job boards, scores matches, and applies to approved jobs autonomously/apply <url>– Auto-fills a single application form/search "react developer NYC"– Searches job boards and ranks results by resume fit/humanizer <text>– Rewrites AI-generated text to remove AI patterns and sound natural/cover-letter <job description>– Generates a tailored cover letter and invokes the humanizer skill to strip AI-generated text patterns/upwork-proposal <job description>– Writes a concise, client-focused Upwork proposal and invokes the humanizer skill/interview <job description>– Generates interview preparation Q&A/dashboard– Tracks application statistics across all runs
The plugin is available on GitHub at https://github.com/suxrobgm/jobpilot.
📖 Read the full source: r/ClaudeAI
👀 See Also

A 4-tier knowledge base architecture to improve AI agent accuracy
A developer built a structured knowledge base with 200+ articles to provide domain-specific context to AI agents, implementing a 4-tier pipeline with query classification that cut token costs by ~40%.

Godmode Plugin Adds Autonomous Iteration Loop to Claude Code and Other AI Coding Agents
Godmode is an open-source plugin that adds an autonomous measure-modify-verify loop to Claude Code, with parallel agents, failure memory, and 126 skills including optimization, security audits, and TDD. It works with Cursor, Codex, Gemini CLI, and OpenCode.

Via Open Source Universal Integration Layer Connects AI Tools to Shared Context Bus
Via is an open source universal integration layer that connects Claude, Cursor, Windsurf, ChatGPT, LangChain, and other AI tools to a shared context, task, and memory bus, enabling work to follow users across tools, sessions, and machines.

Self-Evolving Skill pattern validation: 5-round experiment results
A developer tested the Self-Evolving Skill design pattern for Claude Code with a 5-round experiment on a MySQL database with 29 tables and 590MB of smart building management data. Key results include a 63.6% Five-Gate rejection rate, incremental convergence, and 100% accuracy with no incorrect knowledge surviving.