You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-1Lines changed: 25 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,14 +12,15 @@ Point AI agents at any indexed repo and they get a current, schema-validated gra
12
12
13
13
> **Status:** private MVP under [`amacsmith/understand-quickly`](https://github.com/amacsmith/understand-quickly). Will move to a public org once core flows are battle-tested. Live registry at <https://amacsmith.github.io/understand-quickly/>.
14
14
15
-
[**Browse the registry →**](https://amacsmith.github.io/understand-quickly/) · [**Add your repo**](#add-your-repo) · [**Agent quickstart**](#agent-quickstart) · [**Design spec**](docs/superpowers/specs/2026-05-07-understand-quickly-registry-design.md)
Tools like [Understand-Anything](https://github.com/Lum1104/Understand-Anything), [GitNexus](https://github.com/abhigyanpatwari/GitNexus), and [code-review-graph](https://github.com/tirth8205/code-review-graph) turn a codebase into a queryable knowledge graph. The graph is JSON. Today there is no shared, current, machine-readable index of which public repos publish one.
@@ -109,6 +131,8 @@ Schemas: [`schemas/`](./schemas/). Each `format` value (e.g. `understand-anythin
109
131
110
132
## Add your repo
111
133
134
+
> **Want the easy path?** Use the [wizard](https://amacsmith.github.io/understand-quickly/add.html) or `npx @understand-quickly/cli add`. The instructions below describe the manual-PR flow.
135
+
112
136
1. Run [Understand-Anything](https://github.com/Lum1104/Understand-Anything) (or any supported tool) locally; commit `.understand-anything/knowledge-graph.json` to your repo.
113
137
2. Fork this repo.
114
138
3. Append an entry to `registry.json`. Use whichever format your tool emits:
0 commit comments