Develop Fork.me apps with Claude Code. Clone apps locally, edit with Claude, and changes sync automatically.
Run in Claude Code:
/plugin marketplace add forkco/claude-plugin
/plugin install fork@forkco-claude-plugin
Then type /fork to get started.
/fork— Authenticate via browser, choose an app, clone files locally- Auto-sync — Every file you edit syncs to Fork.me automatically (PostToolUse hook)
- MCP — Connects to Fork's API for search, commits, and app management
| Command | Description |
|---|---|
/fork |
Auth + choose app + clone files |
/fork pull |
Pull latest files from server |
/fork push |
Push all local files to server |
/fork list |
List your apps |
/fork open |
Open app in browser |
/fork status |
Show sync status |
/forkopens your browser for authentication (device auth flow)- You pick an app — files are cloned to the current directory
- Claude edits files normally using Read/Write/Edit
- A PostToolUse hook catches every Write/Edit and pushes the changed file to Fork.me API
- Your app updates live at
fork.me/you/app-name
- Claude Code
jq(for JSON parsing in sync script)