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