From 37a0eed6e79dc4249b65cda59d1b9e7f1a91cb82 Mon Sep 17 00:00:00 2001 From: Deepak Dhungel <112053389+Deepak-Dhungel@users.noreply.github.com> Date: Mon, 15 Jun 2026 13:41:10 -0600 Subject: [PATCH] fix(skills): replace bold markdown with proper YAML Frontmatter (#16) --- .claude/skills/job-application-assistant/SKILL.md | 13 +++++++++---- .claude/skills/job-scraper/SKILL.md | 12 ++++++++---- .claude/skills/upskill/SKILL.md | 13 +++++++++---- 3 files changed, 26 insertions(+), 12 deletions(-) diff --git a/.claude/skills/job-application-assistant/SKILL.md b/.claude/skills/job-application-assistant/SKILL.md index 93a6962..41db772 100644 --- a/.claude/skills/job-application-assistant/SKILL.md +++ b/.claude/skills/job-application-assistant/SKILL.md @@ -1,8 +1,13 @@ -# Job Application Assistant +--- +name: job-application-assistant +description: > + Assists with job applications: evaluating job postings, tailoring CVs, writing cover letters, + and preparing for interviews. Triggers on keywords like: job posting, job application, CV, + cover letter, resume, interview prep, job fit, career, application, apply, ansøgning, stilling +allowed-tools: Read, Glob, Grep, WebFetch, WebSearch, Edit, Write, AskUserQuestion +--- -**name:** job-application-assistant -**description:** Assists with job applications: evaluating job postings, tailoring CVs, writing cover letters, and preparing for interviews. Triggers on keywords like: job posting, job application, CV, cover letter, resume, interview prep, job fit, career, application, apply, ansøgning, stilling -**allowed-tools:** Read, Glob, Grep, WebFetch, WebSearch, Edit, Write, AskUserQuestion +# Job Application Assistant --- diff --git a/.claude/skills/job-scraper/SKILL.md b/.claude/skills/job-scraper/SKILL.md index f158805..6d1ba46 100644 --- a/.claude/skills/job-scraper/SKILL.md +++ b/.claude/skills/job-scraper/SKILL.md @@ -1,8 +1,12 @@ -# Job Scraper +--- +name: job-scraper +description: > + Scrapes Danish job sites for new positions matching your profile. Deduplicates across runs. + Triggers on: job scrape, find jobs, search jobs, new jobs, job search, scrape jobs, /scrape +allowed-tools: Read, Write, Edit, Glob, Grep, WebFetch, WebSearch, Agent, AskUserQuestion +--- -**name:** job-scraper -**description:** Scrapes Danish job sites for new positions matching your profile. Deduplicates across runs. Triggers on: job scrape, find jobs, search jobs, new jobs, job search, scrape jobs, /scrape -**allowed-tools:** Read, Write, Edit, Glob, Grep, WebFetch, WebSearch, Agent, AskUserQuestion +# Job Scraper --- diff --git a/.claude/skills/upskill/SKILL.md b/.claude/skills/upskill/SKILL.md index e12aa48..19a567a 100644 --- a/.claude/skills/upskill/SKILL.md +++ b/.claude/skills/upskill/SKILL.md @@ -1,8 +1,13 @@ -# Upskill +--- +name: upskill +description: > + Compares tracked job postings against the candidate profile to identify skill gaps and generate + a prioritized learning plan with study resources. Triggers on: /upskill, upskill, skill gaps, + what should I learn, learning plan +allowed-tools: Read, Write, Glob, Grep, WebFetch, WebSearch +--- -**name:** upskill -**description:** Compares tracked job postings against the candidate profile to identify skill gaps and generate a prioritized learning plan with study resources. Triggers on: /upskill, upskill, skill gaps, what should I learn, learning plan -**allowed-tools:** Read, Write, Glob, Grep, WebFetch, WebSearch +# Upskill ---