AI Markdown Feed – A WordPress Plugin
Following a read of a post by Nicholas Khami, I decided it would be really nice to do something like this with a WordPress plugin. After a quick search of the WordPress plugin repository, I couldn’t see anything that would fit the bill. The basic concept is to deliver the basic structure from your site with a lower token count and less wasted context.
Purpose:
Provide a simple way to make your website more AI consumption-friendly with a turnkey WordPress plugin. Activate and make sure your agents consume the site with Accept: text/markdown header.
Implementation:
Since I’ve been developing software for a while now, I’ve been a relatively slow adopter of AI. Other than some auto-complete with Copilot and the like, I haven’t really embraced AI development. This seemed like a good project to feed through Claude Code. After having started a few project scaffolds with Claude Code, I decided I needed some structure here and used OpenSpec to walk me through the process. My first version worked, but was delivering too much information. I made some adjustments to the whitespace handling directly. I also had it re-work so we only worked with the main content body.
When:
I plan to be working toward getting this into the WordPress plugin repository at the beginning of January 2026. I’ve built quite a few private plugins for WordPress, but this will be the first one I’m releasing publicly. If you have an immediate need for this plugin, I can send you a link to an installable zip file if you reach out to me here.


