Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/assets/skills/skill-creator/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ name: {skill-name}
description: "Trigger: {essential trigger words users or agents will say}. {What this skill does}."
license: Apache-2.0
metadata:
author: gentleman-programming
author: "{your-github-username}"
version: "1.0"
---
```
Expand Down
2 changes: 1 addition & 1 deletion testdata/golden/skills-claude-skill-creator.golden
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ name: {skill-name}
description: "Trigger: {essential trigger words users or agents will say}. {What this skill does}."
license: Apache-2.0
metadata:
author: gentleman-programming
author: "{your-github-username}"
version: "1.0"
---
```
Expand Down
2 changes: 1 addition & 1 deletion testdata/golden/skills-kiro-skill-creator.golden
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ name: {skill-name}
description: "Trigger: {essential trigger words users or agents will say}. {What this skill does}."
license: Apache-2.0
metadata:
author: gentleman-programming
author: "{your-github-username}"
version: "1.0"
---
```
Expand Down
2 changes: 1 addition & 1 deletion testdata/golden/skills-opencode-skill-creator.golden
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ name: {skill-name}
description: "Trigger: {essential trigger words users or agents will say}. {What this skill does}."
license: Apache-2.0
metadata:
author: gentleman-programming
author: "{your-github-username}"
version: "1.0"
---
```
Expand Down
2 changes: 1 addition & 1 deletion testdata/golden/skills-windsurf-skill-creator.golden
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ name: {skill-name}
description: "Trigger: {essential trigger words users or agents will say}. {What this skill does}."
license: Apache-2.0
metadata:
author: gentleman-programming
author: "{your-github-username}"
version: "1.0"
---
```
Expand Down
Loading