andrew-shwetzer/recruiter-plugin

6 stars · Last commit 2026-04-28

Claude Code plugin with 22 AI recruiting skills. Source candidates, detect hiring signals, screen resumes, draft outreach, track pipelines. ATS-integrated. Free and open source.

README preview

# Recruiter Skills Pack for Claude Code

A Claude Code plugin: 22 AI recruiting skills installed into your terminal. Source candidates, detect hiring signals, screen resumes, draft personalized outreach, track pipelines, and run BD into target accounts. No server, no SaaS subscription, no separate app. Your Claude Code instance runs everything locally, skills are plain markdown that read your local files for state, and your data stays on your machine.
---

## Install

```bash
curl -fsSL https://raw.githubusercontent.com/andrew-shwetzer/recruiter-plugin/main/install.sh | bash
```

Or clone and run locally:

```bash
git clone https://github.com/andrew-shwetzer/recruiter-plugin.git
cd recruiter-plugin
./install.sh
```

---

View full repository on GitHub →