A native macOS MCP server that reads and writes Apple Calendar through EventKit, locally or over an authenticated network connection.

SwiftMCPEventKitmacOSHTTPXCTest
One small Swift binary that is both an ical terminal command and a full MCP server, giving any MCP-compatible AI app real read and write access to Apple Calendar without opening Calendar.app. It runs locally over stdio or remotely over a token-authenticated HTTP server with per-client, revocable credentials, backed by an XCTest suite that runs in CI.

A personal library of Claude Code skills, sub-agents, and a status line for daily engineering, coursework, and client work.

Claude CodePythonBashPrompt EngineeringAutomationDevEx
17 skills and 8 specialized sub-agents built for real daily use, including a full evaluation harness that measures whether a skill's description actually triggers Claude, OOXML validators for Word documents, and a custom Agnoster-style status line. Published as a reference snapshot of one working Claude Code setup, not a plug-and-play install.

A colorful terminal wrapper around Ookla's official speedtest CLI with live progress bars and stable JSON output for scripts.

PythonCLINetworkingDevEx
A pure Python, dependency-free wrapper around Ookla's official speedtest binary that renders live progress bars for ping, download, and upload, then prints a clean summary. Three flag-driven output modes give scripts a stable JSON schema, Ookla's full raw result, or a one-line summary instead.