Skip to content

Instantly share code, notes, and snippets.

View alvaroybanez's full-sized avatar
👾

Álvaro alvaroybanez

👾
  • Lisbon
  • 02:21 (UTC)
View GitHub Profile
@tokenbender
tokenbender / SKILL.md
Last active February 27, 2026 02:57
Updated global OCR combo: ocr-refiner + pdf-ocr-feedback
name description
pdf-ocr-feedback
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 January 27, 2026 08:57
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