skill-pipeline

Installation
SKILL.md

Skill Pipeline

The conductor, not a player. This skill classifies tasks, selects the pipeline variant, calibrates depth, and orchestrates handoffs between skills. It produces no artifacts of its own — its output is routing decisions that activate other skills.

Task Classification

On every coding task, classify before acting. Evaluate scope signals and map to a task class.

Input signals: file count, task description, existing plan/handoff files, batch indicators, CI environment.

Task received
  ├─ Trivial (typo, rename, version bump)
  │  → No skills. Just do it.
  ├─ Small (isolated fix, single-file, <10 logic lines)
  │  → verify-gate + simplify-and-harden
Related skills

More from pskoett/pskoett-ai-skills

Installs
60
GitHub Stars
171
First Seen
Mar 30, 2026