skillby limehawk

sync

Sync scripts to SuperOps - commits changes and pushes to SuperOps platform

Installs: 0
Used in: 1 repos
Updated: 3w ago
$npx ai-builder add skill limehawk/sync

Installs to .claude/skills/sync/

Sync all modified scripts to SuperOps.

## Steps

1. Check for uncommitted changes
2. If changes exist, commit them with a descriptive message
3. Run the sync script to push to SuperOps
4. Report results

## Execution

```bash
# Check status
git status --short

# If there are changes, commit them
git add -A
git commit -m "Update scripts"

# Run sync
python ~/dev/superops-script-sync/sync.py sync
```

Report the sync results to the user.

Quick Install

$npx ai-builder add skill limehawk/sync

Details

Type
skill
Author
limehawk
Slug
limehawk/sync
Created
1mo ago