adversarial-review banner
poteto poteto

adversarial-review

Git community intermediate

Description

Skill-based agent orchestration. Built in Go.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Noodle

Skill-based agent orchestration. Built in Go.

Install

Give this to your agent:

Install Noodle and set up this project. Follow the instructions at
https://raw.githubusercontent.com/poteto/noodle/main/INSTALL.md

Or follow the [getting started guide](https://noodle-run.github.io/noodle/getting-started) to set up manually.

Docs

Full documentation lives at [noodle-run.github.io/noodle](https://noodle-run.github.io/noodle/).

Contributing

pnpm build    # build
pnpm check    # lint + test + vet