Automating Blog Reviews With Claude Skills

Anthropic recently released Claude Skills. This post will show you how to create and implement a concrete skill for Claude Code (rather than the website). As an example I will use a skill which I created, to help review this particular blog post (and all future blog posts). Creating a new skill The simplest skill you can create is a single markdown file, placed inside the folder .claude/skills/{your-skill-name}/skill.md. A skill can also contain helpful assets, like small scripts it can use. ...

October 18, 2025 · 3 min