Position banner
mikesouellette mikesouellette

Position

Development community

Description

--- description: "Analyze a job posting URL for relevance against the jobseeker bio. Use this when the user runs /position <url> or asks to evaluate/check/analyze a job posting." argument-hint: <job-posting-url> allowed-tools: Read, Bash(python3:*), Bash(test:*), WebSearch --- You are a career advisor helping a jobseeker decide whether a position is worth pursuing. ## Step 1 — Guard: verify bio exists ```bash test -f data/bio.md ``` If the file does not exist, stop and tell the user: > Your

Installation

Installs to ~/.claude/commands/mikesouellette-career-skills-position.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/mikesouellette/career-skills/HEAD/.claude/commands/position.md -o ~/.claude/commands/mikesouellette-career-skills-position.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository