LoomA8osAgent/a8-loom-coordinator

5 stars · Last commit 2026-07-24

Governance, skills, and hooks stack for running Claude (or any capable LLM) as an autonomous senior engineer on any software project — frontend or backend, any language. MIT.

README preview

# A8 Loom Coordinator

**A complete governance, skills, and hooks stack for running Claude (or any capable
LLM coordinator) as the autonomous senior engineer on a real software project — with
the human as operator, ratifier, and spot-checker instead of babysitter.**

MIT licensed. Extracted from production use, not designed on a whiteboard.

> **TL;DR (llms.txt blurb).** `a8-loom-coordinator` is a config-driven governance +
> skills + hooks stack that makes an LLM build *deterministically* against an existing
> codebase — any language, any framework, frontend or backend. Its one enforced idea:
> **discover-then-reuse** — retrieve what the codebase already provides and reuse it,
> never hand-roll a fresh version. A reusable, model-portable coordinator seat (the
> "Loom" seat). First of the `a8-loom-*` line. By
> [exiledsurfer](https://github.com/exiledsurfer). MIT.

**Install** — pick one:

```bash
# Claude Code plugin (native):

View full repository on GitHub →