Adivor-ai

Sync Workflow — Productivity skill for Claude Code

Productivity community

Update the local template-sync workflow and script from the upstream template repository.

How to install Sync Workflow

Installs to ~/.claude/skills/adivor-ai-adivor-claude-setup-sync-workflow/SKILL.md

Terminal
mkdir -p ~/.claude/skills/adivor-ai-adivor-claude-setup-sync-workflow && curl -fsSL https://raw.githubusercontent.com/Adivor-ai/adivor-claude-setup/HEAD/commands/sync-workflow.md -o ~/.claude/skills/adivor-ai-adivor-claude-setup-sync-workflow/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Sync Workflow does

Update the local template-sync workflow and script from the upstream template repository.

Arguments: $ARGUMENTS

Bootstrap the sync script if missing

If `.claude/scripts/sync-workflow.sh` does not exist, fetch it first:

mkdir -p .claude/scripts
curl -fsSL "https://raw.githubusercontent.com/serpro69/claude-starter-kit/master/.github/templates/claude/scripts/sync-workflow.sh" \
  -o .claude/scripts/sync-workflow.sh
chmod +x .claude/scripts/sync-workflow.sh

Run the sync

Run t

Alternatives in Productivity

  • 🤝 Contributing To Agent Skills — First of all, thank you for taking the time to contribute 1.7k ★
  • Repurpose — Workflow recipe — turn one blog post, video, or idea into a full platform-native content pack (thread, LinkedI 1.3k ★
  • Agentlas Local — Staff a task only from Agentlas agents registered on this machine 1.1k ★

Full documentation available on GitHub

View Source Repository