Skip to content

Commit 1e50cf3

Browse files
fix(plugin): remove skills/commands from plugin.json — auto-discovered
1 parent 145bdaf commit 1e50cf3

1 file changed

Lines changed: 11 additions & 39 deletions

File tree

plugins/workit/plugin.json

Lines changed: 11 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -2,46 +2,18 @@
22
"name": "workit",
33
"version": "0.12.0",
44
"description": "Agent-native CLI for Google Workspace. 18+ services, local DOCX editing, JSON-first output, least-privilege auth.",
5-
"author": { "name": "Automagik" },
5+
"author": {
6+
"name": "Automagik"
7+
},
68
"repository": "https://github.com/automagik-dev/workit",
79
"license": "MIT",
8-
"keywords": ["google-workspace", "gmail", "calendar", "drive", "docx", "agent", "cli"],
9-
"skills": [
10-
"skills/SKILL.md",
11-
"skills/safety.md",
12-
"skills/setup.md",
13-
"skills/gmail.md",
14-
"skills/calendar.md",
15-
"skills/drive.md",
16-
"skills/sync.md",
17-
"skills/docs.md",
18-
"skills/sheets.md",
19-
"skills/slides.md",
20-
"skills/chat.md",
21-
"skills/classroom.md",
22-
"skills/tasks.md",
23-
"skills/contacts.md",
24-
"skills/people.md",
25-
"skills/keep.md",
26-
"skills/groups.md",
27-
"skills/forms.md",
28-
"skills/appscript.md",
29-
"skills/docx-read.md",
30-
"skills/docx-edit.md",
31-
"skills/docx-create.md",
32-
"skills/docx-track.md",
33-
"skills/docx-tables.md",
34-
"skills/docx-convert.md",
35-
"skills/agent.md",
36-
"skills/config.md",
37-
"skills/templates.md"
38-
],
39-
"commands": [
40-
"/docx-read",
41-
"/docx-edit",
42-
"/docx-create",
43-
"/docx-track",
44-
"/docx-tables",
45-
"/docx-convert"
10+
"keywords": [
11+
"google-workspace",
12+
"gmail",
13+
"calendar",
14+
"drive",
15+
"docx",
16+
"agent",
17+
"cli"
4618
]
4719
}

0 commit comments

Comments
 (0)