mirror of
https://github.com/MadsLorentzen/ai-job-search.git
synced 2026-09-17 08:36:25 +00:00
fix: rename job-scraper skill to 'scrape' so /scrape resolves natively (#74)
The docs instruct users to run /scrape, but the skill's name was job-scraper, so /scrape never resolved as a command - it only worked via fuzzy trigger matching on the description. Renaming the skill's name field makes /scrape a real, autocompleted command, consistent with /upskill (whose skill is named upskill). Folder path unchanged. Fixes #68. No wrapper command per the single-source-of-truth precedent (#52). Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
2fa21cf4ea
commit
a558c8593b
@@ -1,5 +1,5 @@
|
||||
---
|
||||
name: job-scraper
|
||||
name: scrape
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user