KerberosClaw

Kc LLM Wiki Starter β€” AI skill for Claude Code

AI community

Production-ready starter template for LLM-maintained wikis.

How to install Kc LLM Wiki Starter

This entry records only its repository, not the path inside it, so there is no exact command to give. Open KerberosClaw/kc_llm_wiki_starter and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Kc LLM Wiki Starter does

Production-ready starter template for LLM-maintained wikis. Karpathy's 2026-04 three-tier pattern (raw/wiki/schema) + journal extension + lint hygiene. Clone, feed docs, let the LLM do bookkeeping.

Alternatives in AI

  • Repomix β€” πŸ“¦ Repomix is a powerful tool that packs your entire repository into a single, AI-friendly file 22.7k β˜…
  • AGENTS.md - Skill Seekers β€” Concise reference for AI coding agents 11.1k β˜…
  • Humanizer: Remove AI Writing Patterns β€” You are a writing editor that identifies and removes signs of AI-generated text to make writing sound more nat 10.5k β˜…

README

Your AI Maintains the Wiki, You Just Feed It

[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE) [![Markdown](https://img.shields.io/badge/Markdown-Native-083fa1.svg)](https://commonmark.org/) [![Karpathy LLM Wiki](https://img.shields.io/badge/Pattern-Karpathy_LLM_Wiki-purple.svg)](https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f)

[ζ­£ι«”δΈ­ζ–‡](README_zh.md)

![LLM Wiki v0.1 hero](docs/images/hero.png)

You know that knowledge base you "started organizing properly" three times last year? Yeah. This one's different β€” because the one maintaining it isn't you.

Production-ready template based on [Andrej Karpathy's 2026-04 LLM Wiki gist](https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f). Three-tier architecture (raw / wiki / schema) plus a journal layer extension. Clone it, feed it docs, let the LLM do the bookkeeping humans always abandon.

Why not just use Obsidian / Notion / Confluence

Those tools assume **you** maintain the knowledge base. Cross-references, summaries, contradictions, missing pages β€” somebody has to keep it consistent. Humans give up around page 50.

LLMs don't give up. This template is the structure that lets them help.

  • LLM maintenance cost β‰ˆ zero: no fatigue from updating cross-refs, no skipping bookkeeping
  • Three tiers, clean separation: raw = source of truth, wiki = LLM's organized output, schema = the rules
  • Git native: version control, diff, optional git-crypt encryption
  • No vendor lock-in: pure markdown β€” switch LLMs or tools tomorrow, take your wiki with you

Quick Start

git clone https://github.com/YOUR/kc_llm_wiki_starter.git my-wiki
cd my-wiki
  1. Replace {{ your-wiki-name }} placeholders in CLAUDE.md / README.md / index.md / log.md
  2. Read wiki/_example_entity.md and wiki/_example_overview.md to learn the frontmatter convention
  3. Delete examples (git rm wiki/_example_*.md) or keep them as reference
  4. Open a Claude session,