Overview
atomicstrata/llm-wiki-compiler is a TypeScript CLI and SDK that implements the LLM Wiki pattern with full OKF compliance. It is considered the most standards-compliant implementation, supporting L0–L3 lifecycle profiles and providing an --okf flag for validation.
Key Facts
- Platform: CLI + SDK (TypeScript, 98%)
- License: MIT (permissive)
- Stars: ~1.7k, 163 forks (as of deep research report)
- Latest release: v1.0.0 on 11 July 2026
- Standards compliance: The recommended choice for portability and interoperability
- Uses standardized OKF frontmatter across all generated pages
- Supports lifecycle profiles that define how mature a wiki page is (L0 = stub, L3 = fully synthesized)
- Represents the “compiler-first” approach: a reusable pipeline that converts sources into linked wiki pages, closer to a build tool than a desktop app
Features
Core Architecture
- Compiler-first pipeline — reusable build tool that converts sources into linked wiki pages
- TypeScript CLI + SDK — both command-line and programmatic access
- OKF canonical implementation — full Open Knowledge Format compliance
- Lifecycle profiles (L0–L3) — stub → sourced → synthesized → curated
Ingest & Processing
- Source compilation — reads raw sources and generates structured wiki pages
- Multi-format input — supports various source formats via plugins
- Template system — built-in templates for AutoSci, Newsroom, and custom workflows
Search & Retrieval
- Wikilink resolution — automatic cross-reference linking between pages
- Backlink generation — reverse link tracking for navigation
Knowledge Graph
- OKF-compliant graph — standardized frontmatter enables tool interop
- Lifecycle-aware — pages tracked by maturity level (L0–L3)
- Metadata extraction — automatic tags, sources, and relationships
Quality & Governance
--okfvalidation flag — validates OKF frontmatter compliance- Lifecycle enforcement — ensures pages follow L0–L3 progression
- Portability — pages work across any OKF-compliant tool
MCP / Tools
- MCP server — Model Context Protocol integration
- SDK — programmatic access for custom workflows
- CLI tools — compile, validate, serve commands
Integration
- Claude Code compatible — works alongside agent workflows
- OKF ecosystem — interoperable with any OKF-compliant tool
- MCP support — agent-tool integration via Model Context Protocol
Data & Storage
- Markdown + OKF frontmatter — standardized output format
- File-based — no database required, pure markdown files
- Portable — pages work with Obsidian, other wiki tools, any OKF reader
Comparison with Other Implementations
Among the major LLM Wiki tools, atomicstrata is the only one with full OKF compliance and lifecycle profiles:
| Feature | atomicstrata | nashsu | lucasastorian |
|---|---|---|---|
| OKF Compliant | Yes | No | No |
| Lifecycle Profiles | L0-L3 | No | No |
| Interface | CLI + SDK | Desktop GUI | Full-stack web |
| License | MIT | LGPL | Not specified |
This makes it the best choice when cross-tool portability and standards alignment matter, while nashsu-llm-wiki is better for users who want a desktop GUI experience.
Relationships
- “compatible-with” open-knowledge-format — Canonical implementation of the OKF standard
- “depends-on” llm-wiki — Implements the full LLM Wiki pattern
- “operates-with” claude-code — Can be used alongside Claude Code for wiki operations (llm-wiki-mcp, claude-obsidian)
- “sibling-of” nashsu-llm-wiki — Desktop-app alternative with proprietary format
- “sibling-of” cognee — graph-backed alternative (Neo4j/Postgres + 14-tool MCP)
- “sibling-of” rightmemory — typed-edge graph memory for coding agents
- “compatible-with” infmat-karpathy-llm-wiki — agentskills.io-compatible skill package
- “compatible-with” truehooha-llm-wiki-skilled — OKF-conformance skill set
🔗 Conexão inferida — sugestão do segundo cérebro
Liga para: llm-wiki, open-knowledge-format Evidência observável: atomicstrata/llm-wiki-compiler is the canonical compiler-first implementation of the LLM Wiki pattern with OKF compliance; all its features derive from the LLM Wiki specification.
Sources
^[raw/articles/denser-llm-wiki-analysis.md]