.claude/skills/google-drive-memory/SKILL.md
Persist project memory and context in Google Drive as Git alternative
npx skillsauth add gonzalezpazmonica/pm-workspace google-drive-memoryInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
For POs, stakeholders, and non-technical users who don't use Git, Google Drive Memory provides a bidirectional sync system that keeps project context, memory, and specifications updated.
Instead of Git commits and branches, changes are timestamped and synced directly to Drive folders.
Configure a standardized folder hierarchy:
PM-Workspace/
├── {project}/
│ ├── context/ ← CLAUDE.md, equipo.md, reglas-negocio.md
│ ├── memory/ ← agent-notes, lessons-learned, decisions
│ ├── specs/ ← SDD specs, technical documentation
│ ├── reports/ ← output files, analysis, generated reports
│ └── discovery/ ← JTBD, PRD docs, research
Upload: /drive-sync {project} push after generating reports/specs/memory
Download: /drive-sync {project} pull at session start
Status: /drive-sync {project} status to check sync state
Conflict resolution: Timestamp-based, local changes win by default.
| Role | context/ | memory/ | specs/ | reports/ | discovery/ | |------|---------|--------|-------|----------|-----------| | PM | RW | RW | RW | RW | RW | | Developer | R | R | RW | R | R | | PO | R | - | R | R | RW | | Stakeholder | - | - | - | R | R |
Set via /drive-setup {project} command.
Use google-drive MCP server for file operations:
uploadFile() — Upload local file to DrivedownloadFile() — Download Drive file to locallistFiles() — Show folder contentsdeleteFile() — Remove from DriveOAuth scope: drive.file (folder-level access only). Never store tokens in Drive.
testing
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
tools
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
tools
Sistema proactivo de bienestar individual
development
Search the web to resolve context gaps — documentation, versions, CVEs, best practices. Auto-starts SearxNG Docker if available, falls back to WebSearch.