google-workspace-ops
affaan-m/everything-claude-code
Operate Google Drive, Docs, Sheets, and Slides as unified workflows for plans, trackers, and shared documents.
What is google-workspace-ops?
This skill enables you to find, inspect, edit, and manage Google Workspace assets as working systems rather than isolated files. Use it when you need to locate documents, consolidate data, clean up spreadsheets, restructure decks, or produce summaries—all without dropping to raw API calls.
- Search and locate exact files in Google Drive, including duplicates and recent versions
- Inspect document structure (tabs, headings, slide counts) before making changes
- Edit Docs with index-aware precision, Sheets with explicit ranges and formulas, and Slides with content or template migrations
- Consolidate plans, trackers, notes, and customer lists across multiple files
- Identify and surface duplicate, outdated, or stale assets for cleanup or archival
How to install google-workspace-ops
npx skills add https://github.com/affaan-m/everything-claude-code --skill google-workspace-ops- Google Workspace account with access to Drive, Docs, Sheets, and Slides
- Appropriate permissions on files you intend to edit or inspect
How to use google-workspace-ops
- 1.Start with Google Drive search to locate the exact file and check for duplicates or recent versions
- 2.Inspect the current structure (tabs, headings, content) before making any edits
- 3.Choose the right specialist tool: Docs for text, Sheets for tabular data, Slides for presentations
- 4.Make precise edits using index-aware operations for Docs, explicit ranges for Sheets, and content-focused changes for Slides
- 5.Review the result and identify follow-up actions: archiving duplicates, merging files, or updating related assets
Use cases
- Find and update an active planning doc, condensing or restructuring it in place
- Clean up a customer or project spreadsheet and filter for specific rows (e.g., churn-risk accounts)
- Import a deck into Google Slides and make it presentable with template migration or visual cleanup
- Locate the canonical tracker among multiple similar files and archive duplicates
- Produce summaries from Docs, Sheets, or Slides to support decision-making
- Product managers and planners managing shared trackers and roadmaps
- Teams consolidating customer lists, project data, or operational spreadsheets
- Content creators importing and restructuring decks or presentations
- Anyone maintaining shared documentation systems across Google Workspace
google-workspace-ops FAQ
No. Inspect and edit one file at a time, then surface follow-ups (duplicates, merges, archives) as separate actions.
Check title, owner, modified time, and folder location. Inspect the content structure to confirm it matches the task. Do not guess from filenames alone.
Yes, but iterate with inspection and verification rather than making one large blind update. For complex visual work, break it into smaller steps.
Surface them as follow-ups for archival, merging, or renaming. The skill helps you identify and clean up the working system, not just edit one file.
This skill is optimized for finding, inspecting, and editing existing assets. For creation workflows, use the individual Docs, Sheets, or Slides tools directly.
Full instructions (SKILL.md)
Source of truth, from affaan-m/everything-claude-code.
name: google-workspace-ops description: Operate across Google Drive, Docs, Sheets, and Slides as one workflow surface for plans, trackers, decks, and shared documents. Use when the user needs to find, summarize, edit, migrate, or clean up Google Workspace assets without dropping to raw tool calls. metadata: origin: ECC
Google Workspace Ops
This skill is for operating shared docs, spreadsheets, and decks as working systems, not just editing one file in isolation.
When to Use
- User needs to find a doc, sheet, or deck and update it in place
- Consolidating plans, trackers, notes, or customer lists stored in Google Drive
- Cleaning or restructuring a shared spreadsheet
- Importing, repairing, or reformatting a Google Slides deck
- Producing summaries from Docs, Sheets, or Slides for decision-making
Preferred Tool Surface
Use Google Drive as the entry point, then switch to the right specialist:
- Google Docs for text-heavy docs
- Google Sheets for tabular work, formulas, and charts
- Google Slides for decks, imports, template migration, and cleanup
Do not guess structure from filenames alone. Inspect first.
Workflow
1. Find the asset
Start with the Drive search surface to locate:
- the exact file
- sibling assets
- likely duplicates
- recently modified versions
If several documents look similar, confirm by title, owner, modified time, or folder.
2. Inspect before editing
Before making changes:
- summarize current structure
- identify tabs, headings, or slide count
- detect whether the task is local cleanup or structural surgery
Pick the smallest tool that can safely perform the work.
3. Edit with precision
- For Docs: use index-aware edits, not vague rewrites
- For Sheets: operate on explicit tabs and ranges
- For Slides: distinguish content edits from visual cleanup or template migration
If the requested work is visual or layout-sensitive, iterate with inspection and verification instead of one giant blind update.
4. Keep the working system clean
When the file is part of a larger workflow, also surface:
- duplicate trackers
- outdated decks
- stale docs vs canonical docs
- whether the asset should be archived, merged, or renamed
Output Format
Use:
ASSET
- file name
- type
- why this is the right file
CURRENT STATE
- structure summary
- key problems or blockers
ACTION
- edits made or recommended
FOLLOW-UPS
- archive / merge / duplicate cleanup / next file to update
Good Use Cases
- "Find the active planning doc and condense it"
- "Clean up this customer spreadsheet and show me the churn-risk rows"
- "Import this deck into Slides and make it presentable"
- "Find the current tracker, not the stale duplicate"
Related skills
More from affaan-m/everything-claude-code and the wider catalog.

security-review
Security checklist and patterns for authentication, input validation, secrets, and sensitive features.

golang-patterns
Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable applications.

coding-standards
Baseline coding conventions for naming, readability, immutability, and quality across projects.

frontend-patterns
React and Next.js patterns for components, state management, performance, and modern frontend practices.

backend-patterns
REST/GraphQL API design, database optimization, and server-side patterns for Node.js, Express, and Next.js.

golang-testing
Go testing patterns: table-driven tests, subtests, benchmarks, fuzzing, and TDD methodology.