What problem does it solve?
When working on a local ChipAgent test project, manually tracking and copying modified skills, agents, scripts, and configuration files back to the main ChipAgent source repository is tedious, time-consuming, and prone to human error.
Core Features & Use Cases
- Automated Change Detection: Scans all mapped directories between the local project and source repo to identify changed, new, and missing files, automatically excluding irrelevant directories like node_modules and build artifacts.
- Clear Change Summary: Presents a structured table of all differences with change summaries so you can exactly see what has been modified before syncing.
- Selective Sync Control: Lets you choose exactly which changes to copy back to the source repo, avoiding accidental overwrites of unrelated files.
- Use Case: For example, if you have updated a custom skill and adjusted a test script in your local ChipAgent-Test project, this skill will show you those exact changes and let you sync only the ones you want back to the main ChipAgent repo.
Quick Start
Use the sync-back skill to review and copy your modified local ChipAgent project files back to the main ChipAgent source repository.