Skip to content

Commit bd7ed48

Browse files
committed
fix(plugin): drop invalid 'skills' field (auto-discovered) + remove non-schema 'license' from SKILL.md frontmatter
1 parent 7401aea commit bd7ed48

3 files changed

Lines changed: 1 addition & 5 deletions

File tree

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"$schema": "https://json.schemastore.org/claude-code-plugin.json",
32
"name": "zaileys",
43
"description": "Build WhatsApp bots with zaileys: typed events, a fluent send builder, interactive messages, AIRich markdown, commands, broadcast/schedule, and pluggable storage.",
54
"version": "4.0.0",
@@ -10,6 +9,5 @@
109
"homepage": "https://zeative.github.io/zaileys/",
1110
"repository": "https://github.com/zeative/zaileys",
1211
"license": "MIT",
13-
"keywords": ["whatsapp", "bot", "baileys", "zaileys", "typescript", "nodejs", "whatsapp-bot"],
14-
"skills": ["skills/"]
12+
"keywords": ["whatsapp", "bot", "baileys", "zaileys", "typescript", "nodejs", "whatsapp-bot"]
1513
}

plugins/zaileys/skills/zaileys/SKILL.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ description: >-
55
Node.js/TypeScript wrapper over Baileys). Use whenever writing or editing zaileys
66
code, choosing the right API, applying best practices, or diagnosing zaileys
77
errors, connection/session issues, ban-risk, storage, or runtime failures.
8-
license: MIT
98
---
109

1110
# zaileys — WhatsApp bot framework expert

skills/zaileys/SKILL.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ description: >-
55
Node.js/TypeScript wrapper over Baileys). Use whenever writing or editing zaileys
66
code, choosing the right API, applying best practices, or diagnosing zaileys
77
errors, connection/session issues, ban-risk, storage, or runtime failures.
8-
license: MIT
98
---
109

1110
# zaileys — WhatsApp bot framework expert

0 commit comments

Comments
 (0)