**pied-piper** banner
sathish316 sathish316

**pied-piper**

Data & AI community intermediate

Description

Pied Piper is a team of AI SubAgents that can autonomously or semi-autonomously work on long-running coding tasks with full End-to-end tracking and human-in-the-loop approvals.

Installation

Terminal
claude install-skill https://github.com/sathish316/pied-piper

README

Overview

Pied Piper is a team of AI SubAgents that can autonomously or semi-autonomously work on long-running coding tasks with full End-to-end tracking and human-in-the-loop approvals.

These SubAgents run on Coding Agents (like Claude Code CLI), Docker, Cloud Desktop etc, so they can work even while you're AFK or sleeping or on vacation.

Pied-Piper uses the awesome [beads](https://github.com/steveyegge/beads) library by @steveyegge as Task management layer for both Agents and Humans.

View Pied-Piper Subagents in action here: https://www.youtube.com/playlist?list=PLKWJ03cHcPr3OWiSBDghzh62AErndC5pm

Getting started

    undefined

Links to Getting started docs

    undefined

Development

Pied-piper is built using Go.

To get started with development, you can use the following commands:

    undefined
mkdir -p $GOPATH/src/github.com/
cd $GOPATH/src/github.com/sathish316
git clone https://github.com/sathish316/pied-piper.git

...