syncar

Commit and push the current workspace state to GitHub.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/luansinezio/Beza-OS --skill syncar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: syncar
Source: https://github.com/luansinezio/Beza-OS/tree/main/.claude/skills/syncar
Command: npx skills add https://github.com/luansinezio/Beza-OS --skill syncar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Salva o estado atual do workspace no GitHub (commit + push). Use quando quiser garantir que o trabalho está seguro, ao final de uma sessão produtiva, ou quando o usuário disser "salva no github", "faz commit", "synca", "syncar", "backup no github", "salva tudo", "manda pro github".

Core Features & Use Cases

  • Salva o estado atual do workspace no GitHub via commit + push, com configuração inicial do git quando necessário.
  • Suporta cenários onde não há remote configurado (conecta a um repositório GitHub) e cenários com mudanças a serem commitadas.
  • Inclui mensagens de confirmação claras e orientações passo a passo para resolver falhas de push ou configuração.

Quick Start

Use o syncar para salvar o estado atual do workspace no GitHub ao término de uma sessão.

Frequently Asked Questions about syncar

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically save my workspace state to GitHub with commit and push?

To save your workspace state to GitHub, the Skill stages changes, commits them, and pushes to a configured remote repository automatically. It handles the entire backup process including initial Git setup when necessary to secure your session work.

What happens if there is no Git remote configured for my workspace backup?

When no Git remote is configured for your workspace backup, the Skill manages the initial remote setup by connecting your local directory to a GitHub repository. It then proceeds with staging, committing, and pushing your changes.

Do I need to manually configure Git before backing up files to GitHub?

You do not need to manually configure Git before backing up files to GitHub. The Skill applies initial Git configuration automatically when necessary, ensuring your workspace is ready for commit and push operations without manual intervention.

How does this approach handle push failures during version control backup?

For push failures during version control backup, the Skill provides clear guidance and step-by-step instructions to resolve the issue. It ensures you can recover from remote synchronization errors and complete your workspace backup safely.

When should I sync my workspace to a remote repository?

You should sync your workspace to a remote repository at the end of a productive session or when you need to guarantee your work is safe. This ensures all recent local changes are committed and pushed to GitHub for backup.