fix(skills): replace bold markdown with proper YAML Frontmatter (#16)

This commit is contained in:
Deepak Dhungel
2026-06-15 21:41:10 +02:00
committed by GitHub
parent 974b29ec3a
commit 37a0eed6e7
3 changed files with 26 additions and 12 deletions
+9 -4
View File
@@ -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
---