Forksync banner
loongxjin loongxjin

Forksync

AI community

Description

πŸ”„ Auto-sync GitHub fork repos with upstream. Resolve merge conflicts using AI agents (Claude Code, OpenCode, Codex). Desktop app.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

ForkSync

**Auto-sync your GitHub fork repos β€” resolve conflicts with AI.**

[English](./README.md) Β· [δΈ­ζ–‡](./README_zh.md)

[![Go](https://img.shields.io/badge/Go-1.22+-00ADD8?logo=go&logoColor=white)](https://go.dev/) [![Wails](https://img.shields.io/badge/Wails-2-DF0000?logo=wails&logoColor=white)](https://wails.io/) [![React](https://img.shields.io/badge/React-18-61DAFB?logo=react&logoColor=black)](https://react.dev/) [![License](https://img.shields.io/badge/License-MIT-green.svg)](./LICENSE)

ForkSync Desktop App


Why ForkSync?

Maintaining forked repositories is tedious. Upstream authors keep shipping changes, and every sync risks merge conflicts. You either:

  • Forget to sync β€” your fork falls behind, missing bug fixes and features
  • Resolve conflicts manually β€” reading <<<<<<< markers for hours
  • Give up and re-fork β€” losing your local modifications

**ForkSync solves this.** It automatically syncs your forks and uses AI coding agents (Claude Code, OpenCode, Codex) to resolve merge conflicts β€” so you never have to touch conflict markers again.

Key Features

Feature Description
Auto Sync Periodically fetches and merges upstream changes (configurable interval)
AI Conflict Resolution Delegates merge conflicts to AI agents with git-aware prompts
Workflow-guided UI Step-by-step workflow: fetch β†’ merge β†’ detect conflicts β†’ agent resolve β†’ review β†’ commit
Live Agent Terminal Real-time streaming view of agent output (stdout, tool calls, errors) during resolution
Desktop App Polished Wails GUI β€” dashboard, workflow steps, settings
HTTP API REST + WebSocket server for programmatic access
Directory Scanner Recursively scans any directory to discover and batch-add fork repos
Sync History SQLite-backed history with filter