branch
SkillProductivityCreate a temporary working branch from main. Use when starting a new task or fix.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the branch skill
What this skill tells your AI
The instructions your AI receives, as published by quisapp/flutter_contacts in .claude/skills/branch/SKILL.md and read by ahel’s review.
Create a temporary working branch for a new task.
Steps
- Run
git checkout main && git pullto ensure main is up to date. - Determine the branch name:
- If
$ARGUMENTSdescribes the work, derive a short kebab-case branch name from it (e.g., "fix android build" →fix-android-build). - If
$ARGUMENTSis empty, default totmp-fixes.
- If
- Run
git checkout -b <branch-name>. - Confirm the branch was created and you're on it.
Signals
- GitHub stars
- 110
- Forks
- 194
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
branch-quisapp- Source
- github.com/quisapp/flutter_contacts