Obsidian Atlas
@aaronge/obsidian-atlasv2026.08.26.1
01README
Turn a Git repository or an architecture diagram into an illustrated, wikilinked Obsidian atlas using the local Claude CLI.
02Models
@aaronge/obsidian-atlasv2026.08.26.1obsidian_atlas.ts
fn survey(repo: string, ref?: string)
Clone a repository and record its structure. No LLM is involved.
| Argument | Type | Description |
|---|---|---|
| repo | string | Repository URL or owner/repo shorthand. |
| ref? | string | Branch or tag to check out. |
fn chart(repo: string, ref?: string)
Clone a repository, have the Claude CLI explain it, and write the atlas into the vault.
| Argument | Type | Description |
|---|---|---|
| repo | string | Repository URL or owner/repo shorthand. |
| ref? | string | Branch or tag to check out. |
fn chartDiagram(image: string)
Interpret an architecture diagram image and write the explanation into the vault.
| Argument | Type | Description |
|---|---|---|
| image | string | Absolute path to a diagram image file. |
Resources
survey(infinite)— Deterministic structural survey of a repository
atlas(infinite)— A generated atlas and the notes it produced
note(infinite)— A single note written into the vault
Files
transcript(application/json)— Raw Claude CLI output, retained for debugging
03Previous Versions
2026.08.25.2
2026.08.25.1
04Stats
A
100 / 100
Downloads
0
Archive size
38.7 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
05Platforms