fix(skills): replace bold markdown with proper YAML Frontmatter (#16)

This commit is contained in:
Deepak Dhungel
2026-06-15 21:41:10 +02:00
committed by GitHub
parent 974b29ec3a
commit 37a0eed6e7
3 changed files with 26 additions and 12 deletions
@@ -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 # 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
--- ---
+8 -4
View File
@@ -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 # 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
--- ---
+9 -4
View File
@@ -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 # 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
--- ---