Projects
-
JavaScript · Chrome extension · Node · Whisper · Claude agents Speak PR review into committed changes.
Chrome extension plus local Node bridge for PR authors: open GitHub's Files changed tab, record while scrolling the diff, and each spoken note is anchored to the visible file and line. Local Whisper transcription keeps code audio private, then the batch is handed to an agent/orchestrator that lands reviewable commits and leaves an intent trail on the PR.
- recompile privatePython · Claude Code · LLM
Your career, compiled to fit.
Keeps a durable, provenance-backed store of your work and just-in-time compiles a resume tailored to a specific job description — every line traces back to something you actually did. Work is source, a job description is the build target, the resume is the compiled artifact. Agent-driven: your Claude Code drives the whole intake → compile → styled-output loop.
-
Python · gh CLI · Jira API A better Jira ticket → GitHub PR tool.
Local CLI that turns eligible Jira tickets into draft PRs using a headless coding agent. Scans the backlog, runs a selected ticket end-to-end, and streams the agent transcript — state and run artifacts tracked in SQLite.
- slopify privatePython · Textual TUI · Jira API
Jira tickets into GitHub PRs.
Minimal Jira-to-agent loop with two modes: a Textual TUI for ticket selection with live agent output, and a quiet mode that logs everything and surfaces only the PR link. Scores tickets with a scan model and shows a ranked, eligibility-filtered list.
-
Python · Playwright · SQLite · Cursor · Claude · GitHub Releases A job-search agent you can run from `jobs`.
Binary-style Python CLI/TUI for running targeted LinkedIn post searches: pick a query and a Claude or Cursor harness, scrape with Playwright, dedupe into SQLite, and get lean emails with an outreach hook plus applicant-prep facts for each real remote-SWE lead. Ships from GitHub Releases on every main commit, with `jobs update` for self-updates and `jobs doctor` for local pipeline checks.
Built at PayIt
Internal tooling — private repos, shown for context.
- squire privatePython · Claude agents · GitHub
Auto-fixes CI failures on your PRs.
Local daemon that watches GitHub PRs for CI failures and dispatches Claude agents to fix them automatically, opening follow-up commits without a human in the loop.
- superdeploy privateGo · Kubernetes · TUI
Batch Kubernetes image upgrades.
TUI tool for rolling image-tag upgrades across many services and environments at once — pick the services, pick the target, and drive the whole batch from one terminal view.