Projects
- 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 · Claude Finds & collects jobs from LinkedIn posts.
Scrolls a LinkedIn content search, captures posts from the page's server-driven-UI payloads, dedupes them into SQLite, and emits a Claude-filtered digest of genuine remote-SWE hiring posts — then emails you when new ones match.
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.