Skip to content

Commit 31efbd6

Browse files
authored
refactor: rename skills to avoid slash command conflicts (#274)
* refactor: rename skills to google-* prefix - Renamed directories in /skills to prepend google- - Updated name frontmatter in SKILL.md files - Fixed skill references in WORKSPACE-Context.md and plan.md * addressing feedback
1 parent a11cd41 commit 31efbd6

6 files changed

Lines changed: 15 additions & 15 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: calendar
2+
name: google-calendar
33
description: >
44
CRITICAL: You MUST activate this skill BEFORE creating, querying, or managing
55
calendar events. Always trigger this skill as the first step when the user
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: chat
2+
name: google-chat
33
description: >
44
CRITICAL: You MUST activate this skill BEFORE sending, reading, or managing
55
Google Chat messages. Always trigger this skill as the first step when the
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: docs
2+
name: google-docs
33
description: >
44
CRITICAL: You MUST activate this skill BEFORE creating, editing, or managing
55
Google Docs. Always trigger this skill as the first step when the user
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: sheets
2+
name: google-sheets
33
description: >
44
Activate this skill when the user wants to find, read, or analyze Google
55
Sheets spreadsheets. Contains guidance on searching for spreadsheets, output
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: slides
2+
name: google-slides
33
description: >
44
Activate this skill when the user wants to find, read, or extract content from
55
Google Slides presentations. Contains guidance on searching for presentations,

workspace-server/WORKSPACE-Context.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -172,23 +172,23 @@ filter rather than searching by name alone. Example MIME type queries:
172172

173173
### Google Docs
174174

175-
- See the **Docs skill** for detailed guidance on document content formatting,
176-
creation, editing, tab management, and document organization.
175+
- See the **Google Docs skill** for detailed guidance on document content
176+
formatting, creation, editing, tab management, and document organization.
177177

178178
### Google Sheets
179179

180-
- See the **Sheets skill** for detailed guidance on finding spreadsheets, output
181-
format selection, and range-based operations.
180+
- See the **Google Sheets skill** for detailed guidance on finding spreadsheets,
181+
output format selection, and range-based operations.
182182

183183
### Google Slides
184184

185-
- See the **Slides skill** for detailed guidance on finding presentations, text
186-
extraction, image downloads, and slide thumbnails.
185+
- See the **Google Slides skill** for detailed guidance on finding
186+
presentations, text extraction, image downloads, and slide thumbnails.
187187

188188
### Google Calendar
189189

190-
- See the **Calendar skill** for detailed guidance on timezone handling, meeting
191-
queries, event management, responding to invitations, and scheduling.
190+
- See the **Google Calendar skill** for detailed guidance on timezone handling,
191+
meeting queries, event management, responding to invitations, and scheduling.
192192

193193
### Gmail
194194

@@ -197,8 +197,8 @@ filter rather than searching by name alone. Example MIME type queries:
197197

198198
### Google Chat
199199

200-
- See the **Chat skill** for detailed guidance on formatting messages, spaces
201-
vs. DMs, threading, unread filtering, and space management.
200+
- See the **Google Chat skill** for detailed guidance on formatting messages,
201+
spaces vs. DMs, threading, unread filtering, and space management.
202202

203203
Remember: This guide focuses on **how to think** about using these tools
204204
effectively. For specific parameter details, refer to the tool descriptions

0 commit comments

Comments
 (0)