Skip to content

Instantly share code, notes, and snippets.

@WSJUSA
WSJUSA / skill.md
Created March 3, 2026 15:32
Agent Skill to update_career_goals
name description
update_career_goals
Fetches job listing URLs, extracts requirements and skills, and merges them into ~/.career_goals.md. Use when the user shares a job posting link and wants to add it to their career goals.

Update Career Goals

Extract skills, requirements, and technologies from a job posting and merge them into ~/.career_goals.md.

Workflow

@WSJUSA
WSJUSA / skill.md
Last active March 3, 2026 15:26
Agent Skill with_my_goals
name description
with_my_goals
Loads career goals from ~/.career_goals.md to bias solution selection toward the user's target skills and experiences. Use when solving coding tasks, choosing technical approaches, or when the user asks to align solutions with their goals.

With My Goals

Incorporate target experience and technical knowledge goals into solution selection.

Instructions