.agents/skills/new-branch/SKILL.md
Stash, pull latest main, and create a new branch — fast, to minimize disruption to concurrent agents
npx skillsauth add BuilderIO/agent-native new-branchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Quickly stash any local changes, pull latest from origin/main, and create a new working branch. Designed to be as fast as possible since other agents may be working concurrently on this repo.
Run everything in a single chained command to minimize time off-branch:
git stash && git checkout main && git pull origin main && git checkout -b <branch-name> && git stash pop 2>/dev/null; echo "--- Done: $(git branch --show-current)"
updates-N where N increments from the last updates-* branchgit branch | grep updates- | sort -t- -k2 -n | tail -1updates-1--theirs for pnpm-lock.yaml).claude/worktrees files, unstage them with git reset HEAD .claude/worktreestools
Public booking flow — the state machine, animations, and URL/app-state sync.
tools
Trigger-based automations — reminders, follow-ups, webhooks — across the booking lifecycle.
tools
Team event types, round-robin assignment, collective bookings, host weights, and no-show calibration.
development
The pure `computeAvailableSlots` function — inputs, outputs, invariants, and debugging guide.