Create Pipeline banner
notque notque

Create Pipeline

Data community

Description

--- name: create-pipeline description: | Create a new pipeline from a task description. Fans out agent, skill, and hook scaffolding in parallel, then integrates into the routing system. version: 1.0.0 route_to: agent: pipeline-orchestrator-engineer skill: workflow enhancements: - codebase-analyzer - routing-table-updater trigger: hook: pipeline-context-detector event: UserPromptSubmit parameters: - name: task required: true description: "What the pipeline should a

Installation

Installs to ~/.claude/skills/notque-claude-code-toolkit-create-pipeline/SKILL.md

Terminal
mkdir -p ~/.claude/skills/notque-claude-code-toolkit-create-pipeline && curl -fsSL https://raw.githubusercontent.com/notque/claude-code-toolkit/HEAD/commands/create-pipeline.md -o ~/.claude/skills/notque-claude-code-toolkit-create-pipeline/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository