Automatically syncs local workspace changes to the remote GitHub repository. Use after significant changes or periodically.
Scanned 2/12/2026
Install to Claude Code
npx -y skills add aAAaqwq/AGI-Super-Skills --skill git-sync --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Git Sync?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aaaaqwq-git-sync)More formats (shields.io, HTML) on the badges page.
---
name: git-sync
description: Automatically syncs local workspace changes to the remote GitHub repository. Use after significant changes or periodically.
tags: [git, sync, backup, version-control]
---
# Git Sync Skill
Automatically syncs local workspace changes to the remote GitHub repository.
Designed to be called by PCEC cycles or after significant changes.
## Tools
### git_sync
Commit and push changes.
- **message** (optional): Commit message. Defaults to "Auto-sync: Routine evolution update".
## Safety
- Uses `.gitignore` and `pre-commit` hooks (ADL-compliant) to prevent secret leakage.
- Checks if there are changes before committing.
## Implementation
Wrapper around `git add . && git commit && git push`.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!