PLUGIN
Develop Fork apps
with Claude Code
Install the plugin, say /fork, and start building.
File changes sync to your live app automatically.
Run in Claude Code
/plugin marketplace add forkco/claude-plugin
/plugin install fork@forkco-claude-plugin
Then type /fork to get started
Getting started
1
Install the plugin
Run the two commands above in Claude Code
2
Say /fork
Authenticates via browser, lets you choose an app, clones files locally
3
Just talk to Claude
Every file change syncs to Fork automatically. Your app updates live.
> /fork
Authenticating... Open fork.me/authorize?code=A3X7
✓ Logged in as Oleg
Cloning "My Chat App" (5 files)...
✓ Ready. Files sync automatically on save.
> add user avatars to the chat messages
✓ Edited index.html — avatar elements
✓ Edited style.css — avatar styles
✓ Edited app.js — fetch avatars
# Changes are live at fork.me/oleg/my-chat-app
Slash commands
| /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 |
What the plugin does: auto-syncs every file write to Fork.me via PostToolUse hook,
connects to Fork's MCP server for search and version control,
and provides
/fork commands for managing your apps.
Requires: Claude Code (claude.ai/code) and jq