pipeline-scaffolder

Generate pipeline components from Pipeline Spec JSON into skills, agents, references, scripts, and routing.

415|44|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/notque/claude-code-toolkit --skill pipeline-scaffolder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pipeline-scaffolder
Source: https://github.com/notque/claude-code-toolkit/tree/main/skills/pipeline-scaffolder
Command: npx skills add https://github.com/notque/claude-code-toolkit --skill pipeline-scaffolder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Scaffold pipeline structures from a Pipeline Spec JSON to generate per-subdomain skills, optional agents, references, scripts, and routing entries, accelerating complex pipeline deployments.

Core Features & Use Cases

  • Generates N subdomain skills from the spec, plus optional 0-1 domain agents
  • Creates and wires references, scripts, and routing for all skills
  • Validates against architecture rules, ADRs, and canonical chains

Quick Start

Run the scaffolder with your Pipeline Spec JSON to generate all components and wiring.

Frequently Asked Questions about pipeline-scaffolder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate pipeline components from a spec JSON?

To generate pipeline components from a spec JSON, run the scaffolder to automatically produce per-subdomain skills, optional agents, references, scripts, and routing configurations. It reads the Pipeline Spec JSON and outputs wired components.

What is pipeline scaffolding for multi-subdomain architectures?

Pipeline scaffolding for multi-subdomain architectures is the automated generation of N skills and an optional agent from a Pipeline Spec JSON. It creates per-skill references, deterministic scripts, and routing configurations to accelerate complex deployments.

Can I validate architecture rules and ADRs when generating pipeline structures?

Yes, you can validate architecture rules and ADRs when generating pipeline structures. The scaffolder enforces ADR integrity checks and phase gates during generation to prevent orphan components and ensure type compatibility across the pipeline.

How do I wire routing configurations across multiple pipeline skills?

To wire routing configurations across multiple pipeline skills, provide a Pipeline Spec JSON. The scaffolder automatically generates the routing entries and connects all generated skills, scripts, and references during the component creation process.

Does pipeline scaffolding prevent orphan components in complex deployments?

Yes, pipeline scaffolding prevents orphan components in complex deployments by enforcing ADR integrity checks and phase gates. This ensures type compatibility and validates all generated components against canonical chains and architecture rules.