Tools for Agents
I’ve created a few development tools to streamline AI-assisted coding workflows.
cimonitor
Command-line tool for instant access to GitHub CI status, logs, and failure details. I use cimonitor daily to debug CI failures directly from the terminal without manual copy-pasting.
cimonitor provides filtered error logs, real-time CI monitoring, and detailed failure diagnostics. Compatible with all AI coding assistants, it eliminates the friction of switching between terminal and browser during development.
persistproc
GitHub • Documentation • PyPI
Process management MCP server that provides a shared process layer for multi-agent development workflows. Allows AI agents and humans to see and control long-running processes like web servers without configuration files.
persistproc exposes process control, listing, and output retrieval through a localhost MCP server. Designed to reduce copy-pasting between development environments and AI agents.