From jobhunt
Track job applications, analyze positions, identify skill gaps, and plan your job search strategy
npx claudepluginhub sciknow-io/alhazen-skill-examples --plugin jobhuntThis skill uses the workspace's default tool permissions.
Use this skill to manage your job search as a knowledge graph. Claude acts as your career coach, building understanding of positions, companies, and your fit over time.
Lists career-ops skills directory, checks job search state from data files, suggests next action like profile setup or job evaluation based on progress.
Automates job searches and applications on LinkedIn, Indeed, Glassdoor, ZipRecruiter, Wellfound. Generates cover letters, fills forms, tracks status. Use for 'find and apply to jobs'.
Coaches full job search lifecycle: JD decoding, resume/LinkedIn optimization, storybank building, mock interviews, transcript analysis, comp negotiation. 23 /coach commands with persistent state.
Share bugs, ideas, or general feedback.
Use this skill to manage your job search as a knowledge graph. Claude acts as your career coach, building understanding of positions, companies, and your fit over time.
When to use: "add job", "ingest job", "new position", "analyze this job posting", "show my pipeline", "skill gaps", "learning plan", "list positions", "update status", "job search"
uv must be installedPath note:
- Claude plugin install:
<skill-path>=${CLAUDE_PLUGIN_ROOT}/skills/jobhunt- skillful-alhazen project:
<skill-path>=.claude/skills/jobhuntTypeDB starts automatically on session start (via SessionStart hook). No manual init required.
TYPEDB_HOST: TypeDB server (default: localhost)TYPEDB_PORT: TypeDB port (default: 1729)TYPEDB_DATABASE: Database name (default: alhazen_notebook)# Ingest a job posting
uv run --project <skill-path> python <skill-path>/jobhunt.py ingest-job \
--url "https://boards.greenhouse.io/anthropic/jobs/123456" \
--priority high
# List your pipeline
uv run --project <skill-path> python <skill-path>/jobhunt.py list-pipeline
Before executing any commands, read USAGE.md in this directory for the complete command reference, sensemaking workflow, data model, and automated foraging guide.