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

Switching to Hugo

I have decided to build my blog with Hugo, instead of Wordpress, which I am currently using. There are several reasons for this, but mainly: I get more control over the site. It can be hosted with Github pages. It allows for much simpler (and smaller) sites. This means that until I get busk.blog changed, my blog will be available at https://builditbusk.github.io/blog. What is Hugo? Hugo is a static site generator. A Static Site Generator (SSG) is a tool which creates HTML, JavaScript and CSS from source files (in Hugo written in Markdown). It also allows themes, which makes it easy to create a decent looking site, even if you - like me - has no talent for UI design. ...

February 14, 2025 · 2 min