Skip to content

[Trend Scout] Pratiyush/llm-wikiΒ #12

@github-actions

Description

@github-actions

πŸ”­ Trend Scout: Pratiyush/llm-wiki

Auto-generated by trend-scout.py β€” review and edit as needed.

πŸ“Œ What problem it solves

LLM-powered knowledge base from your Claude Code, Codex CLI, Copilot, Cursor & Gemini sessions. Karpathy's LLM Wiki pattern β€” implemented and shipped.

πŸ“… Timeline

Field Value
Created 2026-04-08
Last pushed 2026-04-27
Stars 173
Forks 24
Open issues 13
License MIT
Language Python
Topics ai, claude-code, cli, codex-cli, copilot, cursor, developer-tools, gemini-cli, karpathy, knowledge-base, llm, llm-wiki, markdown, mcp, obsidian, open-source, python, session-history, static-site, wiki

βœ… Strengths

  • Solid community traction (173 ⭐)
  • Moderate fork activity (24 forks)
  • Well-tagged: ai, claude-code, cli, codex-cli, copilot, cursor
  • Primary language: Python
  • Actively maintained (pushed within 30 days)

⚠️ Weaknesses / Risks

  • No significant risks identified from available metadata

πŸ’‘ What this repo can learn

  • Claude Code session patterns: this repo's Claude Code integration approach could improve claude-adapter.py's JSONL parsing β€” e.g., handling new session event types or extracting richer metadata from Claude Code tool-use blocks
  • CLI verb patterns: a clear add/search/update/delete verb model (like memory-tool add / search / dream) could streamline the UX of query-session.py and learn.py, making them easier to invoke from hooks or scripts
  • Knowledge portability: the export/backup flow here could complement sync-knowledge.py for cross-machine knowledge portability
  • Editor integration (cursor): watch-sessions.py could be extended to detect and parse cursor session formats natively, broadening the range of AI sessions indexed into knowledge.db
  • MCP tool-server surface: the MCP server interface here could expose query-session.py and briefing.py as directly callable MCP tools β€” e.g., a Copilot agent could invoke the briefing lookup in-process rather than shelling out to a subprocess, reducing latency in hook-driven workflows
README excerpt
# llmwiki

> **LLM-powered knowledge base from your Claude Code, Codex CLI, Cursor, Gemini CLI, and Obsidian sessions.**
> Built on [Andrej Karpathy's LLM Wiki pattern](https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f).

## πŸ‘‰ Live demo: **[pratiyush.github.io/llm-wiki](https://pratiyush.github.io/llm-wiki/)**

Rebuilt on every `master` push from the synthetic sessions in [`examples/demo-sessions/`](examples/demo-sessions). No personal data. Shows every feature of the real tool (activity heatmap, tool charts, token usage, model info cards, vs-comparisons, project topics) running against safe reference data.

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
[![Python 3.9+](https://img.shields.io/badge/python-3.9+-blue.svg)](https://www.python.org/)
[![Version](https://img.shields.io/badge/version-v1.3.71-10B981.svg)](CHANGELOG.md)
[![Tests](https://img.shields.io/badge/tests-2363%20passing-10B981.svg)](tests/)
[![CI](https://github.com/Pratiyush/llm-wiki/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/Pratiyush/llm-wiki/actions/workflows/ci.yml)
[![Link check](https://github.com/Pratiyush/llm-wiki/actions/workflows/link-check.yml/badge.svg?branch=master)](https://github.com/Pratiyush/llm-wiki/actions/workflows/link-check.yml)
[![Wiki checks](https://github.com/Pratiyush/llm-wiki/actions/workflows/wiki-checks.yml/badge.svg?branch=master)](https://github.com/Pratiyush/llm-wiki/actions/workflows/wiki-checks.yml)
[

*(truncated)*

Scouted on 2026-04-27 Β· View on GitHub

Metadata

Metadata

Assignees

No one assigned

    Labels

    trend-scoutAuto-generated trend scouting report

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions