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,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