Skip to content
View drewmerc302's full-sized avatar

Block or report drewmerc302

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
drewmerc302/README.md

Hello, I am Drew Mercurio, an engineering leader in payments and e-commerce, based in Yardley, PA

  • ๐Ÿ‘” Most recently Director of Engineering at Audible (Amazon), with 21+ years in the industry, 14 of them at Amazon/Audible
  • ๐Ÿ’ฌ Ask me about engineering leadership, org design and manager development, payments at global scale, operational excellence, and AI strategy for engineering orgs
  • ๐Ÿ“ซ How to reach me: LinkedIn or andrew.m.mercurio[at]gmail.com
  • ๐Ÿ›  Still writes code. Everything below I designed, built, and shipped with AI assistance. Staying hands-on is what keeps my architecture reviews honest

Here are my projects:

๐Ÿค– AI & agent tooling

  • ๐Ÿง  Claude Second Brain (code) Self-installing second brain for Claude Code: an Obsidian vault the agent reads at session start and writes at session end, giving it session logs, topic notes, and memory that survives across conversations. Claude Code itself is the installer. Type: Developer tooling Keywords: JavaScript, Claude Code, MCP, Obsidian, cross-platform

  • ๐Ÿงฐ Claude Skills (code) My working Claude Code environment: the agent skills, hooks, and background scripts I run every day. The parts of my AI stack that are worth stealing. Type: Developer tooling Keywords: Shell, Claude Code, hooks, agent skills

โš™๏ธ LLM pipelines & automation

  • ๐Ÿ“Š Job Tracker (code) End-to-end pipeline: scrapes target company career pages, dedupes, filters for EM roles with an LLM, tailors a resume and cover letter per match, then emails a digest with PDFs attached. SQLite with migrations, concurrent scrapers, and a Textual TUI on top. Type: Backend + TUI Keywords: Python, SQLite, Textual, Anthropic API, Typst, Jinja2

  • ๐Ÿงญ Job Pilot (code) Local-first job search tool that finds, ranks, and tailors matches against your resume. Everything stays on your machine. Type: Backend Keywords: Python, Claude API, local-first

  • ๐Ÿ“Ž Gmail Attachment Downloader (code) Pulls every Gmail attachment into categorized local folders. Incremental runs, dry-run mode, date and sender filtering, CSV logging. Type: Backend Keywords: Python, Gmail API, OAuth

๐ŸŽธ Music & audio gear

  • ๐ŸŽ› NAM A2 โ†’ A1 Converter (code) Distills Neural Amp Modeler A2 captures into GP-50-ready A1 .nam files. Standalone desktop converter for Windows, macOS, and Linux, with optional NVIDIA acceleration. Type: Desktop + ML Keywords: Python, PyTorch, NAM, CUDA, cross-platform packaging

  • ๐ŸŽš Valeton GP-50 Editor (code) Browser-based preset editor for the Valeton GP-50 and GP-5: read, edit, reorder, rename, and write presets live over WebMIDI. SysEx protocol reverse-engineered from scratch. No vendor SDK, no backend. Type: Frontend + hardware protocol Keywords: Python, WebMIDI, SysEx, reverse engineering

  • ๐Ÿฅ Metronome Friend (code) Professional metronome for iOS and macOS. Precise timing, multiple time signatures, five click sounds, home screen widgets, and Siri Shortcuts. Type: iOS/macOS app Keywords: Swift, SwiftUI, AVFoundation, WidgetKit, App Intents

  • ๐ŸŽผ Guitar Tutor (code) Interactive fretboard visualizer for chords, scales, arpeggios, and progressions. Music theory you can actually see. Type: Mobile Keywords: TypeScript, React Native, Expo

๐ŸŽ Apple platform apps

  • ๐Ÿ“น PauseCam (code) Pause and resume video recording on iPad and iPhone, something the stock iPad Camera app can't do. Shoot multiple scenes into one continuous clip with no editing. AVAssetWriter timestamp surgery under a SwiftUI camera UI. Type: iOS/iPadOS app Keywords: Swift, SwiftUI, AVFoundation, AVAssetWriter

  • ๐ŸŒฆ wttrApp (code) Weather for iOS, iPadOS, and macOS rendered as terminal-style ASCII art, inspired by wttr.in. Type: Frontend Keywords: Swift, SwiftUI, multiplatform

Pinned Loading

  1. nam-a2a1-converter nam-a2a1-converter Public

    Distill NAM A2 captures into GP-50-ready A1 .nam files โ€” standalone desktop converter (Win/Mac/Linux) Nvidia acceleration supported

    Python 13 1

  2. valeton-gp50 valeton-gp50 Public

    Browser-based editor for the Valeton GP-50 / GP-5 โ€” read, edit, reorder, rename and write presets live over WebMIDI. Reverse-engineered SysEx protocol, no vendor SDK, no backend.

    Python 11 1

  3. claude-second-brain claude-second-brain Public

    Self-installing second brain for Claude Code โ€” an Obsidian vault Claude reads at session start and writes at session end. Session logs, topic notes, cross-session memory. Claude Code IS the installโ€ฆ

    JavaScript

  4. claude-skills claude-skills Public

    My working Claude Code environment โ€” skills, hooks, and background scripts I use daily

    Shell

  5. PauseCam PauseCam Public

    ๐Ÿ“น Pause/resume video recording for iPad & iPhone โ€” something the stock iPad Camera app can't do. Shoot multiple scenes into one continuous clip, no editing required. AVAssetWriter timestamp surgeryโ€ฆ

    Swift

  6. metronomeFriend metronomeFriend Public

    A professional metronome for iOS and macOS built with SwiftUI. Precise timing, multiple time signatures, five click sounds, home screen widgets, and Siri Shortcuts โ€” everything a musician needs forโ€ฆ

    Swift