Switching AI CLIs Without Losing 32 Skills: Why I Built nex
A Rust CLI that makes your AI agent skills portable across Claude Code, Codex, and Gemini. One command to install, one command to switch.
Mar 17, 20265 min read1
Search for a command to run...
Articles tagged with #aiagents
A Rust CLI that makes your AI agent skills portable across Claude Code, Codex, and Gemini. One command to install, one command to switch.
A PostToolUse hook that logs every skill activation to local JSONL. No existing tool tracks whether the model actually follows a skill's instructions.
How I built a 4-stage news pipeline that clusters articles into stories using title similarity, all in stdlib Python with SQLite.