mirror of
https://github.com/MadsLorentzen/ai-job-search.git
synced 2026-09-17 00:26:26 +00:00
fix(skills): replace bold markdown with proper YAML Frontmatter (#16)
This commit is contained in:
@@ -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
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user