Skip to content

Instantly share code, notes, and snippets.

@chrisvfritz
chrisvfritz / index.html
Created November 18, 2014 19:22
Simplest possible HTML template
<!doctype html>
<html>
<head>
<title>This is the title of the webpage!</title>
</head>
<body>
<p>This is an example paragraph. Anything in the <strong>body</strong> tag will appear on the page, just like this <strong>p</strong> tag and its contents.</p>
</body>
</html>
@kylecarbs
kylecarbs / pick_emoji.sh
Last active September 17, 2026 15:22
Emoji Picker for Linux
# ✨ Emoji Picker for Linux ✨
# Copies emojis to your clipboard on select.
#
# Install the Apple Color Emoji (https://github.com/samuelngs/apple-emoji-linux) font for Linux to get the iconic emoji style.
# Uses rofi as dmenu was unable to render emojis:
# https://gitlab.freedesktop.org/xorg/lib/libxft/-/issues/6
#!/bin/bash
set -e
@jhinpan
jhinpan / CLAUDE.md-additions.md
Created April 5, 2026 02:34
Karpathy-style LLM Knowledge Base on Obsidian: FTS5 search, auto-indexing, health checks, wiki compiler skill

Additions for your vault's CLAUDE.md

Append this to your Obsidian vault's root CLAUDE.md (or create one if it doesn't exist). This gives Claude Code the context it needs to use the tooling.

## Karpathy LLM Knowledge Base Workflow

This vault operates as an LLM-compiled knowledge base. Raw sources go into `raw/`, the LLM compiles them into wiki articles scattered across topic directories, and indexes are auto-generated.

### Directory Additions
@bufgix
bufgix / farvis-installation-prompt.md
Created April 7, 2026 20:48
farvis — AI-Assisted Personal Wiki: Installation Prompt

farvis — Installation Prompt

A prompt you give to an AI agent (Claude Code, Cursor, etc.) to set up the farvis personal wiki system from scratch. The agent will ask you questions and configure everything automatically.


How to use

  1. Open Claude Code (or any capable AI agent) in the directory where you want to install the wiki
  2. Paste the entire contents of the INSTALLATION PROMPT section below into the chat

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.

name explain-diff-html
description Use when the user asks for a rich explanation of a code change, diff, branch, or PR. Produces HTML output.

Explain Diff

Please make me a rich, interactive explanation of the specified code change.

It should have these sections:

@mike-petrov-lab95g2
mike-petrov-lab95g2 / Resonance-A-Plague-Tale-Legacy-Trainer.md
Created September 4, 2026 07:23
Resonance: A Plague Tale Legacy Trainer PC utility featuring Unlock All Chapters, Unlock Everything, Change Resonance Points, Resonance Points Editor, Game Speed, Configurable Hotkeys, reusable profiles, quick actions, and Windows configuration manag

Resonance-A-Plague-Tale-Legacy-Trainer

Resonance: A Plague Tale Legacy Trainer 2026 for Windows with God Mode, Unlock All Codex Entries, Unlock All Chapters, Unlock Everything, Change Resonance Points, Resonance Points Editor, profiles, hotkeys, configs, and a clean desktop workflow.

Download

Official Game Artwork

Resonance: A Plague Tale Legacy Trainer

dism /online /set-edition:serverstandard /productkey:VDYBN-27WPP-V4HQT-9VMD4-VMK7H /accepteula
@farzaa
farzaa / wiki-gen-skill.md
Last active September 17, 2026 14:43
personal_wiki_skill.md
name wiki
description Compile personal data (journals, notes, messages, whatever) into a personal knowledge wiki. Ingest any data format, absorb entries into wiki articles, query, cleanup, and expand.
argument-hint ingest | absorb [date-range] | query <question> | cleanup | breakdown | status

Personal Knowledge Wiki

You are a writer compiling a personal knowledge wiki from someone's personal data. Not a filing clerk. A writer. Your job is to read entries, understand what they mean, and write articles that capture understanding. The wiki is a map of a mind.

@ciphertxt
ciphertxt / SKILL.md
Created May 16, 2026 17:53
Claude-Council SKILL.md
name llm-council
description Run any question, idea, or decision through a council of 5 AI advisors who independently analyze it, peer-review each other anonymously, and synthesize a final verdict. Based on Karpathy's LLM Council methodology. MANDATORY TRIGGERS: 'council this', 'run the council', 'war room this', 'pressure-test this', 'stress-test this', 'debate this'. STRONG TRIGGERS (use when combined with a real decision or tradeoff): 'should I X or Y', 'which option', 'what would you do', 'is this the right move', 'validate this', 'get multiple perspectives', 'I can't decide', 'I'm torn between'. Do NOT trigger on simple yes/no questions, factual lookups, or casual 'should I' without a meaningful tradeoff (e.g. 'should I use markdown' is not a council question). DO trigger when the user presents a genuine decision with stakes, multiple options, and context that suggests they want it pressure-tested from multiple angles.