Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By surebeli
A self-evolving knowledge system for AI-paired builders. Built on Karpathy's LLM-Wiki principle, the CORE is a self-closing ingest/synthesis loop + auto-dreaming that resurfaces frozen pages when their relevance returns. Phase 1 reach (current): AI-paired engineering — compile project business semantics so agents read project conventions before they write code. Phase 2 (designed): team spec authoring + dispute resolution. Builders inherit a kata, adapt it to their project, transcend the form. 13 skills (init, import, ingest, search, graph, tier, digest, query, lint, config, dream, watch, sync). Multi-CLI session ingest in flight (v1.11).
npx claudepluginhub surebeli/kata --plugin kataUnified read/write for SCHEMA.md config — show all settings in one place, get/set scalar values by dotted path with schema validation, explain what each key does. Domain-specific skills (wiki-tier, wiki-init) still own their UX shortcuts; wiki-config is the generic interface.
Generate a digest of the wiki: recent activity summary, key themes by cluster, tier distribution (active/archived/frozen), coverage gaps, cross-cutting synthesis, stale custom dimensions, and suggested next actions. The weekly health report for your knowledge base.
Auto-dreaming: re-evaluate frozen and archived pages against recent activity, surface candidates whose relevance has resurfaced, optionally promote them back to the active tier. Reads only the wiki filesystem (log.md + page frontmatter dates ingested_at/updated); never reads chat sessions or file mtimes. Designed for market-research wikis but the strategy is pluggable.
Query the wiki as a graph without maintaining a graph DB. Structured frontmatter queries, neighbor traversal, shortest paths, hub/orphan detection — each call scans the .md files fresh and computes the answer on the fly. Defaults to active-tier pages when memory tiers are enabled.
Import an existing document system (folder tree, Obsidian vault, Notion/Confluence export, etc.) into the wiki. Scans source structure, maps to wiki types, deduplicates against existing content, prompts once per batch for any custom frontmatter dimensions declared in SCHEMA.md, and processes in priority order with checkpoint support.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
The most comprehensive Claude Code plugin — 14+ agents, 56+ skills, 33+ commands, and production-ready hooks for TDD, security scanning, code review, and continuous learning
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
SpecTeam: AI-native spec review and decision alignment for product and engineering teams.
Karpathy-style persistent markdown knowledge base — custom frontmatter dimensions, three-tier memory aging (active/archived/frozen), external plugin fallback (deepwiki-cli, web search). 10 skills: init, import, ingest, search, graph, tier, digest, query, lint.
Thin plugin layer over the llm-hopper file-based protocol. Dispatches task-typed work to vendor CLI subprocesses (codex, kimi, opencode, copilot, agy). No harness reaction core; vendor CLIs bring their own runtime. State lives in plain markdown under .hopper/. See https://github.com/surebeli/hopper-plugin.
A self-evolving knowledge system for AI-paired builders. Inherit a kata, adapt it to your project, then transcend the form.
| Layer | What it is |
|---|---|
| Base | Karpathy's LLM-Wiki principle — compiled once, kept current; humans curate, LLMs maintain; everything optional and modular. |
| Core | A self-evolving knowledge system built on the base: (1) a self-closing loop — ingest → cross-link → filed-query → compounding pages; (2) auto-dreaming — frozen pages resurface when their relevance returns. The wiki doesn't just persist; it grows back toward what's currently mattering. |
| Phase 1 (current) | AI-paired engineering. Use the core wiki to compile project business semantics — thresholds, lifecycle invariants, domain conventions — so AI agents read project conventions before they write code. v1.4 → v1.11 ship this reach. |
| Phase 2 (designed, not yet implemented) | Team spec authoring + dispute resolution. A self-closing loop for spec drafts, ratified positions, and the rejected alternatives — so future decisions don't re-litigate the same questions. |
| Phase 3+ | Open. The core extends to new boundaries as we learn what compounds. |
The product is the Core + Phase reaches. Phase 1 is the first concrete boundary; it's not the definition of Kata.
wiki-init lays down a starter kata: default categories,
default schema, default rituals. You run the form as-is.The wiki is compiled once and kept current (not RAG). The human curates sources and asks good questions; the AI does all the bookkeeping — reading, summarizing, cross-referencing, filing, maintaining consistency. You (almost) never write wiki pages yourself.
13 skills span ingest → search → graph → dream → sync — see the skill index further down. The product is the kata; the wiki is what it produces.
This plugin implements Karpathy's original concept and extends it with three systems he left open. The table below shows which ideas come from the original and which are plugin extensions.
| Idea | Original quote / reference |
|---|---|
| Compiled once, kept current (not RAG) | "Unlike RAG... the wiki is compiled once and then kept up to date" |
| Human curates, LLM maintains | "You curate sources and ask good questions, the LLM does the rest" |
raw/ immutable layer | "You don't modify raw source material" |
index.md — read index first | "The LLM reads the index first to find relevant pages" |
log.md — append-only action log | "A chronological log of all actions taken" |
| Ingest: 10–15 pages per source | "A single source can touch 10-15 pages" |
| Query results file back and compound | "Queries compound in the wiki just like ingested sources" |
| Lint: stale content + data gaps | "Lint also finds data gaps that could be filled with a web search" |
| Schema co-evolves with the wiki | "The schema... co-evolves along with the wiki over time" |
| Git repo by default | "The wiki directory is just a git repo" |
| Obsidian as the IDE | "Obsidian is the IDE. The LLM is the programmer." |
| Everything optional and modular | "Pick what's useful, ignore what isn't" |
| qmd for scaling search | "qmd... for search at scale" |
| Web search to fill gaps | "The LLM is good at suggesting new questions to investigate" |