init-pipeline

Initialize subagent-system pipeline scaffolding and generate PIPELINE_CONFIG.md in a Git repository.

15|6|Updated May 7, 2026
One-click install
npx skills add https://github.com/MinhThang1009/dotclaude --skill init-pipeline
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: init-pipeline
Source: https://github.com/MinhThang1009/dotclaude/tree/main/plugins/subagent-system/skills/init-pipeline
Command: npx skills add https://github.com/MinhThang1009/dotclaude --skill init-pipeline

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams set up and initialize the subagent-system pipeline for a project, creating the necessary .claude structure, checkpoints, and scaffoldings to enable pipeline execution and monitoring.

Core Features & Use Cases

  • Initialize the pipeline scaffolding: create .claude/{checkpoints,progress,alerts,tmp}
  • Git and repo validation: ensure a valid project root, warn if not a git repo
  • Pipeline config generation: produce PIPELINE_CONFIG.md with environment and command detections
  • Chain-start-commit recording: capture initial commit for chain verification
  • Use case: when starting a new project, run this skill to bootstrap the subagent pipeline quickly

Quick Start

Use the init-pipeline skill to set up the subagent pipeline in your project by providing the project root path.

Frequently Asked Questions about init-pipeline

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

FAQPage Schema
How do I set up a subagent pipeline for my project?▼

To set up a subagent pipeline, run the initialization process in your project root to generate the .claude structure, PIPELINE_CONFIG.md, and checkpoint scaffolding for chain verification.

What is subagent pipeline scaffolding and when do I need it?▼

Subagent pipeline scaffolding is the directory structure and configuration files needed to enable pipeline execution and monitoring. You need it when starting a new project to bootstrap subagent automation.

Does the pipeline initialization require a Git repository?▼

A Git repository is not strictly required but highly recommended. The initialization validates the Git state, warns if it is not a repo, and records an initial chain-start-commit for robust chain verification.

What files and directories are generated during pipeline setup?▼

Pipeline setup generates a PIPELINE_CONFIG.md file with environment and command detections, and creates a .claude directory containing checkpoints, progress, alerts, and tmp subdirectories.

Can I initialize the pipeline from the current Git repository?▼

Yes, you can initialize the pipeline from your current Git repository. The system detects the project root automatically and establishes the necessary checkpoint scaffolding from that location.

Why do I need a chain-start-commit for pipeline execution?▼

A chain-start-commit is recorded during initialization to enable robust pipeline execution and chain verification. It captures the initial commit state to track progress accurately throughout the pipeline.