Skip to content

Instantly share code, notes, and snippets.

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@dctanner
dctanner / SKILL.md
Last active September 8, 2026 14:34
demo-video
name demo-video
description Generate a narrated demo video from browser screenshots and TTS audio. Captures scenes via agent-browser, generates voice narration via Inworld TTS API, and stitches into an MP4 with ffmpeg.

Demo Video Generation

Generate a narrated demo video from browser screenshots and TTS audio. The output is an MP4 with still-image scenes synced to voice narration.

Prerequisites

@flemax
flemax / awsmfa
Created July 15, 2026 13:36
Script to login with a MFA Code to AWS
#!/bin/zsh
PROFILE=$1
TOKEN_CODE=$2
if [[ -z "$PROFILE" || -z "$TOKEN_CODE" ]]; then
echo "Usage: awsmfa <profile> <code_mfa_6_chiffres>" >&2
exit 2
fi
@sebyx07
sebyx07 / cnc-generals-linux-guide.md
Last active September 8, 2026 14:00
Complete Guide: C&C Generals Zero Hour on Linux with Wine + DXVK

C&C Generals Zero Hour on Linux (Wine + DXVK)

Complete guide to running Command & Conquer Generals Zero Hour on Linux with optimal performance.

Download

DODI Repack (~1.2 GB): 1337x Torrent

Prerequisites

@kstan
kstan / liferay-wordlist.txt
Last active September 8, 2026 13:59
File/folder wordlist for Liferay generated from https://github.com/Stackato-Garage/Liferay.
/dtd
/dtd/datatypes.dtd
/dtd/facelet-taglib_1_0.dtd
/dtd/hibernate-mapping-3.0.dtd
/dtd/j2ee_1_4.xsd
/dtd/j2ee_web_services_client_1_1.xsd
/dtd/javaee_5.xsd
/dtd/javaee_6.xsd
/dtd/javaee_web_services_client_1_2.xsd
/dtd/javaee_web_services_client_1_3.xsd
@reegnz
reegnz / README.md
Last active September 8, 2026 13:55
The Terraform group_by you've been missing

The Terraform group_by you've been missing

I'm playing around a lot nowadays with Terraform 0.13 and I found a really interesting feature and that's the ... symbol (also called an ellipsis) to be used with for expressions.

The operator can be used for group_by operations.

Example

We have a list of entries. The list contains employee/manager/project triplets.

@JoeyBurzynski
JoeyBurzynski / 55-bytes-of-css.md
Last active September 8, 2026 13:54
58 bytes of css to look great nearly everywhere

58 bytes of CSS to look great nearly everywhere

When making this website, i wanted a simple, reasonable way to make it look good on most displays. Not counting any minimization techniques, the following 58 bytes worked well for me:

main {
  max-width: 38rem;
  padding: 2rem;
  margin: auto;
}
@K1ethoang
K1ethoang / Active StarUml version 6 for Window | MacOS | Linux.md
Last active September 8, 2026 13:52
Active StarUml version 6 for Window | MacOS | Linux