googleworkspace/gws-workflow-email-to-task
Google Workflow: Convert a Gmail message into a Google Tasks entry.
Google Workflow: Convert a Gmail message into a Google Tasks entry.
npx skills add https://github.com/googleworkspace/cli/tree/main/skills/gws-workflow-email-to-taskGoogle Workflow: Convert a Gmail message into a Google Tasks entry.
This repo contains 20 individual skills — each has its own dedicated page.
Google Workspace Admin SDK: Audit logs and usage reports.
Google Calendar: Manage calendars and events.
Google Calendar: Show upcoming events across all calendars.
Google Calendar: Create a new event.
Google Chat: Manage Chat spaces and messages.
Google Chat: Send a message to a space.
Google Classroom: Manage classes, rosters, and coursework.
Read and write Google Docs.
Google Docs: Append text to a document.
Google Drive: Manage files, folders, and shared drives.
Google Drive: Upload a file with automatic metadata.
Subscribe to Google Workspace events.
Google Workspace Events: Renew/reactivate Workspace Events subscriptions.
Google Workspace Events: Subscribe to Workspace events and stream them as NDJSON.
Read and write Google Forms.
Gmail: Send, read, and manage email.
Gmail: Forward a message to new recipients.
Gmail: Read a message and extract its body or headers.
Gmail: Reply to a message (handles threading automatically).
Gmail: Reply-all to a message (handles threading automatically).
Develop AI-powered applications using Genkit in Go. Use when the user asks to build AI features, agents, flows, or tools in Go using Genkit, or when working with Genkit Go code involving generation, prompts, streaming, tool calling, or model providers.
skills.ai is a structured, open-source collection of reusable, self-contained markdown modules that describe how to perform specific software engineering tasks.
Personal work dashboard plugin for Claude Code. Merges Calendar, Gmail, Slack, Drive, and Granola into a local React dashboard.
Claude Code skills & config for multi-agent research workflows
Synced Codex skills backup
Golang performance optimization patterns and methodology - if X bottleneck, then apply Y. Covers allocation reduction, CPU efficiency, memory layout, GC tuning, pooling, caching, and hot-path optimization. Use when profiling or benchmarks have identified a bottleneck and you need the right optimization pattern to fix it. Also use when performing performance code review to suggest improvements or benchmarks that could help identify quick performance gains. Not for measurement methodology (→ See `samber/cc-skills-golang@golang-benchmark` skill) or debugging workflow (→ See `samber/cc-skills-golang@golang-troubleshooting` skill).