branch

SkillProductivity

Create a temporary working branch from main. Use when starting a new task or fix.

Available today. Use it from your connected AI after setup.

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

  1. Run git checkout main && git pull to ensure main is up to date.
  2. Determine the branch name:
    • If $ARGUMENTS describes the work, derive a short kebab-case branch name from it (e.g., "fix android build" → fix-android-build).
    • If $ARGUMENTS is empty, default to tmp-fixes.
  3. Run git checkout -b <branch-name>.
  4. 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