new tag: bloggify Bloggify, an AI-assisted blogging skill, now tags every post it drafts with a 'bloggify' category in the RSS feed, enabling readers to filter out AI-assisted posts without unsubscribing. The change, made by developer Thiago Perrotta, adds the tag to 27 existing posts and allows Miniflux users to block them via an EntryTag rule. ♠ Previously https://perrotta.dev/2026/06/bloggify/ . Problem statement : some readers may not want AI-assisted posts in their feed reader, even with my edits. I support making it easier for people to opt out from such posts. They should be able to filter them out without unsubscribing from the whole blog. Every post the /bloggify https://github.com/thiagowfx/skills/blob/master/plugins/thiagowfx/skills/bloggify/SKILL.md skill drafts already carries a footer disclosing it. What was missing was a machine-readable signal, not just a line at the bottom a feed reader can’t act on. So I grepped for the marker and tagged every post that has it: % grep -rl "Drafted with \ \ /bloggify\ \ " content/posts/ | wc -l 27 % git show 79018e8cf1 -- content/posts/2026-06-09-bloggify.md diff --git content/posts/2026-06-09-bloggify.md content/posts/2026-06-09-bloggify.md index b0a5a8ee86..9d15d656fd 100644 --- content/posts/2026-06-09-bloggify.md +++ content/posts/2026-06-09-bloggify.md @@ -3,6 +3,7 @@ title: "bloggify" date: 2026-06-09T16:50:11+02:00 tags: - ai + - bloggify - claude - dev - meta Every post’s tags: list ends up in the RSS