What problem does it solve? Keeping AI assistant configurations consistent across multiple projects requires manually copying agents, hooks, instructions, prompts, skills, and copilot-instructions.md between .github directories, which is repetitive and error-prone. ## Core Features & Use Cases - Bulk AI Config Sync: Copies agents, hooks, instructions, prompts, skills folders and copilot-instructions.md from the current workspace to a target project's .github directory. - Cross-Platform Execution: Provides both PowerShell (Windows) and bash (Linux/macOS) commands for validation, copying, and post-sync verification. - Safe Defaults: Requires an explicit absolute target path, validates source and destination before copying, skips missing folders, and never deletes files in the target. - Use Case: You maintain AI agent definitions in a primary repository and want to push the same agent and instruction setup to a second project by simply providing its absolute path. ## Quick Start Sync my .github AI configuration to the project at C:\git_repos\my-other-project.