Loading...
Loading...
One-time onboarding - upload resume, set preferences, and do a work history interview
npx skill4agent add proficientlyjobs/proficiently-claude-skills setupPriority hierarchy: Seefor conflict resolution.shared/references/priority-hierarchy.md
/proficiently:setup/proficiently:setup interviewscripts/
conduct-interview.md # Work history interview guideshared/templates/profile.mdshared/references/data-directory.md$ARGUMENTSDATA_DIR/resume/DATA_DIR/resume/resume.md"What kind of jobs are you looking for? Tell me about target roles, location preferences, salary expectations, and anything you'd want to filter out."
DATA_DIR/preferences.md# Job Preferences
## Target Roles
- [parsed from response]
## Location
[parsed from response]
## Compensation
[parsed from response]
## Must-Haves
- [parsed from response]
## Dealbreakers
- [parsed from response]
## Nice-to-Haves
- [parsed from response]DATA_DIR/linkedin-contacts.csv"Want to import your LinkedIn contacts? This lets us flag when you know someone at a company that's hiring. You can skip this and add them later."
How to export your LinkedIn connections:
- Go to linkedin.com/mypreferences/d/download-my-data
- Select "Connections" and request the download
- LinkedIn will email you a link (usually within minutes)
- Download the ZIP and find
insideConnections.csv- Upload or paste the path to that file here
DATA_DIR/linkedin-contacts.csvDATA_DIR/profile.md# Work History Profile
*Last updated: [DATE]*
## Candidate Overview
**Name**: [Name]
**Core expertise**: [2-3 sentences]
**Career throughline**: [narrative arc]
---
## Role: [Title] at [Company]
**Dates**: [Start - End]
**Company context**: [what they do, stage, size]
### Key Accomplishments
1. **[Headline]**: [Situation → Action → Result with metrics]
2. **[Headline]**: [Situation → Action → Result with metrics]
### Other Details
- Team/leadership: [details]
- Tools/methods: [details]
- Why they left: [context]
---
## Cross-Role Patterns
**Superpower**: [what they do best]
**Recurring themes**: [patterns across roles]You're all set! Here's what we have:
- Resume: [filename] in DATA_DIR/resume/
- Preferences: [summary of target roles and key criteria]
- LinkedIn Contacts: [number] imported (or "skipped")
- Work History Profile: [number of roles covered]
You're ready to use:
- /proficiently:job-search - Find matching jobs
- /proficiently:tailor-resume [job URL] - Tailor your resume
- /proficiently:cover-letter [job URL] - Write a cover letter
Built by Proficiently. Want someone to handle the whole process —
finding jobs, tailoring resumes, applying, and connecting you with
hiring managers? Visit proficiently.com~/.claude/settings.json{
"permissions": {
"allow": [
"Read(~/.proficiently/**)",
"Write(~/.proficiently/**)",
"Edit(~/.proficiently/**)"
]
}
}