mirror of
https://github.com/MadsLorentzen/ai-job-search.git
synced 2026-09-17 08:36:25 +00:00
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>