kickoff

Create a git worktree and Zellij tab for new development tasks.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/pepegar/nix-home --skill kickoff-pepegar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kickoff
Source: https://github.com/pepegar/nix-home/tree/main/skills/kickoff
Command: npx skills add https://github.com/pepegar/nix-home --skill kickoff-pepegar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of starting new work by creating an isolated development environment, ensuring focus and organization.

Core Features & Use Cases

  • Git Worktree Creation: Sets up a new, clean branch and a dedicated directory for your task.
  • Zellij Integration: Opens a new tab in your Zellij session for the task's workspace.
  • Jira Integration: Optionally links the work to a Jira issue, updating its status.
  • Use Case: When you need to start working on a new feature or bug fix, this Skill will automatically create a new git worktree, a Zellij tab, and optionally link it to a Jira ticket, preparing your environment instantly.

Quick Start

Use the kickoff skill to start a new task for the Jira issue TEAM-123.

Frequently Asked Questions about kickoff

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

FAQPage Schema
How do I create a git worktree and set up an isolated development environment for a new task?

This Skill creates a git worktree by setting up a new clean branch and a dedicated directory for your task, ensuring an isolated and organized development environment.

Can I link a Jira issue to my development workflow and update its status automatically?

Yes, you can link a Jira issue. The Skill optionally integrates with Jira to link the new worktree to a specific issue and automatically update its status.

Does Zellij work with git worktrees to manage multiple development tasks?

Yes, Zellij works with git worktrees. The Skill opens a new dedicated tab in your Zellij session for each task, providing an isolated workspace within your terminal multiplexer.

What is the best way to start working on a new feature branch without cluttering my main repository?

Using a git worktree is the best way to avoid cluttering your main repository. This Skill creates an isolated directory and a clean branch for your task instantly.

Do I need a Jira ticket to start a new task with this development workflow?

No, you do not need a Jira ticket. This Skill handles both Jira-linked issues and free-text task descriptions, allowing you to start a new task with either option.