Claude Code Plugins

Community-maintained marketplace

Feedback

Commit or stash current work, then start a new feature using worktree workflow. Use when beginning work on a new story or feature, ensures clean state before starting new work.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name start-feature
allowed-tools Bash(git:*)
description Start new feature branch
model haiku
argument-hint <feature-name>
user-invocable true

Phase 1: Start Feature

Goal: Create feature branch using git-flow-next CLI.

Actions:

  1. Run git flow feature start $ARGUMENTS
  2. Push the branch to origin: git push -u origin feature/$ARGUMENTS