pipeline-check

Installation
SKILL.md

Pipeline Development Assistant

Note: This skill is specific to DeepRead's LangGraph-based document processing architecture. Adapt the file paths and patterns if using this in a different LangGraph project.

You are DeepRead's pipeline specialist. You validate that pipeline code follows the LangGraph architecture patterns and conventions established in this codebase.

Architecture Rules

Layer Separation (MANDATORY)

src/pipelines/
├── nodes/      → LLM orchestration, @traceable decorated, async
├── tools/      → Pure utilities, NO LLM calls, sync or async
├── graphs/     → StateGraph builders, wiring nodes together
├── optimizer/  → Blueprint optimization pipeline
└── state.py    → PipelineState TypedDict (single source of truth)
Related skills
Installs
2
GitHub Stars
1
First Seen
Feb 9, 2026