From fa94dddb6012ab1c7aea1d7cbab310a5d9fa0198 Mon Sep 17 00:00:00 2001 From: Vlad Kuklev Date: Sat, 14 Feb 2026 19:47:28 +0800 Subject: [PATCH] Add claude-pipe to Agents & Orchestration --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c5dd2f2..f108330 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ A curated list of awesome tools, skills, plugins, integrations, extensions, fram - [**Severance**](https://github.com/blas0/Severance) (41 ⭐) - A semantic memory system designed for Claude Code. - [**AgentCheck**](https://github.com/devlyai/AgentCheck) (33 ⭐) - Local AI-powered code review agents for Claude Code. - [**claude-agents**](https://github.com/tddworks/claude-agents) (14 ⭐) - A collection of specialized AI agents for Claude Code that enhance software development workflows with focused expertise in specific domains. +- [**claude-pipe**](https://github.com/bluzir/claude-pipe) - Conventions for multi-step Claude Code pipelines. Workers write to YAML, ROOT orchestrates flat (no nested spawns), state files enable resume from failure point. Includes research pipeline and batch classifier examples. ---