firehose> #llmops

Buildable — A Local, Build-Verified App-Builder Brain for Coding Agents

TL;DR

suntay44/buildable-plugin-skills (MIT, 48★, JavaScript, v1.0.1) is a local-first, file-based skills/plugin pack that gives a coding agent the product intelligence hosted no-code builders hide — archetypes, golden templates, UI/UX playbooks, and a review loop — so it goes from a vague prompt to a real prototype using only a small slice of context per request. It is not a hosted builder or a replacement agent: a dependency-free CLI (buildable plan/design/generate/review, plus /buildable-* slash commands and an optional MCP bridge) that runs in your repo, on Claude Code / Codex / Cursor. Its one genuinely new idea for the graph is Golden Templates — "adapt, don't invent": start from a curated, build-verified exemplar (every runnable starter is compiled/type-checked in CI) and adapt it, rather than reconstructing app structure from scratch. Everything else is a tight embodiment of concepts the graph already holds: it is CLI-first with MCP as a thin bridge (CLI Tools over MCP Servers), loads only the ~10% of its bundled "brain" a prompt needs via a plan-selected reference-loading contract (Search-Then-Get, Context Routing), runs a Plan → Design → Generate → Review chain with a real gate (Agentic Workflow Patterns), treats review as an enforceable local quality gate graded against rubrics (Eval-Driven Development), and makes the appSpec an audited, ask-first build contract (Spec-Driven Development). Should you care? As an artifact it is one author's product, not a source of principles — but it is a clean, load-bearing second witness that the graph's context-efficiency, CLI-over-MCP, and eval-gate theses are what people actually ship. Worth a look if you build agent skill-packs; the distinctive takeaway is the golden-template discipline, not the CLI surface.

What it is / how it is organized

A repo triaged at altitude — what it is, how it's structured, what to take from it — not a per-file reading:

Concepts introduced

Held, not dropped (themes the capture touches that don't warrant their own page yet — spin out on demand):

Key claims

Attributed to the source (a README + repo structure); the groundable numbers are flagged as the source's claims for a later verification pass, not verified here.

Why this is novel (and what it corroborates)

The dominant stance is novel on one axis only: the capture introduces Golden Templates — build-verified exemplars an agent adapts rather than generates from scratch — which no existing concept covered. On every other axis this repo is a corroboration, not a new region, and its value to the graph is precisely as a second (or third) independent witness that the theses hold up in a shipped tool:

No contradicts tension surfaced: this is a product embodiment of concepts the graph already holds, complementary rather than in conflict — the honest caveat is only that a single MIT repo's own README is the source for its efficiency numbers (~10%/~90%, ~80% TOON, CI-verified starters), which a later grounding pass should confirm.


Linked from