Use when integrate with Google Workspace (Docs, Sheets, Drive, Calendar)
Scanned 9/8/2026
Install to Claude Code
npx -y skills add oyi77/1ai-skills --skill google-workspace --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Google Workspace?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/oyi77-google-workspace)More formats (shields.io, HTML) on the badges page.
---
name: google-workspace
description: Use when integrate with Google Workspace (Docs, Sheets, Drive, Calendar)
using MCP servers. Use when integrateing with google workspace (docs, sheets, drive,
calendar) using mcp.
domain: productivity
author: oyi77
license: Apache-2.0
subdomain: productivity
tags:
- google
- productivity
- time-management
- tools
- workspace
allowed-tools:
- Bash(gcloud:*)
- MCP(google-workspace:*)
- MCP(google-drive:*)
- MCP(google-sheets:*)
- MCP(google-docs:*)
version: 1.0.0
category: productivity
---
# Google Workspace
## When to Use
**Trigger phrases:**
- "google workspace"
- "Help me with google workspace"
**Use cases:**
- When the task matches this skill's domain expertise
**When NOT to use:**
- For tasks outside this skill's scope
Comprehensive Google Workspace integration using MCP servers for Docs, Sheets, Drive, and Calendar.
## When NOT to Use
- When the tool already handles the workflow natively
- For personal preferences that do not affect output quality
- When the overhead of the system exceeds the time saved
## Overview
Google Workspace enhances workflow optimization with proven systems and tools.
## Daily Workflow
1. **Plan** — Review priorities and set daily objectives
2. **Execute** — Focus blocks with minimal interruptions
3. **Review** — End-of-day reflection and tomorrow's prep
## Frameworks
- **GTD (Getting Things Done)** — Capture, clarify, organize, reflect, engage
- **Pomodoro** — 25min focus + 5min break cycles
- **Eisenhower Matrix** — Urgent/Important prioritization
- **Time Blocking** — Dedicated blocks for deep work
## Tools
- Task management (Todoist, Notion, Linear)
- Calendar blocking for focus time
- Note-taking for capture and reference
- Automation for repetitive tasks
## Tips
- Batch similar tasks together
- Protect deep work time ruthlessly
- Review and adjust systems weekly
- Eliminate before optimizing
## Workflow
```python
# Example: Task prioritization (Eisenhower Matrix)
def prioritize(tasks: list[dict]) -> dict:
matrix = {"urgent_important": [], "important": [], "urgent": [], "neither": []}
for task in tasks:
if task["urgent"] and task["important"]:
matrix["urgent_important"].append(task)
elif task["important"]:
matrix["important"].append(task)
elif task["urgent"]:
matrix["urgent"].append(task)
else:
matrix["neither"].append(task)
return matrix
```
1. **Understand requirements** — Clarify objectives and scope
2. **Set up tools** — Configure required tools and access
3. **Execute** — Perform the core operations
4. **Validate** — Verify results meet quality standards
5. **Document** — Record findings and decisions
## Anti-Rationalization Table
| Rationalization | Reality |
|---|---|
| "I am too busy to organize" | Disorganization costs more time than organizing. Invest upfront. |
| "Multitasking is productive" | Context switching costs 25 minutes per switch. Focus on one thing. |
| "I will remember this" | You will not. Write it down. Externalize your memory. |
## Process
1. **Prepare** — Gather requirements, verify prerequisites, set up environment
1. **Execute** — Run google workspace workflow with configured parameters
1. **Verify** — Validate output meets requirements, document results
## Verification
- [ ] All steps executed successfully
- [ ] Results validated against acceptance criteria
- [ ] Error handling tested with edge cases
- [ ] Documentation updated with findingsIs this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!