> PROJECTS
10 REM *** OPS FINANCE AUTOMATION ***
INVOICE GENERATOR
Automates professional invoice creation, VAT calculation and export to PDF and XLSX directly from an Excel AR data-entry sheet.
COMMISSION STATEMENT GENERATOR
Generates agent commission statements (PDF + XLSX) from revenue share data, with governance blockers to prevent overpayments, missing referral details and negative commissions.
REVENUE LEAKAGE AGENT
AI agent that reads merchant contracts (PDF), reconciles them against billing records (Excel, CSV or MySQL), detects revenue discrepancies, and drafts recovery emails automatically. Inspired by a real human workflow that recovered $500k in hidden revenue. Built with Claude API, Python, pdfplumber, pandas, Flask, and Plotly — full agentic tool-use pipeline.
20 REM *** STUDIO ART PROJECTS ***
VILLAIN GENERATOR
Browser-based retro pixel-art editor for designing villain characters. Paint on a live canvas, pick palettes, load templates, and export JS arrays ready for pixel-chars.js — built entirely with Claude Code.
PALETTE ANALYZER
Interactive browser-based colour harmony tool. Build palettes using complementary, triadic, tetradic and split-complementary schemes on a real-time HSL hue wheel. Visualise palette structure in 3D OKLab perceptual colour space, sample colours directly from uploaded images with a pixel-accurate eyedropper, and export to the Villain Generator via localStorage. Zero dependencies, pure vanilla JS and Canvas API.