Skip to content

Instantly share code, notes, and snippets.

@OrangeViolin
OrangeViolin / character-optimization-design--optimization-examples.md
Last active August 9, 2026 04:10
Game Design Skill for Claude Code - 基于《游戏设计的100个原理》的游戏设计全流程助手 | 仅供个人学习与娱乐

Min/Maxing Examples and Mitigations

Traditional D&D

  • Problem: Players dump Charisma to boost Strength
  • Mitigation: Charisma affects more mechanics (leadership, NPC reactions)
  • Result: Still possible, but trade-offs are meaningful

Dark Souls

  • Approach: Complex stat scaling system
  • Design: Each weapon scales with different stats

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.

@mzaman
mzaman / AgentRouter.md
Last active August 9, 2026 03:53
AgentRouter: The Definitive Developer Guide

AgentRouter: The Definitive Developer Guide

Unified LLM API Gateway · $200 Free Credits · Zero Subscription Lock-in

TL;DR — AgentRouter is a non-profit, OpenAI-compatible API gateway that aggregates Claude, GPT, Gemini, DeepSeek, and 30+ other models behind a single endpoint. New users get $200 in free credits via referral — no credit card required. Ideal for developers who want model flexibility without juggling five subscriptions.

👉 Claim Your $200 Free Credits → agentrouter.org/register?aff=DWBb


Table of Contents

@leocomelli
leocomelli / git.md
Last active August 9, 2026 03:51
Lista de comandos úteis do GIT

GIT

Estados

  • Modificado (modified);
  • Preparado (staged/index)
  • Consolidado (comitted);

Ajuda

@kuuote
kuuote / clip.sh
Created February 24, 2023 11:08
i3でスッとVimを出して保存した結果をクリップボードにコピペするやつ
#!/bin/bash -u
touch /tmp/clip
wezterm start --class Floaterm nvim /tmp/clip || exit 1 # Vimが正しく終了しなかった時はコピーしない
# head -c -1は末尾の改行を削ぎ落とすやつ
head -c -1 /tmp/clip | xclip -selection clipboard
notify-send -t 1000 copied
@docularxu
docularxu / blog-claude-code-china-zh.md
Last active August 9, 2026 03:46
在中国使用 Claude Code 解决 403 错误 - 完整指南(中文版)

在中国使用 Claude Code 解决 403 错误 - 完整指南(中文版)

在中国使用 Claude Code 解决 403 错误

2026 年 2 月 12 日

如果你在中国尝试使用 Claude Code,大概率会撞上 403 错误。本文覆盖三种使用场景的解决方案:

  • macOS 终端 (shell) - 在终端里直接使用 claude 命令行
  • VS Code 终端 - 在 VS Code 内置终端里使用 claude 命令行
@ErrorDAR32
ErrorDAR32 / DTBN_Doc.md
Last active August 9, 2026 03:43
DTBN Draft

Descriptive Typed Binary Notation (DTBN)

Revision 3501


1. Overview

DTBN is a substrate binary encoding notaion in which data is described in terms of its structure, type, and location. It's meant as a foundation format for information packaging, distribution, on-disk storage, and interchange. DTBN is descriptor-oriented: it focuses on providing complete descriptions of the data it stores or references.

@fofr
fofr / SKILL.md
Last active August 9, 2026 03:43
An agent skill for writing in the GOV.UK style
name govuk-style
description Write and edit in GOV.UK / GDS house style — plain English, active voice, front-loaded content, sentence case, and no bold or italics for emphasis. Use when writing or editing reports, research write-ups, guidance, documentation, summaries, or any prose where clarity and accessibility matter.
user-invokable true
args
name description required
target
The document or text to write or rewrite in GOV.UK style (optional)
false