# Pipeline

> Check health of registered background pipelines across all projects. Shows HEALTHY/DEGRADED/DEAD status. Run /pipeline [project-name] to filter.

- Skill: `shenxingy/pipeline` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add shenxingy/pipeline`
- Raw SKILL.md: https://api.skillmd.com/api/skills/shenxingy/pipeline/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: shenxingy (https://skillmd.com/u/shenxingy)
- Updated: 2026-08-19
- Page: https://skillmd.com/skills/shenxingy/pipeline

---


# Pipeline Skill

Checks the health of all registered background pipelines and displays a status dashboard.

## What it does

1. Reads `~/.claude/pipeline-registry.yml` for registered project paths
2. For each project, reads `PROJECT/.claude/pipeline.yml` for pipeline definitions
3. Runs health checks (systemd, port, process, logfile)
4. Displays a clean dashboard with HEALTHY / DEGRADED / DEAD indicators

## Usage

```
/pipeline                    # Check all registered projects
/pipeline deepfake            # Filter to projects matching "deepfake"
/pipeline watch               # Instructions for continuous watch mode
```

