start

Create issue-linked git branches and worktrees via GitHub CLI.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/pegasus-isi/claude-plugin-marketplace --skill start-pegasus-isi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: start
Source: https://github.com/pegasus-isi/claude-plugin-marketplace/tree/main/plugins/pegasus-dev/skills/start
Command: npx skills add https://github.com/pegasus-isi/claude-plugin-marketplace --skill start-pegasus-isi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the manual overhead of setting up development environments for GitHub issues by automating branch creation, linking, and local workspace initialization.

Core Features & Use Cases

  • Automated Branching: Automatically creates issue-linked branches using GitHub CLI conventions.
  • Worktree Management: Instantly provisions isolated git worktrees to keep your primary environment clean.
  • Use Case: When assigned a new bug or feature, use this skill to instantly create the branch, link it to the issue, and set up a dedicated worktree directory for immediate coding.

Quick Start

Ask the assistant to start work on issue number 123 using the main branch as the base.

Frequently Asked Questions about start

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a git worktree linked to a GitHub issue?

To create a git worktree linked to a GitHub issue, this skill uses GitHub CLI and git to automatically generate issue-linked branches and provision isolated local worktree directories for immediate development.

What is the best way to automate development environment setup for issue tracking?

Automating development environment setup for issue tracking is achieved by automatically creating linked branches and initializing dedicated git worktrees, eliminating manual overhead and keeping your primary workspace clean.

Do I need GitHub CLI to automate branch creation for my workflow?

Yes, you need GitHub CLI installed alongside git to execute automated branch creation and manage worktree provisioning for your development workflow.

Can I use git worktrees to manage multiple GitHub issues simultaneously?

Yes, you can use git worktrees to manage multiple GitHub issues by provisioning isolated directory environments for each issue, enabling rapid context switching without disrupting your primary git workspace.

When should I set up an isolated worktree for a new bug or feature?

You should set up an isolated worktree when assigned a new bug or feature, allowing you to instantly create a linked branch and dedicated directory to keep your primary environment clean while coding.