google-drive-memory

Synchronize project memory and specifications between local files and Google Drive.

47|10|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/gonzalezpazmonica/pm-workspace --skill google-drive-memory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-drive-memory
Source: https://github.com/gonzalezpazmonica/pm-workspace/tree/main/.claude/skills/google-drive-memory
Command: npx skills add https://github.com/gonzalezpazmonica/pm-workspace --skill google-drive-memory

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a Git alternative for non-technical users, enabling them to persist and sync project memory, context, and specifications directly within Google Drive without needing to learn Git commands.

Core Features & Use Cases

  • Bidirectional Sync: Upload local files to Drive and download Drive files locally.
  • Folder Convention: Utilizes a standardized folder structure (context/, memory/, specs/, etc.) within Drive to organize project information.
  • Role-Based Access: Maps user roles (PM, Developer, PO, Stakeholder) to specific read/write permissions for different project folders.
  • Use Case: A Product Owner can easily pull the latest project specifications and memory notes from a shared Google Drive folder into their local session, and then push any updates or new notes back to Drive, all through simple commands.

Quick Start

Use the google-drive-memory skill to pull the project context for the 'my-project' folder from Google Drive.

Frequently Asked Questions about google-drive-memory

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I sync project context to Google Drive without using Git commands?

You can sync project context to Google Drive by using a bidirectional synchronization process that maps local files to standardized Drive folders like 'context', 'memory', and 'specs'. This Git alternative allows non-technical users to push and pull project memory without learning command-line operations.

What is the best way to share project memory and specifications with non-technical stakeholders?

Sharing project memory and specifications is best handled through role-based access control mapped to standardized Google Drive folders. This setup allows Product Owners and stakeholders to securely pull latest updates or push notes without technical friction.

Can I manage read and write permissions for different project roles in Google Drive?

Yes, you can manage read and write permissions by mapping user roles like PM, Developer, PO, and Stakeholder to specific project folders. This role-based access control ensures secure, folder-level collaboration within the shared Drive environment.

How does timestamp-based conflict resolution work when syncing files to Google Drive?

Timestamp-based conflict resolution works by comparing the modification times of local and Drive files during bidirectional sync. It automatically prioritizes the most recently updated version, preventing data loss when multiple users edit project context simultaneously.

Do I need technical knowledge to set up OAuth for Google Drive file synchronization?

You do not need deep technical knowledge to set up OAuth for Google Drive file synchronization. The process integrates with Drive's file operations via OAuth to provide secure, folder-level access for non-technical users managing project context and memory.