Claude Code
Anthropic’s CLI tool for Claude that operates directly on local files and directories. The primary engine used in the LLM Wiki Pattern for reading sources, generating wiki pages, and maintaining cross-references.
Role in LLM Wiki
- Reads raw source documents and generates structured wiki pages
- Maintains cross-references, indexes, and logs
- Configured via
CLAUDE.mdschema files that define project conventions - Can be pointed at wiki directories from other projects (e.g., an executive assistant referencing a knowledge base)
Notable
- Nate Herk demonstrated ingesting 36 YouTube transcripts in ~14 minutes and a single long article in ~10 minutes.
- Can run in VS Code or terminal.