fix: add YAML frontmatter (name + description) to all SKILL.md files
- Added frontmatter to 34 skills that were missing it entirely (0% Tessl score) - Fixed name field format to kebab-case across all 169 skills - Resolves #284
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
---
|
||||
name: "codebase-onboarding"
|
||||
description: "Codebase Onboarding"
|
||||
---
|
||||
|
||||
# Codebase Onboarding
|
||||
|
||||
**Tier:** POWERFUL
|
||||
@@ -262,7 +267,7 @@ await sendEmail({
|
||||
to: user.email,
|
||||
subject: 'Subject line',
|
||||
template: 'my-email',
|
||||
props: { name: user.name },
|
||||
props: { name: "username"
|
||||
})
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user