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.

@k16shikano
k16shikano / SKILL.md
Last active June 22, 2026 04:56
japanese-tech-writing/SKILL
name japanese-tech-writing
description 日本語の技術文書・書籍原稿の文章規範。整形(一文一行、引用ブロック、脚注、コラム記法)、段落と論証の構成(パラグラフライティング)、論証の厳密さ(ツッコミどころの除去)、読み手の負荷の管理、視点と語り、演出の抑制、LLM っぽい空句の禁止、冗長の排除を定める。日本語で技術書の章、草稿、記事、解説文を書くとき、または推敲・リライトするときに使用する。

日本語技術文書の文章規範

日本語で技術的な原稿(書籍の章、記事、解説文)を書く・推敲するときは、以下の規範に従う。

整形

@bradtraversy
bradtraversy / mern-server-setup.md
Last active June 22, 2026 02:50
Setup Ubuntu & Deploy MERN app

Linux Server Setup & MERN App Deployment

These are the steps to setup an Ubuntu server from scratch and deploy a MERN app with the PM2 process manager and Nginx. We are using Linode, but you could just as well use a different cloud provider or your own machine or VM.

Create an account at Linode

Click on Create Linode

Choose your server options (OS, region, etc)

SSH Keys

@miguelerm
miguelerm / Program.cs
Created July 28, 2016 16:24
Convert word documents .doc to .pdf in batch.
// Install Nuget Package "NetOffice.Word"
using NetOffice.WordApi;
using System;
using System.IO;
namespace word2pdf
{
internal class Program
{
private static void Main(string[] args)
@miticollo
miticollo / build_frida.sh
Last active June 22, 2026 02:18
How to build frida-server (≥ 16.2.2) for iOS jailbroken devices
#!/usr/bin/env bash
#
# Build Frida DEB.
# register the cleanup function to be called on the EXIT signal
trap cleanup INT
#######################################
# Deletes the temp directory.
# Globals:
@thisIsIan-W
thisIsIan-W / clash-verge-rev.js
Last active June 22, 2026 02:13
clash-verge-rev
// 入口是:订阅 - 全局扩展脚本,然后将下方所有内容粘贴到打开的编辑器里
//
//
// 最终的效果是:
// 节点选择 - 全局直连 - 拒绝出战(hidden) - 美国节点 - 新加坡节点 - 其它节点
//
// 可根据自己的需求自由增删新的分组