Bio banner
mikesouellette mikesouellette

Bio

Development community

Description

--- description: "View or initialize your jobseeker bio. Use this when the user runs /bio, asks to see their bio, or wants to set up their profile." allowed-tools: Read, Write, Bash(test:*) --- Check whether `data/bio.md` exists in the project root. ```bash test -f data/bio.md ``` **If the file does NOT exist (exit code non-zero):** Create `data/bio.md` with the following template content exactly as shown, then tell the user the file has been created and they should fill it in — it is the si

Installation

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

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

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

Full documentation available on GitHub

View Source Repository