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
  • 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 blocks dangerous git commands (git push, git reset --hard, git clean -f, git branch -D, git checkout ., git restore .) via a PreToolUse hook on Bash.

Related skills

More from chrislacey89/skills

Installs
7
GitHub Stars
2
First Seen
Apr 8, 2026