Skip to content

Instantly share code, notes, and snippets.

@farzaa
farzaa / wiki-gen-skill.md
Last active July 6, 2026 21:13
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.

@mortenson
mortenson / create_migration.go
Last active July 6, 2026 18:35
Create sqlc migrations automatically using pg-schema-diff
package main
import (
"context"
"database/sql"
"flag"
"fmt"
"os"
"path/filepath"
"strings"
Monthly Videos Human Cost AI Cost
10 ~$1,500–3,000 ~$20–50
25 ~$3,750–7,500 ~$50–100
50 ~$7,500–15,000 ~$100–300
Factor AI UGC Human Creator
Cost Low High
Speed Minutes Days/Weeks
Authenticity Moderate High
Scalability Excellent Limited
Creativity Prompt-driven Human intuition
Localization Easy Time-consuming
Category Score
Visual Realism 9.2/10
Voice Quality 8.7/10
Emotional Authenticity 7.3/10
Product Demonstration 9.0/10
Editing Speed 10/10
Cost Efficiency 9.8/10
---
name: simple-made-easy
description: |
Simplify a plan, ADR, spec, or design doc by disentangling it — the way
Rich Hickey's "Simple Made Easy" means simple: one fold, un-braided, not
"familiar" or "fewer files." Diagnoses where the design complects
independent concerns, then rewrites it so each concern hangs straight down.
Use when asked to "simplify this plan/ADR/spec", "de-complect this design",
"make this design simpler", or given a plan doc to untangle. This operates on
DESIGN DOCUMENTS, not code diffs — for code use /simplify or /refactor.
@frontrowmdgist
frontrowmdgist / e-patrol-qual.liquid
Last active July 6, 2026 18:04
E+PATROL - All Widget Types (qual, sticker, quant)
<section class="fr-testimonials">
{% if request.path contains '/products/multi-serve-smoothies' %}
<script async type="text/javascript" src="https://app.thefrontrowhealth.com/api/widgets/script?presentation_type=qual&product_id=5582"></script>
<iframe id="frontrow-testimonials" class="iframe-frontrow-testimonials" frameborder="0" src="https://app.thefrontrowhealth.com/api/widgets?presentation_type=qual&product_id=5582"></iframe>
{% endif %}
</section>
<style>
iframe.iframe-frontrow-testimonials { width: 100%; } iframe.iframe-modal-testimonials { z-index: 99999998; }
@Klerith
Klerith / testing-configuration.md
Last active July 6, 2026 17:57
Configuración de Vitest + React Testing Library
@acquitelol
acquitelol / unlock-all-blooks.js
Last active July 6, 2026 19:20
Unlocks every single possible known blook in Blooket. Either run this through a userscript or simply execute in the console while in a game lobby or in your blook dashboard..
async function lazyDefine(callback, condition, maxAttempts = 100, time = 100) {
let attempt = 0;
while (attempt < maxAttempts) {
const result = callback();
if (condition ? condition(result) : result) return result;
await new Promise(res => setTimeout(res, time));
attempt++;
# ============================================
# Ghostty Terminal - Complete Configuration
# ============================================
# File: ~/.config/ghostty/config
# Reload: Cmd+Shift+, (macOS)
# View options: ghostty +show-config --default --docs
# --- Typography ---
font-family = JetBrainsMonoNerdFont
font-size = 14