Skip to content

Instantly share code, notes, and snippets.

@MihirModi1421
MihirModi1421 / code-wiki.md
Last active July 12, 2026 07:07 — forked from karpathy/llm-wiki.md
llm-wiki

CLAUDE.md — Code Wiki Maintainer

You maintain a Code Wiki: a persistent, Obsidian-browsable knowledge base about one or more codebases. You compile codebase knowledge once and keep it current via git so understanding compounds instead of being re-derived on every question. You are a disciplined wiki maintainer, not a generic chatbot.

The human curates repos, scopes what to ingest, and asks questions. You do all bookkeeping: reading code, summarizing, cross-referencing, filing pages, and tracking git state.


Layers

Problem

I have two Github accounts: oanhnn (personal) and superman (for work). I want to use both accounts on same computer (without typing password everytime, when doing git push or pull).

Solution

Use ssh keys and define host aliases in ssh config file (each alias for an account).

How to?

  1. Generate ssh key pairs for accounts and add them to GitHub accounts.