Copycat
Description
Welcome to Copycat, a way to copy changes from one git repository to another.
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
Copycat 😸
Welcome to Copycat, a way to copy changes from one git repository to another.

Copycat is an automation tool that enables you to apply consistent changes across multiple GitHub repositories using AI coding assistants. It streamlines the process of creating issues or performing code changes at scale with support for multiple AI tools including Claude, Codex, Qwen, and others.
Demo

Installation
Using Go
go install github.com/saltpay/copycat/v2@latest
From GitHub Releases
Download the latest binary for your platform from the [Releases page](https://github.com/saltpay/copycat/releases).
Build from Source
git clone git@github.com:saltpay/copycat.git
cd copycat
go build -o copycat .
Requirements
In order to run Copycat, you need to have the following installed:
- Go (1.25 or later)
- GitHub CLI (
gh) - Installation guide - AI Coding Assistant - At least one of:
- Claude CLI (
claude) - Installation guide - Codex (
codex) - Qwen (
qwen) - Gemini (
gemini) - Or any other AI tool configured in
config.yaml
- Claude CLI (
Authentication Setup
Before using Copycat, ensure you're authenticated:
# Authenticate with GitHub
gh auth login
# Authenticate with your chosen AI tool (example with Claude)
claude auth login
Configuration
Copycat stores its configuration in a platform-specific location:
| Platform | Config Path | Projects Path |
|---|---|---|
| Linux | ~/.config/copycat/config.yaml |
Related Skills
Epic Sync
Sync epic issue bodies, labels, and local coordination snapshots from GitHub.
Git 使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git