Skip to content

Instantly share code, notes, and snippets.

View alvaroybanez's full-sized avatar
👾

Álvaro alvaroybanez

👾
  • Lisbon
  • 07:15 (UTC +01:00)
View GitHub Profile
@aparente
aparente / SKILL.md
Last active August 21, 2026 19:08
tufte-viz Claude Code skill — Edward Tufte data visualization principles

name: tufte-viz description: | Ideate and critique data visualizations using Edward Tufte's principles from "The Visual Display of Quantitative Information." Use this skill when: (1) Designing new data visualizations or charts (2) Critiquing or improving existing visualizations (3) Reviewing dashboards or reports for graphical integrity (4) Deciding between visualization approaches (5) Reducing chartjunk or improving data-ink ratio (6) Planning small multiples or high-density displays

@tokenbender
tokenbender / SKILL.md
Last active April 4, 2026 21:34
Updated global OCR combo: ocr-refiner + pdf-ocr-feedback
name pdf-ocr-feedback
description High-accuracy OCR pipeline using Maj@K consensus voting, structured self-evaluation, and adaptive compute budgets to achieve ≥95% transcription accuracy.

When to Use

Use when transcribing PDF pages via vision model and you need high accuracy — especially for:

  • Equations or mathematical notation
  • Tables with complex structure (3+ columns, merged cells)
@yrashk
yrashk / inferal-workspace-architecture.md
Last active July 25, 2026 14:33
Inferal Workspace Architecture
@snarktank
snarktank / README.md
Created July 26, 2025 09:31
Pre-commit Hook with Amp Oracle Review

Pre-commit Hook with Amp Oracle Review

A minimal Husky pre-commit hook with AI-powered code review via Amp's Oracle feature.

Features

  • 🔮 AI Code Review: Optional Oracle review via Amp before committing
  • 🧪 Test Validation: Runs all tests before allowing commit
  • Minimal & Fast: No unnecessary dependencies
  • 🌍 Universal: Works with any Node.js project