Agent skill · AI & Agents

mcp-sheet-cache-bridge

Keep Zapier Tables or another MCP-connected record store as the source of truth while Google Sheets-based tools read an event-driven cache tab.

zapiergithub.com/zapierGitHub ↗
claude-codecursorMIT
Install
npx skills add zapier/gtm-cheat-codes --skill mcp-sheet-cache-bridge --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 6
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/gtm-ops/mcp-sheet-cache-bridge/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 318

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# MCP Sheet Cache Bridge Use this skill when a team wants Zapier Tables to be the source of truth but still needs Google Sheets-based tools, scripts, dashboards, or exports to read a simple tab. ## What This Skill Does 1. Designs a cache tab schema that mirrors only the fields downstream tools need. 2. Builds an event-driven sync pattern from the source record store to Google Sheets. 3. Uses create, update, and delete logic keyed by a stable record ID. 4. Points legacy consumers at the cache instead of direct API reads. 5. Documents the field map and cutover plan so the sync stays maintainable. ## When You Need This Pattern - A team replaced a multi-tab spreadsheet with Zapier Tables but still has Apps Script, Looker Studio, formulas, or exports reading Google Sheets. - A Slack pinned digest or daily report needs fresh rows without running a scheduled full refresh. - Scheduled syncs would create too many unnecessary tasks. - Existing tools can read Google Sheets easily but do not have direct access to the source record store. - The team wants one source of truth with a cheap, stable read path. ## Architecture ```text Zapier Tables source of truth -> event-driven cache sync on recor

What's inside
Steps it walks through
  1. What This Skill Does
  2. When You Need This Pattern
  3. Architecture
  4. Required Connections Through Zapier MCP
  5. Cache Sync Rules
  6. Cache Tab Columns
  7. Task Budget Pattern
  8. Zapier MCP And SDK Role
  9. Guardrails
  10. Inspired By
Ships with 5 files
  • ONBOARDING-PROMPT.md
  • README.md
  • SCHEMA-MAP.md
  • SETUP.md
  • metadata.yaml
More from gtm-cheat-codes
All skills →
About this skill
What does the mcp-sheet-cache-bridge skill do?

Keep Zapier Tables or another MCP-connected record store as the source of truth while Google Sheets-based tools read an event-driven cache tab.

How do I install it?

Run `npx skills add zapier/gtm-cheat-codes --skill mcp-sheet-cache-bridge --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From zapier/gtm-cheat-codes, a repository with 318 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going