Get combined guidance from six different frontend design skills instead of relying on one generic AI prompt for design decisions.
Generate a stack advisor report recommending which design skills to use, in what order, for a specific client project.
Audit a finished frontend interface against a checklist derived from multiple design rule sets.
| agricidaniel/gogh | betta-tech/harness-sdd | cliffnodes/krea2-multi-character-lora-node-w-bounding-box | |
|---|---|---|---|
| Stars | 46 | 46 | 46 |
| Language | Python | Python | Python |
| Setup difficulty | moderate | easy | moderate |
| Complexity | 3/5 | 2/5 | 3/5 |
| Audience | developer | developer | vibe coder |
Figures from each repo's GitHub metadata at analysis time.
Requires Python and pip, managing real client vaults involves multiple sequential commands.
Gogh is a tool that combines six separate frontend design skill packages into one organized reference system, stored as an Obsidian notes vault, meant to give AI coding agents better design judgment. Instead of relying on a single prompt to make a website or app look good, Gogh tells an AI agent which of the six design skills to use for a given task, how to combine them, and how to resolve cases where they disagree with each other. The six underlying skills each come from a different author and cover a different part of frontend design work: setting an overall aesthetic direction, executing small interactive details like button press states, enforcing consistent design rules across a codebase, looking up styles and font pairings, and auditing a finished interface against design guidelines. Gogh keeps track of the license and source of each skill and records when two skills give conflicting advice rather than hiding the disagreement. Gogh is a command line Python tool. You install it with pip and can try a demo, lint an example project, or generate a report against a sample vault, all built in. To use it on a real project, you create a new vault for a client, feed it a source document, then run its synthesis, visuals, and report commands to produce stack advice and a checklist tailored to that project. The project is explicit that its current version is read-only and advisory: it does not automatically change your code, accounts, or any live production systems, it only produces recommendations and reports for a human or an AI coding agent to act on. It defines a five-stage maturity system, from an early scaffold up to fully market-ready, and a release script checks for accidentally included secrets or local file paths before packaging a release. Gogh is released under the Apache 2.0 license, a permissive license that allows free use including commercial use as long as you keep the required notices. It is aimed at developers, indie hackers, design-focused engineers, and small agencies who build frontends with AI coding tools such as Claude Code, Cursor, or similar assistants, and who want the results to look deliberately designed rather than generic.
Gogh is a Python command line tool that organizes six frontend design skill packages into one advisory system, stored as an Obsidian vault, for AI coding agents.
Mainly Python. The stack also includes Python, Obsidian.
Use freely for any purpose, including commercial use, as long as you keep the required license notices.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
double-check against the repo, no cap.