autonomous-sync-script
Installation
SKILL.md
Autonomous Sync Script
Overview
This skill automates the process of syncing files from Manus to your GitHub repository via Google Drive. Instead of manually downloading files and committing them, this skill uploads everything to Google Drive and provides a single command to run on your local machine that automatically downloads, commits, and pushes to GitHub.
Key Benefit: Turn a 6-step manual process into a single command.
When to Use This Skill
Use this skill when:
- Syncing new skills - Push newly created skills to your GitHub repo
- Updating existing code - Sync modified files to GitHub
- Batch operations - Sync multiple files/directories at once
- Automating workflow - Reduce manual steps in your development process