DeskDays helps hybrid workers know whether they’re on pace for their office-day target. Privacy-first: no account, no employer integration, no server, no app analytics.
Submit a topic, get a podcast episode tailored to your background. AI writes a researched script, text-to-speech reads it, and the episode lands in your private RSS feed.
A macOS application that turns a coin-funnel exhibit into a real-time visualization of orbital mechanics. A custom Metal shader pipeline processes astronomical-camera frames in realtime and renders glowing-ball positions as orbital trails on a public display.
Patchbay Relay bridges Telegram to AI coding agents (Claude Agent SDK, Claude Agent SDK with MOP filtering, pi). Multi-project routing, agent identity loading, and crash recovery built in.
A voice interface to your codebase. Hold a button, ask about your code or dictate a note, hear the answer. iOS app and web client, backed by a small server you run yourself on macOS or Linux, alongside pi.
MOP (Model Output Protocol, a wink at MCP) is a filtering layer between an LLM agent and its human. Voice and behavior rules move out of the system prompt and into a gate every message passes through before it ships.
Inline Relay
/Code review plugin
A Claude Code plugin that puts code review conversations directly into the source file as tagged comments. Threads are versioned, diff-visible, and protected from accidental edits.
Open sourceMIT
Claude CodeFormer MCP
Pink Lady
/Apple toolchain plugin
Five Claude Code skills that take an iOS or macOS app from an unregistered bundle ID to a build on a tester’s phone. The fastlane version cliffs, App Store Connect API quirks, and TestFlight distribution traps I hit shipping real apps, written down once so an agent never re-learns them.
Open sourceMIT
macOSClaude Code
PodWash
/Self-hosted proxy
Subscribe to your podcasts through PodWash, get them back ad-free. Whisper transcribes, Claude detects ads, ffmpeg cuts them, PodWash re-serves the clean RSS feed in any podcast app.
Open sourceMIT
Self-hostedWhisperClaudeffmpegRSS
Patchbay Go
/Cloudflare Pages
A tiny Cloudflare Pages worker that wraps custom URL schemes (obsidian://, things://, calshow:) in plain https links so chat apps like Telegram render them as a single tappable link straight into the native app.
Open sourceMIT
Cloudflare Pages
SwiftSkim
/SwiftLint toolkit
Sixteen custom Swift lint rules built on SwiftSyntax AST analysis, plus three smart CLI wrappers that find their config automatically. Architectural constraints that text-pattern linters cannot express, defined once in a registry the enforcer reads at runtime.
Open sourceMIT
SwiftSwiftSyntaxASTLinterBrew