I turned a CKEditor 5 v26→v47 migration into an MCP server (and saved 80–95% of my AI tokens)

At work I’m running a CKEditor 5 migration from v26 to v47 across some twenty in-house plugins. Instead of tracking it all by hand, I wrote ckeditor_audit: a read-only MCP server that audits migration status, searches the code with ripgrep + ast-grep, and cuts the AI token bill by 80 to 95%.

Continue Reading →

Agentic Content Pipelines: How I Auto-Review and Publish Real-Estate Listings with Claude Code Skills

Composable Claude Code skills turned a pile of unreviewed real-estate listings into a repeatable pipeline: one skill reviews a single listing, another loops over a site, a third fans out across all sites — each with its own guardrails and an audit gate before anything publishes.

Continue Reading →