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
7 changes: 7 additions & 0 deletions .changeset/consistent-anonymous-commandname.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@taskless/skills": patch
---

Add explicit `commandName: "-"` to anonymous skill frontmatter

The anonymous skills (`taskless-create-rule-anonymous` and `taskless-improve-rule-anonymous`) were missing the `metadata.commandName` field. Added `commandName: "-"` for consistency with all other skills that don't expose a slash command.
1 change: 1 addition & 0 deletions skills/taskless-create-rule-anonymous/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: Creates a new Taskless rule locally without API access. Uses the ag
metadata:
author: taskless
version: 0.5.1
commandName: "-"
compatibility: Designed for Agents implementing the Agent Skills specification.
---

Expand Down
1 change: 1 addition & 0 deletions skills/taskless-improve-rule-anonymous/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: Improves existing Taskless rules locally without API access. Uses t
metadata:
author: taskless
version: 0.5.1
commandName: "-"
compatibility: Designed for Agents implementing the Agent Skills specification.
---

Expand Down
Loading