init-pipeline

Installation
SKILL.md

Init Pipeline

Scaffold pipeline enforcement infrastructure into the current project: Claude Code hooks for skill compliance, git guardrails for safety, and pre-commit hooks for code quality. Detects existing tools before suggesting defaults.

When to use

  • Automatically invoked by /execute Step 0 if .claude/hooks/enforce-classification.sh is missing, or if the installed hook does not read every path its own classification clause tests — the lock's stamp flag, or a marker such as .claude/.lfg-active (see § 2's re-scaffold note)
  • Manually by the user when setting up a new project for pipeline work

What it sets up

All files are created in the target project, not in the Skill Kit repo.

1. Git guardrails (Claude Code hook)

Invoke /git-guardrails-claude-code with project scope.

This installs a PreToolUse hook on Bash that blocks destructive git commands — force pushes, hard resets, forced cleans, force branch deletes, and whole-tree checkout/restore. The authoritative list lives in /git-guardrails-claude-code's "What Gets Blocked" and "What Stays Allowed" sections; read it there rather than here.

Installs
19
GitHub Stars
3
First Seen
Apr 8, 2026
init-pipeline — chrislacey89/skills