Skip to content

Commit a883182

Browse files
committed
Revert "chore: regenerate skills [skip ci]"
This reverts commit d0d9a76.
1 parent d0d9a76 commit a883182

6 files changed

Lines changed: 0 additions & 160 deletions

File tree

docs/skills.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ Shortcut commands for common operations.
4646
| [gws-sheets-read](../skills/gws-sheets-read/SKILL.md) | Google Sheets: Read values from a spreadsheet. |
4747
| [gws-gmail-send](../skills/gws-gmail-send/SKILL.md) | Gmail: Send an email. |
4848
| [gws-gmail-triage](../skills/gws-gmail-triage/SKILL.md) | Gmail: Show unread inbox summary (sender, subject, date). |
49-
| [gws-gmail-reply](../skills/gws-gmail-reply/SKILL.md) | Gmail: Reply to a message (handles threading automatically). |
50-
| [gws-gmail-reply-all](../skills/gws-gmail-reply-all/SKILL.md) | Gmail: Reply-all to a message (handles threading automatically). |
51-
| [gws-gmail-forward](../skills/gws-gmail-forward/SKILL.md) | Gmail: Forward a message to new recipients. |
5249
| [gws-gmail-watch](../skills/gws-gmail-watch/SKILL.md) | Gmail: Watch for new emails and stream them as NDJSON. |
5350
| [gws-calendar-insert](../skills/gws-calendar-insert/SKILL.md) | Google Calendar: Create a new event. |
5451
| [gws-calendar-agenda](../skills/gws-calendar-agenda/SKILL.md) | Google Calendar: Show upcoming events across all calendars. |

skills/gws-gmail-forward/SKILL.md

Lines changed: 0 additions & 51 deletions
This file was deleted.

skills/gws-gmail-reply-all/SKILL.md

Lines changed: 0 additions & 52 deletions
This file was deleted.

skills/gws-gmail-reply/SKILL.md

Lines changed: 0 additions & 50 deletions
This file was deleted.

skills/gws-gmail-send/SKILL.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ gws gmail +send --to <EMAIL> --subject <SUBJECT> --body <TEXT>
2929
| `--to` ||| Recipient email address |
3030
| `--subject` ||| Email subject |
3131
| `--body` ||| Email body (plain text) |
32-
| `--dry-run` ||| Show the request that would be sent without executing it |
3332

3433
## Examples
3534

skills/gws-gmail/SKILL.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ gws gmail <resource> <method> [flags]
2424
|---------|-------------|
2525
| [`+send`](../gws-gmail-send/SKILL.md) | Send an email |
2626
| [`+triage`](../gws-gmail-triage/SKILL.md) | Show unread inbox summary (sender, subject, date) |
27-
| [`+reply`](../gws-gmail-reply/SKILL.md) | Reply to a message (handles threading automatically) |
28-
| [`+reply-all`](../gws-gmail-reply-all/SKILL.md) | Reply-all to a message (handles threading automatically) |
29-
| [`+forward`](../gws-gmail-forward/SKILL.md) | Forward a message to new recipients |
3027
| [`+watch`](../gws-gmail-watch/SKILL.md) | Watch for new emails and stream them as NDJSON |
3128

3229
## API Resources

0 commit comments

Comments
 (0)