Sync Develop — Git skill for Claude Code
Schedule sync with develop branch - adds to TODO, executes at convenient moment (after current task).
How to install Sync Develop
Installs to ~/.claude/commands/toonvos-empty-opensaas-sync-develop.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/ToonVos/empty-opensaas/HEAD/.claude/commands/sync-develop.md -o ~/.claude/commands/toonvos-empty-opensaas-sync-develop.md Restart Claude Code, or start a new session, for it to be picked up.
What Sync Develop does
name: sync-develop description: Schedule sync with develop branch - adds to TODO, executes at convenient moment (after current task). Use when PRs are merged to develop. usage: /sync-develop [--now] [--quick] behavior: DEFERRED - adds to TODO, does NOT execute immediately (unless --now)
Sync with Develop Branch
You are scheduling a **sync with the develop branch** to be executed at a convenient moment.
**Default Behavior:** Add to TODO, execute when current task is complete **This i
Alternatives in Git
- Clean Worktrees (Automatic) — Automatically remove all worktrees for branches merged into master 25.5k ★
- Claude Code Cookbook — GitHub Repo stars Configuration collection to make Claude Code more convenient Configuration cookbook 1k ★
- Contributing To Ctf-skills — Thanks for helping expand the CTF skills collection 820 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Todo
by chrisleyva - A convenient command to quickly manage project todo items without leaving the Claude Code inte
CloseBranch
Close out a branch after its PR is merged/closed - switches to the PR's base branch (main, or the todo's arc b
Branch Cleanup
Clean up merged, stale, and orphaned git branches. Protects main/develop/release/ automatically. Supports --dr
Graduate Development
Graduate a completed integration branch (develop- ) to develop. Opens the graduation PR after confirming all s
Sweep For Complete
Safe, schedulable sweep that finds started-state issues whose linked PR merged and completes exactly those via
Agent PR Replay
Agent PR Replay takes merged PRs from any repository, reverse-engineers the task prompt, runs Claude Code agai
Related Agents
Taskmaster
Maintain docs/todos.md as the canonical Gemma-Code progress tracker. Reads recent commits, open issues, merged
Complete Task
Completes a single named task from the current milestone's TASKS_TODO.md, verifies success criteria, and updat
.github/workflows/redteam.yml
name: Continuous Red Team Assessment on: push: branches: [main, develop] pull_request: branches: [main] schedu