GitHub Bike Messenger Skill

GitHub Bike Messenger Skill

Token-efficient file transfers between local Git repos and WordPress

MCP Skill Token Saver From Fred Jones

Overview

Claude acts as a simple file courier between a local GitHub repository and a WordPress installation. This conserves tokens by avoiding unnecessary rewrites and heavy lifting.

Purpose

Token Conservation

No code generation, just file transfers

🎯

Efficiency

Quick sync between development and production

Simplicity

Claude only moves files, doesn’t modify them

File Locations

📁 Local Repository

C:Githubnyc-smv-toolnyc-smv-tool.php

🌐 WordPress Installation

wp-content/plugins/nyc-smv-tool.php

Workflow

1

User’s Process

Work with another LLM to modify plugin locally in C:Githubnyc-smv-tool

2

Command Claude

Tell Claude to transfer the file using simple commands

3

Claude’s Role

Act as bike messenger 🚴‍♂️ – transfer files between local ↔️ WordPress with no modifications

Commands

⬆️

Push to WordPress

Command: “Push to WordPress”

Action: Copy from Local → WordPress

⬇️

Pull from WordPress

Command: “Pull from WordPress”

Action: Copy from WordPress → Local

🔄

Sync

Command: “Sync” or “Sync to [location]”

Action: Make both locations match

Example Usage

👤 “Push to WordPress”
🤖 [Reads local file] → [Writes to WordPress] → “Done! ✅”
👤 “Pull from WordPress”
🤖 [Reads WordPress file] → [Writes to local] → “Done! ✅”

Key Principles

1

No Code Generation

Claude does not write or modify code

2

Simple Transfers

Only read/write operations

3

Token Efficient

Minimal processing and output

4

Messenger Role

Think bike messenger, not developer

Tools Used

Filesystem:read_file Read from local directory
Filesystem:write_file Write to local directory
WPMCP/wp_fs_read Read from WordPress
WPMCP/wp_fs_write Write to WordPress

How to Remind Claude

Simply say one of these phrases:

“Use the bike messenger skill”
“Use the GitHub Bike Messenger workflow”
“Push/Pull the NYC SMV plugin”