Blog
2026
- CCGM: A Modular Configuration System for Claude Code
A deep dive into CCGM (Claude Code God Mode) - 35 modules, 30 slash commands, 13 hooks, and a companion deep research pipeline that turns Claude Code into a fully autonomous development system.
- WIRWeek of March 16, 2026
- The Federal Safety Net: Cost and Context
The federal safety net costs 3.3% of the budget. The government loses more than that to fraud, uncollected taxes, and waste every year. Here are the numbers.
- Shrink clipboard screenshots by 70% before pasting into AI tools
A macOS utility that automatically compresses clipboard screenshots using pngquant, reducing token consumption when pasting into AI coding assistants like Claude Code.
- WIRWeek of February 23, 2026
- Translating a Claude Code Workflow to GitHub Copilot
How I translated my entire Claude Code development infrastructure - commands, hooks, session logging, multi-agent coordination - into GitHub Copilot configs for a Windows VM at work.
- Getting up and running with the Claude desktop app
A step-by-step guide to downloading the Claude desktop app on macOS, signing in with Google, and getting started with AI-powered research.
- Multiple GitHub Accounts with direnv
How I set up seamless per-directory GitHub account switching using direnv, SSH host aliases, and the gh CLI — no conditional git config needed.
- WIRWeek of February 16, 2026
- Building a Multi-Agent AI Development System with Claude Code
How I built a production-grade multi-agent development system with Claude Code — covering orchestration, quality gates, session coordination, and a reproducible configuration system.