AI AGENT ADDONS

Resolve Conflicts

antinomyhq/forge

Merge conflicts happen when two people change the same file in different ways. This skill gives you a clear plan to fix them. You start by checking what files are broken. Then you build a step-by-step plan and show it for approval. Once approved, you carefully combine changes. The goal is to keep both changes unless they fight each other. This keeps your work safe and your project healthy.

This method works for all kinds of conflicts. It handles deleted files, test files, and generated files like lock files. It always backs up important files before changing them. After you finish, it runs tests to make sure everything still works. If something is unclear, it asks you what to do. The result is a clean merge that respects everyone's work.

Add Resolve Conflicts skill to your workflow

Global

mkdir -p ~/.claude/skills/resolve-conflicts

Project

mkdir -p .claude/skills/resolve-conflicts

Source Repository

Stars
7,440
Forks
1,451
Watchers
7,440
License
Apache-2.0
Last Push
1 month ago
Created
1 year ago