A Claude Code plugin for AI-powered job searching, resume tailoring, and cover letter writing. Built by Proficiently. Want someone to handle your entire job search?
> /plugin marketplace add proficientlyjobs/proficiently-claude-skills> /plugin install proficiently@proficiently
What's inside
A Claude Code plugin for AI-powered job searching, resume tailoring, and cover letter writing. Built by Proficiently.
Want someone to handle your entire job search? Proficiently finds you jobs, tailors your resume and cover letters, applies on your behalf, and gets you in touch with hiring managers. Visit proficiently.com to get started.
| Skill | Command | Description |
|---|---|---|
| Setup | /proficiently:setup | One-time onboarding: resume, preferences, LinkedIn contacts, and work history interview |
| Job Search | /proficiently:job-search | Automated job search with smart filtering and network matching |
| Tailor Resume | /proficiently:tailor-resume | Create tailored resumes for specific job postings |
| Cover Letter | /proficiently:cover-letter | Write natural, persuasive cover letters |
| Network Scan | /proficiently:network-scan | Scan your contacts' companies for matching job openings |
| Apply | /proficiently:apply | Fill out job applications on Greenhouse, Lever, and Workday |
| Telegram Loop | /proficiently:jobsearch-telegram | Headless job search assistant via Telegram โ apply, search, and check status by chat |
/proficiently:setup uploads your resume, configures preferences, imports LinkedIn contacts, and conducts a work history interview (one-time)/proficiently:job-search finds jobs that match your preferences and resume, flags companies where you have connections/proficiently:tailor-resume rewrites your resume for a specific job posting, saves the job posting and tailored resume together/proficiently:cover-letter last writes a cover letter using the most recent job's posting and tailored resume/proficiently:apply last fills out the application form on Greenhouse, Lever, or Workday using your tailored resume and cover letter/proficiently:network-scan scans your LinkedIn contacts' companies for matching openings (leverages your network for warm intros)/loop 1m /proficiently:jobsearch-telegram runs the Telegram bot in the background โ send a job URL or "search [keywords]" from your phone to trigger any of the above automaticallyAll skills share a ~/.proficiently/ directory for personal files. Each job application gets its own folder containing the posting, tailored resume, and cover letter.
/proficiently:setup to get startedFirst, add the repository as a marketplace:
claude plugin marketplace add https://github.com/proficientlyjobs/proficiently-claude-skills.git
Then install the plugin:
claude plugin install proficiently@proficiently
Then run setup:
/proficiently:setup
Setup will create ~/.proficiently/, prompt you for your resume, configure your job preferences, optionally import your LinkedIn contacts, and conduct a work history interview.
You can also add your resume manually first:
mkdir -p ~/.proficiently/resume
cp /path/to/your/resume.pdf ~/.proficiently/resume/
Plugin (installed via marketplace):
proficiently-claude-skills/
โโโ .claude-plugin/
โ โโโ plugin.json # Plugin manifest
โโโ shared/
โ โโโ templates/
โ โ โโโ profile.md # Work history profile template
โ โโโ references/
โ โโโ fit-scoring.md # Canonical fit scoring criteria
โ โโโ data-directory.md # Data directory resolution algorithm
โ โโโ prerequisites.md # Prerequisites checking by skill
โ โโโ browser-setup.md # Browser automation setup sequence
โ โโโ ats-patterns.md # ATS navigation patterns (Greenhouse, Lever, Workday)
โ โโโ priority-hierarchy.md # Instruction priority hierarchy
โโโ skills/
โ โโโ setup/
โ โ โโโ SKILL.md
โ โ โโโ scripts/
โ โโโ job-search/
โ โ โโโ SKILL.md
โ โ โโโ assets/templates/
โ โ โโโ scripts/
โ โโโ tailor-resume/
โ โ โโโ SKILL.md
โ โ โโโ scripts/
โ โโโ cover-letter/
โ โ โโโ SKILL.md
โ โ โโโ scripts/
โ โโโ network-scan/
โ โ โโโ SKILL.md
โ โ โโโ scripts/
โ โโโ apply/
โ โ โโโ SKILL.md
โ โ โโโ scripts/
โ โโโ jobsearch-telegram/
โ โโโ SKILL.md
โโโ README.md
User data (created by /proficiently:setup, persists across plugin updates):
~/.proficiently/
โโโ resume/ # Your resume PDF/DOCX
โโโ profile.md # Work history from interview
โโโ preferences.md # Job matching rules
โโโ linkedin-contacts.csv # LinkedIn connections (optional)
โโโ job-history.md # Running log from job-search
โโโ company-careers.json # Cached careers page URLs
โโโ network-scan-history.md # Running log from network-scan
โโโ application-data.md # Reusable form field answers
โโโ jobs/ # One folder per application
โโโ google-lead-gpm-2026-02-11/
โ โโโ posting.md # Saved job description
โ โโโ resume.md # Tailored resume
โ โโโ cover-letter.md # Cover letter
โ โโโ applied.md # Application log (date, ATS, status)
โโโ ...
This plugin is free and open source. If you'd rather have someone handle the whole process for you โ finding jobs, tailoring resumes, writing cover letters, submitting applications, and connecting you with hiring managers โ visit proficiently.com.
MIT
.claude-plugin/
marketplace.json
plugin.json
.gitignore
README.md
shared/
references/
ats-patterns.md
browser-setup.md
data-directory.md
fit-scoring.md
prerequisites.md
priority-hierarchy.md
templates/
profile.md
skills/
apply/
scripts/
fill-page.md
SKILL.md
cover-letter/
.gitignore
README.md
scripts/
write-cover-letter.md
SKILL.md
job-search/
.gitignore
assets/
templates/
job-entry.md
job-history-init.md
matching-rules.md
README.md
scripts/
evaluate-jobs.md
SKILL.md
jobsearch-telegram/
SKILL.md
network-scan/
README.md
scripts/
evaluate-company.md
resolve-careers.md
SKILL.md
setup/
scripts/
conduct-interview.md
SKILL.md
tailor-resume/
.gitignore
README.md
scripts/
tailor-resume.md
SKILL.mdFAQ
proficiently is a Claude Code plugin with 7 hand-picked skills for career work, indexed on Flowy. Install it with the command on its page. It includes apply, cover-letter, job-search. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.