adeptability
A Go CLI that lets you author an AI coding skill once and render it into Claude Code, Cursor, Copilot, Codex, OpenCode, and 50+ other agents. Dotfiles for your AI coding agents.
Selected work, written up properly. The rest lives on GitHub.
A Go CLI that lets you author an AI coding skill once and render it into Claude Code, Cursor, Copilot, Codex, OpenCode, and 50+ other agents. Dotfiles for your AI coding agents.
A trust-first git hook manager in Rust. Committed hooks install themselves the moment you clone a repo, but nothing executes until you accept the exact commands, and consent is keyed to their content so upstream can't swap them under you.
A scrolling planner for the MapleRoyals community: per-slot scroll recommendations, stat progression, profit/loss, and session history, backed by a real relational data layer and product analytics, with zero servers to run.
A Rust CLI that selects tests at function granularity from static AST analysis. It reads a diff, walks a tree-sitter-built graph of defs, tests, calls, and reads, and outputs the exact tests a change affects, free and local, with no runtime coverage instrumentation.