bootstrap

Create worktrees and execute custom bootstrap scripts for ticket tasks.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/thomfilg/ai-plugin-work --skill bootstrap-thomfilg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bootstrap
Source: https://github.com/thomfilg/ai-plugin-work/tree/main/plugins/work/skills/bootstrap
Command: npx skills add https://github.com/thomfilg/ai-plugin-work --skill bootstrap-thomfilg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manages the setup of multiple ticket tasks by creating worktrees and executing custom bootstrap scripts, streamlining the initial stages of task execution.

Core Features & Use Cases

  • Ticket Task Setup: Automatically creates worktrees for ticket tasks, ensuring a clean and organized workflow environment.
  • Custom Bootstrap Scripts: Executes custom scripts to prepare the workflow environment for task execution, allowing for tailored setup processes.
  • Use Case: Ideal for teams that need a standardized setup for every ticket task, reducing manual effort and ensuring consistency across projects.

Quick Start

Set up tasks for bootstrap with the command /bootstrap <task-ids...>.

Frequently Asked Questions about bootstrap

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

FAQPage Schema
How do I automate worktree creation for multiple ticket tasks?

You can automate worktree creation for ticket tasks by running a bootstrap script that parses task IDs, retrieves ticket details, and creates branches to ensure a clean workflow environment.

What is the best way to standardize ticket task setup across a development team?

Standardizing ticket task setup involves using custom bootstrap scripts to automatically create worktrees and prepare the environment, reducing manual effort and ensuring consistency across projects.

How do I execute custom bootstrap scripts when starting a new project task?

Execute custom bootstrap scripts during task setup by passing task IDs to the bootstrap command, which triggers optional script execution to prepare your workflow environment after worktree creation.

Do I need specific project management tools to automate ticket task setup?

Automating ticket task setup requires tools for ticket management and environment setup to handle task parsing and ticket details retrieval properly during the worktree creation process.

Can I set up multiple ticket tasks at once with workflow automation?

Yes, you can set up multiple ticket tasks simultaneously by providing multiple task IDs to the bootstrap command, which manages worktree creation and script execution for each ticket.